diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-10-23 23:11:23 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-10-23 23:11:23 +0000 |
commit | dc7b641574a733624489bd87fc7061771edf2113 (patch) | |
tree | 9610f52681156222f6b4f2501bbd104f229ca47c /lib/ARCMigrate | |
parent | 6a6bb2810cc8478730002c950f9261f6cb5f6143 (diff) |
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
Diffstat (limited to 'lib/ARCMigrate')
-rw-r--r-- | lib/ARCMigrate/Internals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ARCMigrate/Internals.h b/lib/ARCMigrate/Internals.h index 935fc9b525..1966a9823b 100644 --- a/lib/ARCMigrate/Internals.h +++ b/lib/ARCMigrate/Internals.h @@ -11,8 +11,10 @@ #define LLVM_CLANG_LIB_ARCMIGRATE_INTERNALS_H #include "clang/ARCMigrate/ARCMT.h" +#include "clang/Basic/Diagnostic.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/Optional.h" +#include <list> namespace clang { class Sema; |