This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Adding a note about the macro __FLT_EVAL_METHOD__
ClosedPublic

Authored by zahiraam on Apr 19 2022, 12:09 PM.

Details

Summary

This is to clarify that the macro FLT_EVAL_METHOD it is not pre-defined like other preprocessor macros. It will not appear when preprocessor macros are dumped.

Diff Detail

Event Timeline

zahiraam created this revision.Apr 19 2022, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 12:09 PM
zahiraam requested review of this revision.Apr 19 2022, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 12:09 PM
aaron.ballman added inline comments.Apr 20 2022, 12:10 PM
clang/docs/UsersManual.rst
1633–1643

I reworked this a bit more -- does it still seem correct to you?

zahiraam updated this revision to Diff 424036.Apr 20 2022, 2:34 PM
zahiraam added inline comments.
clang/docs/UsersManual.rst
1633–1643

Yes. Thanks (long sentences :).

aaron.ballman accepted this revision.Apr 22 2022, 5:26 AM

LGTM, thanks for the cleanup here!

This revision is now accepted and ready to land.Apr 22 2022, 5:26 AM
This revision was automatically updated to reflect the committed changes.