Allow catch-int to be nolinted
authorNicholas Ormrod <njormrod@fb.com>
Thu, 30 Oct 2014 18:16:39 +0000 (11:16 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:09:57 +0000 (18:09 -0800)
commit8b05be27769e2e3d5d1681251953506c22f76b45
treede3e7a9d62b0585408fd3de1ff872749be6cd70b
parent75c6adfae4a1842511e8b62150cc18ffb391efa7
Allow catch-int to be nolinted

Summary:
Add a hidden nolint option to suppress this lint warning. It is
appropriate in this case.

Test Plan:
Build flint, run it on ExceptionWrapperTest.cpp, see no catch
lint failure

Reviewed By: andrei.alexandrescu@fb.com

Subscribers: sdwilsh, louisk, njormrod, folly-diffs@

FB internal diff: D1644165

Tasks: 5486739

Signature: t1:1644165:1414616664:a6b9dc34660df84b33ed8faaf48ec048a02bad01
folly/test/ExceptionWrapperTest.cpp