This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 04ad550 Add a loop's debug location to its llvm.loop metadata new fdc2b10 Fix rejects-valid on constexpr function that accesses a not-y [...] new 5d58ec9 [CGDebugInfo] Modify the preferred expression location for me [...]
The 2 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/AST/ExprCXX.h | 8 ++++++++ lib/AST/ExprConstant.cpp | 11 ++++++++--- test/CodeGenCXX/debug-info-member-call.cpp | 24 ++++++++++++++++++++++++ test/SemaCXX/constant-expression-cxx11.cpp | 14 ++++++++++++++ 4 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 test/CodeGenCXX/debug-info-member-call.cpp