================
@@ -350,6 +350,7 @@ void SourceManager::clearIDTables() {
LastLineNoContentCache = nullptr;
LastFileIDLookup = FileID();
+ IncludedLocMap.clear();
----------------
kadircet wrote:
done
https://github.com/llvm/llvm-project/pull/106241