Commit 61788481 authored by Michael Suo's avatar Michael Suo Committed by Facebook GitHub Bot

Revert D24046011: `lint-ignore` processing for `clang-tidy` (fbcode addons)

Differential Revision:
D24046011 (https://github.com/facebook/folly/commit/99dbd7aae8a57a477a1b3db2466dfe8db7157142)

Original commit changeset: 91f52198242c

fbshipit-source-id: 2041d1f6017fa833ff7bb8ac5c9adc2d3fe80553
parent 921800d6
...@@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) { ...@@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {}; struct NonInheritingException {};
struct ThrowingConstructor { struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) { [[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN CLANGTIDY // @lint-ignore HOWTOEVEN
throw NonInheritingException{}; 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