summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticASTKinds.td
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-03-15 18:07:13 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-03-15 18:07:13 +0000
commit649dfbc389671d0c852ead5953da630d675a5d43 (patch)
treeabb6d6e0fc9ab3c4b188e94113d495e3bbd527e1 /include/clang/Basic/DiagnosticASTKinds.td
parent30650ebe652854d8bdce832cbdae1cf3c43e54aa (diff)
Remove hacky temporary fix of r151585.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticASTKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticASTKinds.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Basic/DiagnosticASTKinds.td b/include/clang/Basic/DiagnosticASTKinds.td
index bad80b668b..9cfe5efae2 100644
--- a/include/clang/Basic/DiagnosticASTKinds.td
+++ b/include/clang/Basic/DiagnosticASTKinds.td
@@ -107,11 +107,6 @@ def note_constexpr_calls_suppressed : Note<
"see all)">;
def note_constexpr_call_here : Note<"in call to '%0'">;
-// FIXME: See EvalInfo::IntExprEvaluatorDepth.
-def err_intexpr_depth_limit_exceeded : Error<
- "integer expression evaluation exceeded maximum sub-expression depth">,
- DefaultFatal; // avoid emitting it multiple times for the same parent expr.
-
// inline asm related.
let CategoryName = "Inline Assembly Issue" in {
def err_asm_invalid_escape : Error<