[llvm] r197610 - formatting

Adrian Prantl aprantl at apple.com
Wed Dec 18 13:48:12 PST 2013


Author: adrian
Date: Wed Dec 18 15:48:11 2013
New Revision: 197610

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

Modified:
    llvm/trunk/include/llvm/DIBuilder.h

Modified: llvm/trunk/include/llvm/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DIBuilder.h?rev=197610&r1=197609&r2=197610&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/DIBuilder.h Wed Dec 18 15:48:11 2013
@@ -506,7 +506,7 @@ namespace llvm {
     /// @param Ty          Variable Type
     /// @param AlwaysPreserve Boolean. Set to true if debug info for this
     ///                       variable should be preserved in optimized build.
-    /// @param Flags          Flags, e.g. artificial variable.
+    /// @param Flags       Flags, e.g. artificial variable.
     /// @param ArgNo       If this variable is an argument then this argument's
     ///                    number. 1 indicates 1st argument.
     DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
@@ -546,7 +546,7 @@ namespace llvm {
     /// @param isDefinition  True if this is a function definition.
     /// @param ScopeLine     Set to the beginning of the scope this starts
     /// @param Flags         e.g. is this function prototyped or not.
-    ///                      This flags are used to emit dwarf attributes.
+    ///                      These flags are used to emit dwarf attributes.
     /// @param isOptimized   True if optimization is ON.
     /// @param Fn            llvm::Function pointer.
     /// @param TParam        Function template parameters.





More information about the llvm-commits mailing list