Go to file
Miklos Vajna 61c818f253 [clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit methods
Otherwise we don't warn on a struct containing a single public int, but
we warn on a struct containing a single public std::string, which is
inconsistent.

llvm-svn: 351686
2019-01-20 14:28:27 +00:00
clang [FIX] Generalize the expected results for callback clang tests 2019-01-19 20:46:10 +00:00
clang-tools-extra [clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit methods 2019-01-20 14:28:27 +00:00
compiler-rt Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +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 the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
libcxx Fix aligned allocation availability XFAILs after D56445. 2019-01-20 01:21:35 +00:00
libcxxabi Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
libunwind Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
lld Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb Fix order of arguments in an lldb type summary in examples 2019-01-19 20:08:41 +00:00
llgo Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
llvm [CostModel][X86] Add explicit vector select costs 2019-01-20 13:55:01 +00:00
openmp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
parallel-libs Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
polly Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
pstl Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +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.