hanchenye-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
DiagnosticNames.cpp
DiagnosticNames.h
ListWarnings.cpp
Makefile
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_main.cpp