llvm-project/llvm/include
Andy Gibbs 81b1a27e53 Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor.
It is not enough to simply make the destructor virtual since there is a g++ 4.7
issue (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53613) that throws the
error "looser throw specifier for ... overridding ~SCEVPredicate() noexcept".

llvm-svn: 254592
2015-12-03 08:20:20 +00:00
..
llvm Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor. 2015-12-03 08:20:20 +00:00
llvm-c [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00