[all-commits] [llvm/llvm-project] fe69bb: Fix tests failure on 75993812d5c1f269b781c34987748...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Fri May 19 10:35:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe69bb64415ef6fe01ebbb1d1a801e85bd6bd879
https://github.com/llvm/llvm-project/commit/fe69bb64415ef6fe01ebbb1d1a801e85bd6bd879
Author: Zequan Wu <zequanwu at google.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M clang/lib/AST/TypePrinter.cpp
Log Message:
-----------
Fix tests failure on 75993812d5c1f269b781c34987748f2a792a579d
It follows the rules:
1. Use native path if it's already absolute
2. Use Windows back-slash if it's windows formatting.
3. Use Posix style otherwise.
More information about the All-commits
mailing list