summaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens-cxx0x.cpp
AgeCommit message (Expand)Author
2014-02-02Report a correct end location for nameless parameters.Benjamin Kramer
2013-09-11Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...Argyrios Kyrtzidis
2013-02-08[libclang] Add a test to make sure annotation works fine in the presence ofArgyrios Kyrtzidis
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-01Enable -fdelayed-template-parsing by default on Win32.Francois Pichet
2011-08-15[libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis
2011-01-19Teach libclang about SizeOfPackExpr.Douglas Gregor