Go to file
Richard Smith cbebd6226d Fix regression in r332076.
If the name after 'template' is an unresolved using declaration (not containing
'typename'), then we don't yet know if it's a valid template-name, so don't
reject it prior to instantiation. Instead, treat it as naming a dependent
member of the current instantiation.

llvm-svn: 332291
2018-05-14 20:52:48 +00:00
clang Fix regression in r332076. 2018-05-14 20:52:48 +00:00
clang-tools-extra [Documentation] Alphabetical order of new checks in Release Notes. 2018-05-14 19:12:40 +00:00
compiler-rt Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock" 2018-05-14 18:53:13 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc remquo: Flush denormals if not supported 2018-05-03 05:44:28 +00:00
libcxx Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. 2018-05-14 19:45:24 +00:00
libcxxabi Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS 2018-05-03 12:44:27 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld COFF: Allow ICFing sections with different alignments. 2018-05-14 18:36:51 +00:00
lldb Revert "Remove Process references from the Host module" 2018-05-14 16:54:53 +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 [Hexagon] Add a target feature for generating new-value stores 2018-05-14 20:41:04 +00:00
openmp [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions 2018-05-07 12:42:21 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Adjust to debug info metadata format change. 2018-05-10 07:09:10 +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.