mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
604e8486552ee7c3d249aa0f1772f5d1cdc11745
No functionality change. llvm-svn: 188084
…
Add a check for arrays of unknown bounds to is_destructible. This fixes http://llvm.org/bugs/show_bug.cgi?id=16839
tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753.
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%