[llvm-commits] [llvm] r168644 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Chandler Carruth chandlerc at google.com
Mon Nov 26 16:45:40 PST 2012


On Mon, Nov 26, 2012 at 4:41 PM, Eric Christopher <echristo at gmail.com> wrote:
> Author: echristo
> Date: Mon Nov 26 18:41:57 2012
> New Revision: 168644
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168644&view=rev
> Log:
> Make comment names match function names.

Better yet, use the newly recommended doxygen form that doesn't have
this duplication?

>
> Modified:
>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
>
> Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=168644&r1=168643&r2=168644&view=diff
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
> +++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Mon Nov 26 18:41:57 2012
> @@ -350,7 +350,7 @@
>    /// constructScopeDIE - Construct a DIE for this scope.
>    DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
>
> -  /// EmitSectionLabels - Emit initial Dwarf sections with a label at
> +  /// emitSectionLabels - Emit initial Dwarf sections with a label at
>    /// the start of each one.
>    void emitSectionLabels();
>
> @@ -382,7 +382,7 @@
>    /// been left open.
>    void endSections();
>
> -  /// EmitDebugInfo - Emit the debug info section.
> +  /// emitDebugInfo - Emit the debug info section.
>    ///
>    void emitDebugInfo();
>
> @@ -423,7 +423,7 @@
>    ///
>    void emitDebugLoc();
>
> -  /// EmitDebugARanges - Emit visible names into a debug aranges section.
> +  /// emitDebugARanges - Emit visible names into a debug aranges section.
>    ///
>    void emitDebugARanges();
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list