]> granicus.if.org Git - clang/commit
Finish cleaning up the static utility code for adding builtin operator overload
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Dec 2010 10:35:00 +0000 (10:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Dec 2010 10:35:00 +0000 (10:35 +0000)
commit6d695587032d82c16078b769400701c3c666bea3
treeaa79ae16271991246837bbf5a08f76dbcc1f4fd6
parent38ca8d1298ed1bf4512be920917559766a498916
Finish cleaning up the static utility code for adding builtin operator overload
candidates. They're now wrapped in nice APIs which hide the tables, etc. Also
removes some repetitive code from clients.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121634 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp