llvm-project/clang/lib
Chris Lattner fff5ed4b55 when a diagnostic is an extension and has no other -W flag,
indicate that it was enabled with -pedantic so people know
why they're getting them:

$ printf "int x;" | clang -xc - -pedantic
<stdin>:1:7: warning: no newline at end of file [-pedantic]
int x;
      ^

llvm-svn: 96365
2010-02-16 18:29:31 +00:00
..
AST White-list comma expressions with the literal 0 as their RHS against 2010-02-16 04:10:53 +00:00
Analysis Refactor the logic for printf argument type-checking into analyze_printf::ArgTypeResult. 2010-02-16 01:46:59 +00:00
Basic add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 2010-02-16 18:14:57 +00:00
Checker Add simpler checker to check if variables captured by a block are uninitialized. 2010-02-16 08:33:59 +00:00
CodeGen Handle layout of vtables for virtual bases. 2010-02-16 16:49:35 +00:00
Driver Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds 2010-02-13 03:50:24 +00:00
Frontend when a diagnostic is an extension and has no other -W flag, 2010-02-16 18:29:31 +00:00
Headers add two aliases for SSE functions we already have, fixing PR6316. 2010-02-16 18:21:25 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix PR6282: the include guard optimization cannot happen if the 2010-02-12 08:03:27 +00:00
Parse Issue a bettter diagnostics for incorrect property setter name. 2010-02-15 22:20:11 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema dllimport and dllexport are declspec attributes, too. They're also 2010-02-16 18:27:26 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00