]> granicus.if.org Git - clang/commit
Dynamically allocate the StringMaps used in typo correction so that we
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Jun 2011 16:44:39 +0000 (16:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Jun 2011 16:44:39 +0000 (16:44 +0000)
commit2ecc28a77207a5d24422956b3bc38d386209ab73
tree94e1111ead27aa0be75c559ab6485f8f90786486
parentd8bba9c15230d2b1b3893e272106aa79efc50251
Dynamically allocate the StringMaps used in typo correction so that we
don't rely on the existence of a copy constructor.

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