]> granicus.if.org Git - clang/commit
Unify Options.td and CC1Options.td, in a first step towards unifying the serializatio...
authorJames Molloy <james.molloy@arm.com>
Tue, 1 May 2012 14:57:16 +0000 (14:57 +0000)
committerJames Molloy <james.molloy@arm.com>
Tue, 1 May 2012 14:57:16 +0000 (14:57 +0000)
commitbfd7a525bcf372004787cb641b8c1566b9e8aba5
tree436f4c8c8171d939b39fbdd9fa7f61e2da237584
parentd1fda0393b50c9c1ea25925725916da3ce13c1e2
Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver.

Reviewed by Eric, Doug and Chandler, and here: http://llvm.org/reviews/r/7/

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155916 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Driver/CC1Options.h
include/clang/Driver/CC1Options.td
include/clang/Driver/CMakeLists.txt
include/clang/Driver/Makefile
include/clang/Driver/OptParser.td
include/clang/Driver/OptTable.h
include/clang/Driver/Option.h
include/clang/Driver/Options.td
lib/Driver/CC1Options.cpp [deleted file]
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/OptTable.cpp
lib/Frontend/CompilerInvocation.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
test/Sema/fpack-struct.c
tools/driver/cc1_main.cpp
tools/driver/driver.cpp