Displaying 3 results from an estimated 3 matches for "functiontemplatespecializationinfo".
2012 Jun 27
2
[LLVMdev] Compiler warnings with gcc-4.7.1
.../ADT/PointerUnion.h:56:10:
warning: enumeral mismatch in conditional expression:
‘llvm::PointerLikeTypeTraits<llvm::PointerUnion<clang::FunctionTemplateDecl*,
clang::MemberSpecializationInfo*> >::<anonymous enum>’ vs
‘llvm::PointerLikeTypeTraits<llvm::PointerUnion<clang::FunctionTemplateSpecializationInfo*,
clang::DependentFunctionTemplateSpecializationInfo*> >::<anonymous
enum>’
[-Wenum-compare]/usr/home/yuri/llvm-2012-06/latest-unpatched/llvm-fix/include/llvm/ADT/PointerUnion.h:56:10:
warning: enumeral mismatch in conditional expression:
‘llvm::PointerLikeTypeTraits<const clang...
2012 Jun 27
0
[LLVMdev] Compiler warnings with gcc-4.7.1
...> warning: enumeral mismatch in conditional expression:
>
> ‘llvm::PointerLikeTypeTraits<llvm::PointerUnion<clang::FunctionTemplateDecl*,
> clang::MemberSpecializationInfo*> >::<anonymous enum>’ vs
>
> ‘llvm::PointerLikeTypeTraits<llvm::PointerUnion<clang::FunctionTemplateSpecializationInfo*,
> clang::DependentFunctionTemplateSpecializationInfo*> >::<anonymous
> enum>’
>
> [-Wenum-compare]/usr/home/yuri/llvm-2012-06/latest-unpatched/llvm-fix/include/llvm/ADT/PointerUnion.h:56:10:
> warning: enumeral mismatch in conditional expression:
> ‘llvm::PointerLike...
2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
..._DeclType*, _DeclType*> {
522 typedef _SETraits SETraits;
523 typedef _DeclType DeclType;
524
525 typedef typename llvm::FoldingSetVector<EntryType>::iterator
*Specialization code:*
693
694 template <> struct RedeclarableTemplateDecl::
695 SpecEntryTraits<FunctionTemplateSpecializationInfo> {
696 typedef FunctionDecl DeclType;
697
698 static DeclType *
699 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) {
700 return I->Function->getMostRecentDecl();
701 }
702 };
*Code fails here*
798
799 typedef SpecIterator<FunctionTemplateSpecializationI...