Age | Commit message (Expand) | Author |
---|---|---|
2013-04-08 | clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-... | NAKAMURA Takumi |
2013-04-05 | [libclang] Fix cursor visitation to not ignore template arguments in out-of-l... | Argyrios Kyrtzidis |
2012-02-08 | [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl... | Argyrios Kyrtzidis |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-06-27 | [libclang] Avoid having the cursor of an expression "overwrite" the annotatio... | Argyrios Kyrtzidis |
2011-04-02 | Apply a bug-fix patch from Marcin Kowalczyk to the source locations for | Chandler Carruth |
2010-12-21 | add missing newlines at end of file. | Chris Lattner |
2010-12-08 | Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. | Francois Pichet |
2010-12-08 | Fix test that didn't really test anything. | Francois Pichet |
2010-07-29 | Visit the children of CXXOperatorCallExprs in source order within | Douglas Gregor |