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 75461ad commit ec29f83Copy full SHA for ec29f83
clang/include/clang/Parse/Parser.h
@@ -2596,7 +2596,7 @@ class Parser : public CodeCompletionHandler {
2596
/// AttrRequirements bitmask values.
2597
void ParseTypeQualifierListOpt(
2598
DeclSpec &DS, unsigned AttrReqs = AR_AllAttributesParsed,
2599
- bool AtomicAllowed = true, bool IdentifierRequired = false,
+ bool AtomicOrPtrauthAllowed = true, bool IdentifierRequired = false,
2600
std::optional<llvm::function_ref<void()>> CodeCompletionHandler =
2601
std::nullopt);
2602
0 commit comments