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.
2 parents 74e62f0 + 59bd877 commit cd7f8daCopy full SHA for cd7f8da
clang/include/clang/Sema/Sema.h
@@ -12894,6 +12894,11 @@ class Sema final {
12894
void MarkDevice();
12895
void MarkSyclSimd();
12896
12897
+ /// Diagnoses an attribute in the 'intelfpga' namespace and suggests using
12898
+ /// the attribute in the 'intel' namespace instead.
12899
+ void CheckDeprecatedSYCLAttributeSpelling(const ParsedAttr &A,
12900
+ StringRef NewName = "");
12901
+
12902
/// Creates a SemaDiagnosticBuilder that emits the diagnostic if the current
12903
/// context is "used as device code".
12904
///
0 commit comments