[clang] [llvm] [clang] Add `-verify-directives` cc1 flag (PR #179835)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 07:51:37 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:
Yes, that is what I suggested.
https://github.com/llvm/llvm-project/pull/179835
More information about the cfe-commits
mailing list