summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* wpa is an experiment, don't build it by default, it adds to build times due t...Chris Lattner2009-09-241-1/+1
* Add a -dump-record-layouts argument to clang-cc.Anders Carlsson2009-09-241-0/+6
* Some minor cleanups...Steve Naroff2009-09-231-41/+41
* More work to enable more exhaustive testing of the indexing API.Steve Naroff2009-09-233-10/+84
* Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar2009-09-222-1/+12
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-15/+20
* - Implement support for various types of "refs" (initially to help test clang...Steve Naroff2009-09-221-6/+90
* This FIXME is done.Daniel Dunbar2009-09-221-2/+0
* Removed -fobjc-newgc-api option. clang now conforms toFariborz Jahanian2009-09-211-7/+0
* Switch ProcessASTInputFile to still use ParseAST.Daniel Dunbar2009-09-211-7/+10
* Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar2009-09-214-5/+11
* Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar2009-09-212-7/+7
* switch command line 'parse' methods to use StringRef for efficiency, whichChris Lattner2009-09-201-2/+2
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-4/+33
* Add clang_disposeTranslationUnit() and clang_disposeIndex().Steve Naroff2009-09-172-0/+15
* Initial support for code generation from .ast files.Daniel Dunbar2009-09-171-3/+76
* clang-cc: Factor out code for creating one of the standard AST consumer actions.Daniel Dunbar2009-09-171-56/+64
* Simplify.Daniel Dunbar2009-09-171-9/+2
* clang-cc: Remove -ObjC -ObjC++ handling from clang-cc.Daniel Dunbar2009-09-171-23/+1
* Starting patch to generate more specific API for objc'sFariborz Jahanian2009-09-161-0/+7
* Be sure to use the correct version instead of the wrong one.Mike Stump2009-09-151-1/+2
* - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...Steve Naroff2009-09-153-13/+36
* Add -target-abi clang-cc option, currently unused.Daniel Dunbar2009-09-141-0/+13
* rewrite the parsing code for -miphoneos-version-min andChris Lattner2009-09-121-78/+59
* Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...Steve Naroff2009-09-111-5/+5
* Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian2009-09-101-8/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-092-167/+167
* Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE.Daniel Dunbar2009-09-041-2/+2
* Implement accessors clang_getCursorKind(), clang_getCursorDecl().Steve Naroff2009-09-042-21/+107
* Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...Steve Naroff2009-09-031-3/+2
* - Add back some harmless code that part of a reverted commit (r80859). I'll i...Steve Naroff2009-09-033-13/+70
* Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar2009-09-033-39/+13
* Add basic support for -pthread.Daniel Dunbar2009-09-031-0/+7
* Tweak comment.Daniel Dunbar2009-09-031-1/+1
* Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff2009-09-033-13/+39
* Initialize targets before parsing command line options, so --version shows re...Daniel Dunbar2009-09-021-3/+5
* Fix warnings.Eli Friedman2009-09-021-2/+0
* Fix some newly added bugs uncovered by the RELEASE build.Steve Naroff2009-09-021-8/+9
* Start issuing callback for references (add some predicates, refactor some code).Steve Naroff2009-09-023-18/+73
* Flesh out CXCursorKind...Steve Naroff2009-09-022-24/+112
* Add explicit "blind" client data to callback function (since we aren't using ...Steve Naroff2009-09-012-24/+33
* Updated GNU runtime non-fragile ABI.David Chisnall2009-08-311-0/+9
* Implement source/line/column hooks.Steve Naroff2009-08-312-14/+41
* More fleshing out the C-based indexing API (under construction).Steve Naroff2009-08-313-29/+111
* gcc 4.4 needs cstdio for printf. Reorder includes while at it.Benjamin Kramer2009-08-291-6/+3
* Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver).Ted Kremenek2009-08-281-2/+2
* Tweak CIndex file to resolve to linking issues with the clang libraries. InTed Kremenek2009-08-281-2/+2
* Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64Daniel Dunbar2009-08-281-2/+4
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-287-11/+102
* Add CX prefix to Cursor and move a comment.Steve Naroff2009-08-281-15/+18