summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/load-stmts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Specially handle CaseStmts in CursorVisitor because they can be nested and ↵Ted Kremenek2010-05-131-1/+1
| | | | | | | | walking them can blow out the stack. llvm-svn: 103687
* Make test portable.Ted Kremenek2010-05-121-11/+0
| | | | llvm-svn: 103588
* Re-apply r103581 with updated tests. It turns out we were computing bogus ↵Ted Kremenek2010-05-121-11/+30
| | | | | | | | locations for many things. llvm-svn: 103583
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-38/+38
| | | | llvm-svn: 96160
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-38/+38
| | | | llvm-svn: 96158
* Add test case for ? : crasherDouglas Gregor2010-01-251-1/+0
| | | | llvm-svn: 94429
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-12/+12
| | | | | | | string when given a cursor that does not have a name. Also, don't give silly names for statements and non-reference expressions. llvm-svn: 94426
* Visit the condition variables of while and for loops; also, visit theDouglas Gregor2010-01-251-0/+52
condition even when we've visited the condition variable, so that we'll see implicit conversions there. llvm-svn: 94423
OpenPOWER on IntegriCloud