Changes
Summary
- Merging r342865: ------------------------------------------------------------------------ r342865 | courbet | 2018-09-24 01:39:48 -0700 (Mon, 24 Sep 2018) | 11 lines [llvm-exegesis] Fix PR39021. Summary: The `set` statements was incorrectly reading the value of the local variable and setting the value of the parent variable. Reviewers: tycho, gchatelet, john.brawn Subscribers: mgorny, tschuett, llvm-commits Differential Revision: https://reviews.llvm.org/D52343 ------------------------------------------------------------------------
- Merging r347262: ------------------------------------------------------------------------ r347262 | vedantk | 2018-11-19 12:10:22 -0800 (Mon, 19 Nov 2018) | 8 lines [Coverage] Fix PR39258: support coverage regions that start deeper than they end popRegions used to assume that the start location of a region can't be nested deeper than the end location, which is not always true. Patch by Orivej Desh! Differential Revision: https://reviews.llvm.org/D53244 ------------------------------------------------------------------------
- Merging r347261: ------------------------------------------------------------------------ r347261 | vedantk | 2018-11-19 12:10:21 -0800 (Mon, 19 Nov 2018) | 11 lines [Sema] Fix PR38987: keep end location of a direct initializer list If PerformConstructorInitialization of a direct initializer list constructor is called while instantiating a template, it has brace locations in its BraceLoc arguments but not in the Kind argument. This reverts the hunk https://reviews.llvm.org/D41921#inline-468844. Patch by Orivej Desh! Differential Revision: https://reviews.llvm.org/D53231 ------------------------------------------------------------------------
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /llvm/branches/release_70/tools/llvm-exegesis/lib/CMakeLists.txt (diff) | llvm.src/tools/llvm-exegesis/lib/CMakeLists.txt |
Change Type | Path in Repository | Path in Workspace |
![]() | /cfe/branches/release_70/lib/CodeGen/CoverageMappingGen.cpp (diff) | clang.src/lib/CodeGen/CoverageMappingGen.cpp |
![]() | /cfe/branches/release_70/test/CoverageMapping/macros.c (diff) | clang.src/test/CoverageMapping/macros.c |
Change Type | Path in Repository | Path in Workspace |
![]() | /cfe/branches/release_70/lib/Sema/SemaInit.cpp (diff) | clang.src/lib/Sema/SemaInit.cpp |
![]() | /cfe/branches/release_70/test/SemaCXX/sourceranges.cpp (diff) | clang.src/test/SemaCXX/sourceranges.cpp |