Go to file
Richard Smith ae50c56d65 [modules] When reparenting a local declaration, don't mark the declaration as
being visible with its owning module if we're not tracking owning modules for
local declarations.

This avoids the possibility of a declaration being (meaninglessly) marked as
hidden with no owning module, which would otherwise lead to violated AST
invariants (checked by the added assertion).

llvm-svn: 303699
2017-05-23 22:02:49 +00:00
clang [modules] When reparenting a local declaration, don't mark the declaration as 2017-05-23 22:02:49 +00:00
clang-tools-extra [clang-tidy] Do not dereference a null BaseType 2017-05-23 16:19:04 +00:00
compiler-rt Disable flaky ASan tests temporarily on darwin 2017-05-23 17:50:48 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. 2017-05-23 18:55:32 +00:00
libcxxabi [libcxxabi] Fix the test case committed in r303175. 2017-05-16 18:18:03 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld ELF: The later of --build-id and --build-id= wins. 2017-05-23 21:16:48 +00:00
lldb Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything necessary 2017-05-23 19:22:31 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Disable coverage opt-out for strong postdominator blocks. 2017-05-23 21:58:54 +00:00
openmp Fix for KMP_AFFINITY=respect with multiple processor groups 2017-05-15 19:05:59 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [NFC] [PolyhedralInfo] fix typo 2017-05-23 11:41:52 +00:00