| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Specially handle CaseStmts in CursorVisitor because they can be nested and ↵ | Ted Kremenek | 2010-05-13 | 1 | -1/+1 |
| | | | | | | | | | walking them can blow out the stack. llvm-svn: 103687 | ||||
| * | Make test portable. | Ted Kremenek | 2010-05-12 | 1 | -11/+0 |
| | | | | | llvm-svn: 103588 | ||||
| * | Re-apply r103581 with updated tests. It turns out we were computing bogus ↵ | Ted Kremenek | 2010-05-12 | 1 | -11/+30 |
| | | | | | | | | | locations for many things. llvm-svn: 103583 | ||||
| * | c-index-test: Unify and always print half-open extents. | Daniel Dunbar | 2010-02-14 | 1 | -38/+38 |
| | | | | | llvm-svn: 96160 | ||||
| * | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar | 2010-02-14 | 1 | -38/+38 |
| | | | | | llvm-svn: 96158 | ||||
| * | Add test case for ? : crasher | Douglas Gregor | 2010-01-25 | 1 | -1/+0 |
| | | | | | llvm-svn: 94429 | ||||
| * | Loosen preconditions for clang_getCursorSpelling(), returning an empty | Douglas Gregor | 2010-01-25 | 1 | -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 the | Douglas Gregor | 2010-01-25 | 1 | -0/+52 |
| condition even when we've visited the condition variable, so that we'll see implicit conversions there. llvm-svn: 94423 | |||||

