Skip to content

Commit dff7734

Browse files
author
Erich Keane
committed
Finish my comment, fix the clang-format with it
1 parent 6953012 commit dff7734

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/lib/AST/ItaniumCXXABI.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,12 @@ class ItaniumNumberingContext : public MangleNumberingContext {
183183

184184
// A version of this for SYCL that makes sure that 'device' mangling context
185185
// 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.
187188
class ItaniumSYCLNumberingContext : public ItaniumNumberingContext {
188189
llvm::DenseMap<const CXXMethodDecl *, unsigned> ManglingNumbers;
189190
using ManglingItr = decltype(ManglingNumbers)::iterator;
191+
190192
public:
191193
ItaniumSYCLNumberingContext(ItaniumMangleContext *Mangler)
192194
: ItaniumNumberingContext(Mangler) {}

0 commit comments

Comments
 (0)