[cfe-commits] r95216 - in /cfe/trunk: include/clang/AST/Decl.h include/clang/AST/Type.h include/clang/Basic/Linkage.h include/clang/Basic/Specifiers.h lib/AST/Decl.cpp lib/AST/Type.cpp lib/CodeGen/CodeGenModule.cpp lib/CodeGen/Mangle.cpp lib/Sema/SemaTemplate.cpp test/CodeGenCXX/internal-linkage.cpp test/SemaTemplate/instantiate-decl-init.cpp

Chris Lattner clattner at apple.com
Wed Feb 3 10:05:25 PST 2010


Nice!

On Feb 3, 2010, at 1:33 AM, Douglas Gregor wrote:

> 
> This fixes much of PR5792, which, as discovered by Anders Carlsson, is
> actually the reason behind the pass-manager assertion that causes the
> majority of clang-on-clang regression test failures. With this fix,
> Clang-built-Clang+LLVM passes 88% of its regression tests (up from
> 67%). The specific numbers are:




More information about the cfe-commits mailing list