Home | History | Annotate | Download | only in Tooling

Lines Matching full:clang

15 #include "clang/Tooling/CompilationDatabase.h"
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/DiagnosticOptions.h"
18 #include "clang/Driver/Action.h"
19 #include "clang/Driver/Compilation.h"
20 #include "clang/Driver/Driver.h"
21 #include "clang/Driver/DriverDiagnostic.h"
22 #include "clang/Driver/Job.h"
23 #include "clang/Frontend/TextDiagnosticPrinter.h"
24 #include "clang/Tooling/CompilationDatabasePluginRegistry.h"
25 #include "clang/Tooling/Tooling.h"
32 using namespace clang;
160 if (Info.getID() == clang::diag::warn_drv_input_file_unused) {
198 /// clang::driver::Driver although what the interface should look like is not
211 IntrusiveRefCntPtr<clang::DiagnosticIDs>(new DiagnosticIDs()),
214 // The clang executable path isn't required since the jobs the driver builds
223 Args.insert(Args.begin(), "clang-tool");
298 std::vector<std::string> ToolCommandLine(1, "clang-tool");
323 namespace clang {
332 } // end namespace clang