]> granicus.if.org Git - clang/commit
Move declaration of a class's implicit copy constructor into a
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 17:57:27 +0000 (17:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 17:57:27 +0000 (17:57 +0000)
commit4a0c26f57ffe685dfc795f04eaef9b805997b65e
tree23d9cddcf9bf1228bf7de99f58c9e624ba3a12e6
parentb87786f045d798b070980c108c922e1475d27b15
Move declaration of a class's implicit copy constructor into a
separate function. Aside from making the loops infinitely faster, no
functionality change.

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