Go to file
Douglas Gregor 72683ff495 Switch isa_impl from a function template to a class template with a
static inline member function doit(). This enables the use of partial
specialization to override the last stage of the "isa" check.

llvm-svn: 99898
2010-03-30 18:05:52 +00:00
clang Fix FileEntry declaration. 2010-03-30 17:57:47 +00:00
compiler-rt Don't build an armv7 slice for now, it has the same stuff as on armv6. 2010-03-26 21:07:05 +00:00
llvm Switch isa_impl from a function template to a class template with a 2010-03-30 18:05:52 +00:00