diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-15 22:07:06 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-15 22:07:06 +0000 |
commit | 94c2bf14765c33ad50a3ef50727677337b71ee8d (patch) | |
tree | f35847ed8e71cfb6ca26e807381659ff3f1c02fc | |
parent | c351d9837ea1d0b04842497e76c76125426a982c (diff) |
Add a missing initializer in ASTBitCodes.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158558 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Serialization/ASTBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index be13e3c7cb..3030334a69 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/include/clang/Serialization/ASTBitCodes.h @@ -469,7 +469,7 @@ namespace clang { /// /// This array can only be interpreted properly using the Objective-C /// categories map. - OBJC_CATEGORIES + OBJC_CATEGORIES = 54 }; /// \brief Record types used within a source manager block. |