The Week Of Monday 9 March 2015 Archives by subject
Starting: Mon Mar 9 01:13:56 PDT 2015
Ending: Sun Mar 15 22:54:32 PDT 2015
Messages: 581
- [clang-tools-extra] r231648 - [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to follow naming conventions
Alexander Kornienko
- [clang-tools-extra] r231650 - [clang-tidy] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions
Alexander Kornienko
- [clang-tools-extra] r231669 - [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
Alexander Kornienko
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
David Blaikie
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
David Blaikie
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
David Blaikie
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
David Blaikie
- [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
- [clang-tools-extra] r231941 - [clang-tidy] Static Analyzer checker configuration options pass-through.
Gabor Horvath
- [clang-tools-extra] r232031 - [clang-tidy] Remove an empty destructor.
Alexander Kornienko
- [clang-tools-extra] r232138 - Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed.
NAKAMURA Takumi
- [clang-tools-extra] r232306 - [clang-tidy] Fix false positives in the misc-static-assert check http://llvm.org/PR22880
Alexander Kornienko
- [clang-tools-extra] r232338 - Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Alexander Kornienko
- [clang-tools-extra] r232340 - Fix ./configure build after r232338.
Alexander Kornienko
- [clang-tools-extra] r232343 - Remove an empty directory.
Alexander Kornienko
- [clang-tools-extra] r232344 - And one more empty directory.
Alexander Kornienko
- [libcxx] r231649 - Add CloudABI locale names to platform_support.h.
Ed Schouten
- [libcxx] r231649 - Add CloudABI locale names to platform_support.h.
Jonathan Roelofs
- [libcxx] r231649 - Add CloudABI locale names to platform_support.h.
Ed Schouten
- [libcxx] r231649 - Add CloudABI locale names to platform_support.h.
Jonathan Roelofs
- [libcxx] r231672 - Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the bug because there's more work to do here
Marshall Clow
- [libcxx] r231674 - Add TrackedValue to test/support. Thanks to Louis Dionne
Eric Fiselier
- [libcxx] r231704 - Move test to use correct suffix
Eric Fiselier
- [libcxx] r231705 - Fix another -Wunused-local-typedef warning in include/__tree.
Dimitry Andric
- [libcxx] r231729 - [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
- [libcxx] r231764 - Add support for arc4random() to random_device.
Ed Schouten
- [libcxx] r231767 - Print log/error messages on stderr, not stdout
Ed Schouten
- [libcxx] r231768 - Don't include <sys/sysctl.h> on CloudABI.
Ed Schouten
- [libcxx] r231777 - Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
Ed Schouten
- [libcxx] r231780 - Also use LC_C_LOCALE on CloudABI.
Ed Schouten
- [libcxx] r231815 - Factor out RemoteExecutor from SSHExecutor.
Dan Albert
- [libcxx] r231841 - Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
- [libcxx] r231864 - Copy data files to the remote runner.
Dan Albert
- [libcxx] r231897 - Move Android to the builtin rune table.
Dan Albert
- [libcxx] r231937 - Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
- [libcxx] r231940 - Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
- [libcxx] r232049 - Add option to disable access to the global filesystem namespace.
Ed Schouten
- [libcxx] r232050 - Also enable the default rune table on CloudABI.
Ed Schouten
- [libcxx] r232094 - Update copyright year to 2015.
Renato Golin
- [libcxx] r232172 - Fix build break on Solaris introduced by r231940
Jonathan Roelofs
- [libcxx] r232329 - Remove unneeded initialisation of fenv_t and fexcept_t.
Ed Schouten
- [libcxxabi] r228903 - unwind: move exported APIs out of header
Logan Chien
- [libcxxabi] r231666 - Unwind: always define unwind APIs
Saleem Abdulrasool
- [libcxxabi] r231690 - Unwind: define more interfaces more often
Saleem Abdulrasool
- [libcxxabi] r231839 - [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
- [libcxxabi] r231839 - [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Jonathan Roelofs
- [libcxxabi] r231839 - [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
- [libcxxabi] r231839 - [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Joerg Sonnenberger
- [libcxxabi] r231852 - Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs
Eric Fiselier
- [libcxxabi] r232095 - Update copyright year to 2015.
Renato Golin
- [modules][PATCH] Teach the ASTDeclReader to update the exception specs of the deserialized decl's redecl chain.
Vassil Vassilev
- [modules][PATCH] Teach the ASTDeclReader to update the exception specs of the deserialized decl's redecl chain.
Richard Smith
- [modules][PATCH] Teach the ASTDeclReader to update the exception specs of the deserialized decl's redecl chain.
Vassil Vassilev
- [OpenCL][Patch] This patch adds OpenCL checks in OpenCL address space conversion rules
Anastasia Stulova
- [PATCH 1/1] [CMake], ASTMatchers, unittests: Add clangBasic to target link libraries
Jan Vesely
- [PATCH 1/1] [CMake], ASTMatchers, unittests: Add clangBasic to target link libraries
NAKAMURA Takumi
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Антон Ярцев
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Anna Zaks
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Антон Ярцев
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Ben Langmuir
- [Patch][BugzillaID#18985] Document __has_feature(modules)
Vassil Vassilev
- [PATCH] [clang-tidy] Assert related checkers
Alexander Kornienko
- [PATCH] [clang-tidy] Remove google-readability-function check.
Alexander Kornienko
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Gábor Horváth
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Gábor Horváth
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Alexander Kornienko
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Gábor Horváth
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Alexander Kornienko
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Gábor Horváth
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Alexander Kornienko
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Gábor Horváth
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Alexander Kornienko
- [PATCH] [clang-tidy] Static Analyzer checker configuration options passthrough
Phabricator
- [PATCH] [Clang] Add support for armv6k subtarget
Vinicius Tinti
- [PATCH] [clang] Replacing asserts with static_asserts where appropriate
Szabolcs Sipos
- [PATCH] [clang] Replacing asserts with static_asserts where appropriate
David Blaikie
- [PATCH] [CodeGen] Convert double -> __fp16 in one step.
Ahmed Bougacha
- [PATCH] [libcxx] Checking LIT benchmark testing framework.
Argyrios Kyrtzidis
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Kostya Serebryany
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Marshall Clow
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Kostya Serebryany
- [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
- [PATCH] [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
- [PATCH] [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Saleem Abdulrasool
- [PATCH] [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
- [PATCH] [libcxx] Fix PR22806 - Tuple incorrectly selects copy/move constructor when storing nested tuple-like types.
Eric Fiselier
- [PATCH] [libcxx] Optimize vectors uninitialized construction of trivial types from an iterator range.
Marshall Clow
- [PATCH] [libcxx] Optimize vectors uninitialized construction of trivial types from an iterator range.
Eric Fiselier
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Vladimir Radosavljevic
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Petar Jovanovic
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Daniel Sanders
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Simon Atanasyan
- [PATCH] [Modules] Teach Clang to survive ambiguous macros which come from system headers even if they arrived when merging non-system modules.
Chandler Carruth
- [PATCH] [Modules] Teach Clang to survive ambiguous macros which come from system headers even if they arrived when merging non-system modules.
Chandler Carruth
- [PATCH] [Modules] Teach Clang to survive ambiguous macros which come from system headers even if they arrived when merging non-system modules.
Richard Smith
- [PATCH] [Modules] Teach Clang to survive ambiguous macros which come from system headers even if they arrived when merging non-system modules.
Chandler Carruth
- [PATCH] [MSVC] Better lookup into dependent bases for unspecified declaration (also fixes http://llvm.org/PR22066)
Reid Kleckner
- [PATCH] [MSVC] Better lookup into dependent bases for unspecified declaration (also fixes http://llvm.org/PR22066)
Alexey Bataev
- [PATCH] [MSVC] Better lookup into dependent bases for unspecified declaration (also fixes http://llvm.org/PR22066)
Alexey Bataev
- [PATCH] [MSVC] Better lookup into dependent bases for unspecified declaration (also fixes http://llvm.org/PR22066)
Alexey Bataev
- [PATCH] [MSVC] Explicit specializations can be declared in any namespace (fix for http://llvm.org/PR13738)
Alexey Frolov
- [PATCH] [MSVC] Explicit specializations can be declared in any namespace (fix for http://llvm.org/PR13738)
David Blaikie
- [PATCH] [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds
Alexander Musman
- [PATCH] [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds
John McCall
- [PATCH] [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds
Alexander Musman
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
John McCall
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
John McCall
- [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
- [PATCH] [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
John McCall
- [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
John McCall
- [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
John McCall
- [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Bill Schmidt
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
hfinkel at anl.gov
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] [PATCH v4] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
Kit Barton
- [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
hfinkel at anl.gov
- [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
Nemanja Ivanovic
- [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
Kit Barton
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (Clang)
Simon Pilgrim
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (Clang)
Craig Topper
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (Clang)
Simon Pilgrim
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Andrea Di Biagio
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Craig Topper
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Craig Topper
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] Add a libcpp-no-global-filesystem-namespace builder
Jonathan Roelofs
- [PATCH] Add a libcpp-no-global-filesystem-namespace builder
Jonathan Roelofs
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
Jonathan Roelofs
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
Reid Kleckner
- [PATCH] Add commit message guidelines to developer policy
Paul Robinson
- [PATCH] Add commit message guidelines to developer policy
Sean Silva
- [PATCH] Add commit message guidelines to developer policy
Sanjoy Das
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Daniel Sanders
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
Richard Smith
- [PATCH] Add commit message guidelines to developer policy
Matthias Braun
- [PATCH] Add commit message guidelines to developer policy
Sean Silva
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Shankar Kalpathi Easwaran
- [PATCH] Add fveclib option and add several entries to table of vectorizable functions.
Michael Zolotukhin
- [PATCH] Add fveclib option and add several entries to table of vectorizable functions.
hfinkel at anl.gov
- [PATCH] Add fveclib option and add several entries to table of vectorizable functions.
Michael Zolotukhin
- [PATCH] Add fveclib option and add several entries to table of vectorizable functions.
Michael Zolotukhin
- [PATCH] Add fveclib option and add several entries to table of vectorizable functions.
hfinkel at anl.gov
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Paweł Bylica
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Paweł Bylica
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Add mask values for the default rune table.
Jonathan Roelofs
- [PATCH] Add mask values for the default rune table.
Dan Albert
- [PATCH] Add mask values for the default rune table.
Jonathan Roelofs
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Smith
- [PATCH] Add readability-duplicate-include check to clang-tidy
Alexander Kornienko
- [PATCH] Add readability-duplicate-include check to clang-tidy
Richard
- [PATCH] Add readability-duplicate-include check to clang-tidy
Alexander Kornienko
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Alexander Kornienko
- [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
- [PATCH] Add support for a few Objective-C matchers.
Dean F. Sutherland
- [PATCH] Add support for a few Objective-C matchers.
Dean F. Sutherland
- [PATCH] Add support for a few Objective-C matchers.
Manuel Klimek
- [PATCH] Add support for armv6k subtarget
Vinicius Tinti
- [PATCH] Add support for armv6k subtarget
Vinicius Tinti
- [PATCH] Add support for armv6k subtarget
Renato Golin
- [PATCH] Add support for armv6k subtarget
Vinícius Tinti
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Always build all back-end table-gen files
Michael Kuperstein
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Always build all back-end table-gen files
Owen Anderson
- [PATCH] Always build all back-end table-gen files
Mehdi Amini
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] clang-format: [JS] more precisely detect enums.
Martin Probst
- [PATCH] clang-format: [JS] more precisely detect enums.
Daniel Jasper
- [PATCH] clang-format: [JS] support cast syntax and type arguments.
Martin Probst
- [PATCH] clang-format: [JS] support cast syntax and type arguments.
Daniel Jasper
- [PATCH] clang-format: [JS] support cast syntax and type arguments.
Daniel Jasper
- [PATCH] clang-format: Recognize .ts files as JavaScript (TypeScript is a dialect of JavaScript).
Martin Probst
- [PATCH] clang-format: Recognize .ts files as JavaScript (TypeScript is a dialect of JavaScript).
Martin Probst
- [PATCH] clang-format: Recognize .ts files as JavaScript (TypeScript is a dialect of JavaScript).
Daniel Jasper
- [Patch] CloudABI: Add default header path
Ed Schouten
- [Patch] CloudABI: Add target information
Ed Schouten
- [PATCH] cmath: account for MSVCRT 12.0 changes
Saleem Abdulrasool
- [PATCH] CodeGen: Make constant emission of arrays and structs more aggressive.
Richard Smith
- [PATCH] Copy data files to the remote runner.
Dan Albert
- [PATCH] Copy data files to the remote runner.
Dan Albert
- [PATCH] Copy data files to the remote runner.
Jonathan Roelofs
- [PATCH] Copy data files to the remote runner.
Dan Albert
- [PATCH] Copy data files to the remote runner.
Jonathan Roelofs
- [PATCH] Copy data files to the remote runner.
Dan Albert
- [PATCH] Copy data files to the remote runner.
Dan Albert
- [PATCH] Correct doxygen for matcher macros that require a body
Alexander Kornienko
- [PATCH] Correct doxygen for matcher macros that require a body
Manuel Klimek
- [PATCH] Correct doxygen for matcher macros that require a body
Richard
- [PATCH] Correct doxygen for matcher macros that require a body
Alexander Kornienko
- [PATCH] Correct doxygen for matcher macros that require a body
Alexander Kornienko
- [PATCH] Detect mismatching 'new' and 'delete' uses
Ismail Pazarbasi
- [PATCH] Do not parse members of incomplete class.
Serge Pavlov
- [PATCH] Enhance the llvm/clang doxygen documentation.
Logan Chien
- [PATCH] Factor out RemoteExecutor from SSHExecutor.
Dan Albert
- [PATCH] Fix another -Wunused-local-typedef warning in include/__tree
Dimitry Andric
- [PATCH] Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
- [PATCH] Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Marshall Clow
- [PATCH] Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
- [PATCH] Fix for Bug 19785 : -Wempty-body false negative on NULL check
Manasij Mukherjee
- [PATCH] Fix for Bug 19785 : -Wempty-body false negative on NULL check
Dmitri Gribenko
- [PATCH] Fix for Bug 22880
Szabolcs Sipos
- [PATCH] Fix for Bug 22880
Alexander Kornienko
- [PATCH] Fix for Bug 22880
Alexander Kornienko
- [PATCH] Fix PR20619 - failure to define implicit copy ctor of a by val capture in a generic lambda
Faisal Vali
- [patch] Fix pr22849
Rafael Espíndola
- [patch] Fix pr22849
John McCall
- [patch] Fix pr22849
Reid Kleckner
- [patch] Fix pr22849
Richard Smith
- [patch] Fix pr22849
Rafael Espíndola
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
scott douglass
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
Joerg Sonnenberger
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
scott douglass
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
scott douglass
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
Joerg Sonnenberger
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
scott douglass
- [PATCH] handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob
Joerg Sonnenberger
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Have clang list the imported modules in the debug info
Adrian Prantl
- [PATCH] Have clang list the imported modules in the debug info
David Blaikie
- [PATCH] Implement bad cast checks using control flow integrity information.
Peter Collingbourne
- [PATCH] Implement bad cast checks using control flow integrity information.
JF Bastien
- [PATCH] Implement bad cast checks using control flow integrity information.
Kostya Serebryany
- [PATCH] Implement bad cast checks using control flow integrity information.
Peter Collingbourne
- [PATCH] Implement bad cast checks using control flow integrity information.
Peter Collingbourne
- [PATCH] Implement bad cast checks using control flow integrity information.
JF Bastien
- [PATCH] Implement bad cast checks using control flow integrity information.
Peter Collingbourne
- [PATCH] Improved error recovery for _Pragma
Rachel Craik
- [PATCH] Improved error recovery for _Pragma
Hubert Tong
- [PATCH] Improved error recovery for _Pragma
Rachel Craik
- [PATCH] Improved error recovery for _Pragma
Aaron Ballman
- [PATCH] Improved error recovery for _Pragma
Rachel Craik
- [PATCH] Improve error reporting for SFINAE
Paul Fultz II
- [PATCH] Improve error reporting for SFINAE
Paul Fultz II
- [PATCH] Improve error reporting for SFINAE
Paul Fultz II
- [PATCH] Improve error reporting for SFINAE
David Majnemer
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- [PATCH] Let Clang invoke CloudABI's linker
Ed Schouten
- [PATCH] Let Clang invoke CloudABI's linker
Ed Schouten
- [PATCH] Let Clang invoke CloudABI's linker
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Joerg Sonnenberger
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Joerg Sonnenberger
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Ed Schouten
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Eric Fiselier
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Eric Fiselier
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Eric Fiselier
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Eric Fiselier
- [PATCH] libc++: Add option to disable access to the global filesystem namespace
Jonathan Roelofs
- [PATCH] libc++: Add support for arc4random() to random_device.
Ed Schouten
- [PATCH] libc++: Add support for arc4random() to random_device.
JF Bastien
- [PATCH] libc++: Add support for arc4random() to random_device.
Ed Schouten
- [PATCH] libc++: Don't let time_put test use implementation dependent constructs
Ed Schouten
- [PATCH] libc++: Don't let time_put test use implementation dependent constructs
Eric Fiselier
- [PATCH] libc++: Print log/error messages on stderr, not stdout
Ed Schouten
- [PATCH] libc++abi: Don't print debugging messages to stdout
Ed Schouten
- [PATCH] libc++abi: Don't print debugging messages to stdout
Ed Schouten
- [PATCH] libc++abi: Don't print debugging messages to stdout
Ed Schouten
- [PATCH] libc++abi: Make the .eh_frame_hdr code work on FreeBSD and CloudABI as well
Ed Schouten
- [PATCH] libc++abi: Make the .eh_frame_hdr code work on FreeBSD and CloudABI as well
Ed Schouten
- [PATCH] libc++abi: Make the .eh_frame_hdr code work on FreeBSD and CloudABI as well
Ed Schouten
- [PATCH] libc++ iostream: Clean up standard I/O stream object creation in preparation for conditionalizing streams
Ed Schouten
- [PATCH] libc++ iostream: Clean up standard I/O stream object creation in preparation for conditionalizing streams
Jonathan Roelofs
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Joerg Sonnenberger
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Marshall Clow
- [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
- [PATCH] libclang Python bindings - add source type functions to SourceLocation
Kyle Mayes
- [PATCH] Make a module "use" also count as use of all its submodules
Daniel Jasper
- [PATCH] Make a module "use" also count as use of all its submodules
Manuel Klimek
- [PATCH] Make a module "use" also count as use of all its submodules
Daniel Jasper
- [PATCH] Make the driver accept all four variants of the target option
Renato Golin
- [PATCH] Make the driver accept all four variants of the target option
Gabor Ballabas
- [PATCH] Make the driver accept all four variants of the target option
Renato Golin
- [PATCH] Make the presence of stdin and stdout optional
Ed Schouten
- [PATCH] Make the presence of stdin and stdout optional
Eric Fiselier
- [PATCH] Make the presence of stdin and stdout optional
Jonathan Roelofs
- [PATCH] Make the presence of stdin and stdout optional
Ed Schouten
- [PATCH] Make the presence of stdin and stdout optional
Ed Schouten
- [PATCH] Make the presence of stdin and stdout optional
Jonathan Roelofs
- [PATCH] Make the presence of stdin and stdout optional
Ed Schouten
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Kostya Serebryany
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] MS ABI: Generate default constructor closures
David Majnemer
- [PATCH] MS ABI: Generate default constructor closures
Hans Wennborg
- [PATCH] MS ABI: Generate default constructor closures
David Majnemer
- [PATCH] MS ABI: Generate default constructor closures
David Majnemer
- [PATCH] MS ABI: Generate default constructor closures
Reid Kleckner
- [PATCH] MS ABI: Generate default constructor closures
Hans Wennborg
- [PATCH] MS ABI: Generate default constructor closures
David Majnemer
- [PATCH] MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
- [PATCH] MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
Reid Kleckner
- [PATCH] MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
Reid Kleckner
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
Reid Kleckner
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
Reid Kleckner
- [PATCH] MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- [PATCH] MS compatibility - explicit specializations can be declared in any namespace
Alexey Frolov
- [PATCH] MS compatibility - explicit specializations can be declared in any namespace
David Blaikie
- [PATCH] Pass -mglobal-merge as a module flag metadata.
Ahmed Bougacha
- [PATCH] Pass -mglobal-merge as a module flag metadata.
Eric Christopher
- [PATCH] Pass -mglobal-merge as a module flag metadata.
Duncan P. N. Exon Smith
- [PATCH] Pass -mglobal-merge as a module flag metadata.
Eric Christopher
- [PATCH] Pass -mglobal-merge as a module flag metadata.
Duncan P. N. Exon Smith
- [PATCH] Prototype patch to support <math.h> as a conforming C++ header in addition to <cmath>.
Chandler Carruth
- [PATCH] Prototype patch to support <math.h> as a conforming C++ header in addition to <cmath>.
Richard Smith
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Alexander Kornienko
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Richard
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Richard
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Richard
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Richard
- [PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr
Alexander Kornienko
- [PATCH] Refactor: Rename clang-tidy misc check files and classes to follow naming conventions
Alexander Kornienko
- [PATCH] Refactor: Rename clang-tidy misc check files and classes to follow naming conventions
Alexander Kornienko
- [PATCH] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions
Alexander Kornienko
- [PATCH] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions
Alexander Kornienko
- [PATCH] shared_ptr : atomic ref-counts (TSan)
David Majnemer
- [PATCH] Unify the way we report overflow in increment/decrement operator.
Alexey Samsonov
- [PATCH] Unify the way we report overflow in increment/decrement operator.
Alexey Samsonov
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Jonathan Roelofs
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Marshall Clow
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Jonathan Roelofs
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
hfinkel at anl.gov
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Jonathan Roelofs
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Ed Schouten
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Marshall Clow
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
hfinkel at anl.gov
- [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday() where possible
Marshall Clow
- bug 22836 : atomics in shared_ptr (ThreadSanitizer)
Howard Hinnant
- bug 22836 : atomics in shared_ptr (ThreadSanitizer)
Oleg Smolsky
- bug 22836 : atomics in shared_ptr (ThreadSanitizer)
Howard Hinnant
- FW: [OpenCL][Patch] This patch adds OpenCL checks in OpenCL address space conversion rules
Pekka Jääskeläinen
- FW: [OpenCL][Patch] This patch adds OpenCL checks in OpenCL address space conversion rules
Anastasia Stulova
- FW: [Patch] Bugfix for pointer address space in atomic builtins
Anastasia Stulova
- FW: [Patch] Bugfix for pointer address space in atomic builtins
Matt Arsenault
- FW: [Patch] Bugfix for pointer address space in atomic builtins
Anastasia Stulova
- LLVM buildmaster will be restarted in few minutes.
Galina Kistanova
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Ahmed Bougacha
- r228234 - [modules] When using -E, we may try to merge decls despite having no Sema
Ben Langmuir
- r229593 - [analyzer] Refactoring: clarified the way the proper check kind is chosen.
Anna Zaks
- r229593 - [analyzer] Refactoring: clarified the way the proper check kind is chosen.
Anton Yartsev
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
John McCall
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
John McCall
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
- r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
John McCall
- r230423 - Wrap clang module files in a Mach-O, ELF, or COFF container.
Adrian Prantl
- r231424 - [modules] Rework merging of redeclaration chains on module import.
Richard Smith
- r231424 - [modules] Rework merging of redeclaration chains on module import.
Argyrios Kyrtzidis
- r231636 - clang-format: Don't remove newline if macro ends in access specifier.
Daniel Jasper
- r231637 - Fix a menu issue. patch by Vassil Vassilev
Sylvestre Ledru
- r231653 - Hide away implementation details of the ThreadSafetyAnalysis in anonymous namespaces
Benjamin Kramer
- r231655 - InheritViz: Hide implementation details
Benjamin Kramer
- r231656 - Tooling: Hide implementation details
Benjamin Kramer
- r231657 - Make helper functions static
Benjamin Kramer
- r231657 - Make helper functions static
David Blaikie
- r231657 - Make helper functions static
Benjamin Kramer
- r231668 - Make helper functions static. NFC.
Benjamin Kramer
- r231670 - Correct doxygen for matcher macros that require a body. NFC.
Alexander Kornienko
- r231671 - Roll functions back into namespaces, msvc has problems with name lookup outside of it.
Benjamin Kramer
- r231700 - [PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
- r231706 - ARM: use ABI-specified alignment for byval parameters.
Tim Northover
- r231711 - [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shift-exponent.
Alexey Samsonov
- r231717 - Suppress a couple of tests, clang/test/CodeGen/catch-undef-behavior.c and one, for -Asserts for now. They were introduced in r231711.
NAKAMURA Takumi
- r231725 - [modules] Don't assert if the same header is named as both a public and a
Richard Smith
- r231728 - [modules] This check is run before we resolve the header, not after, so just
Richard Smith
- r231735 - [modules] Don't clobber a destructor's operator delete when adding another one;
Richard Smith
- r231738 - PR21687: when adding a redeclaration of a function with an implicit exception
Richard Smith
- r231739 - Update for LLVM API change: getOrEnforceKnownAlignment() requires a DataLayout
Mehdi Amini
- r231742 - [modules] Don't bother looking up a declaration to merge into if we're not
Richard Smith
- r231752 - [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
Alexey Bataev
- r231752 - [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
Rafael Espíndola
- r231752 - [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
Bataev, Alexey
- r231754 - Revert "[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions Differential Revision: http://reviews.llvm.org/D7935"
Rafael Espindola
- r231757 - [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
Alexey Bataev
- r231758 - [OPENMP] Fixed tests for non-debug builds. NFC.
Alexey Bataev
- r231762 - [OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
- r231763 - Teach raw_ostream to accept SmallString.
Yaron Keren
- r231787 - Allow -target= and --target options
Renato Golin
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231787 - Allow -target= and --target options
Richard Barton
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231787 - Allow -target= and --target options
Renato Golin
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231787 - Allow -target= and --target options
Richard Smith
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231787 - Allow -target= and --target options
Renato Golin
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231787 - Allow -target= and --target options
Richard Barton
- r231787 - Allow -target= and --target options
Justin Bogner
- r231787 - Allow -target= and --target options
Chandler Carruth
- r231789 - Document __has_feature(modules) in LanguageExtensions
Ben Langmuir
- r231792 - [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
Sanjay Patel
- r231792 - [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
Sean Silva
- r231792 - [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
Sanjay Patel
- r231803 - The semantic spelling enumeration should retain values to the spelling list indexes used by the attribute. The only attribute affected by this in practice is the OpenCLImageAccessAttr, which has duplicate semantic spellings that are automatically stripped.
Aaron Ballman
- r231811 - Make helper functions static. NFC.
Benjamin Kramer
- r231814 - Recognize objc_bridge(id) on bridged casts to CF types.
John McCall
- r231819 - MS ABI: Mangle the location of the catchable type into it's name
David Majnemer
- r231851 - [Objective-C Sema]. Remove -Wreceiver-is-weak warning.
Fariborz Jahanian
- r231862 - Update clang for llvm r231861.
Eric Christopher
- r231863 - [analyzer] Make getCheckIfTracked() return either leak or regular checker.
Anton Yartsev
- r231890 - [modules] Fix iterator invalidation issue with names being added to a module
Richard Smith
- r231891 - Gender-neutralize a comment.
Nico Weber
- r231892 - For PR22870: produce an error rather than asserting if a designated initializer appears in a signature.
Richard Smith
- r231895 - Remove a bugus test.
Rafael Espindola
- r231900 - Fix test to specify an Itanium triple.
Richard Smith
- r231901 - [modules] Avoid accidentally completing the redeclaration chain when updating
Richard Smith
- r231901 - [modules] Avoid accidentally completing the redeclaration chain when updating
Vassil Vassilev
- r231903 - CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocumentation]
NAKAMURA Takumi
- r231905 - [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
- r231907 - Prevent test from accessing files.
Daniel Jasper
- r231909 - Sema: Properly track mangling number/name for linkage for using decls
David Majnemer
- r231912 - Add target information for CloudABI on x86-64.
Ed Schouten
- r231913 - Fix up default header paths for CloudABI.
Ed Schouten
- r231914 - Enable security checks for arc4random() on CloudABI as well.
Ed Schouten
- r231920 - clang-format: Fix incorrect && recognition.
Daniel Jasper
- r231926 - clang-format: Recognize the .ts (TypeScript) extension as JavaScript.
Daniel Jasper
- r231931 - Add builtins for the 64-bit vector integer arithmetic instructions added in POWER8.
Kit Barton
- r231932 - OpenCL: CL2.0 atomic types
Anastasia Stulova
- r231935 - OpenCL: CL2.0 atomic type diagnostics
Anastasia Stulova
- r231939 - revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
- r231942 - Reverted OpenCL2.0 atomic type commits r231932, r231935
Anastasia Stulova
- r231950 - [modules] When merging the pattern of a class template definition into a prior
Richard Smith
- r231952 - MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
- r231952 - MS ABI: Implement copy-ctor closures, finish implementing throw
Aaron Ballman
- r231952 - MS ABI: Implement copy-ctor closures, finish implementing throw
Aaron Ballman
- r231953 - MS ABI: Mark 'throw' as implemented in the compatibility doc
David Majnemer
- r231960 - [PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
- r231971 - Don't overconstrain a FileCheck pattern
David Majnemer
- r231978 - [analyzer] www: +progress for undefbehavior.ZeroAllocDereference
Anton Yartsev
- r231983 - Add deprecation notice for -f(no-)sanitize-recover flags.
Alexey Samsonov
- r231986 - Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
- r231989 - Driver: Print the clang version and original command in crash scripts
Justin Bogner
- r231989 - Driver: Print the clang version and original command in crash scripts
Robinson, Paul
- r231989 - Driver: Print the clang version and original command in crash scripts
Justin Bogner
- r231989 - Driver: Print the clang version and original command in crash scripts
Robinson, Paul
- r231989 - Driver: Print the clang version and original command in crash scripts
Justin Bogner
- r231994 - docs: Document byte arrays.
Peter Collingbourne
- r231997 - Driver: Keep -isysroot flags in crash scripts if we're dumping a VFS
Justin Bogner
- r231999 - Update copyright year to 2015.
Tanya Lattner
- r232021 - [OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
- r232034 - Added some matchers for objective c selectors and messages to ASTMatchers.h. Minor mods to ASTMatchersTest.h to allow test files with ".m" extension in addition to ".cpp". New tests added to ASTMatchersTest.c.
Aaron Ballman
- r232036 - [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.
Alexander Musman
- r232037 - Instead of dereferencing std::vector::end() (which is UB and causes failed assertions in debug builds with Visual Studio), use data() + size() to calculate the end iterator. Amends r231952.
Aaron Ballman
- r232038 - Reverting r232034, as it broke one of the bots with link errors. Details at: http://bb.pgr.jp/builders/ninja-clang-x64-mingw64-RA/builds/6352/steps/build/logs/stdio
Aaron Ballman
- r232039 - Use Sema's PrintingPolicy when diagnosing DeclSpecs.
Benjamin Kramer
- r232040 - Sema: Don't emit a missing prototype warning for deleted functions.
Benjamin Kramer
- r232042 - clang-format: [Java] Support anonymous classes after = and return.
Daniel Jasper
- r232044 - clang-format: When putting */& next to types, also wrap before them.
Daniel Jasper
- r232051 - Add support for a few Objective-C matchers.
Manuel Klimek
- r232051 - Add support for a few Objective-C matchers.
Aaron Ballman
- r232051 - Add support for a few Objective-C matchers.
Manuel Klimek
- r232051 - Add support for a few Objective-C matchers.
Aaron Ballman
- r232052 - [X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- r232055 - ASTMatchers: Add an explicit dependency on libclangBasic.
Benjamin Kramer
- r232061 - Replace second (hopefully unused) access of macro input argument with zero vector to be safer.
Sanjay Patel
- r232065 - [docs] Replace the doxygen qch option properly.
Logan Chien
- r232066 - [docs] Update the doxygen configuration file.
Logan Chien
- r232069 - MS ABI: Allow a nullptr_t exception to be caught by void * catch handler
David Majnemer
- r232086 - Remove duplicate "the". N+1 redundancy is not useful here.
Nico Weber
- r232087 - Fix grammar in a comment, wrap to 80 columns. No behavior change.
Nico Weber
- r232101 - Sema: Make BoundTypeDiagnoser a variadic template
Benjamin Kramer
- r232109 - [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
- r232112 - clang-format: [OBJC] Don't indent 8 spaces in method declarations.
Daniel Jasper
- r232121 - CodeGen: Base the conditional cleanup machinery on variadic templates
Benjamin Kramer
- r232122 - Disambiguate call for GCC.
Benjamin Kramer
- r232123 - [CMake] Add clangBasic in ASTMatchersTests, according to r232051.
NAKAMURA Takumi
- r232130 - Simplify.
Joerg Sonnenberger
- r232140 - Deduplicate #undef directives imported from multiple modules.
Richard Smith
- r232141 - [libclang] During member ref expression visitation, ignore base anonymous struct/union fields.
Argyrios Kyrtzidis
- r232145 - [libclang] Fix crash when code-completing inside constructor initializer for a builtin type.
Argyrios Kyrtzidis
- r232149 - [Modules] Teach Clang to survive ambiguous macros which come from system
Chandler Carruth
- r232154 - [OPENMP] Re-factor __kmpc_for_static_init_* routine generation.
Alexander Musman
- r232159 - Make a module "use" also count as use of all its submodules
Daniel Jasper
- r232159 - Make a module "use" also count as use of all its submodules
David Blaikie
- r232159 - Make a module "use" also count as use of all its submodules
Daniel Jasper
- r232159 - Make a module "use" also count as use of all its submodules
David Blaikie
- r232159 - Make a module "use" also count as use of all its submodules
Daniel Jasper
- r232164 - [OPENMP] Additional sema analysis for 'omp atomic[ update]'.
Alexey Bataev
- r232166 - clang-format: Don't corrupt macros with open braces.
Daniel Jasper
- r232168 - When building a module, all headers of submodules can be used.
Daniel Jasper
- r232173 - Sema: Replace the SetVector/DenseMap/std::sort combination with a simple std::map
Benjamin Kramer
- r232185 - Update test case to make it easier to automatically port to typeless pointer gep operator changes coming soon
David Blaikie
- r232187 - Test case updates for explicit type parameter to the gep operator
David Blaikie
- r232188 - MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
- r232206 - Make tests more robust. No functional change.
Robert Lougher
- r232229 - MS ABI: Generate default constructor closures
David Majnemer
- r232237 - Add a bunch of missing "CHECK" colons in tests. NFC.
Ahmed Bougacha
- r232237 - Add a bunch of missing "CHECK" colons in tests. NFC.
Richard Smith
- r232237 - Add a bunch of missing "CHECK" colons in tests. NFC.
David Blaikie
- r232241 - Implement bad cast checks using control flow integrity information.
Peter Collingbourne
- r232248 - [modules] Teach the AST reader to handle the case of importing a module
Chandler Carruth
- r232254 - MS ABI: Mangle virtual member pointer thunks with the correct CC
David Majnemer
- r232263 - [analyzer] Sort path diagnostics with array_pod_sort.
Benjamin Kramer
- r232264 - Sort ObjCProtocolDecls with array_pod_sort.
Benjamin Kramer
- r232285 - CodeGen: Correctly initialize bitfields with non-constant initializers
David Majnemer
- r232289 - MS ABI: Tidy up references to the ASTContext
David Majnemer
- r232295 - -Wempty-body: fix false negative triggered by macros
Dmitri Gribenko
- r232318 - MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptors
David Majnemer
- r232320 - clang-format: [JS] more precisely detect enums.
Daniel Jasper
- r232321 - clang-format: [JS] support cast syntax and type arguments.
Daniel Jasper
- r232322 - Implement PreprocessingRecord's and LazyVector's iterators on top of iterator_adaptor_base
Benjamin Kramer
- r232330 - SimpleArray: Provide reverse iteration via std::reverse_iterator.
Benjamin Kramer
Last message date:
Sun Mar 15 22:54:32 PDT 2015
Archived on: Tue Aug 4 15:32:06 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).