]> granicus.if.org Git - clang/commit
Use a .def file for most of the diagnostic options.
authorDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 23:11:23 +0000 (23:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 23:11:23 +0000 (23:11 +0000)
commitdc7b641574a733624489bd87fc7061771edf2113
tree9610f52681156222f6b4f2501bbd104f229ca47c
parent6a6bb2810cc8478730002c950f9261f6cb5f6143
Use a .def file for most of the diagnostic options.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166520 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ARCMigrate/ARCMT.h
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticOptions.def [new file with mode: 0644]
include/clang/Basic/DiagnosticOptions.h
include/clang/Frontend/CompilerInstance.h
lib/ARCMigrate/Internals.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/TextDiagnostic.cpp
lib/Frontend/Warnings.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaOverload.cpp