diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-03-29 11:52:08 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-03-29 14:21:45 +0800 |
commit | 235d6841601a9dbea293b8e82b0c994f91f42d76 (patch) | |
tree | f0bd1c672c6dde3d3b95fa631d6c838c5af6aa3b /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 7d3924cee30a87a51f9dc04ec843ae6bc3d1c90e (diff) | |
download | llvm-235d6841601a9dbea293b8e82b0c994f91f42d76.zip llvm-235d6841601a9dbea293b8e82b0c994f91f42d76.tar.gz llvm-235d6841601a9dbea293b8e82b0c994f91f42d76.tar.bz2 |
[C++20] [Modules] [Reduced BMI] Don't record declarations in functions
by default
For reduced BMI, it is meaningless to record the local declarations in
functions if not required explicitly during the process of writing the
function bodies.
It wastes time for reduced BMI and may be problematic if we want to
avoid transiting unnecessary changes.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions