diff options
author | Sebastian Proell <63345705+sebproell@users.noreply.github.com> | 2025-09-24 15:48:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-24 13:48:45 +0000 |
commit | 0bfcc5c1d640a1c81ff010c3e6276edf2da10913 (patch) | |
tree | ad9141b17af5ccb4cbf59159f687b1c9f99ff0d2 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | b4f1e0e5b1735bc6bef32e93da1c9bbb428e2dd9 (diff) | |
download | llvm-0bfcc5c1d640a1c81ff010c3e6276edf2da10913.zip llvm-0bfcc5c1d640a1c81ff010c3e6276edf2da10913.tar.gz llvm-0bfcc5c1d640a1c81ff010c3e6276edf2da10913.tar.bz2 |
[Clang] Add diagnostic for why std::is_abstract is false (#156199)
Explain why a type is not abstract. Handles arrays, refs, unions,
pointers, and functions. If the non-abstract type has abstract base
classes, point out that their pure virtual methods must have been
overridden.
Adds onto #141911
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions