Index: include/clang/Basic/DiagnosticGroups.td |
=================================================================== |
--- include/clang/Basic/DiagnosticGroups.td (revision 105518) |
+++ include/clang/Basic/DiagnosticGroups.td (working copy) |
@@ -76,6 +76,7 @@ |
def : DiagGroup<"pointer-to-int-cast">; |
def : DiagGroup<"redundant-decls">; |
def ReturnType : DiagGroup<"return-type">; |
+def BindToTemporaryCopy : DiagGroup<"bind-to-temporary-copy">; |
def SemiBeforeMethodBody : DiagGroup<"semicolon-before-method-body">; |
def : DiagGroup<"sequence-point">; |
def Shadow : DiagGroup<"shadow">; |