Go to file
Stephen Kelly 4e35baa842 [ASTDump] NFC: Remove redundant condition
These conditions are duplicated from the dumpDeclContext function called
within the if(). This is presumably an attempt to avoid calling the
function in the case it will do nothing.

That may have made sense in the past if the code was different, but it
doesn't make sense now.

llvm-svn: 351604
2019-01-18 22:15:05 +00:00
clang [ASTDump] NFC: Remove redundant condition 2019-01-18 22:15:05 +00:00
clang-tools-extra [clang-tidy] add reproducer for PR39949 into test-suite 2019-01-18 18:03:11 +00:00
compiler-rt [safestack] Remove dependency of SafeStack on sanitizer_common 2019-01-18 01:53:37 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Update year in license files 2019-01-15 15:10:32 +00:00
libcxx [hurd] Fix unconditional use of PATH_MAX 2019-01-17 02:59:28 +00:00
libcxxabi [demangler] Support for block literals. 2019-01-17 21:37:51 +00:00
libunwind [SjLj] Don't use __declspec(thread) in MinGW mode 2019-01-18 20:31:12 +00:00
lld [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC. 2019-01-17 22:09:09 +00:00
lldb Add BreakpadRecords to the Xcode project. 2019-01-18 20:20:40 +00:00
llgo Update year in license files 2019-01-15 15:10:32 +00:00
llvm AMDGPU/GlobalISel: Legalize more types for select 2019-01-18 21:42:55 +00:00
openmp Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime" 2019-01-17 11:31:03 +00:00
parallel-libs Update year in license files 2019-01-15 15:10:32 +00:00
polly [polly] Change to range-based invocation of llvm::sort 2019-01-18 01:06:46 +00:00
pstl [PSTL] Convert license text file to use unix line endings, matching the 2019-01-18 03:57:39 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

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