-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
clang-cl`clang-cl` driver. Don't use for other compiler parts`clang-cl` driver. Don't use for other compiler partsenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature
Description
cl switches
/constexpr:depth<N>
/constexpr:backtrace<N>
/constexpr:steps<N>
just need to be mapped to:
-fconstexpr-backtrace-limit=<value>
Set the maximum number of entries to print in a constexpr evaluation backtrace (0 = no limit)
-fconstexpr-depth=<value>
Set the maximum depth of recursive constexpr function calls
-fconstexpr-steps=<value>
Set the maximum number of steps in constexpr function evaluation
frederick-vs-ja
Metadata
Metadata
Assignees
Labels
clang-cl`clang-cl` driver. Don't use for other compiler parts`clang-cl` driver. Don't use for other compiler partsenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature