"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "a76349bffe3ad01cfffbc14f8077ab2df65314aa"
Implement support for [[nodiscard]] in C++1z that is based off existing...
Implement support for [[nodiscard]] in C++1z that is based off existing support for warn_unused_result, and treat it as an extension pre-C++1z. This also means extending the existing warn_unused_result attribute so that it can be placed on an enum as well as a class. llvm-svn: 262872
Loading
Please register or sign in to comment