[cfe-commits] r141165 - /cfe/trunk/lib/AST/RecordLayoutBuilder.cpp
Eric Christopher
echristo at apple.com
Tue Oct 4 23:00:51 PDT 2011
Author: echristo
Date: Wed Oct 5 01:00:51 2011
New Revision: 141165
URL: http://llvm.org/viewvc/llvm-project?rev=141165&view=rev
Log:
Fix doxygen comment.
Modified:
cfe/trunk/lib/AST/RecordLayoutBuilder.cpp
Modified: cfe/trunk/lib/AST/RecordLayoutBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/RecordLayoutBuilder.cpp?rev=141165&r1=141164&r2=141165&view=diff
==============================================================================
--- cfe/trunk/lib/AST/RecordLayoutBuilder.cpp (original)
+++ cfe/trunk/lib/AST/RecordLayoutBuilder.cpp Wed Oct 5 01:00:51 2011
@@ -2107,8 +2107,8 @@
return Entry;
}
-/// getInterfaceLayoutImpl - Get or compute information about the
-/// layout of the given interface.
+/// getObjCLayout - Get or compute information about the layout of the
+/// given interface.
///
/// \param Impl - If given, also include the layout of the interface's
/// implementation. This may differ by including synthesized ivars.
More information about the cfe-commits
mailing list