[PATCH] D58675: [clang] Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 28 13:49:28 PST 2019


RKSimon added inline comments.


================
Comment at: clang/lib/Sema/SemaTemplateInstantiateDecl.cpp:23
 #include "clang/Sema/Lookup.h"
+#include "clang/Sema/SemaInternal.h"
 #include "clang/Sema/Template.h"
----------------
anton-afanasyev wrote:
> RKSimon wrote:
> > nfc change?
> What do you mean? This change is not NFC.
Moving the "clang/Sema/SemaInternal.h" include?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58675/new/

https://reviews.llvm.org/D58675





More information about the cfe-commits mailing list