Skip to content
  1. Jul 11, 2013
  2. Jul 10, 2013
  3. Jul 09, 2013
  4. Jul 08, 2013
    • Fariborz Jahanian's avatar
      [Objective-C migrator] replace candidate user setter/getter with · bfaabe40
      Fariborz Jahanian authored
      their equivalent property declaration. wip.
      
      llvm-svn: 185873
      bfaabe40
    • Eli Friedman's avatar
      Fix Sema for compares with _Atomic vars. · e6d3395d
      Eli Friedman authored
      Use UsualArithmeticConversions unconditionally in analysis of
      comparisons and conditional operators: the method performs
      the usual arithmetic conversions if both sides are arithmetic, and
      usual unary conversions if they are not.  This is just a cleanup
      for conditional operators; for comparisons, it fixes the issue that
      we would try to check isArithmetic() on an atomic type.
      
      Also, fix GetExprRange() in SemaChecking.cpp so it deals with variables
      of atomic type correctly.
      
      Fixes PR15537.
      
      llvm-svn: 185857
      e6d3395d
Loading