summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/Analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-470/+0
* Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor2011-12-151-2/+2
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-4/+4
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-23/+56
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-2/+2
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-5/+4
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-3/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-15/+15
* Fix gcc warning.Eli Friedman2009-07-301-2/+2
* Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis2009-07-301-2/+337
* -Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis2009-07-291-0/+104
OpenPOWER on IntegriCloud