summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/nested-binaryoperators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-1089/+1090
| | | | | | from Manuel Holtgrewe! llvm-svn: 141200
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-1/+1
| | | | llvm-svn: 127225
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+1
| | | | llvm-svn: 127119
* Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where ↵Ted Kremenek2010-11-081-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
OpenPOWER on IntegriCloud