[PATCH] D5767: Template Instantiation Observer + a few other templight-related changes

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 06:06:57 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324808: [Templight] Template Instantiation Observer (authored by xazax, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D5767?vs=133614&id=133748#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D5767

Files:
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Frontend/FrontendActions.h
  cfe/trunk/include/clang/Frontend/FrontendOptions.h
  cfe/trunk/include/clang/FrontendTool/Utils.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/include/clang/Sema/TemplateInstCallback.h
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Frontend/FrontendActions.cpp
  cfe/trunk/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  cfe/trunk/lib/Parse/ParseAST.cpp
  cfe/trunk/lib/Sema/Sema.cpp
  cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
  cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp
  cfe/trunk/lib/Sema/SemaType.cpp
  cfe/trunk/test/Templight/templight-deduced-func.cpp
  cfe/trunk/test/Templight/templight-default-arg-inst.cpp
  cfe/trunk/test/Templight/templight-default-func-arg.cpp
  cfe/trunk/test/Templight/templight-default-template-arg.cpp
  cfe/trunk/test/Templight/templight-exception-spec-func.cpp
  cfe/trunk/test/Templight/templight-explicit-template-arg.cpp
  cfe/trunk/test/Templight/templight-memoization.cpp
  cfe/trunk/test/Templight/templight-nested-memoization.cpp
  cfe/trunk/test/Templight/templight-nested-template-instantiation.cpp
  cfe/trunk/test/Templight/templight-one-instantiation.cpp
  cfe/trunk/test/Templight/templight-prior-template-arg.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5767.133748.patch
Type: text/x-patch
Size: 57343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180210/4e2c4b86/attachment.bin>


More information about the llvm-commits mailing list