]> granicus.if.org Git - clang/commit
move handling of -pedantic and -pedantic-errors into Diagnostics,
authorChris Lattner <sabre@nondot.org>
Thu, 16 Apr 2009 05:04:32 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Apr 2009 05:04:32 +0000 (05:04 +0000)
commitb54b276a920246c595a0498da281821eb9d22996
tree6ca2500abd7c38a897c1ab140cf1bcb6801eff55
parent2b07d8fe9e8a8ba12d64066632e17a9a5308a12e
move handling of -pedantic and -pedantic-errors into Diagnostics,
out of Warnings.cpp.  This simplifies warnings.cpp and makes it more
efficient.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69266 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Basic/Diagnostic.cpp
tools/clang-cc/Warnings.cpp