The Week Of Monday 16 November 2015 Archives by thread
Starting: Mon Nov 16 00:52:28 PST 2015
Ending: Sun Nov 22 22:41:51 PST 2015
Messages: 454
- [PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev via cfe-commits
- r253190 - [CGDebugInfo] Set the size and align for reference types
Keno Fischer via cfe-commits
- r253191 - Update for the gnu flavor being renamed to old-gnu.
Rafael Espindola via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- [PATCH] D14695: [libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Alexander Kornienko via cfe-commits
- r253199 - [ARM] Pass in the architecture to TargetParser to cope with API change
Bradley Smith via cfe-commits
- [PATCH] D14662: [ARM] Pass architecture to TargetParser defaulting to cope with API change
Bradley Smith via cfe-commits
- [PATCH] D14570: Handle ARMv6KZ naming
Renato Golin via cfe-commits
- r253202 - clang-format: Enable #include sorting by default.
Daniel Jasper via cfe-commits
- [clang-tools-extra] r253203 - [clang-tidy] Test commit (playing with git-svn)
Alexander Kornienko via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Laszlo Nagy via cfe-commits
- r253207 - Handle ARMv6KZ naming
Artyom Skrobov via cfe-commits
- [PATCH] D14686: Protect against overloaded comma in random_shuffle and improve tests
Marshall Clow via cfe-commits
- [PATCH] D14609: [ARM, AArch64] Fix __rev16l and __rev16ll intrinsics
Renato Golin via cfe-commits
- r253211 - [ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
Oliver Stannard via cfe-commits
- [libcxx] r253212 - Mark P0013 as 'in progress'
Marshall Clow via cfe-commits
- r253213 - [Myriad]: pass the 'std=' option to moviCompile
Douglas Katzman via cfe-commits
- r253214 - [mips] Do not add arch name in the compiler-rt's components.
Vasileios Kalintiris via cfe-commits
- [libcxx] r253215 - Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS
Marshall Clow via cfe-commits
- [libcxx] r253223 - LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones.
Marshall Clow via cfe-commits
- [PATCH] D14215: Disable frame pointer elimination when using -pg
Sanjay Patel via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Asiri Rathnayake via cfe-commits
- r252834 - Provide a frontend based error for always_inline functions that require
Bruno Cardoso Lopes via cfe-commits
- r253242 - When producing error messages for always_inline functions with the
Eric Christopher via cfe-commits
- [clang-tools-extra] r253246 - Add a new clang-tidy checker that flags throw expressions whose thrown type is not nothrow copy constructible. While the compiler is free to elide copy constructor calls in some cases, it is under no obligation to do so, which makes the code a portability concern as well as a security concern.
Aaron Ballman via cfe-commits
- [PATCH] D14619: [PATCH] clang-tidy checker for nothrow copy constructible exception objects
Aaron Ballman via cfe-commits
- [PATCH] D14506: Porting shouldVisitImplicitCode to DataRecursiveASTVisitor.
Ben Craig via cfe-commits
- [PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
Thiago Macieira via cfe-commits
- r253255 - Correctly handle type mismatches in the __weak copy/move-initialization
John McCall via cfe-commits
- [libcxx] r253257 - More tests for LWG#2156
Marshall Clow via cfe-commits
- r253259 - Derive nacltools::Linker from GnuTool to get response file support
Derek Schuff via cfe-commits
- [PATCH] D14731: [libcxx] Add clang thread safety annotations to mutex and lock_guard
James Robinson via cfe-commits
- r253269 - Make FP_CONTRACT ON the default.
Stephen Canon via cfe-commits
- [PATCH] D14200: Make FP_CONTRACT ON default.
Steve Canon via cfe-commits
- [libcxx] r253271 - Fix compile error in test. Can't use `operator[]` for multimap.
Marshall Clow via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- [libcxx] r253274 - Implement P0007: Constant View: A proposal for a std::as_const helper function template.
Marshall Clow via cfe-commits
- [PATCH] D14736: [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambdas as escaped.
Devin Coughlin via cfe-commits
- [PATCH] D14737: Convert some ObjC msgSends to runtime calls
Pete Cooper via cfe-commits
- Lit test C++11 Compatibility Patch #4
Li, Charles via cfe-commits
- [PATCH] D14592: Qt (version 4 or 5) signal/method checker
Eugene Zelenko via cfe-commits
- r253012 - [modules] When a declaration has non-trivial visibility, check whether it's
Sean Silva via cfe-commits
- r253283 - [modules] Fix some more cases where we used to reject a conflict between two
Richard Smith via cfe-commits
- [libcxx] r253292 - Creating release directory for release_371.
Tom Stellard via cfe-commits
- [libcxx] r253293 - Creating release candidate rc1 from release_371 branch
Tom Stellard via cfe-commits
- [libcxxabi] r253294 - Creating release directory for release_371.
Tom Stellard via cfe-commits
- [libcxxabi] r253295 - Creating release candidate rc1 from release_371 branch
Tom Stellard via cfe-commits
- [libunwind] r253306 - Creating release directory for release_371.
Tom Stellard via cfe-commits
- [libunwind] r253307 - Creating release candidate rc1 from release_371 branch
Tom Stellard via cfe-commits
- [clang-tools-extra] r253310 - modularize: add install rule
Saleem Abdulrasool via cfe-commits
- r253314 - [Sema] Minor formatting fixes. NFC
Craig Topper via cfe-commits
- r253315 - [Sema] Combine similar diagnostics using %select. NFC
Craig Topper via cfe-commits
- r253316 - [Sema] Remove unnecessary typecast of bool to int when passing arguments to diagnostics. NFC
Craig Topper via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Gábor Horváth via cfe-commits
- [PATCH] D14467: [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions.
Denis Zobnin via cfe-commits
- [PATCH] D10802: [mips] Interrupt attribute support.
Simon Dardis via cfe-commits
- [PATCH] D14744: PR10235: support for vector mode attributes + warning
Dmitry Polukhin via cfe-commits
- [PATCH] D14134: [OpenMP] Parsing and sema support for map clause
Alexey Bataev via cfe-commits
- [PATCH] D13731: [Analyzer] Supporting function attributes in .model files.
pierre gousseau via cfe-commits
- r253337 - Revert "Make FP_CONTRACT ON the default."
Manuel Klimek via cfe-commits
- [PATCH] D14748: bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets
Hans Wennborg via cfe-commits
- r253350 - Add trivial utility to append -L arguments to linker step. NFC
Douglas Katzman via cfe-commits
- [PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
Aaron Ballman via cfe-commits
- r253355 - ARM: fix mismatch between Clang and backend on exception type.
Tim Northover via cfe-commits
- r253358 - bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets
Hans Wennborg via cfe-commits
- r253371 - [Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li via cfe-commits
- r253372 - Use !hasArg with two options instead of !hasArg && !hasArg.
Douglas Katzman via cfe-commits
- [libcxx] r253376 - Add tests for the extended integer types - as required by LWG#2119
Marshall Clow via cfe-commits
- [PATCH] D14754: [Myriad]: insert -L paths into linker cmd only when they exist.
Douglas Katzman via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [libcxx] r253382 - Fix bad variable name. project_root -> project_obj_root
Eric Fiselier via cfe-commits
- [PATCH] D14756: Handle ARMv6-J as an alias, instead of fake architecture
A. Skrobov via cfe-commits
- r253385 - [CUDA] use -aux-triple to pass target triple of opposite side of compilation
Artem Belevich via cfe-commits
- r253386 - [CUDA] added include paths for both sides of CUDA compilation.
Artem Belevich via cfe-commits
- r253387 - [CUDA] Detect and link with CUDA's libdevice bitcode library.
Artem Belevich via cfe-commits
- r253388 - [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich via cfe-commits
- r253389 - [CUDA] Make CUDA compilation usable by default.
Artem Belevich via cfe-commits
- [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
Artem Belevich via cfe-commits
- [PATCH] D14556: [CUDA] Detect and link with CUDA's libdevice bitcode library.
Artem Belevich via cfe-commits
- [PATCH] D13170: [CUDA] Driver changes to pass flags needed to use detected CUDA installation.
Artem Belevich via cfe-commits
- [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich via cfe-commits
- r253390 - [Myriad]: -nostdlib implies -nostartfiles
Douglas Katzman via cfe-commits
- [PATCH] D14758: Handle ARMv7K as an alias, instead of fake architecture (NFC)
A. Skrobov via cfe-commits
- r253398 - [modules] When a #include is mapped to a module import and appears somewhere
Richard Smith via cfe-commits
- [clang-tools-extra] r253399 - Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not consider const"
Matthias Gehre via cfe-commits
- [PATCH] D14517: Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not consider const"
Matthias Gehre via cfe-commits
- [clang-tools-extra] r253401 - [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre via cfe-commits
- [PATCH] D14582: [clang-tidy] cppcoreguidelines-pro-bounds-pointer-arithmetic: ignore generated pointer arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13746: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre via cfe-commits
- [PATCH] D13834: Produce a better diagnostic for global register variables
Akira Hatanaka via cfe-commits
- r253404 - [PGO] Removed unused code. [NFC]
Betul Buyukkurt via cfe-commits
- r253405 - Produce a better diagnostic for global register variables.
Akira Hatanaka via cfe-commits
- r253410 - Fix for use-after-free which caused test failure in cuda-detect.cu.
Artem Belevich via cfe-commits
- [PATCH] D13488: [analyzer] Assume escape is possible through system functions taking void*
Anna Zaks via cfe-commits
- r253418 - Try to fix leak in CXStringSet from r252853
Reid Kleckner via cfe-commits
- r252853 - libclang: add clang_Cursor_getCXXManglings
Reid Kleckner via cfe-commits
- r253420 - Don't expose iterators into the list of types on the ASTContext; these are
Richard Smith via cfe-commits
- [PATCH] D14652: [analyzer] Improve modeling of static initializers.
Anna Zaks via cfe-commits
- [clang-tools-extra] r253428 - Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index"
NAKAMURA Takumi via cfe-commits
- r253431 - [NFC] Change the evaluation context of a non-type default template argument from Unevaluated to ConstantEvaluated.
Faisal Vali via cfe-commits
- r253434 - BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [libcxxabi] r253435 - c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool via cfe-commits
- r253440 - Update for llvm change.
Rafael Espindola via cfe-commits
- [clang-tools-extra] r253442 - Replace a dyn_cast with isa where the result was only being used as a boolean. NFC.
Craig Topper via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Petr Pavlu via cfe-commits
- [PATCH] D14760: Resolve build problem on NetBSD
Joerg Sonnenberger via cfe-commits
- r253456 - Set flag for lldb when qualified name lookup is being done
Eugene Leviant via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- r253458 - Fix tests in order for them to not fail after r252604.
Igor Laevsky via cfe-commits
- [PATCH] D14773: [ARM] Support +feature targeting in -mcpu/-march
Bradley Smith via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D12359: New warning -Wnonconst-parameter when a pointer parameter can be const
Daniel Marjamäki via cfe-commits
- [PATCH] Allow modules specified by -fmodule-map-file to shadow implicitly found ones
Ben Langmuir via cfe-commits
- r253466 - [libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer via cfe-commits
- [cfe-commits] r119285 - in /cfe/trunk: lib/Frontend/ASTUnit.cpp tools/c-index-test/c-index-test.c
Manuel Klimek via cfe-commits
- r253467 - [Myriad]: insert -L paths into linker cmd only when they exist.
Douglas Katzman via cfe-commits
- r253471 - [ARM] Support +feature targeting in -mcpu/-march
Bradley Smith via cfe-commits
- [PATCH] D14779: Adding checker to detect excess padding in records
Ben Craig via cfe-commits
- r253473 - Adding AST matchers for VarDecl storage durations. Can now determine whether a VarDecl has automatic, static, or thread storage duration. This also updates the documentation for matchers, which appear to be missing some previous additions.
Aaron Ballman via cfe-commits
- r253475 - Reverting r253473 while I investigate build bot failures.
Aaron Ballman via cfe-commits
- r253476 - [Myriad]: fix test for Windows
Douglas Katzman via cfe-commits
- [PATCH] D14130: Delete dead code in the LibcxxAndAbiBuilder
Jonathan Roelofs via cfe-commits
- r253481 - Re-committing r253473 after hopefully fixing the bot breakage. There was a copy-pasta issue that my local testing did not catch.
Aaron Ballman via cfe-commits
- [PATCH] D14616: [libcxx] Replace TEST_HAS_NO_EXCEPTIONS with _LIBCPP_NO_EXCEPTIONS [NFC]
Jonathan Roelofs via cfe-commits
- r253485 - [PGO] Test update for revision 253484.
Betul Buyukkurt via cfe-commits
- r253486 - Removing the AST matcher test for thread_local storage duration. Not all platforms support TLS, and on platforms that do not support it, use of thread_local causes an error. Since there's no way to determine whether the testing platform supports TLS, there's no way to know whether the test is safe to run or not. I will explore ways to enable this test, but this will appease at least one more build bot.
Aaron Ballman via cfe-commits
- Some buildbot statistics for the last week
Galina Kistanova via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Beren Minor via cfe-commits
- r253495 - [Sema] Don't work around a malformed AST
David Majnemer via cfe-commits
- r253506 - [MSVC Compat] Make -Wmicrosoft-cast not an error by default
David Majnemer via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Michael Wu via cfe-commits
- r253512 - Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper via cfe-commits
- r253516 - [analyzer] Skip checking blocks in dependent contexts.
Devin Coughlin via cfe-commits
- r253519 - Fix debian build after r253512.
Pete Cooper via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- [PATCH] Change memcpy/memmove/memset to have dest and source alignment
Pete Cooper via cfe-commits
- r253523 - [MS ABI] Let arbitrary entities participate in vftable ordering
David Majnemer via cfe-commits
- [PATCH] D14796: Preserve exceptions information during calls code generation.
Samuel Antao via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D7606: Fix adress cast for C++ in SEMA
Samuel Antao via cfe-commits
- r253532 - [analyzer] Improve modeling of static initializers.
Anna Zaks via cfe-commits
- [PATCH] D14629: [analyzer] Configuration file for scan-build.
Anna Zaks via cfe-commits
- [PATCH] D14800: Honor system specific paths of MAN pages
Kamil Rytarowski via cfe-commits
- r253533 - Fix the emission of ARC-style ivar layouts in the fragile runtime
John McCall via cfe-commits
- r253534 - Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall via cfe-commits
- r253535 - [coroutines] Tweak diagnostics to always use fully-qualified name for std::coroutine_traits.
Richard Smith via cfe-commits
- [PATCH] D14804: [clang] Disable Unicode in asm files
Vinicius Tinti via cfe-commits
- r253541 - Revert "Fix debian build after r253512."
Pete Cooper via cfe-commits
- r253542 - Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- r253551 - PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.
Alexey Bataev via cfe-commits
- r253554 - clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc.
NAKAMURA Takumi via cfe-commits
- [PATCH] D14814: [libcxx] Use __make_integer_seq builtin when available
Agustín Bergé via cfe-commits
- [PATCH] D13980: Add "x87" in x86 target feature map
Andrey Turetskiy via cfe-commits
- [PATCH] D14824: [PATCH] Add clang-tidy check for static or thread_local objects where construction may throw
Aaron Ballman via cfe-commits
- r253582 - clang-cl: Make /W4 imply -Wall -Wextra (PR25563)
Hans Wennborg via cfe-commits
- r253590 - Change the expression evaluation context from Unevaluated to ConstantEvaluated while substituting into non-type template argument defaults.
Faisal Vali via cfe-commits
- [libcxx] r253592 - Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-ballo for the patch
Marshall Clow via cfe-commits
- [libcxx] r253593 - Fix some mistakes in the <utility> and <tuple> synopses. No functional change. Thannks to K-ballo for the patch
Marshall Clow via cfe-commits
- r253595 - Update clang tests to accomendate discriminator changes.
Dehao Chen via cfe-commits
- [clang-tools-extra] r253598 - Test to ensure the function does not have an unresolved or unevaluated exception specification before testing whether the function throws or not. Fixes PR25574.
Aaron Ballman via cfe-commits
- [PATCH] D14839: [libcxx] LWG2485: get() should be overloaded for const tuple&&
Agustín Bergé via cfe-commits
- r253610 - AMDGPU: Add support for 's' and 'v' asm constraints
Tom Stellard via cfe-commits
- [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints
Phabricator via cfe-commits
- [PATCH] D14847: Support CMake's clang_rt.profile library naming scheme
Chris Bieneman via cfe-commits
- r253625 - Support CMake's clang_rt.profile library naming scheme
Chris Bieneman via cfe-commits
- r253630 - [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambdas as escaped.
Devin Coughlin via cfe-commits
- r253636 - [CMake] Add a specific 'install-clang-headers' target.
Argyrios Kyrtzidis via cfe-commits
- r253641 - [coroutines] Per latest wording paper, co_* are no longer permitted in any
Richard Smith via cfe-commits
- r253645 - [libclang] Make sure to use the raw module format for libclang parsing.
Argyrios Kyrtzidis via cfe-commits
- r253647 - [Myriad]: handle Preprocess job action (-E)
Douglas Katzman via cfe-commits
- r253650 - [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Denis Zobnin.
Alexey Bataev via cfe-commits
- r253653 - Fix ASTMatcher reference newlines and make the generator script windows-proof.
Benjamin Kramer via cfe-commits
- r253654 - Regenerate ASTMatchersReference without CRLF.
Benjamin Kramer via cfe-commits
- [PATCH] D14864: [X86] Support for C calling convention only for MCU target.
Alexey Bataev via cfe-commits
- [PATCH] D14871: [Power PC] fix calculating address of arguments on stack for variadic functions
Strahinja Petrovic via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D14872: PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type
Dmitry Polukhin via cfe-commits
- r253667 - clang-format: [Proto] Support extending message.
Daniel Jasper via cfe-commits
- r253669 - clang-format: Don't use incorrect space in macro calls with operators.
Daniel Jasper via cfe-commits
- r253671 - clang-format: [JS] struct and union aren't keywords / reserved words.
Daniel Jasper via cfe-commits
- r253672 - clang-format: [JS] Properly add a space after "in" in for loops.
Daniel Jasper via cfe-commits
- r253674 - clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"
Daniel Jasper via cfe-commits
- r253677 - Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov via cfe-commits
- r253678 - Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"
Hans Wennborg via cfe-commits
- r253680 - [DebugInfo] Look through type sugar on union types when casting
Reid Kleckner via cfe-commits
- [PATCH] D14848: Add -disable-llvm-passes for frontend debug info tests.
Dehao Chen via cfe-commits
- r253686 - Add -disable-llvm-passes for frontend debug info tests.
Dehao Chen via cfe-commits
- r253693 - Honor system specific paths of MAN pages
Chris Bieneman via cfe-commits
- [PATCH] D14877: Fix ICE on lowering of constexpr vector splats
George Burgess IV via cfe-commits
- r253694 - Thread Safety Analysis: Fix DenseMap iterator invalidation UAF
Reid Kleckner via cfe-commits
- [PATCH] D14858: Support building tsan on android.
Evgeniy Stepanov via cfe-commits
- r253706 - Fix test case function name checks
Bill Seurer via cfe-commits
- r253707 - Driver: Defer computation of linker path until it is needed.
Peter Collingbourne via cfe-commits
- [PATCH] D12700: [clang-tidy] install helper scripts in CMake build
Paul Robinson via cfe-commits
- [PATCH] D14880: Fixed some buggy edge-cases in UseOverrideCheck.cpp
Sam Baxter via cfe-commits
- [PATCH] D14887: Make tbm-builtins.c as X86 specific unit test
Sumanth Gundapaneni via cfe-commits
- r253720 - [CMake] Fix handling of passing through semi-colon separated lists.
Chris Bieneman via cfe-commits
- r253721 - [CMake] Add support for specifying arguments to the bootstrap build.
Chris Bieneman via cfe-commits
- r253725 - [coroutines] Synthesize yield_value call for co_yield.
Richard Smith via cfe-commits
- r253726 - [coroutines] Support braced-init-list as operand of co_yield expression.
Richard Smith via cfe-commits
- r253731 - [coroutines] Better handling of placeholder types.
Richard Smith via cfe-commits
- r253738 - [clang] Disable Unicode in asm files
Vinicius Tinti via cfe-commits
- [PATCH] D14891: Replace assert with early-out in tryEmitFMulAdd
Steve Canon via cfe-commits
- r253741 - Fix testcase when building on darwin
Matthias Braun via cfe-commits
- [libcxx] r253747 - Creating release candidate rc2 from release_371 branch
Tom Stellard via cfe-commits
- [libcxxabi] r253748 - Creating release candidate rc2 from release_371 branch
Tom Stellard via cfe-commits
- [libunwind] r253754 - Creating release candidate rc2 from release_371 branch
Tom Stellard via cfe-commits
- r253758 - Fix c-unicode.c testcase again.
Matthias Braun via cfe-commits
- r253760 - Let's try to fix this test again with a fixed target triple
Matthias Braun via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- r253772 - clang-format: Make sorting includes respect // clang-format off
Daniel Jasper via cfe-commits
- [PATCH] D14905: [constexpr-lambda] Support parsing of constexpr specifier (and its inference) on lambda expressions
Faisal Vali via cfe-commits
- r253811 - [coroutines] Factor out co_await representation into common base class for co_await and co_yield, and use it to hold await_* calls.
Richard Smith via cfe-commits
- r253812 - [coroutines] Materialize the awaitable before generating the await_* calls.
Richard Smith via cfe-commits
- r253813 - Driver: Specifically tell the linker the target for mingw-w64
Martell Malone via cfe-commits
- r253815 - Test: Update mingw-useld.c to reflect r253813
Martell Malone via cfe-commits
- r253816 - [coroutines] Build implicit return_value / return_void calls for co_return.
Richard Smith via cfe-commits
- r253817 - [coroutines] Check for overload sets in co_yield / co_return operands being resolved by a call to yield_value / return_value before rejecting them.
Richard Smith via cfe-commits
- r253843 - [MS ABI] Tolerate invokes of __RTDynamicCast
David Majnemer via cfe-commits
- r253846 - Disable frame pointer elimination when using -pg
Xinliang David Li via cfe-commits
- r253849 - [OpenMP] Parsing and sema support for map clause
Kelvin Li via cfe-commits
- r253850 - [OpenMP] Parsing and sema support for map clause - add test case
Kelvin Li via cfe-commits
- [PATCH] D13802: [OPENMP] Make -fopenmp to turn on OpenMP support by default.
Alexey Bataev via cfe-commits
- r253851 - Revert r253846 (build bot failure))
Xinliang David Li via cfe-commits
- r253853 - [Driver] Mark isForDiagnostics as const. NFC.
Vedant Kumar via cfe-commits
- r253854 - OpenMPClause.h: Fix typos. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
Last message date:
Sun Nov 22 22:41:51 PST 2015
Archived on: Sun Nov 22 22:42:19 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).