Commit 3238fd5
[TableGen] Fix a warning
This patch fixes:
clang/utils/TableGen/ClangAttrEmitter.cpp:3869:51: error: captured
structured bindings are a C++20 extension
[-Werror,-Wc++20-extensions]1 parent cabf565 commit 3238fd5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3864 | 3864 | | |
3865 | 3865 | | |
3866 | 3866 | | |
| 3867 | + | |
3867 | 3868 | | |
3868 | 3869 | | |
3869 | | - | |
| 3870 | + | |
3870 | 3871 | | |
3871 | 3872 | | |
3872 | 3873 | | |
| |||
0 commit comments