Re-enable several builtins in non-gnu modes.
Fixes PR16138.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks OK as a short-term fix for the ones with the "j" flag. Do we really need to do this for the "fn" ones?
Comment Actions
You mean "fr". Not necessary, I guess. Missing (noreturn) attribute can not do much harm.
Comment Actions
Reverted changes for "pr" builtins.
The only ones that are re-enabled now are "j" - i.e., returns_twice.
PTAL
include/clang/Basic/Builtins.def | ||
---|---|---|
740 | Please update this comment to explain why we don't have ALL_GNU_LANGUAGES for those builtins with the 'j' flag. |
include/clang/Basic/Builtins.def | ||
---|---|---|
740 | done |
Please update this comment to explain why we don't have ALL_GNU_LANGUAGES for those builtins with the 'j' flag.