summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Warnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 80-column violation.Chad Rosier2012-01-311-1/+2
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-271-2/+8
* Treat -Wformat=0 as an alias for -Wformat.Hans Wennborg2012-01-171-0/+4
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+2
* Add missing equals.Benjamin Kramer2011-11-281-2/+3
* Typo.Chad Rosier2011-11-151-5/+5
* Fix a regression from 143657. The second pass of the warning options should ...Chad Rosier2011-11-151-2/+3
* Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer2011-11-151-14/+18
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-3/+8
* Parse the warning options twice. The first pass sets diagnostic state, while Chad Rosier2011-11-031-70/+92
* Basic/Diagnostic: Factor outDaniel Dunbar2011-09-291-14/+22
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-5/+5
* Implement '-Weverything', which enables all warnings except those explicitly ...Ted Kremenek2011-08-181-0/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* Don't warn about -Wno-foo where foo is an unknown warning option. ExplicitlyMatt Beaumont-Gay2011-06-031-1/+3
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-27/+22
* Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin2010-06-111-0/+2
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-0/+2
* add clang -cc1 level support for "-ferror-limit 42"Chris Lattner2010-04-071-0/+4
* Simplify ProcessWarningOptions since it can't failKovarththanan Rajaratnam2010-03-171-3/+1
* switch -Werror/-Wfatal-errors error conditions to use diagnostics insteadChris Lattner2009-12-231-9/+7
* implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner2009-12-221-2/+25
* Move warning options into DiagnosticOptions.Daniel Dunbar2009-11-121-8/+7
* Add Diagnostic::Report method for reporting diagnostics without a location.Daniel Dunbar2009-11-101-2/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-7/+7
* PR4715Shantonu Sen2009-08-141-1/+1
* switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...Chris Lattner2009-06-231-1/+3
* Clean up some unnecessary includes.Eli Friedman2009-05-191-1/+1
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+106
OpenPOWER on IntegriCloud