On Wed, Sep 28, 2011 at 12:10 PM, Chad Rosier <[email protected]> wrote: > > On Sep 26, 2011, at 3:38 PM, Richard Trieu wrote: > > Modified: cfe/trunk/include/clang/Basic/DiagnosticGroups.td > URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticGroups.td?rev=140574&r1=140573&r2=140574&view=diff > ============================================================================== > --- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original) > +++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Mon Sep 26 17:38:21 > 2011 > @@ -227,6 +227,7 @@ > [DiagGroup<"shorten-64-to-32">, > DiagGroup<"constant-conversion">, > DiagGroup<"literal-conversion">, > + DiagGroup<"string-convervion">, > > string-convervion?
Whoops, typo. I'll go fix it. > > DiagGroup<"sign-conversion">, > BoolConversions]>, > DiagCategory<"Value Conversion Issue">; > > Chad _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
