Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Move hlsl::DiagnoseTranslationUnit to separate file. (#6126)
Since DiagnoseTranslationUnit is after Sema, it doesn't need to be part of SemaHLSL. This is in preparation for moving DiagnoseHLSLMethodCall to hlsl::DiagnoseTranslationUnit for access to the call graph. Only move code to new file, not other changes except replace OutputDebugFormat with llvm::dbgs for CallGraphWithRecurseGuard::dump. For #5855
- Loading branch information