Replacing instances of __CLANG__ with __clang__
authorMarko Novakovic <mnovakovic@fb.com>
Fri, 4 Aug 2017 06:02:17 +0000 (23:02 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 4 Aug 2017 06:06:12 +0000 (23:06 -0700)
commit647dba2fab8a44aa949560dcbaa14ab31ac1ee83
tree0a1e4be007b991f2ee8642d5bb060a249683ff3a
parentd0f5d8507733fce4aa31fed1bb81580d96b39e88
Replacing instances of __CLANG__ with __clang__

Summary:
Clang compiler does not define `__CLANG__` macro and
only defines `__clang__`, but we use `__CLANG__` in a
few places in the code which was probably done by mistake.
This should make the code behave in the intended way.

Reviewed By: yfeldblum

Differential Revision: D5542162

fbshipit-source-id: 74d24ba9464d8faec160d73e6c582967d3c80c19
folly/FixedString.h
folly/UncaughtExceptions.h