- 3be1cb2 Use -Rblah, not -Wblah, to control remark diagnostics. This was always the by Richard Smith · 11 years ago
- ac4e8e5 DiagnosticIDs: use diagnostic severities to simplify extension handling by Alp Toker · 11 years ago
- d576e00 DiagnosticsEngine: update severity setters to new terminology by Alp Toker · 11 years ago
- 46df1c0 Complete the switch from mappings to declarative diagnostic severities by Alp Toker · 11 years ago
- c726c36 Improve diagnostic mapping terminology by Alp Toker · 11 years ago
- b92de02 Reapply r207477 and r207479 without cyclic dependency by Ben Langmuir · 12 years ago[Renamed (97%) from clang/lib/Frontend/Warnings.cpp]
- 56c56d2 Revert r177218. by Argyrios Kyrtzidis · 13 years ago
- 3065a0f Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 13 years ago
- 5f15a35 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 7959178 Use a .def file for most of the diagnostic options. by Douglas Gregor · 13 years ago
- 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
- 9184423 Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 13 years ago
- e2d8fbb Tweek r156937 a bit so that the suggestions are correct. by Chad Rosier · 13 years ago
- 286852a Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 13 years ago
- c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
- ebaefe7 Fix 80-column violation. by Chad Rosier · 14 years ago
- 9ffada9 Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having by Argyrios Kyrtzidis · 14 years ago
- 507b567 Treat -Wformat=0 as an alias for -Wformat. by Hans Wennborg · 14 years ago
- f6f003a C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 14 years ago
- c7ccd61 Add missing equals. by Benjamin Kramer · 14 years ago
- 1fede19 Typo. by Chad Rosier · 14 years ago
- e35f9dd Fix a regression from 143657. The second pass of the warning options should only be emitting by Chad Rosier · 14 years ago
- 176a5cb Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 14 years ago
- 116d887 Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 14 years ago
- 52d00e4 Parse the warning options twice. The first pass sets diagnostic state, while by Chad Rosier · 14 years ago
- c2e5ca6 Basic/Diagnostic: Factor out by Daniel Dunbar · 14 years ago
- 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
- fbbdced Implement '-Weverything', which enables all warnings except those explicitly mapped to be ignored. by Ted Kremenek · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- aef8c72 Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly by Matt Beaumont-Gay · 14 years ago
- 0e37afa A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 14 years ago
- 2b99c6f Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 15 years ago
- ffed1cb Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 16 years ago
- dec49e7 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 16 years ago
- 9ff84d9 Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 16 years ago
- b089c1d switch -Werror/-Wfatal-errors error conditions to use diagnostics instead by Chris Lattner · 16 years ago
- 801fda8 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 16 years ago
- 4c0e827 Move warning options into DiagnosticOptions. by Daniel Dunbar · 16 years ago
- 93097b3 Add Diagnostic::Report method for reporting diagnostics without a location. by Daniel Dunbar · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- 4a7b937 PR4715 by Shantonu Sen · 16 years ago
- e2170ed switch Warnings.cpp to use the diagnostics machinery to print diagnostics, not *fprintf*! by Chris Lattner · 16 years ago
- cec35d7 Clean up some unnecessary includes. by Eli Friedman · 16 years ago
- 16b7b6f Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 16 years ago[Renamed (98%) from clang/tools/clang-cc/Warnings.cpp]
- 42279c0 Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 16 years ago
- c6fafed move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 17 years ago
- ddddff4 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 17 years ago
- 22cb818 implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 17 years ago
- b8e7315 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 17 years ago
- f9150ba arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 17 years ago
- e82c3cc when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 17 years ago
- 3fd869c make unknown warnings a warning, not an error. by Chris Lattner · 17 years ago
- 7836eef add support for -Wextra and -W by Chris Lattner · 17 years ago
- 680eb1b use tablgen-generated warning groups. by Chris Lattner · 17 years ago
- 76732c2 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 17 years ago
- 5a8c8df rename variable in comment, not just in code :). by Chris Lattner · 17 years ago
- e007de3 Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 17 years ago
- ce682d9 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 17 years ago
- 8a1dc20 clean up error messages. by Chris Lattner · 17 years ago
- 384a59c Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 17 years ago
- 4c73b67 refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 17 years ago
- b874dbd add support for -W[no-]extra-tokens by Chris Lattner · 17 years ago
- 225dd6c add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 17 years ago
- 2632dda add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 17 years ago
- f1b876d Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 17 years ago
- ea9a107 Add support for -Wdeprecated-declarations. by Steve Naroff · 17 years ago
- 1a4029c Implement -Wno-pointer-sign. by Eli Friedman · 17 years ago
- e5a7ecc Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 17 years ago[Renamed from clang/Driver/Warnings.cpp]
- 19367f5 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 17 years ago
- 4f912e6 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 17 years ago
- ecc5444 Improve error messages on bad warning options. by Sebastian Redl · 17 years ago
- 4835010 Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 17 years ago