llvm-project/clang/include
Richard Smith aa6ce34141 Fix tracking of whether a destructor would be deleted.
I've been unable to find any cases whose behavior is actually changed by this,
but only because an implicitly deleted destructor also results in it being
impossible to have a trivial (non-deleted) copy constructor, which the place
where this really matters (choosing whether to pass a class in registers)
happens to also check.

llvm-svn: 313948
2017-09-22 01:04:22 +00:00
..
clang Fix tracking of whether a destructor would be deleted. 2017-09-22 01:04:22 +00:00
clang-c libclang: expose `clang_getCursorTLSKind` 2017-09-13 02:15:09 +00:00
CMakeLists.txt