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