[cfe-commits] Small patch that would have saved me 30 minutes.

Douglas Gregor dgregor at apple.com
Tue Jul 17 16:10:38 PDT 2012


On Jul 9, 2012, at 9:57 PM, Sean Silva <silvas at purdue.edu> wrote:

> This tiny patch would have saved me like 30 minutes.
> 
> getTypeForDecl() was returning NULL, which was "impossible". Turns out
> a little bit of logic is needed to pull the type from a TypeDecl. This
> points the reader to the place where that logic is implemented.


Committed as r160405, thanks!

	- Doug



More information about the cfe-commits mailing list