llvm-project/clang/tools/diagtool
Benjamin Kramer c02670ed50 [libclang] Add entry points that take a full command line including argv[0].
This provides both a more uniform interface and makes libclang behave like
clang tooling wrt relative paths against argv[0]. This is necessary for
finding paths to a c++ standard library relative to a clang binary given
in a compilation database. It can also be used to find paths relative to
libclang.so if the full path to it is passed in.

Differential Revision: http://reviews.llvm.org/D14695

llvm-svn: 253466
2015-11-18 16:14:27 +00:00
..
CMakeLists.txt
DiagTool.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
DiagTool.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DiagnosticNames.cpp [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +00:00
DiagnosticNames.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ListWarnings.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
Makefile Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
ShowEnabledWarnings.cpp [libclang] Add entry points that take a full command line including argv[0]. 2015-11-18 16:14:27 +00:00
TreeView.cpp diagtool: refactor TreeView to resemble C++ 2014-06-20 00:06:42 +00:00
diagtool_main.cpp