| commit | 3b937fa298ce68cac0c2f07a7a3476e272a0f4ad | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Thu Oct 15 17:14:05 2009 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Oct 15 17:14:05 2009 +0000 |
| tree | a0d02973ca46324a7d7e44f8ca4ade5feaf153d9 | |
| parent | 01b48676cd0951ad218d879b2bc32e06f88598eb [diff] |
Apply heuristics to cut back on number of candidate sets of builtin operators. Currently, it is applied to '++' and '->*' operators. I need to apply it to others as well. Also, heuristics need be applied to BuiltinCandidateTypeSet::AddPointerWithMoreQualifiedTypeVariants. This is WIP. llvm-svn: 84187