]> granicus.if.org Git - clang/commit
move group twiddling options into Diagnostic.cpp instead of
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 22:34:23 +0000 (22:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 22:34:23 +0000 (22:34 +0000)
commit3bc172bc6a787842db6fea351cf6929539fca70d
tree0f52238b95bde7226274253ecfc8505487c98dbf
parent74548e67d835254c3852b95bfb6dbbd6609a91f5
move group twiddling options into Diagnostic.cpp instead of
Warnings.cpp.  Warnings.cpp now doesn't need to #include
tblgen produced output directly.

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