[clang] Match against all plugins when parsing microsoft attributes (PR #86426)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 17:26:59 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.
----------------
apache-hb wrote:
Microsoft attributes use single brackets, c++11 attributes use `[[]]`
https://github.com/llvm/llvm-project/pull/86426
More information about the cfe-commits
mailing list