[all-commits] [llvm/llvm-project] 5cc721: [clang][Driver] Add -fcaret-diagnostics-max-lines=...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Mon Jun 12 03:45:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cc721b3f96e40524cd95e7d4aabb6727de83ee3
https://github.com/llvm/llvm-project/commit/5cc721b3f96e40524cd95e7d4aabb6727de83ee3
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/Driver/caret-diagnostics-max-lines.cpp
M clang/test/FixIt/fixit-function-call.cpp
M clang/test/Misc/caret-diags-multiline.cpp
M clang/test/Sema/caret-diags-complex-init.cpp
Log Message:
-----------
[clang][Driver] Add -fcaret-diagnostics-max-lines= as a driver option
Since https://reviews.llvm.org/D147875 landed, setting different values
(or reverting to the old default of 1) is more important than before,
so promote this option to a driver flag.
Differential Revision: https://reviews.llvm.org/D152090
More information about the All-commits
mailing list