================ @@ -0,0 +1,21 @@ +// RUN: %clang_cc1 -fsyntax-only -Wdocumentation -ast-dump -verify %s + +#include <stdint.h> +#include <stdbool.h> ---------------- TPPPP72 wrote:
> Then please define these types in your test, rather than dragging in not so > useful headers. I have replaced the original bool and uint8_t with int, so no additional definitions or header file inclusions are needed. https://github.com/llvm/llvm-project/pull/183274 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
