r175705 - Use None rather than Optional<T>() where possible.

Jordan Rose jordan_rose at apple.com
Wed Feb 20 17:55:54 PST 2013


On Feb 20, 2013, at 17:47 , David Blaikie <dblaikie at gmail.com> wrote:

> +// None.h includes an enumerant that is desired & cannot be forward declared
> +// without a definition of NoneType.
> +#include "llvm/ADT/None.h"

"enumerant" is a cute word. The standards term for the values of an enumeration type, though, is "enumerator".

Thanks again for all the migration/cleanup work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130220/4c2901ea/attachment.html>


More information about the cfe-commits mailing list