Skip to content
  1. May 25, 2012
  2. May 24, 2012
  3. May 23, 2012
    • Richard Smith's avatar
      Correct the starting location for instantiations of field declarations which · 47ad0171
      Richard Smith authored
      start with a cv-qualifier. DeclaratorDecl::getTypeSpecStartLoc() does not
      produce the location of the first type-specifier (the cv-qualifier) in this
      case, because we don't track source locations for cv-qualifiers.
      
      No test here: I've not found a way to test this with a lit-style test, and
      introducing a gtest test for this seems unwarranted. Suggestions welcome!
      
      Patch by Daniel Jasper!
      
      llvm-svn: 157311
      47ad0171
  4. May 22, 2012
  5. May 21, 2012
  6. May 20, 2012
  7. May 19, 2012
  8. May 18, 2012
  9. May 17, 2012
  10. May 16, 2012
  11. May 15, 2012
Loading