hanchenye-llvm-project/clang/tools
Ben Langmuir 749323fadb Attempt to fix null ASTContext in ASTUnit error path
We don't need the ASTContext for the diagnostics, only the language
options, which we can get from the compiler invocation. It worries me
how many categorically different states the ASTUnit class can be in
depending on how it is being constructed/used.

llvm-svn: 206909
2014-04-22 17:40:12 +00:00
..
arcmt-test [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
c-arcmt-test c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116. 2013-12-12 06:37:12 +00:00
c-index-test Make c-index-test -test-print-type include pointeekind for pointer types 2014-04-09 19:16:08 +00:00
clang-check [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
clang-format clang-format.py: Don't omit the first two words from error messages. 2014-04-17 17:51:57 +00:00
clang-format-vs clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR} 2013-12-05 17:49:58 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool Replace llvm::array_endof with C++11's std::end. 2014-04-12 15:42:48 +00:00
driver CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= 2014-04-18 21:52:00 +00:00
libclang Attempt to fix null ASTContext in ASTUnit error path 2014-04-22 17:40:12 +00:00
scan-build Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson. 2014-04-21 14:13:22 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt CMake: enable building the clang-format vs plugin 2013-12-03 18:02:51 +00:00
Makefile Re-add clang-check to the Makefile build. 2013-08-22 16:12:04 +00:00