This revision was automatically updated to reflect the committed changes.
Closed by commit rGec3238640440: [Clang] Support constexpr builtin fmin
(authored by Izaron).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135493/new/
https://reviews.llvm.or
Izaron updated this revision to Diff 466193.
Izaron added a comment.
Aligned slashes in defines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135493/new/
https://reviews.llvm.org/D135493
Files:
clang/docs/LanguageExtensions.rst
clang/lib/AST/E
Izaron added a comment.
This is a mirror of my previous patch about builtin **max**. I promised to make
the patch for builtin **min** =) Here: https://reviews.llvm.org/D134369#3806131
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135493/new/
https
Izaron created this revision.
Izaron added reviewers: efriedma, jcranmer-intel, aaron.ballman, cor3ntin.
Herald added a project: All.
Izaron requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Support constexpr version of __builtin_fmin and its