summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-1/+11
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-11/+1
* Fix line endings.Ivan Donchevskii2018-01-031-23/+23
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-13/+23
* [libclang] While visiting a C++ destructor decl, keep the type identifier ass...Argyrios Kyrtzidis2014-02-091-1/+7
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-021-4/+4
* [libclang] Make sure we don't access past the tokens buffer while token annot...Argyrios Kyrtzidis2013-11-271-0/+12
* clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-...NAKAMURA Takumi2013-04-081-1/+1
* [libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis2013-04-051-1/+54
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-081-3/+3
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-16/+16
* [libclang] Avoid having the cursor of an expression "overwrite" the annotatio...Argyrios Kyrtzidis2011-06-271-2/+6
* Apply a bug-fix patch from Marcin Kowalczyk to the source locations forChandler Carruth2011-04-021-1/+88
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-2/+10
* Fix test that didn't really test anything.Francois Pichet2010-12-081-2/+2
* Visit the children of CXXOperatorCallExprs in source order withinDouglas Gregor2010-07-291-0/+23
OpenPOWER on IntegriCloud