[all-commits] [llvm/llvm-project] 1d05b2: Add test coverage for -Wunknown-directives; NFC
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Nov 30 08:01:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d05b21e035f579af2f96b4a61847d2c9f358ac2
https://github.com/llvm/llvm-project/commit/1d05b21e035f579af2f96b4a61847d2c9f358ac2
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M clang/test/Preprocessor/suggest-typoed-directive.c
Log Message:
-----------
Add test coverage for -Wunknown-directives; NFC
While working on #embed, I noticed that the PR accidentally broke the
warning group but no tests failed as a result. This is adding the
missing test coverage.
More information about the All-commits
mailing list