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