[clang] Match against all plugins when parsing microsoft attributes (PR #86426)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 06:21:00 PDT 2024
================
@@ -345,6 +345,9 @@ Bug Fixes to Compiler Builtins
Bug Fixes to Attribute Support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Clang now correctly matches plugin attributes with microsoft ``[attribute]`` syntax.
----------------
erichkeane wrote:
> Microsoft attributes use single brackets, c++11 attributes use `[[]]`
Ah, woops! I saw that later on and fixed it in my suggestion, but not the message above. But please capitalize 'Microsoft' as suggested.
https://github.com/llvm/llvm-project/pull/86426
More information about the cfe-commits
mailing list