[PATCH] D50839: [llvm] Optimize YAML::isNumeric

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 09:43:10 PDT 2018


lebedev.ri added inline comments.


================
Comment at: llvm/unittests/Support/YAMLIOTest.cpp:2626
+  //
+  // * Sexagecimal numbers
+  // * Decimal numbers with comma s the delimiter
----------------
Spelling


================
Comment at: llvm/unittests/Support/YAMLIOTest.cpp:2627
+  // * Sexagecimal numbers
+  // * Decimal numbers with comma s the delimiter
+  // * "inf", "nan" without '.' prefix
----------------
spelling


https://reviews.llvm.org/D50839





More information about the cfe-commits mailing list