We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08eead6 + 3abfcee commit 75caac7Copy full SHA for 75caac7
include/swift/ClangImporter/ClangImporterRequests.h
@@ -345,13 +345,10 @@ SourceLoc extractNearestSourceLoc(CxxRecordSemanticsDescriptor desc);
345
class CxxRecordSemantics
346
: public SimpleRequest<CxxRecordSemantics,
347
CxxRecordSemanticsKind(CxxRecordSemanticsDescriptor),
348
- RequestFlags::Cached> {
+ RequestFlags::Uncached> {
349
public:
350
using SimpleRequest::SimpleRequest;
351
352
- // Caching
353
- bool isCached() const { return true; }
354
-
355
// Source location
356
SourceLoc getNearestLoc() const { return SourceLoc(); };
357
0 commit comments