[all-commits] [llvm/llvm-project] df494f: [Support] Add TimeTraceScope constructor without d...

rgal via All-commits all-commits at lists.llvm.org
Wed Dec 11 06:35:47 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df494f7512b0ecebdf3d7be97695a1b6278c0336
      https://github.com/llvm/llvm-project/commit/df494f7512b0ecebdf3d7be97695a1b6278c0336
  Author: Russell Gallop <russell.gallop at sony.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/Parse/ParseAST.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/tools/driver/cc1_main.cpp
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/lib/Support/TimeProfiler.cpp

  Log Message:
  -----------
  [Support] Add TimeTraceScope constructor without detail arg

This simplifies code where no extra details are required
Also don't write out detail when it is empty.

Differential Revision: https://reviews.llvm.org/D71347




More information about the All-commits mailing list