aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/Warnings.cpp
AgeCommit message (Expand)Author
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-05-16Tweek r156937 a bit so that the suggestions are correct.Chad Rosier
2012-05-16Warn about -Wno-foo where foo is an unknown warning option. This is helpful Chad Rosier
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-01-31Fix 80-column violation.Chad Rosier
2012-01-27Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis
2012-01-17Treat -Wformat=0 as an alias for -Wformat.Hans Wennborg
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-11-28Add missing equals.Benjamin Kramer
2011-11-15Typo.Chad Rosier
2011-11-15Fix a regression from 143657. The second pass of the warning options should ...Chad Rosier
2011-11-15Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer
2011-11-14Print a typo correction hint for unknown warning flags.Benjamin Kramer
2011-11-03Parse the warning options twice. The first pass sets diagnostic state, while Chad Rosier
2011-09-29Basic/Diagnostic: Factor outDaniel Dunbar
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-18Implement '-Weverything', which enables all warnings except those explicitly ...Ted Kremenek
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-06-03Don't warn about -Wno-foo where foo is an unknown warning option. ExplicitlyMatt Beaumont-Gay
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2010-06-11Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-07add clang -cc1 level support for "-ferror-limit 42"Chris Lattner
2010-03-17Simplify ProcessWarningOptions since it can't failKovarththanan Rajaratnam
2009-12-23switch -Werror/-Wfatal-errors error conditions to use diagnostics insteadChris Lattner
2009-12-22implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner
2009-11-12Move warning options into DiagnosticOptions.Daniel Dunbar
2009-11-10Add Diagnostic::Report method for reporting diagnostics without a location.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-14PR4715Shantonu Sen
2009-06-23switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...Chris Lattner
2009-05-19Clean up some unnecessary includes.Eli Friedman
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman