This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 639427d5d3 [libclang] Add clang_File_tryGetRealPathName new b6baea1ebf [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers [...] new 4faa6cefe2 [Sema] Remove dead code in BuildAnonymousStructUnionMemberRe [...]
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: lib/Sema/SemaExprMember.cpp | 74 +++++++++------------------------ lib/Sema/TreeTransform.h | 10 ++--- test/SemaCXX/PR22637.cpp | 40 ++++++++++++++++++ test/SemaCXX/cxx0x-nontrivial-union.cpp | 2 +- 4 files changed, 66 insertions(+), 60 deletions(-) create mode 100644 test/SemaCXX/PR22637.cpp