]> granicus.if.org Git - clang/commit
Implement template instantiation for builtin binary operators
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 22:46:12 +0000 (22:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 22:46:12 +0000 (22:46 +0000)
commitdf0325110bb07ab62b808c8db8be2f6eee9b3476
tree0da9dd8202c7089bf8ebf40093855f63e63fe91d
parent2e050f11c49e385ad6d5f5d91a6045f482bbdb77
Implement template instantiation for builtin binary operators

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66835 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-expr-1.cpp