Skip to content
  1. Aug 27, 2013
  2. Aug 26, 2013
    • Eric Christopher's avatar
      Fix thinko. · 5297df02
      Eric Christopher authored
      llvm-svn: 189279
      5297df02
    • DeLesley Hutchins's avatar
      Consumed analyis: Renamed *PStatus to *PInfo. · 2445b121
      DeLesley Hutchins authored
      The change was made for readability, as the PropagationInfo objects don't
      always contain a status.  This is submitted as a separate patch because it
      touches a lot of lines and I don't want it cluttering up the next patch.
      Patch by chris.wailes@gmail.com.
      
      llvm-svn: 189278
      2445b121
    • David Blaikie's avatar
      Simplify/clean up debug info suppression in CodeGenFunction · 92848dee
      David Blaikie authored
      CodeGenFunction is run on only one function - a new object is made for
      each new function. I would add an assertion/flag to this effect, but
      there's an exception: ObjC properties involve emitting helper functions
      that are all emitted by the same CodeGenFunction object, so such a check
      is not possible/correct.
      
      llvm-svn: 189277
      92848dee
    • David Blaikie's avatar
      Test · 41f56822
      David Blaikie authored
      llvm-svn: 189276
      41f56822
Loading