summaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens.cpp
AgeCommit message (Expand)Author
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2018-01-03Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg
2018-01-03Fix line endings.Ivan Donchevskii
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2014-02-09[libclang] While visiting a C++ destructor decl, keep the type identifier ass...Argyrios Kyrtzidis
2014-02-02Report a correct end location for nameless parameters.Benjamin Kramer
2013-11-27[libclang] Make sure we don't access past the tokens buffer while token annot...Argyrios Kyrtzidis
2013-04-08clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-...NAKAMURA Takumi
2013-04-05[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis
2012-02-08[libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-06-27[libclang] Avoid having the cursor of an expression "overwrite" the annotatio...Argyrios Kyrtzidis
2011-04-02Apply a bug-fix patch from Marcin Kowalczyk to the source locations forChandler Carruth
2010-12-21add missing newlines at end of file.Chris Lattner
2010-12-08Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet
2010-12-08Fix test that didn't really test anything.Francois Pichet
2010-07-29Visit the children of CXXOperatorCallExprs in source order withinDouglas Gregor