Fixed a crash in cppcoreguidelines-pro-type-member-init when encountering a type that uses one of its template parameters as a base when compiling for C++98.
Details
Details
- Reviewers
aaron.ballman hokein alexfh - Commits
- rG20d4c20bca22: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with…
rCTE267700: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with…
rL267700: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type…
Diff Detail
Diff Detail
- Repository
- rL LLVM