Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Fix folly sdt macro linter problems. Have a look at this diff D63853656. Previous changes to FOLLY_SDT macro introduced lint problems at some projects. avoid do-while loops fbcode/folly/tracing/StaticTracepoint.h:36:3: expanded from macro 'FOLLY_SDT_WITH_SEMAPHORE' fbcode/folly/tracing/StaticTracepoint-ELF.h:191:3: expanded from macro 'FOLLY_SDT_PROBE_N' fbcode/folly/tracing/StaticTracepoint-ELF.h:174:3: expanded from macro 'FOLLY_SDT_PROBE' The do-while was introduced here D61148295. Reviewed By: ot Differential Revision: D64329871 fbshipit-source-id: c670a4ee6c3a9c1a84f60e20c0c7654893f65eb3
- Loading branch information