EricWF marked an inline comment as done. ================ Comment at: utils/TableGen/ClangAttrEmitter.cpp:2794 @@ -2794,1 +2793,3 @@ + if ((*I)->getValueAsBit("Negated")) { + FnName += "Not"; Test += "!"; ---------------- This is needed so that the `COnly` and `CPlusPlus` entries in `Attr.td` don't create the same function name.
https://reviews.llvm.org/D23385 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits