Go to file
George Karpenkov 96625fdc6b [analyzer] do not crash with assertion on processing locations of bodyfarmed functions
This addresses an issue introduced in r183451: since
`removePiecesWithInvalidLocations` is called *after* `adjustCallLocations`,
it is not necessary, and in fact harmful, to have this assertion in
adjustCallLocations.

Addresses rdar://36170689

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

llvm-svn: 321682
2018-01-02 23:05:47 +00:00
clang [analyzer] do not crash with assertion on processing locations of bodyfarmed functions 2018-01-02 23:05:47 +00:00
clang-tools-extra [clangd] Properly set filterText for index-based completion items 2017-12-29 14:59:22 +00:00
compiler-rt [asan] Restore asan_device_setup compatibility with older libraries. 2018-01-02 21:35:23 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc configure.py: Add gfx900 (Vega, Raven) 2017-11-27 11:14:06 +00:00
libcxx One more (should be) inline variable that is defined in the dylib 2018-01-02 19:23:30 +00:00
libcxxabi Try again, this time with the correct address 2017-12-29 19:26:28 +00:00
libunwind Reland [PPC64] Port to ppc64le - initial version 2018-01-02 22:11:30 +00:00
lld Align SHT_NOBITS sections is they are the first on a PT_LOAD. 2018-01-02 16:46:30 +00:00
lldb [Core/Debugger] Remove some code that doesn't compile anymore. 2018-01-02 16:27:01 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [llvm-objcopy] Add support for visibility 2018-01-02 23:01:24 +00:00
openmp [OMPT] Build runtime with OMPT support by default 2018-01-02 21:09:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [CodeGen] Fix noalias annotations for memcpy/memmove. 2017-12-22 17:44:53 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

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.