summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2012-06-20 16:05:42 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2012-06-20 16:05:42 +0000
commit8571897a792fcbc26d86c70d6c3ef835e75af984 (patch)
tree14650dbf032cf123662083c3943dce6dd079c058 /utils
parentf95d4125c01fa7b98722ae8cfbceac4a87d037b4 (diff)
downloadclang-8571897a792fcbc26d86c70d6c3ef835e75af984.tar.gz
Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan
Rose and Richard Smith for catching these. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/ClangAttrEmitter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp
index 61fd86f170..dc58b2752c 100644
--- a/utils/TableGen/ClangAttrEmitter.cpp
+++ b/utils/TableGen/ClangAttrEmitter.cpp
@@ -1073,9 +1073,6 @@ void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) {
<< "} // end namespace clang\n";
}
-}
-#include <cstdio>
-namespace clang {
// Emits the list of parsed attributes.
void EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) {
OS << "// This file is generated by TableGen. Do not edit.\n\n";