summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/PR20110.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prevent Clang from crashing on template code.Richard Trieu2014-07-021-0/+15
Fixes PR20110, where Clang hits an assertion failure when it expects that the sub-expression of a bit cast to pointer to also be a pointer, but gets a value instead. Differential Revision: http://reviews.llvm.org/D4280 llvm-svn: 212160
OpenPOWER on IntegriCloud