File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,12 @@ class ItaniumNumberingContext : public MangleNumberingContext {
183
183
184
184
// A version of this for SYCL that makes sure that 'device' mangling context
185
185
// matches the lambda mangling number, so that __builtin_sycl_unique_stable_name
186
- // can be consistently generated between a MS and Itanium host by just referring to the
186
+ // can be consistently generated between a MS and Itanium host by just referring
187
+ // to the device mangling number.
187
188
class ItaniumSYCLNumberingContext : public ItaniumNumberingContext {
188
189
llvm::DenseMap<const CXXMethodDecl *, unsigned > ManglingNumbers;
189
190
using ManglingItr = decltype (ManglingNumbers)::iterator;
191
+
190
192
public:
191
193
ItaniumSYCLNumberingContext (ItaniumMangleContext *Mangler)
192
194
: ItaniumNumberingContext(Mangler) {}
You can’t perform that action at this time.
0 commit comments