summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-07-10 20:46:46 +0000
committerErich Keane <erich.keane@intel.com>2018-07-10 20:46:46 +0000
commit7b8c12e7cc7e5a034a61d4e3978e02529104c382 (patch)
tree5b264e5f5191b8cf772349aab2dec8c21539aa8d /clang/tools
parent79d55d30c3ea53bc22889a11113646b298b86063 (diff)
downloadbcm5719-llvm-7b8c12e7cc7e5a034a61d4e3978e02529104c382.tar.gz
bcm5719-llvm-7b8c12e7cc7e5a034a61d4e3978e02529104c382.zip
[NFC] Switch CodeGenFunction to use value init instead of member init lists
The member init list for the sole constructor for CodeGenFunction has gotten out of hand, so this patch moves the non-parameter-dependent initializations into the member value inits. llvm-svn: 336726
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/libclang/CIndex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp
index b61dff32380..499d9abf9a8 100644
--- a/clang/tools/libclang/CIndex.cpp
+++ b/clang/tools/libclang/CIndex.cpp
@@ -1772,6 +1772,7 @@ DEFAULT_TYPELOC_IMPL(IncompleteArray, ArrayType)
DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType)
DEFAULT_TYPELOC_IMPL(DependentSizedArray, ArrayType)
DEFAULT_TYPELOC_IMPL(DependentAddressSpace, Type)
+DEFAULT_TYPELOC_IMPL(DependentVector, Type)
DEFAULT_TYPELOC_IMPL(DependentSizedExtVector, Type)
DEFAULT_TYPELOC_IMPL(Vector, Type)
DEFAULT_TYPELOC_IMPL(ExtVector, VectorType)
OpenPOWER on IntegriCloud