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
Loading
Please sign in to comment