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