]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix typo, better doxygen as per Jordan's feedback.
authorAnna Zaks <ganna@apple.com>
Tue, 5 Feb 2013 19:52:24 +0000 (19:52 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 5 Feb 2013 19:52:24 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174434 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/AnalysisContext.h

index 062af1bad13da3c5d106a0505d12508c235e90b3..880176ce5178507e5460263594365533b7185b27 100644 (file)
@@ -137,14 +137,14 @@ public:
   Stmt *getBody() const;
 
   /// \brief Get the body of the Declaration.
-  /// \param IsAutosynthesized Output parameter that specifies if the body is
-  /// auto-generated by the BodyFarm.
+  /// \param[out] IsAutosynthesized Specifies if the body is auto-generated
+  ///             by the BodyFarm.
   Stmt *getBody(bool &IsAutosynthesized) const;
 
   /// \brief Checks if the body of the Decl is generated by the BodyFarm.
   ///
   /// Note, the lookup is not free. We are going to call getBody behind
-  /// the sceines.
+  /// the scenes.
   /// \sa getBody
   bool isBodyAutosynthesized() const;