summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtIterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/StmtIterator.cpp')
-rw-r--r--clang/lib/AST/StmtIterator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/AST/StmtIterator.cpp b/clang/lib/AST/StmtIterator.cpp
index 46882422e1c..48003450191 100644
--- a/clang/lib/AST/StmtIterator.cpp
+++ b/clang/lib/AST/StmtIterator.cpp
@@ -16,6 +16,8 @@
using namespace clang;
+// FIXME: Add support for dependent-sized array types in C++?
+// Does it even make sense to build a CFG for an uninstantiated template?
static inline VariableArrayType* FindVA(Type* t) {
while (ArrayType* vt = dyn_cast<ArrayType>(t)) {
if (VariableArrayType* vat = dyn_cast<VariableArrayType>(vt))
OpenPOWER on IntegriCloud