================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
