This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 51f62d6 [ubsan] Drop dependency on a 64-bit arch in a test (NFC) new f74e91e [CUDA] Emit errors for wrong-side calls made on the same line [...] new f161d98 [AST] Add CanonicalDeclPtr<T>.
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/Redeclarable.h | 64 ++++++++++++++++++++++++++++++++- include/clang/Sema/Sema.h | 8 ++--- lib/Sema/SemaCUDA.cpp | 10 +++--- test/SemaCUDA/bad-calls-on-same-line.cu | 39 ++++++++++++++++++++ 4 files changed, 112 insertions(+), 9 deletions(-) create mode 100644 test/SemaCUDA/bad-calls-on-same-line.cu