summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/TableGen.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-12-20 02:48:34 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-12-20 02:48:34 +0000
commit68e081d606c7e80baa01400a738e118d7bb165b2 (patch)
tree9fdaa34f1b6e1b85648e91e4358cafd942254872 /clang/utils/TableGen/TableGen.cpp
parentf96d0ade79b2f88922a39428105b5ea11921636a (diff)
downloadbcm5719-llvm-68e081d606c7e80baa01400a738e118d7bb165b2.tar.gz
bcm5719-llvm-68e081d606c7e80baa01400a738e118d7bb165b2.zip
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146959
Diffstat (limited to 'clang/utils/TableGen/TableGen.cpp')
-rw-r--r--clang/utils/TableGen/TableGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TableGen/TableGen.cpp b/clang/utils/TableGen/TableGen.cpp
index 5c016d32ddd..56b28db4e28 100644
--- a/clang/utils/TableGen/TableGen.cpp
+++ b/clang/utils/TableGen/TableGen.cpp
@@ -96,7 +96,6 @@ namespace {
ClangComponent("clang-component",
cl::desc("Only use warnings from specified component"),
cl::value_desc("component"), cl::Hidden);
-}
class ClangTableGenAction : public TableGenAction {
public:
@@ -165,6 +164,7 @@ public:
return false;
}
};
+}
int main(int argc, char **argv) {
sys::PrintStackTraceOnErrorSignal();
OpenPOWER on IntegriCloud