7c3769df62Update more file headers across all of the LLVM projects in the monorepo
6 年之前
Marshall Clow
88626bf496First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only