Switch CodeGenOptions over to a .def file, like we do with LangOptions.
authorDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 20:05:01 +0000 (20:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 20:05:01 +0000 (20:05 +0000)
commitb0eea8b54bfaabbcd9d767b3e0caa6a32bc9f4d1
treeef190c0b01e7d33e2e998966b6de49bb6501818c
parent40c180db136781bbbeea248540b91ed344071efb
Switch CodeGenOptions over to a .def file, like we do with LangOptions.

llvm-svn: 166497
12 files changed:
clang/include/clang/Frontend/CodeGenOptions.def [new file with mode: 0644]
clang/include/clang/Frontend/CodeGenOptions.h
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGBlocks.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CGExprCXX.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Frontend/CompilerInvocation.cpp