Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH. Makes de-serialization of the function body even more "lazier". llvm-svn: 107768
Loading
Please register or sign in to comment