[all-commits] [llvm/llvm-project] 47d138: [clang-tidy] LIT test fix for Remark diagnostic
Dmitry Polukhin via All-commits
all-commits at lists.llvm.org
Fri Jun 11 02:03:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47d138c93992f779a5dd0810b0e7402e043df61d
https://github.com/llvm/llvm-project/commit/47d138c93992f779a5dd0810b0e7402e043df61d
Author: Ivan Murashko <ivanmurashko at fb.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M clang-tools-extra/test/clang-tidy/infrastructure/remarks.cpp
Log Message:
-----------
[clang-tidy] LIT test fix for Remark diagnostic
There is a followup fix for a unit test introduced at D102906. The test file was placed into a temp folder and test assumed that it would be visible without the full path specification.
This behaviour can be changed in future and it would be good to specify full path to the file at the test.
Test Plan:
```
ninja check-clang-tools
```
Reviewed By: DmitryPolukhin
Differential Revision: https://reviews.llvm.org/D104021
More information about the All-commits
mailing list