forked from OSchip/llvm-project
parent
7325e56c10
commit
2a9b6aae9a
|
@ -1651,7 +1651,7 @@ public:
|
|||
/// unnecessary AST de-serialization of the body.
|
||||
Stmt *getBody(const FunctionDecl *&Definition) const;
|
||||
|
||||
Stmt *getBody() const override {
|
||||
Stmt *getBody() const override {
|
||||
const FunctionDecl* Definition;
|
||||
return getBody(Definition);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue