majnemer added inline comments.
================
Comment at: lib/CodeGen/CodeGenFunction.cpp:455
+ for (const auto &FileMatch : PathSearch) {
+ if(FunctionDeclPath.find(FileMatch) != std::string::npos) {
+ return false;
----------------
Space after if.
================
Comment at: lib/CodeGen/CodeGenFunction.cpp:473
+ for (const auto &FuncMatch : FunctionSearch) {
+ if(FunctionName.find(FuncMatch) != std::string::npos) {
+ return false;
----------------
Ditto.
https://reviews.llvm.org/D37624
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits