Johnniesnato added a comment.
0day Scene Albums House, Club, Dance, Minimal, Psy-Trance, Dubstep
http://0daymusic.org
https://reviews.llvm.org/D32371
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
thakis closed this revision.
thakis marked an inline comment as done.
thakis added a comment.
r301039, thanks.
https://reviews.llvm.org/D32371
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Highly useful I'd say!
lgtm
Comment at: include/clang/Basic/Diagnostic.td:113
+// Extensions are warnings about accepted language extensions that are
+// default-off but enabled
thakis added a comment.
Not sure if this is useful, but this is where I always check first.
https://reviews.llvm.org/D32371
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
thakis created this revision.
https://reviews.llvm.org/D32371
Files:
include/clang/Basic/Diagnostic.td
Index: include/clang/Basic/Diagnostic.td
===
--- include/clang/Basic/Diagnostic.td
+++ include/clang/Basic/Diagnostic.td
@@ -1