summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-04-27 20:49:44 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-04-27 20:49:44 +0000
commit2febae03d5882461aa754ec7ae5fa764acbe3478 (patch)
tree2bb2c6fcf43d03f38a32b1bc4c5703b1bd1fb07b /utils
parent47213cf975fecb2ccbf38ff1d0a86e8c66b44634 (diff)
Revert unnecessary tblgen change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/ClangAttrEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp
index 9e399704d5..b5d2c02afa 100644
--- a/utils/TableGen/ClangAttrEmitter.cpp
+++ b/utils/TableGen/ClangAttrEmitter.cpp
@@ -2524,7 +2524,6 @@ static std::string CalculateDiagnostic(const Record &S) {
case ObjCProtocol | ObjCInterface:
return "ExpectedObjectiveCInterfaceOrProtocol";
case Field | Var: return "ExpectedFieldOrGlobalVar";
- case GenericRecord | Namespace: return "ExpectedRecordOrNamespace";
}
PrintFatalError(S.getLoc(),