Skip to content
  1. Jan 17, 2008
  2. Jan 16, 2008
  3. Jan 15, 2008
    • Steve Naroff's avatar
      · abefc391
      Steve Naroff authored
      Finish up handling all permutations of "complex int" (in Sema::UsualArithmeticConversions()).
      A FIXME remains to verify the conversion rules are consistent with GCC.
      
      Thanks to Eli for the new/improved test case...
      
      llvm-svn: 46022
      abefc391
    • Steve Naroff's avatar
      · 6fcfd058
      Steve Naroff authored
      - Change Type::isComplexType() to exlude GCC's complex integer extension. In general, we will keep the lowest level Type predicates "pure" (i.e. true to the C99 spec). 
      - Modify Sema::UsualArithmeticConversions() to work with the new definition of Type::isComplexType().
      
      This is a nice cleanup and also fixes a bug submitted by Eli (which I've added to the test suite).
      
      llvm-svn: 46005
      6fcfd058
    • Chris Lattner's avatar
      avoid pasting L + "foo" into L"foo". · 15346fae
      Chris Lattner authored
      llvm-svn: 46000
      15346fae
    • Chris Lattner's avatar
      avoid token pasting between identifiers and wide strings: · 877ca774
      Chris Lattner authored
         abc+L"foo" -> abc L"foo", not abcL"foo"
      
      llvm-svn: 45999
      877ca774
Loading