1. 0f91f6a Specially handle CaseStmts in CursorVisitor because they can be nested and walking them by Ted Kremenek · 14 years ago
  2. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  3. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  4. b5fb6ac Correctly check if a cursor is a declaration before returning its location/range in clang_getCursorLocation()/clang_getCursorExtent(). This fixes a horrible bug reported in by Ted Kremenek · 14 years ago
  5. ab1af60 Remove debugging aids I did not intend to commit. by Ted Kremenek · 14 years ago
  6. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  7. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  8. 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 14 years ago
  9. 3ebd8dc Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::printName(). by Ted Kremenek · 14 years ago
  10. 8e67219 Add initial USR support for mangling in the types of C++ functions and methods. by Ted Kremenek · 14 years ago
  11. a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 14 years ago
  12. cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 14 years ago
  13. 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 14 years ago
  14. fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 14 years ago
  15. aa8a66d Map Objective-C keywords to CXToken_Keyword. by Ted Kremenek · 14 years ago
  16. 11949cb Move post-processing of token annotations to method in AnnotateTokensWorker. by Ted Kremenek · 14 years ago
  17. 6db6109 Refactor visitor logic for clang_annotateTokens() into a worker class. No functionality change yet. by Ted Kremenek · 14 years ago
  18. cdb65d8 Fix NON_ANSI_COMPILE_FLAGS setting, for MSVC. by Daniel Dunbar · 14 years ago
  19. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago