GoddamnIDontNeedAUse

Untitled

Sep 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. bool serialization::needsAnonymousDeclarationNumber(const NamedDecl *D) {
  2.   bool result = needsAnonymousDeclarationNumberOriginal(D);
  3.   llvm::errs() << "Checking declaration: \n";
  4.   D->dumpColor();
  5.   llvm::errs() << "Result: " << result << "\n";
  6.   return result;
  7. }
Add Comment
Please, Sign In to add comment