[cfe-commits] r59599 - /cfe/trunk/lib/AST/ASTContext.cpp

Chris Lattner sabre at nondot.org
Tue Nov 18 23:24:05 PST 2008


Author: lattner
Date: Wed Nov 19 01:24:05 2008
New Revision: 59599

URL: http://llvm.org/viewvc/llvm-project?rev=59599&view=rev
Log:
formatting

Modified:
    cfe/trunk/lib/AST/ASTContext.cpp

Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=59599&r1=59598&r2=59599&view=diff

==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Wed Nov 19 01:24:05 2008
@@ -1471,8 +1471,7 @@
 /// getObjCEncodingForMethodDecl - Return the encoded type for this method
 /// declaration.
 void ASTContext::getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl, 
-                                              std::string& S)
-{
+                                              std::string& S) {
   // FIXME: This is not very efficient.
   // Encode type qualifer, 'in', 'inout', etc. for the return type.
   getObjCEncodingForTypeQualifier(Decl->getObjCDeclQualifier(), S);
@@ -1517,8 +1516,7 @@
 /// NULL when getting encodings for protocol properties.
 void ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, 
                                                 const Decl *Container,
-                                                std::string& S)
-{
+                                                std::string& S) {
   // Collect information from the property implementation decl(s).
   bool Dynamic = false;
   ObjCPropertyImplDecl *SynthesizePID = 0;





More information about the cfe-commits mailing list