1. 40b492a Fix missing '}'. by Ted Kremenek · 14 years ago
  2. 9ada39a Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method by Ted Kremenek · 14 years ago
  3. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  4. f0229d8 Change install_name for libclang.dylib to '@rpath/libclang.dylib'. Fixes <rdar://problem/7987039>. by Ted Kremenek · 14 years ago
  5. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  6. 6bfd533 Fold assertion into condition, as it does not hold all the time. by Ted Kremenek · 14 years ago
  7. b47467b Remove stale comment. by Ted Kremenek · 14 years ago
  8. 0f91f6a Specially handle CaseStmts in CursorVisitor because they can be nested and walking them by Ted Kremenek · 14 years ago
  9. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  10. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  11. 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
  12. ab1af60 Remove debugging aids I did not intend to commit. by Ted Kremenek · 14 years ago
  13. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  14. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  15. 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 14 years ago
  16. 3ebd8dc Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::printName(). by Ted Kremenek · 14 years ago
  17. 8e67219 Add initial USR support for mangling in the types of C++ functions and methods. by Ted Kremenek · 14 years ago
  18. a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 14 years ago
  19. cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 14 years ago
  20. 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 14 years ago
  21. fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 14 years ago
  22. aa8a66d Map Objective-C keywords to CXToken_Keyword. by Ted Kremenek · 14 years ago
  23. 11949cb Move post-processing of token annotations to method in AnnotateTokensWorker. by Ted Kremenek · 14 years ago
  24. 6db6109 Refactor visitor logic for clang_annotateTokens() into a worker class. No functionality change yet. by Ted Kremenek · 14 years ago
  25. cdb65d8 Fix NON_ANSI_COMPILE_FLAGS setting, for MSVC. by Daniel Dunbar · 14 years ago
  26. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago