aaron.ballman closed this revision.
aaron.ballman marked an inline comment as done.
aaron.ballman added a comment.
I've commit in r360667, thanks!
Comment at: lib/Frontend/CompilerInvocation.cpp:2593-2596
+ // Enable [[]] attributes in C++11 and C2x by default.
+ Opts.DoubleS
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
Comment at: lib/Frontend/CompilerInvocation.cpp:2593-2596
+ // Enable [[]] attributes in C++11 and C2x by default.
+ Opts.DoubleSquareBracketAttributes = Args.hasFlag(
aaron.ballman added a comment.
Ping x2.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61370/new/
https://reviews.llvm.org/D61370
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com
aaron.ballman added a comment.
Ping.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61370/new/
https://reviews.llvm.org/D61370
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit
aaron.ballman created this revision.
aaron.ballman added reviewers: rsmith, dblaikie.
WG14 has a working draft for C2x (WG14 N2346) and we've begun voting new
features into it, so I think it's time for use to expose a C2x flag and use it.
The new features we adopted this week that Clang already