| commit | d4a72d5ce52917852841b6ecf5a34eb3717233a8 | [log] [tgz] |
|---|---|---|
| author | Alp Toker <alp@nuanti.com> | Tue Oct 08 08:09:04 2013 +0000 |
| committer | Alp Toker <alp@nuanti.com> | Tue Oct 08 08:09:04 2013 +0000 |
| tree | 0a708b96ccdec7d88fdd5001e11f457390107c32 | |
| parent | 2ea4c2880cfb79b96d96971a94f777f7b60ac7e1 [diff] |
Make InstantiatingTemplate depth checks clearer The bool conversion operator on InstantiatingTemplate never added value and only served to obfuscate the template instantiation routines. This replaces the conversion and its callers with an explicit isInvalid() function to make it clear what's going on at a glance. llvm-svn: 192177