1. 9d432e0 [WIP][Sema] Improve static_assert diagnostics for type traits. by Clement Courbet · 7 years ago
  2. 07dd5af [NestedNameSpecifier] Add missing stream-specific dump methods by Stephen Kelly · 7 years ago
  3. c587164 [AST] Fix a crash on invalid. by Erik Pilkington · 7 years ago
  4. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  5. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  6. 5252573 Clean up use of C allocation functions by Serge Pavlov · 8 years ago
  7. 03e672c Refactor functions PrintTemplateArgumentList by Serge Pavlov · 8 years ago
  8. 21fadad [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  9. f87496d Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  10. c3f8925 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  11. e0bcdd4 Un-tabify source files, NFC. by Yaron Keren · 9 years ago
  12. 6fbeee3 [AST] Use ArrayRef in more interfaces by David Majnemer · 9 years ago
  13. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  14. cdae941 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  15. 015e6c8 Constify NestedNameSpecifier::dump and add a no-argument dump function suitable for calling from a debugger. by Yaron Keren · 10 years ago
  16. b6708d8 [UB] Fix the two ways that we would try to memcpy from a null buffer in by Chandler Carruth · 10 years ago
  17. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  18. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  19. 6786024 -ms-extensions: Implement __super scope specifier (PR13236). by Nikola Smiljanic · 11 years ago
  20. 9f81d6a Simplify memory management in NestedNameSpecifierLocBuilder. by Serge Pavlov · 11 years ago
  21. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  22. 25284cc Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 12 years ago
  23. 9170e91 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 13 years ago
  24. aeeca77 Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 13 years ago
  25. beb386a Use the right alignment when allocating NestedNameSpecifier objects. by Richard Smith · 13 years ago
  26. 3c38d43 [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. by Daniel Dunbar · 14 years ago
  27. 7ec12c9 Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 14 years ago
  28. 3307c508 Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 14 years ago
  29. e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  30. 2e10cf9 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 14 years ago
  31. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  32. 678d76c Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 14 years ago
  33. 9b27251 Refactor the construction of nested-name-specifiers with by Douglas Gregor · 15 years ago
  34. 12441b3 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 15 years ago
  35. a9d87bc Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 15 years ago
  36. 869ad45 Retain complete source-location information for C++ by Douglas Gregor · 15 years ago
  37. 7b26ff9 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 15 years ago
  38. 424cec9 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 15 years ago
  39. 39c7980 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 15 years ago
  40. 506bd56 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 15 years ago
  41. a9b2dbc Kill off the last Destroy method in the AST library by Douglas Gregor · 15 years ago
  42. 6150c88 Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  43. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  44. 983136e Move all of the type-printing logic to its own C++ source file by Douglas Gregor · 16 years ago
  45. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  46. 308047d Initial stab at implement dependent member references to member by Douglas Gregor · 16 years ago
  47. b2e195a Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 16 years ago
  48. 64792e0 Add a wicked little test-case that illustrates what we have to deal by Douglas Gregor · 16 years ago
  49. 053f691 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 16 years ago
  50. c61089a Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 16 years ago
  51. 7de5966 Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 16 years ago
  52. dce2b62 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 16 years ago
  53. b046ffb Some cleanup and renaming. No functionality change by Douglas Gregor · 16 years ago
  54. 333489b Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 17 years ago
  55. f21eb49 Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 17 years ago
  56. 1835391 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 17 years ago
  57. 5253768 Introduce a representation for types that we referred to via a by Douglas Gregor · 17 years ago