diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 22:10:14 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 22:10:14 +0000 |
commit | be30245442a2a631a4f12607c22e2cb236722407 (patch) | |
tree | 3b156afc71dc2e261802576e40e90fd1ade23d58 /clang/lib/CodeGen/CGExprAgg.cpp | |
parent | aff65827fb0eb641cf6aba3622e13af57f1dd43b (diff) | |
download | bcm5719-llvm-be30245442a2a631a4f12607c22e2cb236722407.tar.gz bcm5719-llvm-be30245442a2a631a4f12607c22e2cb236722407.zip |
Documentation cleanup:
* Escaped Objective-C @keywords in Doxygen comments;
* Documented more accurate \params;
* Exposed some more summaries using \brief.
llvm-svn: 158559
Diffstat (limited to 'clang/lib/CodeGen/CGExprAgg.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprAgg.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp index 7b0e0f5157c..9616af633d2 100644 --- a/clang/lib/CodeGen/CGExprAgg.cpp +++ b/clang/lib/CodeGen/CGExprAgg.cpp @@ -1164,9 +1164,6 @@ static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, /// type. The result is computed into DestPtr. Note that if DestPtr is null, /// the value of the aggregate expression is not needed. If VolatileDest is /// true, DestPtr cannot be 0. -/// -/// \param IsInitializer - true if this evaluation is initializing an -/// object whose lifetime is already being managed. void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot, bool IgnoreResult) { assert(E && hasAggregateLLVMType(E->getType()) && |