Skip to content

Commit

Permalink
Internalize a clang Sarif function
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jul 25, 2024
1 parent 2914a4b commit 693d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Basic/Sarif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static unsigned int adjustColumnPos(FullSourceLoc Loc,
/// @{

/// \internal
json::Object createMessage(StringRef Text) {
static json::Object createMessage(StringRef Text) {
return json::Object{{"text", Text.str()}};
}

Expand Down

0 comments on commit 693d757

Please sign in to comment.