Commit 4f9a125a authored by Ivan Murashko's avatar Ivan Murashko Committed by Facebook GitHub Bot

`lint-ignore` processing for `clang-tidy` (fbcode addons) (#1472)

Summary:
Pull Request resolved: https://github.com/facebook/folly/pull/1472

Disable CLANGTIDY checks for several places at the code where HOWTOEVEN checks are disabled.

Reviewed By: suo

Differential Revision: D24197524

fbshipit-source-id: e99cfe1a7440a275edd63643ad819ca9e2a07788
parent d15d9f55
......@@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {};
struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN
// @lint-ignore HOWTOEVEN CLANGTIDY
throw NonInheritingException{};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment