Fixes rdar://43760099. Thanks for taking a look!
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/Sema/TreeTransform.h | ||
---|---|---|
4268 | restrict is unique in being able to be applied to reference types. You should just rebuild Quals from scratch, preserving only restrict. |
restrict is unique in being able to be applied to reference types. You should just rebuild Quals from scratch, preserving only restrict.