Skip to content

Commit f562191

Browse files
committed
Fix compile fail
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 1e34776 commit f562191

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/lib/Format/UnwrappedLineParser.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ UnwrappedLineParser::UnwrappedLineParser(
210210
? IG_Rejected
211211
: IG_Inited),
212212
IncludeGuardToken(nullptr), FirstStartColumn(FirstStartColumn),
213+
#ifdef SYCLomatic_CUSTOMIZATION
214+
SourceMgr(SourceMgr),
215+
#endif // SYCLomatic_CUSTOMIZATION
213216
Macros(Style.Macros, SourceMgr, Style, Allocator, IdentTable) {}
214217

215218
void UnwrappedLineParser::reset() {

0 commit comments

Comments
 (0)