[cfe-commits] r164360 - /cfe/trunk/lib/Sema/SemaDeclCXX.cpp

Craig Topper craig.topper at gmail.com
Thu Sep 20 21:33:27 PDT 2012


Author: ctopper
Date: Thu Sep 20 23:33:26 2012
New Revision: 164360

URL: http://llvm.org/viewvc/llvm-project?rev=164360&view=rev
Log:
Doxygen-ify a comment.

Modified:
    cfe/trunk/lib/Sema/SemaDeclCXX.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=164360&r1=164359&r2=164360&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Thu Sep 20 23:33:26 2012
@@ -373,10 +373,10 @@
   }
 }
 
-// MergeCXXFunctionDecl - Merge two declarations of the same C++
-// function, once we already know that they have the same
-// type. Subroutine of MergeFunctionDecl. Returns true if there was an
-// error, false otherwise.
+/// MergeCXXFunctionDecl - Merge two declarations of the same C++
+/// function, once we already know that they have the same
+/// type. Subroutine of MergeFunctionDecl. Returns true if there was an
+/// error, false otherwise.
 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old,
                                 Scope *S) {
   bool Invalid = false;





More information about the cfe-commits mailing list