aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTDiagnostic.cpp
AgeCommit message (Expand)Author
2013-04-03Refactor the Get* functions to be more consistant among themselves.Richard Trieu
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-03-23Strip off local qualifiers when converting from RecordType toRichard Trieu
2013-03-15Improve template diffing handling of default integer values.Richard Trieu
2013-03-15Remove unnecessary default in covered switch over enumDavid Blaikie
2013-03-15Refactor template diffing to store an enum that records which type ofRichard Trieu
2013-03-14[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...Douglas Gregor
2013-02-27Update template diffing to handle template arguments that are declarations.Richard Trieu
2013-02-22Use raw_ostream::indent, update comment.Benjamin Kramer
2013-02-22Push the raw_ostream through the template diffing code.Benjamin Kramer
2013-02-22Streamify FormatASTNodeDiagnosticArgument.Benjamin Kramer
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-21Remove commented out code.Richard Trieu
2013-01-31When comparing two template template arguments in the template differ, considerRichard Trieu
2013-01-31When comparing two templates in the template differ, consider them theDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-21Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor
2012-12-20Fix another uninitialized bool member bug found by -fsanitize=bool. This oneRichard Smith
2012-12-18Fix a crash in diagnostic printing when a template class type is diff'edEli Friedman
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-14Make template diffing handle integral expressions of various widths correctly.Eli Friedman
2012-11-01Fix the template type diffing to handle integral template arguments.Richard Trieu
2012-09-28Update template type diffing to handle qualifiers. Differing qualifiers willRichard Trieu
2012-09-28Clean up part of template type diffing. Moved repeated code to separateRichard Trieu
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-07-10Properly update the FormattedArgs vector when the template type diffing fallsRichard Trieu
2012-06-26Remove spurious semicolons committed in r159216.David Blaikie
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
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