1. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  2. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  3. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
  4. 46e7547 [libclang] For CXXOperatorCallExprs, give a valid source location to the DeclRefExpr by Argyrios Kyrtzidis · 12 years ago
  5. c8d7f58 Revert r145244. It causes us to create broken ASTs with missing type information by Richard Smith · 13 years ago
  6. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  7. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  8. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  9. 2dfdb94 [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. by Argyrios Kyrtzidis · 13 years ago
  10. c295461 [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of by Argyrios Kyrtzidis · 13 years ago
  11. 427964e [libclang] Require explicit cursor visitation for all TypeLocs (compilation will by Argyrios Kyrtzidis · 13 years ago
  12. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  13. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 13 years ago
  14. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 13 years ago
  15. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  16. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  17. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  18. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  19. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  20. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  21. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  22. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  23. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  24. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  25. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  26. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  27. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  28. 89629a7 When libclang is walking a member access expression, don't walk into by Douglas Gregor · 14 years ago
  29. 8f0889c Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed to completely zero-initialize itself. by Ted Kremenek · 14 years ago
  30. 473f674 Temporarily remove this test. It is causing an assertion failure in the builtbot. by Ted Kremenek · 14 years ago
  31. ab97961 Annotate tokens in a separate thread to avoid blowing out stack space. While the CursorVisitor by Ted Kremenek · 14 years ago