summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated colon.Benjamin Kramer2009-08-021-1/+1
* Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump2009-07-311-0/+5
* Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis2009-07-301-7/+47
* Support ObjC methods as Entities.Argyrios Kyrtzidis2009-07-291-0/+2
* Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis2009-07-291-1/+6
* -Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis2009-07-291-53/+38
* Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.Argyrios Kyrtzidis2009-07-291-1/+3
* Remove the TranslationUnit usage from clang-wpa.cpp since it's not reallyArgyrios Kyrtzidis2009-07-291-16/+4
* Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis2009-07-291-5/+7
* -Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis2009-07-291-9/+9
* Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants toDaniel Dunbar2009-07-291-5/+7
* Add two nodes to the call graph:Zhongxing Xu2009-07-231-1/+1
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-5/+3
* Add '\n' to the end of error message.Argyrios Kyrtzidis2009-07-211-1/+1
* Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis2009-07-181-20/+2
* Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ...Argyrios Kyrtzidis2009-07-181-10/+3
* Fix indentation / trailing white space.Daniel Dunbar2009-07-171-51/+51
* [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar2009-07-161-11/+26
* Add 'clang-wpa' to the CMake-based build.Ted Kremenek2009-07-162-0/+20
* Unbreak build?Daniel Dunbar2009-07-161-1/+1
* update makefile.Zhongxing Xu2009-07-161-1/+1
* add copyright comments.Zhongxing Xu2009-07-161-0/+14
* Add a primitive clang whole primitive analyzer tool.Zhongxing Xu2009-07-162-0/+70
* Update for LLVM API change.Owen Anderson2009-07-161-1/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-3/+5
* Handle redeclarations properly at the index-test tool.Argyrios Kyrtzidis2009-07-141-8/+6
* For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it.Argyrios Kyrtzidis2009-07-141-7/+16
* Handle struct fields through the index-test tool.Argyrios Kyrtzidis2009-07-141-1/+13
* Fix comment.Zhongxing Xu2009-07-071-1/+1
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-2/+20
* Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test...Argyrios Kyrtzidis2009-07-061-12/+12
* Some changes to ASTLocation's methodsArgyrios Kyrtzidis2009-07-061-1/+1
* Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis2009-07-061-1/+1
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-2/+2
* Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis2009-07-061-11/+11
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-053-37/+170
* Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis2009-07-051-18/+14
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-0/+3
* Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference instead of by pointer.Owen Anderson2009-07-011-2/+2
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-1/+1
* Update for LLVMContext+Module change.Owen Anderson2009-07-011-4/+7
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-302-1/+5
* Remove redundant leftover code.Argyrios Kyrtzidis2009-06-291-1/+0
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-3/+8
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+9
* OpenCL 1.0 patch 2/N: Language options & file extensionNate Begeman2009-06-251-2/+15
* Check that index-test uses an up-to-date AST file.Argyrios Kyrtzidis2009-06-251-0/+12
* Add some comments and clean-up some leftover code.Argyrios Kyrtzidis2009-06-251-8/+3
* Introduce tools/index-test.Argyrios Kyrtzidis2009-06-255-1/+185
OpenPOWER on IntegriCloud