[PATCH] [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix

Tim Northover t.p.northover at gmail.com
Sun Aug 4 02:31:59 PDT 2013


  I think that looks reasonable to me. isalnum would be slightly sketchy in the general code-base (it's locale-dependent), but we have more control over our tests and FileCheck is already using it.

http://llvm-reviews.chandlerc.com/D1271



More information about the llvm-commits mailing list