Go to file
Eric Fiselier 49b183a9ec Implement LWG 3065: Make path operators friends.
This prevents things like:

using namespace std::filesystem;
auto x = L"a/b" == std::string("a/b");

llvm-svn: 349884
2018-12-21 04:09:01 +00:00
clang [analyzer] Perform escaping in RetainCountChecker on type mismatch even for inlined functions 2018-12-21 02:16:36 +00:00
clang-tools-extra [clangd] Try to workaround test failure by increasing the timeouts 2018-12-20 16:27:19 +00:00
compiler-rt Revert "[asan] Disable test on powerpc64be" 2018-12-20 23:25:26 +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 travis: Add cmake build 2018-11-27 16:07:21 +00:00
libcxx Implement LWG 3065: Make path operators friends. 2018-12-21 04:09:01 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind [SEH] Add initial support for AArch64 2018-12-18 20:05:59 +00:00
lld Remove dead code. 2018-12-20 23:47:39 +00:00
lldb "help finish" tells you it is an alias. "help fin" doesn't. 2018-12-21 01:45:28 +00:00
llgo
llvm AMDGPU/GlobalISel: RegBankSelect for amdgcn.wqm.vote 2018-12-21 03:20:54 +00:00
openmp [Tests] [OpenMP] XFAIL also for ppc64le. 2018-12-18 19:05:07 +00:00
parallel-libs
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
pstl [NFC][pstl] Re-run Clang-format on the whole repository 2018-12-20 20:28:56 +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.