[PATCH] D44498: Sink PrettyDeclStackTrace down to the AST library

Jordan Rose via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 14 15:30:07 PDT 2018


jordan_rose created this revision.
jordan_rose added reviewers: bruno, rsmith.

...and add some very basic stack trace entries for module building. This would have helped track down rdar://problem/38434694 sooner (which I can't share, sorry).


Repository:
  rC Clang

https://reviews.llvm.org/D44498

Files:
  include/clang/AST/PrettyDeclStackTrace.h
  include/clang/Sema/PrettyDeclStackTrace.h
  lib/AST/Decl.cpp
  lib/Frontend/CompilerInstance.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseObjc.cpp
  lib/Parse/ParseStmt.cpp
  lib/Sema/Sema.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Serialization/ASTWriterDecl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44498.138465.patch
Type: text/x-patch
Size: 15229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180314/3152be9b/attachment.bin>


More information about the cfe-commits mailing list