Skip to content
Commit 95d57033 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Properly diagnose Microsoft __declspec attributes which have optional argument...

Properly diagnose Microsoft __declspec attributes which have optional argument lists when the arguments are elided. eg)

__declspec(deprecated()) // error
__declspec(deprecated) // OK
__declspec(deprecated("")) // OK

llvm-svn: 206191
parent 13a3f691
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment