This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 13781e3 Revert r267691, it caused PR27535. new a4cbc2e PR21823: 'nodebug' attribute on global/static variables.
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/Basic/Attr.td | 2 +- include/clang/Basic/AttrDocs.td | 9 ++++++ lib/CodeGen/CGDebugInfo.cpp | 6 ++++ test/CodeGenCXX/debug-info-nodebug.cpp | 55 ++++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 test/CodeGenCXX/debug-info-nodebug.cpp