1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-xray
Keith Wyss 667e4ff926 Removing default case statement from covered switch.
Previous patch did not count on the llvm command line parser to restrict the
inputs, but it is safe to do so.

Fix forward for patch with details:
-- https://reviews.llvm.org/D38650 and
-- https://llvm.org/svn/llvm-project/llvm/trunk@315635 91177308-0d34-0410-b5e6-96231b3b80d8

llvm-svn: 315644
2017-10-13 00:06:35 +00:00
..
CMakeLists.txt [XRay][tools] Function call stack based analysis tooling for XRay traces 2017-09-07 18:07:48 +00:00
func-id-helper.cc
func-id-helper.h
llvm-xray.cc Don't call exit from cl::PrintHelpMessage. 2017-09-07 23:30:48 +00:00
xray-account.cc [XRay] fix the -Werror build by handling all enum cases in switches 2017-09-27 05:10:31 +00:00
xray-account.h
xray-color-helper.cc [XRay] A tool for Comparing xray function call graphs 2017-04-24 05:54:33 +00:00
xray-color-helper.h [XRay] A tool for Comparing xray function call graphs 2017-04-24 05:54:33 +00:00
xray-converter.cc [XRay] convert FDR arg1 log entries 2017-09-27 04:48:03 +00:00
xray-converter.h
xray-extract.cc Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
xray-graph-diff.cc [XRay][tools] Remove wayward semicolon (NFC) 2017-04-26 03:49:49 +00:00
xray-graph-diff.h [XRay][tools] Fixup for pedantic and permissive errors/warnings 2017-04-24 06:15:53 +00:00
xray-graph.cc [XRay] convert FDR arg1 log entries 2017-09-27 04:48:03 +00:00
xray-graph.h [XRay][tools] Fixup definition for stat division. 2017-04-26 01:35:23 +00:00
xray-record-yaml.h [XRay][tools] Function call stack based analysis tooling for XRay traces 2017-09-07 18:07:48 +00:00
xray-registry.cc
xray-registry.h
xray-stacks.cc Removing default case statement from covered switch. 2017-10-13 00:06:35 +00:00