This is an archive of the discontinued LLVM Phabricator instance.

Do not define __STRICT_ANSI__ in clang-cl
ClosedPublic

Authored by ehsan on Jun 30 2014, 12:32 PM.

Details

Reviewers
hans
ehsan
Summary

This breaks building the cairo library with MSVC on Windows, because it uses STRICT_ANSI to detect whether the inline keyword is available.

Diff Detail

Event Timeline

ehsan updated this revision to Diff 10981.Jun 30 2014, 12:32 PM
ehsan retitled this revision from to Do not define __STRICT_ANSI__ in clang-cl.
ehsan updated this object.
ehsan edited the test plan for this revision. (Show Details)
ehsan added a reviewer: hans.
ehsan added a subscriber: Unknown Object (MLST).
ehsan updated this revision to Diff 10983.Jun 30 2014, 12:55 PM

Moved the test.

ehsan accepted this revision.Jun 30 2014, 1:45 PM
ehsan added a reviewer: ehsan.

Landed in r212066.

This revision is now accepted and ready to land.Jun 30 2014, 1:45 PM
ehsan closed this revision.Jun 30 2014, 1:45 PM