Skip to content
  1. Oct 10, 2011
  2. Sep 14, 2011
  3. Aug 23, 2011
    • Matt Beaumont-Gay's avatar
      Fix an incorrect note. · 56381b85
      Matt Beaumont-Gay authored
      For the test case added to function-redecl.cpp, we were previously complaining
      about a mismatch in the parameter types, since the definition used the
      typedef'd type.
      
      llvm-svn: 138318
      56381b85
  4. Aug 18, 2011
  5. Dec 15, 2009
  6. Mar 24, 2009
  7. Feb 24, 2009
    • Douglas Gregor's avatar
      Improve merging of function declarations. Specifically: · e62c0a45
      Douglas Gregor authored
        - When we are declaring a function in local scope, we can merge with
          a visible declaration from an outer scope if that declaration
          refers to an entity with linkage. This behavior now works in C++
          and properly ignores entities without linkage.
        - Diagnose the use of "static" on a function declaration in local
          scope.
        - Diagnose the declaration of a static function after a non-static
          declaration of the same function.
        - Propagate the storage specifier to a function declaration from a
          prior declaration (PR3425)
        - Don't name-mangle "main"
      
      llvm-svn: 65360
      e62c0a45
Loading