llvm-project/clang/lib
Benjamin Kramer 116d8879e6 Print a typo correction hint for unknown warning flags.
$ clang -Wololo t.c
warning: unknown warning option '-Wololo'; did you mean '-Wall'? [-Wunknown-warning-option]

llvm-svn: 144591
2011-11-14 23:30:34 +00:00
..
ARCMigrate [arcmt] Take into account that all properties are strong-by-default now and fix the test. 2011-11-08 23:09:34 +00:00
AST ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. 2011-11-14 21:59:25 +00:00
Analysis [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. 2011-11-14 19:36:08 +00:00
Basic Print a typo correction hint for unknown warning flags. 2011-11-14 23:30:34 +00:00
CodeGen Fixup comment. 2011-11-14 18:55:02 +00:00
Driver Don't track depfiles as result files which need to be cleaned up on failure. 2011-11-14 23:24:52 +00:00
Frontend Print a typo correction hint for unknown warning flags. 2011-11-14 23:30:34 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. 2011-11-10 00:11:13 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Fix a regression in wide character codegen. See PR11369. 2011-11-14 05:17:37 +00:00
Parse PR11148: Fix crash-on-invalid if an invalid member declaration is marked as 2011-11-10 09:08:44 +00:00
Rewrite objc rewriter: use a more specific name for local variable used 2011-11-09 17:41:43 +00:00
Sema When we're checking access in a dependent context, don't try to look 2011-11-14 23:00:43 +00:00
Serialization [PCH] Load the chained objc categories only after recursive loading is finished 2011-11-14 07:07:59 +00:00
StaticAnalyzer [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can 2011-11-14 21:59:21 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00