summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libclang] Fix linker error in buildbots.Argyrios Kyrtzidis2011-07-092-1/+3
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-0911-4/+357
* cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng2011-07-091-0/+1
* createAsmParser API change.Evan Cheng2011-07-091-3/+6
* Update the creation of the TargetAsmParser based on API change in r134678.Chandler Carruth2011-07-081-1/+3
* Slightly improve the code to derive target from program name to notJoerg Sonnenberger2011-07-071-3/+5
* Introduce a new libclang aPI function,Douglas Gregor2011-07-074-0/+272
* MSVC doesn't like mixing declarations and statements in a C file.Francois Pichet2011-07-061-2/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-1/+1
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-062-5/+29
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-063-0/+6
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-0/+5
* createTargetMachine now takes a CPU string.Evan Cheng2011-06-301-1/+2
* [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i...Argyrios Kyrtzidis2011-06-293-1/+6
* Introduce Preprocessor::getTotalMemory() and use it in CIndex.cpp, no functio...Argyrios Kyrtzidis2011-06-291-2/+1
* Revert unintentional commit.Eli Friedman2011-06-281-0/+8
* Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements ar...Eli Friedman2011-06-271-8/+0
* [libclang] Avoid having the cursor of an expression replace the declaration c...Argyrios Kyrtzidis2011-06-271-3/+27
* [libclang] Avoid having the cursor of an expression "overwrite" the annotatio...Argyrios Kyrtzidis2011-06-271-0/+18
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+1
* Remove more unnecessary dependencies now that the Frontend -> ARCMigrateChandler Carruth2011-06-182-4/+1
* tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).NAKAMURA Takumi2011-06-182-2/+1
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-4/+5
* Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth2011-06-163-4/+2
* c-index-test also depends on ARCMigrate, oh boyJohn McCall2011-06-161-2/+3
* ARCMigrate depends on libAnalysis, and on unhelpful linkers must appearJohn McCall2011-06-162-1/+2
* Grr. Of course libARCMigrate depends on libRewrite. This is a lot to beJohn McCall2011-06-162-2/+3
* [arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis2011-06-161-16/+13
* libFrontend depends on ARCMigrate, so link it into libclang.John McCall2011-06-162-1/+3
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-158-12/+306
* Automatic Reference Counting.John McCall2011-06-153-3/+14
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+1
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-1/+5
* Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor2011-05-271-3/+4
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-1/+2
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-241-0/+8
* Support -fatal-warnings for the assembler frontendJoerg Sonnenberger2011-05-191-0/+2