summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ConstantInitBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Further fixes and improvements to the ConstantInitBuilder API.John McCall2017-03-061-6/+95
| | | | llvm-svn: 297050
* Refactor ConstantInitBuilder to allow other frontends to moreJohn McCall2017-03-041-19/+79
| | | | | | | | | | easily extend the aggregate-builder API. Stupid missing language features. Also add APIs for constructing a relative reference and computing the offset of a position from the start of the initializer. llvm-svn: 296979
* Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall2017-03-021-0/+131
a generally useful utility for other frontends. NFC. llvm-svn: 296806
OpenPOWER on IntegriCloud