Searched refs:diagtool (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dclangdiag.py26 clangdiag diagtool [<path>|reset]
32 diagtool -- Return, set, or reset diagtool path.
36 enabled, it will use the appropriate diagtool application to determine
42 For in-tree builds, the diagtool application, used to map DiagID's to
44 executable. However, out-or-tree builds must use the 'diagtool'
45 subcommand to set the appropriate path for diagtool in the clang debug
55 - diagtool is used in breakpoint callbacks, so it can be changed
71 diagtool_parser = subparsers.add_parser('diagtool')
75 def getDiagtool(target, diagtool
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/diag-build/
H A Ddiag-build.sh5 # diag-build acts as a wrapper for 'diagtool show-enabled', in the same way
17 echo 'diagtool must be in your PATH'
58 diagtool=$(which diagtool)
59 if [[ -z "$diagtool" ]]; then
60 if [[ -x $(dirname $0)/diagtool ]]; then
61 diagtool=$(dirname $0)/diagtool
63 echo 'Error: could not find diagtool.' 1>&2
104 sed $EXTENDED_SED_FLAG "s:($escCC|$escCXX):${diagtool//
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DDiagnosticNames.cpp14 using namespace diagtool;
22 llvm::ArrayRef<DiagnosticRecord> diagtool::getBuiltinDiagnosticsByName() {
53 const DiagnosticRecord &diagtool::getDiagnosticForID(short DiagID) {
86 llvm::iterator_range<diagtool::GroupRecord::subgroup_iterator>
99 llvm::iterator_range<diagtool::GroupRecord::diagnostics_iterator>
104 llvm::ArrayRef<GroupRecord> diagtool::getDiagnosticGroups() {
H A Ddiagtool_main.cpp9 // This file implements the main function for diagtool.
15 using namespace diagtool;
22 llvm::errs() << "usage: diagtool <command> [<args>]\n\n";
H A DDiagTool.h1 //===- DiagTool.h - Classes for defining diagtool tools -------------------===//
9 // This file implements the boilerplate for defining diagtool tools.
22 namespace diagtool { namespace
56 } // end diagtool namespace
60 class CLSNAME : public diagtool::DiagTool {\
66 diagtool::RegisterDiagTool<CLSNAME> Register##CLSNAME;\
H A DDiagTool.cpp1 //===- DiagTool.cpp - Classes for defining diagtool tools -------------------===//
9 // This file implements the boilerplate for defining diagtool tools.
17 using namespace diagtool;
63 namespace diagtool { namespace
H A DFindDiagnosticID.cpp1 //===- FindDiagnosticID.cpp - diagtool tool for finding diagnostic id -----===//
18 using namespace diagtool;
42 "diagtool find-diagnostic-id options");
49 Args.push_back("diagtool find-diagnostic-id");
H A DListWarnings.cpp1 //===- ListWarnings.h - diagtool tool for printing warning flags ----------===//
9 // This file provides a diagtool tool that displays warning flags for
26 using namespace diagtool;
H A DDiagnosticNames.h16 namespace diagtool { namespace
117 } // end namespace diagtool
H A DShowEnabledWarnings.cpp1 //===- ShowEnabledWarnings - diagtool tool for printing enabled flags -----===//
23 using namespace diagtool;
39 llvm::errs() << "Usage: diagtool show-enabled [<flags>] <single-input.c>\n";
67 Args.push_back("diagtool");
H A DTreeView.cpp1 //===- TreeView.cpp - diagtool tool for printing warning flags ------------===//
21 using namespace diagtool;
140 llvm::errs() << "Usage: diagtool tree [--internal] [<diagnostic-group>]\n";

Completed in 408 milliseconds