Go to file
George Karpenkov 71692e7f00 [analyzer] Extend NoStoreFuncVisitor to insert a note on IVars
The note is added in the following situation:

 - We are throwing a nullability-related warning on an IVar
 - The path goes through a method which *could have* (syntactically
 determined) written into that IVar, but did not

rdar://42444460

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

llvm-svn: 337864
2018-07-24 23:14:29 +00:00
clang [analyzer] Extend NoStoreFuncVisitor to insert a note on IVars 2018-07-24 23:14:29 +00:00
clang-tools-extra [clangd] Guard fuzzer against empty inputs. 2018-07-24 21:50:06 +00:00
compiler-rt [libFuzzer] Handle unstable edges by disregarding unstable edges 2018-07-24 21:02:44 +00:00
debuginfo-tests Revert "[CMake] Sort dependency list and add safestack to it" 2018-07-18 20:10:43 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone build 2018-07-24 15:49:29 +00:00
libcxxabi Reland "[CMake] Support statically linking dependencies only to shared or static library" 2018-07-24 07:06:17 +00:00
libunwind The semantics of DW_CFA_GNU_args_size have changed subtile over the 2018-07-17 19:00:51 +00:00
lld Fix error messages for bad symbols. 2018-07-24 22:52:11 +00:00
lldb Remove unused History class 2018-07-24 21:09:17 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [LV] Fix for PR38110, LV encountered llvm_unreachable() 2018-07-24 22:30:31 +00:00
openmp [OPNEMP, NVPTX] Fixed sychronization construct + code cleanup. 2018-07-23 13:52:12 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [isl] Simplify iterator implementation by building on top of list accessors 2018-07-23 15:28:50 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.