Skip to content

Commit ec29f83

Browse files
committed
Bring updates from main branch
1 parent 75461ad commit ec29f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ class Parser : public CodeCompletionHandler {
25962596
/// AttrRequirements bitmask values.
25972597
void ParseTypeQualifierListOpt(
25982598
DeclSpec &DS, unsigned AttrReqs = AR_AllAttributesParsed,
2599-
bool AtomicAllowed = true, bool IdentifierRequired = false,
2599+
bool AtomicOrPtrauthAllowed = true, bool IdentifierRequired = false,
26002600
std::optional<llvm::function_ref<void()>> CodeCompletionHandler =
26012601
std::nullopt);
26022602

0 commit comments

Comments
 (0)