This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5c15d24300 [Lex] Make HeaderMaps a unique_ptr vector new 6eed53ab5d DebugInfo: Add the ability to disable DWARF name tables entirely
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/CC1Options.td | 4 ---- include/clang/Driver/Options.td | 2 ++ include/clang/Frontend/CodeGenOptions.def | 2 +- lib/CodeGen/CGDebugInfo.cpp | 5 ++--- lib/Driver/ToolChains/Clang.cpp | 17 ++++++++++++----- lib/Frontend/CompilerInvocation.cpp | 8 +++++++- test/CodeGen/debug-info-global-constant.c | 2 +- test/CodeGen/debug-info-macro.c | 2 +- test/CodeGen/debug-info-names.c | 10 ++++++++++ test/Driver/debug-options.c | 22 +++++++++++++++++----- 10 files changed, 53 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/debug-info-names.c