Skip to content

Commit 626e2aa

Browse files
committed
Fix formatting
1 parent b18467a commit 626e2aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ class CIRGenFunction : public CIRGenTypeCache {
177177
/// Sanitizers enabled for this function.
178178
clang::SanitizerSet sanOpts;
179179

180-
181180
/// The symbol table maps a variable name to a value in the current scope.
182181
/// Entering a function creates a new scope, and the function arguments are
183182
/// added to the mapping. When the processing of a function is terminated,

0 commit comments

Comments
 (0)