Go to file
Peter Collingbourne 91b25b7419 Refactor redeclarable template declarations
This patch refactors much of the common code in ClassTemplateDecl and
FunctionTemplateDecl into a common base class RedeclarableTemplateDecl
together with support functions in a template class RedeclarableTemplate.

The patch also includes similar refactoring for these classes' PCH
reader and writer implementations.

llvm-svn: 109754
2010-07-29 16:11:51 +00:00
clang Refactor redeclarable template declarations 2010-07-29 16:11:51 +00:00
compiler-rt add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization 2010-07-27 06:24:32 +00:00
libcxx bug fix concerning search not at beginning of string and word boundaries 2010-07-29 15:17:28 +00:00
lldb Removed debug stmts checked into the previous commit. 2010-07-29 00:40:06 +00:00
llvm CrashRecovery: Use ThreadLocal::erase() instead of set(0). 2010-07-29 15:24:21 +00:00