HomeSort by relevance Sort by last modified time
    Searched full:diagtool (Results 1 - 10 of 10) sorted by null

  /external/clang/tools/diagtool/
CMakeLists.txt 11 add_clang_executable(diagtool
13 DiagTool.cpp
23 install(TARGETS diagtool
DiagTool.h 1 //===- DiagTool.h - Classes for defining diagtool tools -------------------===//
10 // This file implements the boilerplate for defining diagtool tools.
23 namespace diagtool { namespace
25 class DiagTool {
29 DiagTool(llvm::StringRef toolCmd, llvm::StringRef toolDesc);
30 virtual ~DiagTool();
44 DiagTool *getTool(llvm::StringRef toolCmd);
45 void registerTool(DiagTool *tool);
51 template <typename DIAGTOOL>
    [all...]
DiagTool.cpp 1 //===- DiagTool.cpp - Classes for defining diagtool tools -------------------===//
10 // This file implements the boilerplate for defining diagtool tools.
14 #include "DiagTool.h"
19 using namespace diagtool;
21 DiagTool::DiagTool(llvm::StringRef toolCmd,
25 DiagTool::~DiagTool() {}
27 typedef llvm::StringMap<DiagTool *> ToolMap
66 namespace diagtool { namespace
    [all...]
diagtool_main.cpp 10 // This file implements the main function for diagtool.
14 #include "DiagTool.h"
16 using namespace diagtool;
20 if (DiagTool *tool = diagTools->getTool(argv[1]))
23 llvm::errs() << "usage: diagtool <command> [<args>]\n\n";
ListWarnings.cpp 1 //===- ListWarnings.h - diagtool tool for printing warning flags ----------===//
10 // This file provides a diagtool tool that displays warning flags for
15 #include "DiagTool.h"
Makefile 11 TOOLNAME = diagtool
  /external/clang/tools/
CMakeLists.txt 5 add_subdirectory(diagtool)
Makefile 11 DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
  /external/clang/test/
CMakeLists.txt 113 clang clang-headers c-index-test diagtool arcmt-test c-arcmt-test
  /external/clang/test/Misc/
warning-flags.c 1 RUN: diagtool list-warnings 2>&1 | FileCheck %s

Completed in 653 milliseconds