Skip to content

Commit 6ffbd2a

Browse files
committed
One more case of 'Attr' to a better name; NFC.
1 parent f4597a6 commit 6ffbd2a

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12886,7 +12886,7 @@ class Sema final {
1288612886

1288712887
/// Diagnoses an attribute in the 'intelfpga' namespace and suggests using
1288812888
/// the attribute in the 'intel' namespace instead.
12889-
void CheckDeprecatedSYCLAttributeSpelling(const ParsedAttr &Attr,
12889+
void CheckDeprecatedSYCLAttributeSpelling(const ParsedAttr &A,
1289012890
StringRef NewName = "");
1289112891

1289212892
/// Creates a SemaDiagnosticBuilder that emits the diagnostic if the current

0 commit comments

Comments
 (0)