summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ConstantBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Struct GEPs must use i32, not whatever size_t is. It should be safeJohn McCall2016-12-011-2/+4
* Teach ConstantBuilder how to emit a reference to the current positionJohn McCall2016-12-011-0/+40
* Finish adopting ConstantInitBuilder in CGObjCGNU. NFC.John McCall2016-11-301-0/+7
* Switch CGObjCMac to use ConstantInitBuilder. Whew.John McCall2016-11-301-2/+63
* Hide the result of building a constant initializer. NFC.John McCall2016-11-281-31/+74
* ConstantBuilder -> ConstantInitBuilder for clarity, andJohn McCall2016-11-281-95/+112
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-0/+274
OpenPOWER on IntegriCloud