summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-01-08 22:45:41 +0000
committerDouglas Gregor <dgregor@apple.com>2009-01-08 22:45:41 +0000
commite4b414c781bdbc92ca2480c62d3a2dc087c07a80 (patch)
treeef7a2b05def42d595b0624a524d6e7d7068ff0a2 /clang/lib/Sema/SemaInit.cpp
parentf87dc9264adc6f4afcdf2a88f02e35bb9af8cf0a (diff)
downloadbcm5719-llvm-e4b414c781bdbc92ca2480c62d3a2dc087c07a80.tar.gz
bcm5719-llvm-e4b414c781bdbc92ca2480c62d3a2dc087c07a80.zip
Revert my previous, failed attempt to pretty-print anonymous struct/union accesses well. Added a FIXME so we know to revisit this later
llvm-svn: 61951
Diffstat (limited to 'clang/lib/Sema/SemaInit.cpp')
-rw-r--r--clang/lib/Sema/SemaInit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index 6a9275fbe8a..031fe27ddf7 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -90,7 +90,6 @@ void InitListChecker::CheckImplicitInitList(InitListExpr *ParentIList,
&InitExprs[0], InitExprs.size(),
SourceLocation(),
ParentIList->hadDesignators());
- ILE->setImplicit();
ILE->setType(T);
// Modify the parent InitListExpr to point to the implicit InitListExpr.
OpenPOWER on IntegriCloud