[all-commits] [llvm/llvm-project] 948016: Improve clang -Wframe-larger-than= diagnostic
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jun 22 11:21:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 948016228fdfb647ad7bcc978fde173504e3df82
https://github.com/llvm/llvm-project/commit/948016228fdfb647ad7bcc978fde173504e3df82
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/test/Frontend/backend-diagnostic.c
M clang/test/Misc/backend-stack-frame-diagnostics-fallback.cpp
M clang/test/Misc/backend-stack-frame-diagnostics.cpp
Log Message:
-----------
Improve clang -Wframe-larger-than= diagnostic
Match the style in D104667.
This commit is for non-LTO diagnostics, while D104667 is for LTO and llc diagnostics.
More information about the All-commits
mailing list