summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/load-exprs.c
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak test on windows.Ted Kremenek2010-04-111-1/+1
| | | | llvm-svn: 100999
* Add CIndex support for blocks.Ted Kremenek2010-04-111-1/+38
| | | | llvm-svn: 100989
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-7/+7
| | | | llvm-svn: 96160
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-7/+7
| | | | llvm-svn: 96158
* Add test case for ? : crasherDouglas Gregor2010-01-251-0/+4
| | | | llvm-svn: 94429
* Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor2010-01-251-1/+2
| | | | | | | the tag kind (union, struct, class, enum) over to the name of the tag, if there is a name, since most clients want to point at the name. llvm-svn: 94424
* Teach the cursor visitor to recurse into the type information ofDouglas Gregor2010-01-231-0/+13
explicit casts, sizeof, alignof, and compound literals. llvm-svn: 94265
OpenPOWER on IntegriCloud