1. 1d18713 [libclang] Fix cursors for functions with trailing return type by Ivan Donchevskii · 7 years ago
  2. fff4589 Revert r321697 "[libclang] Support querying whether a declaration is invalid" and follow-ups. by Hans Wennborg · 7 years ago
  3. 1c27b15 Fix line endings. by Ivan Donchevskii · 7 years ago
  4. a99154b [libclang] Fix cursors for functions with trailing return type by Ivan Donchevskii · 7 years ago
  5. 4a4d2b4 [libclang] While visiting a C++ destructor decl, keep the type identifier associated with the decl, by Argyrios Kyrtzidis · 11 years ago
  6. 3a7cc81 Report a correct end location for nameless parameters. by Benjamin Kramer · 11 years ago
  7. 50126f1 [libclang] Make sure we don't access past the tokens buffer while token annotation. by Argyrios Kyrtzidis · 11 years ago
  8. 2eea0bf clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing. by NAKAMURA Takumi · 12 years ago
  9. 2ec7674 [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 12 years ago
  10. a2a299e [libclang] For CXXOperatorCallExprs, give a valid source location to the DeclRefExpr by Argyrios Kyrtzidis · 13 years ago
  11. 4c362d5 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 14 years ago
  12. 66cd1da [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 14 years ago
  13. f20ec923 Apply a bug-fix patch from Marcin Kowalczyk to the source locations for by Chandler Carruth · 14 years ago
  14. 6cc8fe9 add missing newlines at end of file. by Chris Lattner · 14 years ago
  15. cf7731b Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  16. c247e1a Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  17. b59d21c Visit the children of CXXOperatorCallExprs in source order within by Douglas Gregor · 15 years ago