Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[clang] add -fimplicit-constexpr flag #136436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
Loading
from
Prev Previous commit
Next Next commit
[clang] -fimplicit-constexpr release notes.
  • Loading branch information
hanickadot committed Apr 19, 2025
commit a486edc7562ba44e67a50eee3217c39fd9405d90
2 changes: 2 additions & 0 deletions 2 clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ New Compiler Flags
The feature has `existed <https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program>`_)
for a while and this is just a user facing option.

- New option ``-fimplicit-constexpr`` which implicitly makes all inlined and defined functions ``constexpr``.

Deprecated Compiler Flags
-------------------------

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.