We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1688c87 commit 3ed28bbCopy full SHA for 3ed28bb
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -584,6 +584,10 @@ gentbl(
584
"-gen-clang-regular-keyword-attr-info",
585
"include/clang/Basic/RegularKeywordAttrInfo.inc",
586
),
587
+ (
588
+ "-gen-cxx11-attribute-info",
589
+ "include/clang/Basic/CXX11AttributeInfo.inc",
590
+ ),
591
],
592
tblgen = ":clang-tblgen",
593
td_file = "include/clang/Basic/Attr.td",
0 commit comments