Wdeprecated: Make Filter safely move constructible.
makeFilter returns Filters by value which seems to be only safe when the copy doesn't occur and RVO kicks in. Make the object safely movable to support this more reliably. llvm-svn: 244983
Loading
Please sign in to comment