Rose and Richard Smith for catching these.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158826
91177308-0d34-0410-b5e6-
96231b3b80d8
}
def FallThrough : Attr {
- let Spellings = [GNU<"fallthrough">, CXX11<"clang","fallthrough">];
+ let Spellings = [CXX11<"clang","fallthrough">];
let Subjects = [NullStmt];
}
<< "} // 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";