Skip to content
  1. Dec 26, 2010
  2. Dec 25, 2010
  3. Dec 24, 2010
  4. Dec 23, 2010
    • Douglas Gregor's avatar
      Improve the diagnostic and recovery for missing colons after 'case' · 0d0a965b
      Douglas Gregor authored
      and 'default' statements, including a Fix-It to add the colon:
      
      test/Parser/switch-recovery.cpp:13:12: error: expected ':' after 'case'
          case 17 // expected-error{{expected ':' after 'case'}}
                 ^
                 :
      test/Parser/switch-recovery.cpp:16:12: error: expected ':' after 'default'
          default // expected-error{{expected ':' after 'default'}}
                 ^
                 :
      
      llvm-svn: 122522
      0d0a965b
    • Bob Wilson's avatar
      Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions. · 36be00ce
      Bob Wilson authored
      If the basic block containing the BCCi64 (or BCCZi64) instruction ends with
      an unconditional branch, that branch needs to be deleted before appending
      the expansion of the BCCi64 to the end of the block.
      
      llvm-svn: 122521
      36be00ce
Loading