Messages by Thread
-
r242622 - [CodeGen] Don't dereference vector::end if the vector can be empty
Benjamin Kramer
-
Re: [PATCH] D6316: [libcxx] Cleanup and fix is_destructible and tests in C++03.
Eric Fiselier
-
[libcxx] r242618 - Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker.
Marshall Clow
-
[libcxx] r242617 - Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
-
[PATCH] D11329: [libcxx] Add __invoke_constexpr functions. Try 2.
Eric Fiselier
-
r242615 - [AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
-
[libcxx] r242612 - [libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
-
Re: [PATCH] D10047: [libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
-
r242611 - clang-format: Take nested lines into account when detection C++03
Daniel Jasper
-
[PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner
-
r242608 - [AST] Cleanup ExprIterator.
Benjamin Kramer
-
[clang-tools-extra] r242607 - [clang-modernize] Don't rely on iterator auto-dereferencing.
Benjamin Kramer
-
r242606 - Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
-
Re: [PATCH] D8652: [libcxx] Create internal namespace that hides all symbols.
Eric Fiselier
-
Re: [PATCH] D7384: Proposed change to the constructor of std::pair
Eric Fiselier
-
r242602 - Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601
Tom Stellard
-
r242601 - Driver: Add AMDGPU toolchain
Tom Stellard
-
r242600 - [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
-
[PATCH] D11322: Silence the driver warnings, if we see "-w" on the Driver.
Filipe Cabecinhas
-
[PATCH] D11319: Pass subtarget feature "+reserve-r9" instead of passing backend option "-arm-reserve-r9"
Akira Hatanaka
-
r242592 - [MS ABI] Explicit specialization of static data members are weak
David Majnemer
-
r242591 - InstrProf: Promote this assert to a report_fatal_error
Justin Bogner
-
[PATCH] D11315: Regression test for simple devirtualization (microsoft abi)
Andrew Zhogin
-
[libcxx] r242581 - Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
-
r242578 - Hopefully fix android i386 build after r242554.
James Y Knight
-
r242574 - basic: default to MSVC on Windows
Saleem Abdulrasool
-
r242571 - Fix test case in r242565
Steven Wu
-
[PATCH] D11310: [CUDA] Moved device-side triple calculation to buildCudaActions
Artem Belevich
-
r242567 - Stop treating extension keywords as 'interesting'; we don't allow the extension
Richard Smith
-
r242565 - Fix -save-temp when using objc-arc, sanitizer and profiling
Steven Wu
-
r242564 - Refactor to remove repetition, no functionality change.
Richard Smith
-
[clang-tidy]: new check for "throw by value, catch by reference" guideline
Tobias Langner
-
Re: [PATCH] D10055: [libcxx] Require LLVM in libc++'s CMake.
Eric Fiselier
-
[PATCH] D11308: [libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
-
r242562 - Remove redundant bouncing between StringRef and a pair of 'const char *'.
Richard Smith
-
[PATCH] D11305: [Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
-
r242554 - Fix alignment issues in Clang.
James Y Knight
-
Re: backports for 3.7.0 branch
Hans Wennborg
-
[libcxx] r242541 - Bump libc++ version # to 3.8
Marshall Clow
-
Re: [PATCH] D11300: Allow PenaltyBreakBeforeFirstCallParameter to not break Obj-C call before first parameter
Daniel Jasper
-
r242534 - [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers.
Samuel Benzaquen
-
Re: [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Alexey Frolov
-
Re: [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Eric Christopher
-
Re: [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Alexey Frolov
-
Re: [PATCH] D10536: [X86, inlineasm] Improve analysis of x, Y0, Yi, Ym, Yt, L, e, Z, s asm constraints
Alexey Bataev
-
[PATCH] D11298: Convert a few classes over to use the new TrailingObjects helper.
James Y Knight
-
[PATCH] D11297: PR17829: Functions declared extern "C" with a name matching a mangled C++ function are allowed
Andrey Bokhanko
-
r242523 - R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
-
r242522 - [Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
-
[PATCH] D11294: [Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
-
r242521 - Changed "pragma" -> "#pragma" in a comment, NFC.
Andrey Bokhanko
-
r242516 - Fix android build after r242514
Tamas Berghammer
-
Re: [PATCH] D11085: compiler-rt: add support for mingw-w64 in builtins
Martell Malone
-
Re: [PATCH] D9655: [AArch64 NEON]Allow to define poly64_t as 'unsigned long long' on LLP64 system.
James Molloy
-
r242514 - -Refactored ARMTargetInfo in order to use the API of TargetParser
Alexandros Lamprineas
-
Re: [PATCH] D9665: improve clang's static analysis of __builtin_sprintf_chk()
Sam Parker
-
r242508 - [CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
-
r242507 - Tests for "Disabling of "redefine_extname" pragma for C++ code"
Alexey Bataev
-
r242506 - clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [-Wdocumentation]
NAKAMURA Takumi
-
r242505 - Fix clang-fuzzer build after r242499.
Adrian Prantl
-
r242504 - Driver: Determine file names for crash reports more reliably
Justin Bogner
-
Re: [PATCH] D5131: [libcxx] unexpected/terminate support for MS CRT
Andrew Parker
-
[PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
-
r242499 - Make the clang module container format selectable from the command line.
Adrian Prantl
-
[libcxx] r242495 - Merging r242377:
Hans Wennborg
-
[libcxx] r242494 - Merging r242421:
Hans Wennborg
-
r242492 - __builtin_setjmp/__builtin_longjmp is support on ARM now
Matthias Braun
-
[PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
-
r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
-
[PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
-
Two libc++ commits to be added to the release branch
Marshall Clow
-
r242485 - Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
-
r242484 - clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
-
r242483 - [Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
-
r242480 - Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
-
[libcxxabi] r242469 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
-
[libcxxabi] r242468 - Creating release directory for release_370.
Hans Wennborg
-
[libcxx] r242467 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
-
[libcxx] r242466 - Creating release directory for release_370.
Hans Wennborg
-
[libcxx] r242454 - Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report
Marshall Clow
-
[PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
-
[PATCH] D11280: [CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich
-
r242450 - Documentation cleanup. No functional change intended.
James Dennett
-
[PATCH] D11279: Initial patch for PS4 toolchain
Filipe Cabecinhas