aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTDiagnostic.cpp
AgeCommit message (Expand)Author
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-02-22More ArrayRef-ification of methods.Bill Wendling
2011-11-14Change the checks in the type aka printing. A confusing case where the stringRichard Trieu
2011-09-27When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-08-31Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-11Apply patch from Richard Trieu to fix PR9548:Chandler Carruth
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-03-04Make AttributedTypes for GC-qualified types and fix some miscellaneousJohn McCall
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2011-01-20Add some tests for reference-collapsing and referencing bindingDouglas Gregor
2010-12-10Added ParenType type node.Abramo Bagnara
2010-12-10It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall
2010-09-04revise r112365 to fix the actual problem: the isa<TagType>(Underlying)Chris Lattner
2010-08-28suppress annoying textual repetition as 'aka'Gabor Greif
2010-05-13Teach the AKA calculation to look at sugar on the pointee type for pointers andChandler Carruth
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
2010-04-27Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall
2010-03-10Create a new InjectedClassNameType to represent bare-word references to the John McCall
2010-02-09Move the diagnostic argument formatting function out of Sema and makeDouglas Gregor