getFragmentsForType resulted in a bool typeIdentifier fragment to be spelled "_Bool".
This fixes the spelling to be "bool" and checks it in C and C++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/ExtractAPI/bool.c | ||
---|---|---|
14 | clang tests should not be including system headers since that makes the tests non-hermetic (this test fails in our internal builds that provide more isolated test environments), could you make this not include <stdbool.h>? |
clang/test/ExtractAPI/bool.c | ||
---|---|---|
14 | ignore my previous comment, stdbool.h is provided by clang, sorry for the trouble |
clang tests should not be including system headers since that makes the tests non-hermetic (this test fails in our internal builds that provide more isolated test environments), could you make this not include <stdbool.h>?