| commit | b3321531a8bb95ad9bbafb4e240382e2eaae1055 | [log] [tgz] |
|---|---|---|
| author | Jeffrey Yasskin <jyasskin@google.com> | Thu Dec 23 01:01:28 2010 +0000 |
| committer | Jeffrey Yasskin <jyasskin@google.com> | Thu Dec 23 01:01:28 2010 +0000 |
| tree | 918fc85f4c7591f48d98d05097979b0ddd1e5bf0 | |
| parent | 9b43f336205a63e8875f8b87fe0402f2e315369e [diff] |
Change all self assignments X=X to (void)X, so that we can turn on a new gcc warning that complains on self-assignments and self-initializations. Fix one bug found by the warning, in which one clang::OverloadCandidate constructor failed to initialize its FunctionTemplate member. llvm-svn: 122459