]> granicus.if.org Git - clang/commit
Switch the serialization of LangOptions over to use the .def file. We
authorDouglas Gregor <dgregor@apple.com>
Tue, 13 Sep 2011 18:26:39 +0000 (18:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 13 Sep 2011 18:26:39 +0000 (18:26 +0000)
commit7d5e81bf24dbfd334a7c62a7ae51043c79a69aa9
tree7fa299a801302ef70333df754223e2829d34af51
parente87158dfbca01577810f301543c3cdcfc955d8b0
Switch the serialization of LangOptions over to use the .def file. We
should no longer have the serialization of LangOptions out of sync
with the structure itself (yay).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139613 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Modules/load_failure.c
test/PCH/arc.m