aaron.ballman added inline comments.

================
Comment at: lib/CodeGen/CodeGenFunction.cpp:721
@@ +720,3 @@
+  // to be norecurse by the standard (3.6.1.3 "The function main shall not be
+  // used within a program")
+  if (getLangOpts().CPlusPlus)
----------------
Missing a period at the end of the sentence.

================
Comment at: test/CodeGenCXX/main-norecurse.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -emit-llvm %s -o -
+
----------------
jmolloy wrote:
> Wow, I managed to forget in my copy-paste from another test to add "| 
> FileCheck %s" here.
> 
> I'll update this before committing.
Missing FileCheck?


Repository:
  rL LLVM

http://reviews.llvm.org/D14615



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to