Skip to content

Commit cd7f8da

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web' (#1)
2 parents 74e62f0 + 59bd877 commit cd7f8da

File tree

3 files changed

+97
-159
lines changed

3 files changed

+97
-159
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12894,6 +12894,11 @@ class Sema final {
1289412894
void MarkDevice();
1289512895
void MarkSyclSimd();
1289612896

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+
1289712902
/// Creates a SemaDiagnosticBuilder that emits the diagnostic if the current
1289812903
/// context is "used as device code".
1289912904
///

0 commit comments

Comments
 (0)