hanchenye-llvm-project/clang/test/Misc
Ted Kremenek 5d858cb916 Fix horrible regression in control of warnings caused by introduction of -Wpedantic.
While -Wpedantic was reasonable, -Wno-pedantic would turn off a bunch of warnings that
are on by default.  This counters the intention of this warning flag.

To fix this, -Wpedantic now includes extentions that are not on by default.  The
remaining warnings will manifest anyway, and won't accidentally get turned off
by -Wno-pedantic.

Fixes <rdar://problem/12076105>

llvm-svn: 161695
2012-08-10 20:50:00 +00:00
..
Inputs
ast-dump-templates.cpp
ast-dump-wchar.cpp Add triples to keep make test work on Windows, where wchar_t is only 16 2012-06-13 23:15:33 +00:00
caret-diags-macros.c
caret-diags-scratch-buffer.c
diag-aka-types.cpp Only print a semicolon after "no known conversion for Nth argument" if there 2012-06-28 19:20:41 +00:00
diag-format.c rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
diag-line-wrapping.cpp
diag-macro-backtrace.c Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. 2012-01-25 06:07:15 +00:00
diag-mapping.c
diag-mapping2.c
diag-template-diffing-color.cpp clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
diag-template-diffing.cpp Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion 2012-06-29 23:11:10 +00:00
diag-trailing-null-bytes.cpp Revert r154981, because it caused PR12674. 2012-04-26 21:39:46 +00:00
diag-verify.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
emit-html-insert.c
emit-html.c Disable _Pragma during HTML macro rewriting to keep from crashing. 2012-06-08 18:06:21 +00:00
error-limit-multiple-notes.cpp
error-limit.c
include-stack-for-note-flag.cpp
integer-literal-printing.cpp Improve the error message when a function overload candidate is rejected 2012-06-19 00:37:47 +00:00
macro-backtrace.c
message-length.c Nicer display of unprintable source, and fix caret display for non-ascii text 2012-04-18 02:44:46 +00:00
predefines.c
remap-file.c
serialized-diags-frontend.c Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 2012-05-10 05:03:45 +00:00
serialized-diags-no-category.c Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
serialized-diags-no-issue.c
serialized-diags-single-issue.c Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
serialized-diags.c Implement support for 18 of the GNU-compatible __atomic builtins. 2012-04-12 05:08:17 +00:00
serialized-diags.h Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics 2011-12-17 05:26:11 +00:00
show-diag-options.c Re-apply r159875 with fixes. 2012-07-07 05:53:30 +00:00
tabstop.c Improve fixit for comparison operator on lhs of bitwise operator. 2012-06-03 07:07:00 +00:00
unprintable.c Nicer display of unprintable source, and fix caret display for non-ascii text 2012-04-18 02:44:46 +00:00
verify.c
warn-in-system-header.c Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
warn-in-system-header.h
warning-flags-enabled.c Add warning flag -Winvalid-pp-token for preprocessing-tokens which have 2012-06-28 07:51:56 +00:00
warning-flags-tree.c [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
warning-flags.c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. 2012-08-10 20:50:00 +00:00
working-directory.c
wrong-encoding.c Nicer display of unprintable source, and fix caret display for non-ascii text 2012-04-18 02:44:46 +00:00