Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(205)

Unified Diff: include/clang/Basic/DiagnosticGroups.td

Issue 1407042: PR7245: Make rvalue->reference copy errors into warnings. Base URL: https://llvm.org/svn/llvm-project/cfe/trunk/
Patch Set: Fix dgregor's comments Created 14 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/UsersManual.html ('k') | include/clang/Basic/DiagnosticSemaKinds.td » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">;
« no previous file with comments | « docs/UsersManual.html ('k') | include/clang/Basic/DiagnosticSemaKinds.td » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b