summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
| | | | llvm-svn: 122309
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-2/+10
| | | | | | CIndex's EnqueueVisitor must visit elements backward apparently. llvm-svn: 121247
* Fix test that didn't really test anything.Francois Pichet2010-12-081-2/+2
| | | | llvm-svn: 121246
* Visit the children of CXXOperatorCallExprs in source order withinDouglas Gregor2010-07-291-0/+23
libclang, so that clang_annotateTokens() doesn't get confused and miss annotations. llvm-svn: 109706
OpenPOWER on IntegriCloud