Skip to content
  1. Jan 20, 2010
  2. Nov 28, 2009
  3. Nov 25, 2009
    • Douglas Gregor's avatar
      Eliminate CXXConditionDeclExpr with extreme prejudice. · 7bab5ff8
      Douglas Gregor authored
      All statements that involve conditions can now hold on to a separate
      condition declaration (a VarDecl), and will use a DeclRefExpr
      referring to that VarDecl for the condition expression. ForStmts now
      have such a VarDecl (I'd missed those in previous commits).
      
      Also, since this change reworks the Action interface for
      if/while/switch/for, use FullExprArg for the full expressions in those
      expressions, to ensure that we're emitting
      
      Note that we are (still) not generating the right cleanups for
      condition variables in for statements. That will be a follow-on
      commit.
      
      llvm-svn: 89817
      7bab5ff8
  4. Sep 09, 2009
  5. Aug 20, 2009
  6. Aug 18, 2009
  7. Jun 15, 2009
  8. May 21, 2009
Loading