summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-ms-bitfields.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-1/+1
| | | | | | | | | | Preparation to implement DW_AT_alignment support: - We pass non-zero align value to DIBuilder only when alignment was forced - Modify tests to match this change Differential Revision: https://reviews.llvm.org/D24426 llvm-svn: 284679
* [CodeView] Implement support for bitfields in ClangDavid Majnemer2016-06-301-0/+10
Emit the underlying storage offset in addition to the starting bit position of the field. This fixes PR28162. Differential Revision: http://reviews.llvm.org/D21783 llvm-svn: 274201
OpenPOWER on IntegriCloud