| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change test to dump Filecheck output to an intermediate file. This makes it ... | Ted Kremenek | 2012-12-19 | 1 | -1/+1 |
| * | [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl... | Argyrios Kyrtzidis | 2012-03-23 | 1 | -16/+16 |
| * | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -15/+15 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -5/+5 |
| * | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -1/+1 |
| * | [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -1/+1 |
| * | For the MacroExpands preprocessor callback, also pass the SourceRange | Argyrios Kyrtzidis | 2011-08-18 | 1 | -1/+1 |
| * | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth | 2011-07-14 | 1 | -1/+1 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
| * | When comparing the source range of a declaration against the region of | Douglas Gregor | 2010-11-17 | 1 | -5/+5 |
| * | Robustify PreprocessingRecord slightly, by only creating macro | Douglas Gregor | 2010-03-19 | 1 | -0/+1 |
| * | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor | 2010-03-19 | 1 | -1/+5 |
| * | Fix a longstanding (but previously unknown) bug in the lazy | Douglas Gregor | 2010-03-19 | 1 | -0/+6 |
| * | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor | 2010-03-08 | 1 | -1/+3 |
| * | Keep track of type source information in the return type of an | Douglas Gregor | 2010-03-08 | 1 | -1/+3 |
| * | c-index-test: Unify and always print half-open extents. | Daniel Dunbar | 2010-02-14 | 1 | -99/+99 |
| * | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar | 2010-02-14 | 1 | -99/+99 |
| * | Loosen preconditions for clang_getCursorSpelling(), returning an empty | Douglas Gregor | 2010-01-25 | 1 | -13/+13 |
| * | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor | 2010-01-22 | 1 | -41/+28 |
| * | Extend the CIndex API with direct support for expressions and | Douglas Gregor | 2010-01-19 | 1 | -79/+85 |
| * | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor | 2010-01-19 | 1 | -25/+25 |
| * | Give ObjCClassRef cursors a sane representation, which is encapsulated | Douglas Gregor | 2010-01-16 | 1 | -1/+1 |
| * | Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual | Douglas Gregor | 2010-01-16 | 1 | -2/+2 |
| * | Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ... | Ted Kremenek | 2010-01-16 | 1 | -27/+27 |
| * | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek | 2010-01-07 | 1 | -12/+12 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
| * | Add c-index-test mode "-test-file-scan", which scans a source file and calls ... | Ted Kremenek | 2009-11-17 | 1 | -0/+160 |