Skip to content
Snippets Groups Projects
Commit c7234496 authored by Daniel Marjamaki's avatar Daniel Marjamaki
Browse files

Fix style issue. Spaces in argument list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283725 91177308-0d34-0410-b5e6-96231b3b80d8
parent 424887c8
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ public: ...@@ -263,7 +263,7 @@ public:
/// function has ended. Called for both inlined and and top-level functions. /// function has ended. Called for both inlined and and top-level functions.
void processEndOfFunction(NodeBuilderContext& BC, void processEndOfFunction(NodeBuilderContext& BC,
ExplodedNode *Pred, ExplodedNode *Pred,
const ReturnStmt *RS=nullptr) override; const ReturnStmt *RS = nullptr) override;
/// Remove dead bindings/symbols before exiting a function. /// Remove dead bindings/symbols before exiting a function.
void removeDeadOnEndOfFunction(NodeBuilderContext& BC, void removeDeadOnEndOfFunction(NodeBuilderContext& BC,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment