llvm-project
5d64a44a
- [clang-doc] Initialize member variable (#191570)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
9 days ago
[clang-doc] Initialize member variable (#191570) We don't always initialize the IsType field in the current implementation. We can ensure this field is always initialized to `false`, and avoid any UB due to garbage data.
References
#191570 - [clang-doc] Initialize member variable
Author
ilovepi
Parents
bd3088ec
Loading