Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DebugInfo: pass alignment value only if it was forced | Victor Leschuk | 2016-10-20 | 1 | -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 Clang | David Majnemer | 2016-06-30 | 1 | -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 |