Skip to content

Commit

Permalink
Switch the default behavior of the Clang<> spelling to opt-in to the …
Browse files Browse the repository at this point in the history
…C2x attribute spellings. NFC to the attribute spellings themselves.

The Clang<> spelling helper generates a spelling for C++11, GNU, and C2x attribute spellings. Previously, users had to manually opt in to the C2x spelling while we cautiously added attributes to that spelling. Now that majority of attributes are exposed in C2x, we can switch the default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326055 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Feb 25, 2018
1 parent d4669c7 commit 46ed3ff
Showing 1 changed file with 125 additions and 125 deletions.
Loading

0 comments on commit 46ed3ff

Please sign in to comment.