Skip to content
Commit 35f9421c authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Properly diagnose standard C++ attributes which have optional argument lists...

Properly diagnose standard C++ attributes which have optional argument lists when the arguments are elided. eg)

[[deprecated()]] // error
[[deprecated]] // OK
[[deprecated("")]] // OK
[[gnu::deprecated()]] // OK

llvm-svn: 206186
parent 1d3ae27f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment