[PATCH] D14615: [C++] Add the "norecurse" attribute to main() if in C++ mode

James Molloy via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 12 07:31:50 PST 2015


jmolloy added inline comments.

================
Comment at: test/CodeGenCXX/main-norecurse.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -emit-llvm %s -o -
+
----------------
Wow, I managed to forget in my copy-paste from another test to add "| FileCheck %s" here.

I'll update this before committing.


Repository:
  rL LLVM

http://reviews.llvm.org/D14615





More information about the cfe-commits mailing list