[PATCH] D127009: Modify test case so it verifies the fix from D126396.

2022-06-03 Thread Paul Pluzhnikov via Phabricator via cfe-commits
ppluzhnikov updated this revision to Diff 434199. ppluzhnikov added a comment. Make comment better. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127009/new/ https://reviews.llvm.org/D127009 Files: clang/test/Preprocessor/file_test.c Index: cl

[PATCH] D127009: Modify test case so it verifies the fix from D126396.

2022-06-03 Thread Paul Pluzhnikov via Phabricator via cfe-commits
ppluzhnikov updated this revision to Diff 434198. ppluzhnikov marked an inline comment as done. ppluzhnikov added a comment. Add comment and suppress clang-format. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127009/new/ https://reviews.llvm.org/D

[PATCH] D127009: Modify test case so it verifies the fix from D126396.

2022-06-03 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay accepted this revision. MaskRay added a comment. This revision is now accepted and ready to land. Thanks! The convention is to add `[test] ` to test-only patches. You can change the Phabricator title, then run `arc amend` to amend the local commit. I believe on Debian testing `arc` is so

[PATCH] D127009: Modify test case so it verifies the fix from D126396.

2022-06-03 Thread Paul Pluzhnikov via Phabricator via cfe-commits
ppluzhnikov created this revision. ppluzhnikov added a reviewer: MaskRay. Herald added a subscriber: StephenFan. Herald added a project: All. ppluzhnikov requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo