commit | 4fa5d6c23e45df952977404f797828a62c0a7bce | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Fri Aug 28 00:24:55 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Fri Aug 28 00:24:55 2009 +0000 |
tree | 6a3cebef99f416ad841c13ea4c4a48fe99f36f9b | |
parent | c7289a11305bc6f57a79ddb54465e768373c5f08 [diff] [blame] |
Use C++ style comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80320 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CheckSecuritySyntaxOnly.cpp b/lib/Analysis/CheckSecuritySyntaxOnly.cpp index a33271f..3684360 100644 --- a/lib/Analysis/CheckSecuritySyntaxOnly.cpp +++ b/lib/Analysis/CheckSecuritySyntaxOnly.cpp
@@ -274,8 +274,8 @@ 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;