summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-01-31 06:13:55 +0000
committerChris Lattner <sabre@nondot.org>2012-01-31 06:13:55 +0000
commitf4a4bec3a0f3c0daa8dc4dcb7295855c104a3830 (patch)
tree6cdbdc63de5a47825b6dfe84e38c2a6b30a3db43 /clang/lib/AST/ExprConstant.cpp
parent8ea967d0502a685a489bc34787044da8d91ac152 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud