This revision was automatically updated to reflect the committed changes.
Closed by commit rC329127: [CUDA] Check initializers of instantiated template
variables. (authored by tra, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45231?vs=140867&id=140871#toc
Repository:
rC
tra created this revision.
tra added a reviewer: jlebar.
Herald added a subscriber: sanjoy.
We were already performing checks on non-template variables,
but the checks on templated ones were missing.
https://reviews.llvm.org/D45231
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaC