summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens-cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-021-2/+2
* Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...Argyrios Kyrtzidis2013-09-111-0/+44
* [libclang] Add a test to make sure annotation works fine in the presence ofArgyrios Kyrtzidis2013-02-081-0/+27
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+11
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-1/+1
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-1/+1
* [libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis2011-08-151-0/+8
* Teach libclang about SizeOfPackExpr.Douglas Gregor2011-01-191-0/+8