summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-explicit-cast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-0/+46
Currently debug info for types used in explicit cast only is not emitted. It happened after a patch for better alignment handling. This patch fixes this bug. Differential Revision: http://reviews.llvm.org/D13582 llvm-svn: 250795
OpenPOWER on IntegriCloud