================ @@ -0,0 +1,21 @@ +// RUN: %clang_cc1 -fsyntax-only -Wdocumentation -ast-dump -verify %s + +#include <stdint.h> +#include <stdbool.h> ---------------- ojhunt wrote:
I think what @zyn0217 means is that you should be able to use int instead of bool and unsigned char in this test case and achieve the same test outcome https://github.com/llvm/llvm-project/pull/183274 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
