Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -1089/+1090 |
| | | | | | | from Manuel Holtgrewe! llvm-svn: 141200 | ||||
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -1/+1 |
| | | | | llvm-svn: 127225 | ||||
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 127119 | ||||
* | Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where ↵ | Ted Kremenek | 2010-11-08 | 1 | -0/+1982 |
we can blow out the stack due to deeply nested BinaryOperators. This is done by turning the explicit recursion into being data recursive. Fixes: <rdar://problem/8289205> llvm-svn: 118444 |