On Feb 20, 2013, at 17:47 , David Blaikie <[email protected]> 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.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
