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 d73916b + 22dd716 commit b4e2969Copy full SHA for b4e2969
include/swift/ClangImporter/ClangImporterRequests.h
@@ -413,13 +413,10 @@ SourceLoc extractNearestSourceLoc(SafeUseOfCxxDeclDescriptor desc);
413
414
class IsSafeUseOfCxxDecl
415
: public SimpleRequest<IsSafeUseOfCxxDecl, bool(SafeUseOfCxxDeclDescriptor),
416
- RequestFlags::Cached> {
+ RequestFlags::Uncached> {
417
public:
418
using SimpleRequest::SimpleRequest;
419
420
- // Caching
421
- bool isCached() const { return true; }
422
-
423
// Source location
424
SourceLoc getNearestLoc() const { return SourceLoc(); };
425
0 commit comments