]> granicus.if.org Git - clang/commit
Reapply r207477 and r207479 without cyclic dependency
authorBen Langmuir <blangmuir@apple.com>
Tue, 29 Apr 2014 16:25:26 +0000 (16:25 +0000)
committerBen Langmuir <blangmuir@apple.com>
Tue, 29 Apr 2014 16:25:26 +0000 (16:25 +0000)
commit00ea13b6fbbd8fec4d25141279ef32649870d6ab
tree5a2d9d4b2ec3eb783bea68fb48bed8d9559931dc
parent56844d5f639baa2098427e72b800b310c7fdb060
Reapply r207477 and r207479 without cyclic dependency

Fixed by moving ProcessWarningOptions from Frontend into Basic. All of
the dependencies for ProcessWarningOptions were already in Basic, so
this was a small change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207549 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticSerializationKinds.td
include/clang/Frontend/Utils.h
include/clang/Serialization/ASTReader.h
lib/Basic/CMakeLists.txt
lib/Basic/Warnings.cpp [moved from lib/Frontend/Warnings.cpp with 97% similarity]
lib/Frontend/CMakeLists.txt
lib/Frontend/FrontendActions.cpp
lib/Serialization/ASTReader.cpp
test/Modules/Werror-Wsystem-headers.m [new file with mode: 0644]
test/Modules/Werror.m [new file with mode: 0644]
test/Modules/module_file_info.m
test/Modules/resolution-change.m