summaryrefslogtreecommitdiffstats
path: root/include/clang/Parse/ParseDiagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/ParseDiagnostic.h')
-rw-r--r--include/clang/Parse/ParseDiagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/ParseDiagnostic.h b/include/clang/Parse/ParseDiagnostic.h
index a85c6ad..fa600dd 100644
--- a/include/clang/Parse/ParseDiagnostic.h
+++ b/include/clang/Parse/ParseDiagnostic.h
@@ -15,7 +15,7 @@
namespace clang {
namespace diag {
enum {
-#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP) ENUM,
+#define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,SFINAE) ENUM,
#define PARSESTART
#include "clang/Basic/DiagnosticParseKinds.inc"
#undef DIAG
OpenPOWER on IntegriCloud