llvm-project/clang/lib
Chad Rosier 286852a10c Warn about -Wno-foo where foo is an unknown warning option. This is helpful
for subtle misspellings such as -Wno-unused-command-line-arguments instead of
-Wno-unused-command-line-argument.

Also fix the diagnostic messages to properly handle -Wno- options.  Previously,
the positive version was always emitted (i.e., -Wfoo was emitted for -Wno-foo).
rdar://11461500

llvm-svn: 156937
2012-05-16 19:28:02 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST Fix the visibility of instantiations of static data members. 2012-05-16 02:10:38 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
CodeGen Fix code generation of variables reference expressions when mixing 2012-05-16 16:50:20 +00:00
Driver [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt into the appropriate place at build time 2012-05-16 06:36:00 +00:00
Edit [objcmt] Accept char arrays for rewriting to @() syntax. 2012-05-16 00:21:21 +00:00
Frontend Warn about -Wno-foo where foo is an unknown warning option. This is helpful 2012-05-16 19:28:02 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex [preprocessor] Make sure that MacroExpands callbacks are always in source order. 2012-05-10 18:57:19 +00:00
Parse Move the warnings for extra semi-colons under -Wextra-semi. Also, added 2012-05-16 19:04:59 +00:00
Rewrite Modern objective-c translation. Translating default 2012-05-08 23:54:35 +00:00
Sema Clean up r156925, so that we only mark the capturing DeclRefExpr of a 2012-05-16 17:01:33 +00:00
Serialization Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
StaticAnalyzer [analyzer] Introduce clang_analyzer_eval for regression test constraint checks. 2012-05-16 16:01:07 +00:00
Tooling Fixes crasher bug in JSONCompilationDatabase for invalid input. 2012-05-15 11:46:07 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00