From c141b51d78b40c7b0b04f27adfa70ec5bbddc49c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 17 Aug 2012 03:55:43 +0000 Subject: Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid misaligned reads throughout the file. Bump PTH format version to 10. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162076 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/PTHManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/clang') diff --git a/include/clang/Lex/PTHManager.h b/include/clang/Lex/PTHManager.h index 25a49038a8..44f9ab39f3 100644 --- a/include/clang/Lex/PTHManager.h +++ b/include/clang/Lex/PTHManager.h @@ -101,7 +101,7 @@ class PTHManager : public IdentifierInfoLookup { public: // The current PTH version. - enum { Version = 9 }; + enum { Version = 10 }; ~PTHManager(); -- cgit v1.2.3-70-g09d2