This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* clang plugin which emits warnings for functions which should have a | |
* "noexcept" specification. | |
* | |
* Author: Max Kellermann <[email protected]> | |
* | |
* This file is distributed under the University of Illinois Open Source | |
* License. | |
*/ |