]> granicus.if.org Git - clang/commitdiff
Use C++ style comments.
authorTed Kremenek <kremenek@apple.com>
Fri, 28 Aug 2009 00:24:55 +0000 (00:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 28 Aug 2009 00:24:55 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80320 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CheckSecuritySyntaxOnly.cpp

index a33271fc653d97cb680a0561b2fed29cfcfdba75..3684360835cb8ab79f055541177ec4713f100e41 100644 (file)
@@ -274,8 +274,8 @@ void WalkAST::CheckUncheckedReturnValue(CallExpr *CE) {
   if (!FTP)
     return;
   
-  /* Verify that the function takes one or two arguments (depending on
-     the function).  */
+  // Verify that the function takes one or two arguments (depending on
+  //   the function).
   if (FTP->getNumArgs() != (identifierid < 4 ? 1 : 2))
     return;