Messages by Date
-
2015/07/16
r242507 - Tests for "Disabling of "redefine_extname" pragma for C++ code"
Alexey Bataev
-
2015/07/16
r242506 - clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [-Wdocumentation]
NAKAMURA Takumi
-
2015/07/16
r242505 - Fix clang-fuzzer build after r242499.
Adrian Prantl
-
2015/07/16
Re: [PATCH] Fix -save-temp doesn't work well with ObjCARC, sanitizer and profiling
Justin Bogner
-
2015/07/16
r242504 - Driver: Determine file names for crash reports more reliably
Justin Bogner
-
2015/07/16
Re: [PATCH] D5131: [libcxx] unexpected/terminate support for MS CRT
Andrew Parker
-
2015/07/16
Re: [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
-
2015/07/16
Re: [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
-
2015/07/16
Re: [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
-
2015/07/16
[PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Kwasi Mensah
-
2015/07/16
r242499 - Make the clang module container format selectable from the command line.
Adrian Prantl
-
2015/07/16
Re: r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
-
2015/07/16
Re: Two libc++ commits to be added to the release branch
Hans Wennborg
-
2015/07/16
[libcxx] r242495 - Merging r242377:
Hans Wennborg
-
2015/07/16
[libcxx] r242494 - Merging r242421:
Hans Wennborg
-
2015/07/16
Re: r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Filipe Cabecinhas
-
2015/07/16
r242492 - __builtin_setjmp/__builtin_longjmp is support on ARM now
Matthias Braun
-
2015/07/16
[PATCH] ignore __declspec(novtable) on non-Windows platforms
Bob Wilson
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
-
2015/07/16
r242489 - Allow __builtin_setjmp/__builtin_longjmp on ARM
Matthias Braun
-
2015/07/16
Re: r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
-
2015/07/16
Re: [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
-
2015/07/16
Re: [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
-
2015/07/16
Re: [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
-
2015/07/16
Re: r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
-
2015/07/16
Re: [PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Evgeniy Stepanov
-
2015/07/16
[PATCH] D11283: runtime flag for use-after dtor and v simple runtime test
Naomi Musgrave
-
2015/07/16
Two libc++ commits to be added to the release branch
Marshall Clow
-
2015/07/16
r242485 - Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
-
2015/07/16
Re: [PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
Eli Bendersky
-
2015/07/16
Re: [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Daniel Jasper
-
2015/07/16
r242484 - clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
-
2015/07/16
Re: [PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
-
2015/07/16
Re: [PATCH] D11282: IndentWrappedFunctionNames should win out over align colons
Daniel Jasper
-
2015/07/16
r242483 - [Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
-
2015/07/16
r242480 - Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
-
2015/07/16
[libcxxabi] r242469 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
-
2015/07/16
[libcxxabi] r242468 - Creating release directory for release_370.
Hans Wennborg
-
2015/07/16
[libcxx] r242467 - Creating release candidate rc1 from release_370 branch
Hans Wennborg
-
2015/07/16
[libcxx] r242466 - Creating release directory for release_370.
Hans Wennborg
-
2015/07/16
Re: r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Justin Bogner
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Aaron Ballman
-
2015/07/16
[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
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
-
2015/07/16
[PATCH] D11281: Doxygen: Enable autobrief feature, matching llvm config/coding standards.
James Dennett
-
2015/07/16
[PATCH] D11280: [CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich
-
2015/07/16
r242450 - Documentation cleanup. No functional change intended.
James Dennett
-
2015/07/16
[PATCH] D11279: Initial patch for PS4 toolchain
Filipe Cabecinhas
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Richard Smith
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Aaron Ballman
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
-
2015/07/16
Re: [PATCH] D11272: Add a TrailingObjects template class.
Sean Silva
-
2015/07/16
Re: [PATCH] D11275: Fix quoting of #pragma comment for PS4
Richard Smith
-
2015/07/16
[PATCH] D11275: Fix quoting of #pragma comment for PS4
Yunzhong Gao
-
2015/07/16
Re: [PATCH] D10700: Driver: Add AMDGPU toolchain
Chad Rosier
-
2015/07/16
r242432 - [SemaType] Use a range loop.
Davide Italiano
-
2015/07/16
Re: [PATCH] D10272: Fix alignment issues in Clang.
Reid Kleckner
-
2015/07/16
Re: [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Hubert Tong
-
2015/07/16
Re: [PATCH] D11272: Add a TrailingObjects template class.
Richard Smith
-
2015/07/16
Re: [PATCH] D11273: Fixed style issues pointed out by Justin Bogner.
Eric Christopher
-
2015/07/16
Re: r242085 - [cuda] Driver changes to compile and stitch together host and device-side CUDA code.
Artem Belevich
-
2015/07/16
[PATCH] D11273: Fixed style issues pointed out by Justin Bogner.
Artem Belevich
-
2015/07/16
Re: [PATCH] D11271: Change Native Client x86 usr include and link path to match SDK expectations
Jan Voung
-
2015/07/16
[PATCH] D11272: Add a TrailingObjects template class.
James Y Knight
-
2015/07/16
Re: [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
-
2015/07/16
[PATCH] D11271: Change Native Client x86 usr include and link path to match SDK expectations
Derek Schuff
-
2015/07/16
Re: [PATCH] D10272: Fix alignment issues in Clang.
James Y Knight
-
2015/07/16
Re: [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov
-
2015/07/16
Re: [PATCH] D11194: Instantiate function declarations in instantiated functions.
Serge Pavlov
-
2015/07/16
Re: [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Dan Albert
-
2015/07/16
r242422 - Fixed an error in cuda-options.cu test:
Artem Belevich
-
2015/07/16
[libcxx] r242421 - Set the libc++ version # to 3.7. Will bump to 3.8 soon
Marshall Clow
-
2015/07/16
r242420 - Disable #pragma redefine_extname for C++ code as it does not make sense in such a context.
Aaron Ballman
-
2015/07/16
Re: [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
-
2015/07/16
Re: [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
-
2015/07/16
Re: [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
-
2015/07/16
r242404 - clang-format: [Proto] Handle enum bodies differently.
Daniel Jasper
-
2015/07/16
Re: [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Aaron Ballman
-
2015/07/16
Re: [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Jakub Kuderski
-
2015/07/16
Re: [PATCH] D10732: [OPENMP 4.0] Initial support for array sections.
Alexey Bataev
-
2015/07/16
Re: [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Aaron Ballman
-
2015/07/16
Re: [PATCH] D10805: Disabling of "redefine_extname" pragma for C++ code
Andrey Bokhanko
-
2015/07/16
Re: [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
-
2015/07/16
Re: [PATCH] D11185: Pass -I options to integrates and external assemblers
Renato Golin
-
2015/07/16
Re: [PATCH] D11153: [Compiler-RT] If unwind/c++abi is set, don't include libgcc
Renato Golin
-
2015/07/16
Re: [PATCH] D11148: [ARM] Implement -Wa, -mfpu and friends for assemblers
Renato Golin
-
2015/07/16
Re: [PATCH] D11147: [ARM] Changes to Arch/CPU handling to help with -Wa, -mfpu etc. (nfc)
Renato Golin
-
2015/07/15
r242383 - Actually "RUN:" the tests...
Filipe Cabecinhas
-
2015/07/15
r242382 - [OPENMP] Fixed detection of canonical loops with random access iterators.
Alexey Bataev
-
2015/07/15
r242378 - [Intrin.h] Use compiler builtins to model memory barriers
David Majnemer
-
2015/07/15
[libcxx] r242377 - Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137
Marshall Clow
-
2015/07/15
[libcxx] r242375 - Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
Marshall Clow
-
2015/07/15
Re: [PATCH] D3588: PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
-
2015/07/15
r242371 - PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared.
Nikola Smiljanic
-
2015/07/15
Re: [PATCH] D11025: [ARM] Pass subtarget feature "+dont-use-movt" instead of passing backend option "-arm-use-movt"
Akira Hatanaka
-
2015/07/15
r242368 - [ARM] Pass subtarget feature "+no-movt" instead of passing backend option
Akira Hatanaka
-
2015/07/15
Re: [PATCH] D11251: updated tests for correct commit, concerning D11198
Evgenii Stepanov
-
2015/07/15
r242366 - Revert r242365.
Evgeniy Stepanov
-
2015/07/15
Re: r242238 - ReleaseNotes.rst: Bump version to 3.8
Rafael Espíndola
-
2015/07/15
Re: [PATCH] D11251: updated tests for correct commit, concerning D11198
Alexey Samsonov
-
2015/07/15
Re: [PATCH] D11251: updated tests for correct commit, concerning D11198
Naomi Musgrave
-
2015/07/15
r242365 - updated tests for correct commit, concerning D11198
Naomi Musgrave
-
2015/07/15
r242364 - updated tests for correct commit
Naomi Musgrave
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
2015/07/15
Re: [PATCH] D11251: updated tests for correct commit, concerning D11198
Evgeniy Stepanov
-
2015/07/15
[PATCH] D11251: updated tests for correct commit, concerning D11198
Naomi Musgrave
-
2015/07/15
Re: r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espíndola
-
2015/07/15
Re: [PATCH] D11238: Add -disable-llvm-optzns to some Clang tests
Rafael Espíndola
-
2015/07/15
RFC: flag to toggle support for __declspec
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Daniel Berlin
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Richard Smith
-
2015/07/15
Re: [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow
-
2015/07/15
r242351 - adding tests for various dtor decl types
Naomi Musgrave
-
2015/07/15
Re: [Patch][LoopVectorize]Late evaluation of vectorization requirements
Tyler Nowicki
-
2015/07/15
Re: [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
-
2015/07/15
r242346 - [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
-
2015/07/15
Re: [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: r242238 - ReleaseNotes.rst: Bump version to 3.8
Hans Wennborg
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Sean Silva
-
2015/07/15
Re: [PATCH] D11189: adding tests for various dtor decl types
Evgeniy Stepanov
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
David Majnemer
-
2015/07/15
Re: r242238 - ReleaseNotes.rst: Bump version to 3.8
Sean Silva
-
2015/07/15
Re: r242055 - [Modules] Allow missing header before a missing requirement
Sean Silva
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
2015/07/15
RE: [PATCH] D11207: Enable recognition of __declspec for PS4
Ristow, Warren
-
2015/07/15
Re: [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
-
2015/07/15
Re: r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Hans Wennborg
-
2015/07/15
Re: r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
John McCall
-
2015/07/15
Re: [PATCH] D11189: adding tests for various dtor decl types
Naomi Musgrave
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
-
2015/07/15
Re: [PATCH] D11237: Add support for -rtlib option and -stdlib option to the mingw driver
Reid Kleckner
-
2015/07/15
Re: [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Richard Smith
-
2015/07/15
[PATCH] D11240: Add basic #include sorting functionality to clang-format
Daniel Jasper
-
2015/07/15
Re: [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
-
2015/07/15
[PATCH] D11238: Add -disable-llvm-optzns to some Clang tests
Evgeniy Stepanov
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
-
2015/07/15
Re: [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Hans Wennborg
-
2015/07/15
r242329 - Finally, with no users for shell-preserves-root, remove it from lit.cfg.
Yaron Keren
-
2015/07/15
Re: r242293 - Set comdat when an available_externally thunk is converted to linkonce_odr.
Richard Smith
-
2015/07/15
Re: [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Richard Smith
-
2015/07/15
r242326 - [Static Analyzer] Do not fail silently, when the analyzer is invoked from tooling lib, an analyzer plugin is loaded, but the runtime linker fails to link.
Gabor Horvath
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Richard Smith
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Reid Kleckner
-
2015/07/15
Re: [PATCH] D11235: clang-format: Fix breaking before nested 'operator' in function declarations
Daniel Jasper
-
2015/07/15
Re: r241620 - Wrap clang modules and pch files in an object file container.
Adrian Prantl
-
2015/07/15
r242321 - Erase REQUIRES: shell-preserves-root from more tests, see r242312.
Yaron Keren
-
2015/07/15
Re: [PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration
Nathan Wilson
-
2015/07/15
Re: [PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11069: Allow any comment to be a trailing comment when -fparse-all-comments is on.
James Dennett
-
2015/07/15
r242317 - Allow any comment to be a trailing comment when -fparse-all-comments is on.
James Dennett
-
2015/07/15
[PATCH] D11235: clang-format: Fix breaking before nested 'operator' in function declarations
Birunthan Mohanathas
-
2015/07/15
r242316 - clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
-
2015/07/15
Re: [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
-
2015/07/15
Re: [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Renato Golin
-
2015/07/15
r242315 - -disable-llvm-optzns in one clang test.
Evgeniy Stepanov
-
2015/07/15
r242314 - Actually requiring shell disables the test on Windows whereas
Yaron Keren
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Richard Smith
-
2015/07/15
Re: [PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
Reid Kleckner
-
2015/07/15
r242313 - [PPC64] Update tests for vec_sld
Bill Schmidt
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Daniel Jasper
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Logan Chien
-
2015/07/15
[PATCH] D11233: [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
2015/07/15
r242312 - Since r179283, internal shell is default on windows and so shell-preserves-root
Yaron Keren
-
2015/07/15
Re: [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
-
2015/07/15
Re: [PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Dan Albert
-
2015/07/15
Re: [PATCH] D11177: clang-format: Fix return type breaking with operator overload functions
Birunthan Mohanathas
-
2015/07/15
Re: [PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
David Majnemer
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Reid Kleckner
-
2015/07/15
Re: [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
-
2015/07/15
Re: [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
-
2015/07/15
[PATCH] D11230: libunwind: Introduce __libunwind_config.h.
Logan Chien
-
2015/07/15
RE: [PATCH] D11207: Enable recognition of __declspec for PS4
Ristow, Warren
-
2015/07/15
[PATCH] D11229: [clang-cl] Use the Windows response file tokenizer
Reid Kleckner
-
2015/07/15
r242309 - Run clang-format on Tools.h, the indentation is inconsistent
Reid Kleckner
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Aaron Ballman
-
2015/07/15
Re: [PATCH] D11207: Enable recognition of __declspec for PS4
Alex Rosenberg
-
2015/07/15
r242307 - [Targets] Define __BOOL_DEFINED for Windows targets in C++ mode
David Majnemer
-
2015/07/15
Re: [PATCH] D10724: Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
John McCall
-
2015/07/15
Re: [PATCH] AST matcher for exception variables
Aaron Ballman
-
2015/07/15
r242303 - Add the ability to AST match a variable declaration that is an exception variable.
Aaron Ballman
-
2015/07/15
[PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Jakub Kuderski
-
2015/07/15
Re: [PATCH] AST matcher for exception variables
Manuel Klimek
-
2015/07/15
Re: [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Saleem Abdulrasool
-
2015/07/15
Re: [PATCH] D11190: unwind: Fix libc++abi and libgcc build.
Logan Chien
-
2015/07/15
Re: [PATCH] AST matcher for exception variables
Aaron Ballman
-
2015/07/15
r242299 - clang-format: Fix column layout with a comment in the last line.
Daniel Jasper
-
2015/07/15
Re: r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hal Finkel
-
2015/07/15
Re: r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt
-
2015/07/15
Re: r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Hal Finkel
-
2015/07/15
r242297 - [PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt