Skip to content
  1. May 13, 2011
  2. May 12, 2011
  3. May 11, 2011
  4. May 10, 2011
    • Douglas Gregor's avatar
      Tweak the diagnostics for the C++0x extensions to friend types to note · 932aac64
      Douglas Gregor authored
      that they are C++0x extensions, and put them in the appropriate
      group. We already support most of the semantics. Addresses
      <rdar://problem/9407525>.
      
      llvm-svn: 131153
      932aac64
    • Matt Beaumont-Gay's avatar
      Change magic string "abc" to better magic string "qux". · 5bd77b3b
      Matt Beaumont-Gay authored
      Wait, what?
      
      So, we run Clang (and LLVM) tests in an environment where the md5sum of the
      input files becomes a component of the path. When testing the preprocessor,
      the path becomes part of the output (in line directives). In this test, we
      were grepping for the absence of "abc" in the output. When the stars aligned
      properly, the md5sum component of the path contained "abc" and the test
      failed. Oops.
      
      llvm-svn: 131147
      5bd77b3b
    • Alexis Hunt's avatar
      Re-do R131114 without breaking code. · 80f00ff9
      Alexis Hunt authored
      I've edited one diagnostic which would print "copy constructor" for copy
      constructors and "constructor" for any other constructor. If anyone is
      extremely enamored with this, it can be reinstated with a simple boolean
      flag rather than calling getSpecialMember, which is inappropriate.
      
      llvm-svn: 131143
      80f00ff9
Loading