diff options
author | Nathan Sidwell <nathan@acm.org> | 2021-02-03 11:37:35 -0800 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2021-02-03 11:37:35 -0800 |
commit | 65165eb3f833a3f0415fd76913bf85722a13fbe0 (patch) | |
tree | 7df7716b7ec748d6c040f116333ccb9ef7ebd7de /libcpp/include | |
parent | 000bee388be0867b660516013a341f6cd6a0ae46 (diff) | |
download | gcc-devel/c++-modules.zip gcc-devel/c++-modules.tar.gz gcc-devel/c++-modules.tar.bz2 |
Add -f[no-]header-guard-optdevel/c++-modules
Added so that one can determine the include graph from the -E output.
Diffstat (limited to 'libcpp/include')
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 4467c73..2b089a1 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -528,6 +528,9 @@ struct cpp_options /* True if warn about differences between C++98 and C++11. */ bool cpp_warn_cxx11_compat; + /* True if header file idempotency should not be optimized. */ + bool no_header_guard_opt; + /* Dependency generation. */ struct { |