aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ConstantInitBuilder.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06Further fixes and improvements to the ConstantInitBuilder API.John McCall1-6/+95
llvm-svn: 297050
2017-03-04Refactor ConstantInitBuilder to allow other frontends to moreJohn McCall1-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
2017-03-02Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall1-0/+131
a generally useful utility for other frontends. NFC. llvm-svn: 296806