[clang] [llvm] [clang] Add `-verify-directives` cc1 flag (PR #179835)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 06:36:53 PST 2026
================
@@ -3451,22 +3451,40 @@ are similar.
Testing
-------
All functional changes to Clang should come with test coverage demonstrating
-the change in behavior.
+the change in behavior. There are four kinds of such tests.
+
+The first kind is unit tests. Such tests are placed in ``clang/test/unittest``.
----------------
erichkeane wrote:
Rather than 'The first kind is...' etc, just make this a bullet list with:
`Unit Tests: Such...`
You'll have to come up with titles for each, but it will make them more readable.
https://github.com/llvm/llvm-project/pull/179835
More information about the cfe-commits
mailing list