summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/value-dependent-bitfield-cond.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-131-0/+13
This patch is a follow up to 878a24ee244a24. Name of bitfields with value-dependent width should be set as type-dependent. This patch adds the required value-dependency check and sets the type-dependency accordingly. Patch fixes PR44886 Differential revision: https://reviews.llvm.org/D72242 (cherry picked from commit a58017e5cae5be948fd1913b68d46553e87aa622)
OpenPOWER on IntegriCloud