]> granicus.if.org Git - clang/commit
Eliminate the "minimal" and printing parser actions, which only ever
authorDouglas Gregor <dgregor@apple.com>
Mon, 26 Jul 2010 04:08:02 +0000 (04:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 26 Jul 2010 04:08:02 +0000 (04:08 +0000)
commit87c300738174924453648c3b2d6f366c8284fac4
tree323b3d17b01f34fb653d7f5e5e146907cb5d9c5c
parent3c2d3016adec79c81c4efff64e208fd3ecdd92ae
Eliminate the "minimal" and printing parser actions, which only ever
worked for C anyway. Also kills the -cc1 options -parse-noop and
-parse-print-callbacks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109392 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
include/clang/Frontend/Utils.h
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Frontend/CMakeLists.txt
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/PrintParserCallbacks.cpp [deleted file]
lib/Parse/Action.cpp [new file with mode: 0644]
lib/Parse/CMakeLists.txt
lib/Parse/MinimalAction.cpp [deleted file]
test/Coverage/parse-callbacks.c [deleted file]
test/Coverage/parse-callbacks.m [deleted file]
test/Parser/2008-10-31-parse-noop-failure.c [deleted file]
test/Parser/block-block-storageclass.c
test/Parser/block-pointer-decl.c
test/Parser/cxx-condition.cpp
test/Parser/cxx-namespace-alias.cpp
test/Parser/expressions.c
test/Parser/expressions.m
test/Parser/method-prototype-1.m
test/Parser/objc-messaging-1.m
test/Parser/selector-1.m
test/Parser/types.c
tools/driver/cc1_main.cpp