logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Clang::Diagnostic - Clang diagnostic class

Author

       Alessandro Ghedini <alexbio@cpan.org>

Description

       A "Clang::Diagnostic" represents a diagnostic reported by the compiler.

Methods

format($with_source)
       Format the given "Clang::Diagnostic" as string. If $with_source is true, the stringified source location
       of the diagnostic will be included.

   location()
       Retrieve the location of the given diagnostic. This function returns three values: a string containing
       the source file name, an integer containing the line number and another integer containing the column
       number.

Name

       Clang::Diagnostic - Clang diagnostic class

Version

       version 0.09

See Also