================
@@ -391,10 +391,13 @@ class DependencyScanningAction {
IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS,
std::shared_ptr<PCHContainerOperations> PCHContainerOps,
DiagnosticConsumer *DiagConsumer) {
+ // Making sure that we canonicalize the defines before we create the deep
+ // copy.
----------------
jansvoboda11 wrote:
```suggestion
// copy to avoid unnecessary variants in the scanner and in the resulting
// explicit command lines.
```
https://github.com/llvm/llvm-project/pull/159620
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits