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