Go to file
Eric Liu 912d039462 Workaround ASTMatcher crashes. Added some more test cases.
Summary:
- UsingDecl matcher crashed when `UsingShadowDecl` has no parent map. Workaround by moving parent check into `UsingDecl`.
- FunctionDecl matcher crashed when there is a lambda defined in parameter list (also due to no parent map).
  Workaround by putting `unless(cxxMethodDecl())` before parent check.

Reviewers: klimek, sbenza, aaron.ballman, hokein

Subscribers: aaron.ballman, cfe-commits

Differential Revision: https://reviews.llvm.org/D24862

llvm-svn: 282486
2016-09-27 12:54:48 +00:00
clang Silencing a Sphinx diagnostic with options, again. 2016-09-27 12:17:05 +00:00
clang-tools-extra Workaround ASTMatcher crashes. Added some more test cases. 2016-09-27 12:54:48 +00:00
compiler-rt tsan: relaxed check in CheckShadowMapping 2016-09-26 14:23:34 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [cmake] Add linker option "-Wl,-z,defs" in standalone build 2016-09-27 12:15:35 +00:00
libcxxabi [libc++abi] Default to DLL annotations on Windows 2016-09-27 03:44:09 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Create FileOutputBuffer lazily. 2016-09-26 23:53:55 +00:00
lldb Fix an issue where LLDB would not accept the --description-verbosity option to 'po' without an argument after the StringRef refactoring 2016-09-26 21:36:17 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [mips] Add rsqrt, recip for MIPS 2016-09-27 12:25:15 +00:00
openmp Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path 2016-09-19 06:55:56 +00:00
parallel-libs [SE] Fix config bug with CUDA tests 2016-09-15 20:26:28 +00:00
polly www: add new code coverage link to Polly website 2016-09-25 08:03:38 +00:00