diff options
author | Chris Lattner <sabre@nondot.org> | 2012-01-31 06:13:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2012-01-31 06:13:55 +0000 |
commit | f4a4bec3a0f3c0daa8dc4dcb7295855c104a3830 (patch) | |
tree | 6cdbdc63de5a47825b6dfe84e38c2a6b30a3db43 /clang/lib/AST/ExprConstant.cpp | |
parent | 8ea967d0502a685a489bc34787044da8d91ac152 (diff) | |
download | bcm5719-llvm-f4a4bec3a0f3c0daa8dc4dcb7295855c104a3830.tar.gz bcm5719-llvm-f4a4bec3a0f3c0daa8dc4dcb7295855c104a3830.zip |
ConstantArray::get() (for strings) is going away, use
ConstantDataArray::getString instead.
Many instances of ConstantArray::get() could be moved to
use more efficient ConstantDataArray methods that avoid a ton
of intermediate Constant*'s for each element (e.g.
GetConstantArrayFromStringLiteral). I don't plan on doing this
in the short-term though.
llvm-svn: 149363
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions