llvm-project/clang/utils/TableGen
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
..
CMakeLists.txt Update the CMake build for clang-tblgen to reflect that it directly 2011-11-02 05:04:43 +00:00
ClangASTNodesEmitter.cpp Make clang-tblgen backends functions instead of TableGenBackends. 2012-06-13 05:12:41 +00:00
ClangAttrEmitter.cpp Remove an unused header 2012-07-19 04:10:19 +00:00
ClangDiagnosticsEmitter.cpp Fix horrible regression in control of warnings caused by introduction of -Wpedantic. 2012-08-10 20:50:00 +00:00
ClangSACheckersEmitter.cpp Make clang-tblgen backends functions instead of TableGenBackends. 2012-06-13 05:12:41 +00:00
Makefile
NeonEmitter.cpp TableGen: Remove extraneous \ character from arm_neon.h definitions. 2012-08-03 17:30:46 +00:00
OptParserEmitter.cpp Make clang-tblgen backends functions instead of TableGenBackends. 2012-06-13 05:12:41 +00:00
TableGen.cpp Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
TableGenBackends.h Make clang-tblgen backends functions instead of TableGenBackends. 2012-06-13 05:12:41 +00:00