diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-02-11 16:06:55 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-02-11 16:06:55 +0000 |
commit | f1de4649e917f891d24e0718d02ee904b9edbe9d (patch) | |
tree | a694b59141a1d8b67fb09fb8892cd3c59a522c83 /include/clang/Lex/PTHManager.h | |
parent | d25c623a59cac5d92dd1b34b0d73106b524390bd (diff) |
PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data is
referenced by other tables.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/PTHManager.h')
-rw-r--r-- | include/clang/Lex/PTHManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/PTHManager.h b/include/clang/Lex/PTHManager.h index 7fd8aac637..c9554939f5 100644 --- a/include/clang/Lex/PTHManager.h +++ b/include/clang/Lex/PTHManager.h @@ -96,7 +96,7 @@ class PTHManager : public IdentifierInfoLookup { public: // The current PTH version. - enum { Version = 2 }; + enum { Version = 3 }; ~PTHManager(); |