summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* MemoryBuffer API update.Michael J. Spencer2010-12-162-7/+5
* Update for LLVM API change.Daniel Dunbar2010-12-161-2/+5
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-1/+1
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-6/+6
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+5
* Fixed version of 121435.Rafael Espindola2010-12-101-3/+14
* In clang_getCursor(), don't override a preprocessing cursor withinDouglas Gregor2010-12-101-0/+6
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-14/+3
* Extend libclang debugging output for clang_getCursor() to show the definition...Douglas Gregor2010-12-101-0/+18
* Update clang for the API changes in the cfi patch.Rafael Espindola2010-12-091-3/+14
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-092-2/+7
* Fix build.Anders Carlsson2010-12-091-1/+1
* Remove extra namespace specifier.Ted Kremenek2010-12-091-1/+1
* DenseMapInfo is a 'struct', not a 'class'.Ted Kremenek2010-12-091-1/+1
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-083-2/+76
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-082-6/+0
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-1/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-072-0/+8
* Use atomic operations for libclang's object count tracking.Douglas Gregor2010-12-071-3/+4
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-2/+2
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-022-3/+1
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-7/+13
* De-C99-ify for loopDouglas Gregor2010-11-301-1/+2
* Teach c-index-test to reparse the source file a few times when testingDouglas Gregor2010-11-301-17/+36
* Merge System into Support.Michael J. Spencer2010-11-296-14/+14
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-232-6/+5
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-1/+3
* Fix a bunch of IndirectFieldDecl-related warnings.Benjamin Kramer2010-11-211-0/+1
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-2/+1
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-203-0/+11
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-193-0/+12
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-194-2/+100
* getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis2010-11-191-1/+1
* Get the number of errors reported from the diagnostic client, in clang_parseT...Argyrios Kyrtzidis2010-11-181-2/+2
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-184-6/+11
* CursorVisitor: switch remaining expressions overTed Kremenek2010-11-181-127/+93
* CursorVisitor: migrate handling ofTed Kremenek2010-11-181-71/+98
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-178-0/+31
* When libclang is walking a member access expression, don't walk intoDouglas Gregor2010-11-171-1/+11
* When comparing the source range of a declaration against the region ofDouglas Gregor2010-11-171-7/+47
* CursorVisitor: Migrate handling ofTed Kremenek2010-11-171-22/+10
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-0/+8
* CursorVisitor: migrate handling of CXXUuidofExpr toTed Kremenek2010-11-171-14/+6
* CursorVisitor: migrate handling of UnaryTypeTraitExprTed Kremenek2010-11-171-5/+4
* CursorVisitor: refactor visitation ofTed Kremenek2010-11-171-21/+26
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-19/+31
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-8/+5
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-12/+6
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-6/+6