SjoerdMeijer marked an inline comment as done. SjoerdMeijer added inline comments.
================ Comment at: clang/lib/Parse/ParsePragma.cpp:1015 + .Default(""); + assert(Str.size() && "Unexpected pragma name"); + return Str; ---------------- I guess this does behave slightly different, i.e. the assert in a release build. Before, in a release build, "unroll" was returned for an unexpected pragma, but now we return the empty string "". CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64564/new/ https://reviews.llvm.org/D64564 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits