[clang] [clang][deps] Make dependency directives getter thread-safe (PR #136178)

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 23 09:20:31 PDT 2025


================
@@ -357,6 +357,32 @@ static void canonicalizeDefines(PreprocessorOptions &PPOpts) {
   std::swap(PPOpts.Macros, NewMacros);
 }
 
+class ActualDependencyDirectivesGetter : public DependencyDirectivesGetter {
----------------
cyndyishida wrote:

nit: s/ActualDependencyDirectivesGetter/DSWDependencyDirectivesGetter ? or maybe `ScanningDependencyDirectivesGetter`

https://github.com/llvm/llvm-project/pull/136178


More information about the cfe-commits mailing list