aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorTom Honermann <tom.honermann@intel.com>2025-01-13 16:24:46 -0500
committerGitHub <noreply@github.com>2025-01-13 16:24:46 -0500
commit1907a29dedfb9625772a332bb6d6c31d89fb36d3 (patch)
tree93405b3f4fc14666badd6c4c69576d15d048475c /clang/lib/Frontend/CompilerInvocation.cpp
parenta100fd8cbd3dad3846a6212d97279ca23db85c75 (diff)
downloadllvm-1907a29dedfb9625772a332bb6d6c31d89fb36d3.zip
llvm-1907a29dedfb9625772a332bb6d6c31d89fb36d3.tar.gz
llvm-1907a29dedfb9625772a332bb6d6c31d89fb36d3.tar.bz2
[Clang][NFC] Indentation fixes and unneeded semicolon removal. (#122794)
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 39bed84..58658de 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -3280,7 +3280,7 @@ static void GenerateHeaderSearchArgs(const HeaderSearchOptions &Opts,
}();
GenerateArg(Consumer, Opt, It->Path);
- };
+ }
// Note: some paths that came from "[-iprefix=xx] -iwithprefixbefore=yy" may
// have already been generated as "-I[xx]yy". If that's the case, their