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 285412a commit 4e2a069Copy full SHA for 4e2a069
clang/include/clang/Sema/DeclSpec.h
@@ -2639,7 +2639,7 @@ class Declarator {
2639
}
2640
2641
/// takeAttributesAppending - Takes attributes from the given
2642
- /// parsed-attributes set and add them to this declarator.
+ /// ParsedAttributes set and add them to this declarator.
2643
///
2644
/// These examples both add 3 attributes to "var":
2645
/// short int var __attribute__((aligned(16),common,deprecated));
0 commit comments