summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-2/+8
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-1/+1
* clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek2011-07-261-0/+6
* clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa...Ted Kremenek2011-07-261-1/+8
* Eliminate a bunch of temporary strings.Benjamin Kramer2011-07-261-1/+1
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-264-3/+44
* Assembler really doesn't need to create TargetMachine anymore.Evan Cheng2011-07-261-24/+6
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-6/+6
* Rename createAsmParser to createMCAsmParser.Evan Cheng2011-07-261-3/+4
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-7/+6
* Fix the MSVC build. 2 problems:Francois Pichet2011-07-251-40/+41
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-1/+1
* Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth2011-07-251-1/+1
* Assembler doesn't need to initialize TargetMachine's anymore.Evan Cheng2011-07-251-2/+0
* Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.Chandler Carruth2011-07-251-5/+4
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-254-12/+129
* Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth2011-07-251-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-252-3/+3
* Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor2011-07-233-0/+10
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-4/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-239-91/+90
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-2/+2
* Match LLVM API change.Evan Cheng2011-07-222-8/+2
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-214-7/+113
* Rework the detailed preprocessing record to separate preprocessingDouglas Gregor2011-07-211-49/+61
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-8/+2
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-2/+8
* Match MCContext change.Evan Cheng2011-07-201-4/+3
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+2
* Match LLVM API change.Evan Cheng2011-07-201-1/+7
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-7/+10
* Match createTargetMachine API change.Evan Cheng2011-07-192-0/+2
* MCContext now takes MCRegisterInfo.Evan Cheng2011-07-181-1/+6
* [libclang] Map canonical decl of a category implementation to the category decl.Argyrios Kyrtzidis2011-07-151-0/+4
* Revert r135304 and apply fix in clang_getCanonicalCursor per Doug's, Fariborz...Argyrios Kyrtzidis2011-07-151-1/+6
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+1
* Match llvm API change.Evan Cheng2011-07-142-1/+3
* Clean up two lingering comments that mention 'instantiation' w.r.t.Chandler Carruth2011-07-141-3/+3
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-142-6/+6
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-142-10/+10
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-143-16/+16
* Fix CMake.Argyrios Kyrtzidis2011-07-111-1/+0
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-114-31/+30
* Match createCodeEmitter change.Evan Cheng2011-07-111-7/+11
* Fix ARCMT/migrate.m on MSVC. Francois Pichet2011-07-101-0/+5
* Unbreak -cc1as mode after MC subtarget changesJoerg Sonnenberger2011-07-101-0/+1
* tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS...NAKAMURA Takumi2011-07-101-1/+2
* c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead.NAKAMURA Takumi2011-07-101-0/+5
* Fix linker problem in buildbot.Argyrios Kyrtzidis2011-07-092-2/+2
* Ugh, fix CMake.Argyrios Kyrtzidis2011-07-091-1/+1