Skip to content

Commit 6c0894b

Browse files
committed
Remove outdated FIXME.
llvm-svn: 372438
1 parent 397a686 commit 6c0894b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,10 +4102,6 @@ static EvalStmtResult EvaluateStmt(StmtResult &Result, EvalInfo &Info,
41024102
// If we're hunting down a 'case' or 'default' label, recurse through
41034103
// substatements until we hit the label.
41044104
if (Case) {
4105-
// FIXME: We don't start the lifetime of objects whose initialization we
4106-
// jump over. However, such objects must be of class type with a trivial
4107-
// default constructor that initialize all subobjects, so must be empty,
4108-
// so this almost never matters.
41094105
switch (S->getStmtClass()) {
41104106
case Stmt::CompoundStmtClass:
41114107
// FIXME: Precompute which substatement of a compound statement we

0 commit comments

Comments
 (0)