Commit 235d6841 authored by Chuanqi Xu's avatar Chuanqi Xu
Browse files

[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.
parent 7d3924ce
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment