The Week Of Monday 1 September 2014 Archives by subject
Starting: Mon Sep 1 00:10:39 PDT 2014
Ending: Sun Sep 7 23:23:56 PDT 2014
Messages: 450
- [clang-tools-extra] r216726 - [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Benjamin Kramer
- [clang-tools-extra] r216868 - [clang-tidy] Don't suggest naming the dummy argument of a post-inc operator overload.
Benjamin Kramer
- [clang-tools-extra] r216901 - Remove unused AST matcher.
Benjamin Kramer
- [clang-tools-extra] r216901 - Remove unused AST matcher.
Dmitri Gribenko
- [clang-tools-extra] r216901 - Remove unused AST matcher.
Benjamin Kramer
- [clang-tools-extra] r217035 - [clang-tidy] Use new ASTMatchers to identify template instantiations instead of copying it everywhere.
Benjamin Kramer
- [clang-tools-extra] r217036 - [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.
Benjamin Kramer
- [clang-tools-extra] r217039 - ClangTidy misc-argument-comment check: don't check arguments to template
Alexander Kornienko
- [clang-tools-extra] r217139 - [clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
- [clang-tools-extra] r217155 - Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [clang-tools-extra] r217162 - Plug a unit test memory leak.
Benjamin Kramer
- [clang-tools-extra] r217162 - Plug a unit test memory leak.
David Blaikie
- [clang-tools-extra] r217162 - Plug a unit test memory leak.
Benjamin Kramer
- [clang-tools-extra] r217163 - Don't write files with no fixes.
Alexander Kornienko
- [clang-tools-extra] r217201 - Try to make VS 2012 happy after r217155
Hans Wennborg
- [libclc] r216922 - configure: Add rpath to prepare-builtins util
Jan Vesely
- [libclc] r216923 - Implement generic mad_sat
Jan Vesely
- [libclc] r217045 - Fix implementation of copysign
Tom Stellard
- [libclc] r217046 - Implement isinf builtin
Tom Stellard
- [libclc] r217243 - add isfinite builtin
Jan Vesely
- [libclc] r217244 - add isnormal builtin
Jan Vesely
- [libclc] r217245 - add islessgreater builtin
Jan Vesely
- [libclc] r217246 - add isunordered builtin
Jan Vesely
- [libclc] r217247 - add isordered builtin
Jan Vesely
- [libcxx] r216909 - Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of unknown bound' Thanks to K-ballo for the bug report. Update a few of the other tests while we're here, and fix a typo in a test name.
Marshall Clow
- [libcxx] r216943 - Newlib names ELAST differently than linux
Jonathan Roelofs
- [libcxx] r216949 - Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
- [libcxx] r216949 - Partially address a FIXME in steady_clock::now()
David Blaikie
- [libcxx] r216949 - Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
- [libcxx] r216949 - Partially address a FIXME in steady_clock::now()
Dan Albert
- [libcxx] r216961 - Creating release candidate final from release_350 branch
Bill Wendling
- [libcxx] r216975 - Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__
Jonathan Roelofs
- [libcxx] r216977 - Silence _LIBCPP_ELAST porting warning on __APPLE__
Jonathan Roelofs
- [libcxx] r216995 - [asan] Make vector asan annotations exception-friendly
Kostya Serebryany
- [libcxx] r216997 - Fix build breakage introduced in r216949
Jonathan Roelofs
- [libcxx] r216999 - Fix comment that was obsoleted by r216949
Jonathan Roelofs
- [libcxx] r217001 - Fix yet another aspect of the build breakage caused by r216949
Jonathan Roelofs
- [libcxx] r217009 - test: Allow using clang -verify for failures rather than exit 1
Justin Bogner
- [libcxx] r217009 - test: Allow using clang -verify for failures rather than exit 1
Justin Bogner
- [libcxx] r217009 - test: Allow using clang -verify for failures rather than exit 1
Eric Fiselier
- [libcxx] r217009 - test: Allow using clang -verify for failures rather than exit 1
Justin Bogner
- [libcxx] r217012 - Fix buffer overflow issue in valarray test
Eric Fiselier
- [libcxx] r217017 - test: Make it possible to opt in to use_clang_verify per test
Justin Bogner
- [libcxx] r217038 - Allow libc++ to be built with GCC 5.0 compiler
Alexey Volkov
- [libcxx] r217061 - Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages
Jonathan Roelofs
- [libcxx] r217082 - Make the ASAN RAII object a nop when building w/o ASAN
Marshall Clow
- [libcxx] r217146 - Define ELAST in libcxx's config header on FreeBSD
Viktor Kutuzov
- [libcxx] r217261 - Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jonathan Roelofs
- [libcxx] r217268 - Bugfix: allow additional_features to be empty
Jonathan Roelofs
- [libcxx] r217271 - Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
- [libcxx] r217276 - Address some post-commit review comments on r217261
Jonathan Roelofs
- [libcxx] r217319 - PR20546: Fix tests for compare_exchange_weak.
Dan Albert
- [libcxxabi] r216952 - Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts
Jonathan Roelofs
- [libcxxabi] r216962 - Creating release candidate final from release_350 branch
Bill Wendling
- [libcxxabi] r217262 - s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx
Jonathan Roelofs
- [libcxxabi] r217341 - Use correct __ARM_ARCH macro
Renato Golin
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Brad King
- [PATCH/RFC] Fix -fdelayed-template-parsing leaks with enableIncrementalProcessing
Reid Kleckner
- [PATCH] [analyzer][Bugfix] RegionStore: use pointee type to create one-element regions
Jordan Rose
- [PATCH] [analyzer] [proposal] Fix for PR20653
Jordan Rose
- [PATCH] [analyzer] [proposal] Fix for PR20653
Aleksei Sidorin
- [PATCH] [analyzer] [proposal] Fix for PR20653
Aleksei Sidorin
- [PATCH] [analyzer] Detect duplicate [super dealloc] calls
David Kilzer
- [PATCH] [analyzer] Detect duplicate [super dealloc] calls
David Kilzer
- [PATCH] [analyzer] Detect use-after-free scenarios in -dealloc after calling [super dealloc]
Jordan Rose
- [PATCH] [analyzer] Detect use-after-free scenarios in -dealloc after calling [super dealloc]
Anna Zaks
- [PATCH] [analyzer] Detect use-after-free scenarios in -dealloc after calling [super dealloc]
David Kilzer
- [PATCH] [analyzer] Fix ObjC Dealloc Checker to operate only on classes with retained properties
Jordan Rose
- [PATCH] [clang-format] Add option SpaceAfterCStyleCast
Marek Kurdej
- [PATCH] [clang-format] Add option SpaceAfterCStyleCast
Daniel Jasper
- [PATCH] [clang-format] Add option SpaceAfterCStyleCast
Marek Kurdej
- [PATCH] [clang-format] Add option SpaceAfterCStyleCast
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a little python script that can run clang-tidy and apply fixes over an entire codebase.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a little python script that can run clang-tidy and apply fixes over an entire codebase.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a little python script that can run clang-tidy and apply fixes over an entire codebase.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a little python script that can run clang-tidy and apply fixes over an entire codebase.
Benjamin Kramer
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Alexander Kornienko
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Phabricator
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Alexander Kornienko
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
- [PATCH] [clang-tidy] Add an option to export suggested fixes into a file.
Alexander Kornienko
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Dmitri Gribenko
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jon Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jon Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jon Roelofs
- [PATCH] [libc++]Allow libc++ to be built with GCC 5.0 compiler
Alexey Volkov
- [PATCH] [libc++]Allow libc++ to be built with GCC 5.0 compiler
Joerg Sonnenberger
- [PATCH] [libc++]Allow libc++ to be built with GCC 5.0 compiler
Alexey Volkov
- [PATCH] [libc++]Allow libc++ to be built with GCC 5.0 compiler
Phabricator
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Eric Fiselier
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Eric Fiselier
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Eric Fiselier
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Eric Fiselier
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Ed Maste
- [PATCH] [libcxx] Correct SFINAE version of is_convertible to match spec and avoid triggering unnecessary compiler diagnostics
Eric Fiselier
- [PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.
Dan Albert
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Dan Albert
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jon Roelofs
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Dan Albert
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jon Roelofs
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Dan Albert
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jon Roelofs
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Dan Albert
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jon Roelofs
- [PATCH] [libcxx] Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features
Jon Roelofs
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Antoine Labour
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Renato Golin
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jonathan Roelofs
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Renato Golin
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Nico Weber
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jonathan Roelofs
- [PATCH] [libcxxabi] s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx
Jon Roelofs
- [PATCH] [libcxxabi] s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx
Dan Albert
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
- [PATCH] [OPENMP] Loop collapsing and initial codegen for 'omp simd' directive
Alexander Musman
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Dan Albert
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Dan Albert
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Dan Albert
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Dan Albert
- [PATCH] [zorg] Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jon Roelofs
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Eric Fiselier
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Eric Fiselier
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
Graham Hunter
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
Tim Northover
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
James Molloy
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
Graham Hunter
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
Graham Hunter
- [PATCH] AArch32 v8 NEON intrinsics for numeric max/min and directed rounding to integral
James Molloy
- [PATCH] Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
- [PATCH] Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.
Alexander Kornienko
- [PATCH] Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.
Daniel Jasper
- [PATCH] Add ACLE predefines: maxmin, rounding and h/w integer division
Assad Hashmi
- [PATCH] Add matcher for linkage specification
Jacques Pienaar
- [PATCH] Add matcher for linkage specification
Manuel Klimek
- [PATCH] Add matcher for linkage specification
Jacques Pienaar
- [PATCH] Add matcher for linkage specification
Manuel Klimek
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- [patch] Add support for putting constructors and destructos in explicit comdats
Reid Kleckner
- [patch] Add support for putting constructors and destructos in explicit comdats
Rafael Espíndola
- [patch] Add support for putting constructors and destructos in explicit comdats
Reid Kleckner
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
Eric Fiselier
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Benjamin Kramer
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Alexander Kornienko
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Benjamin Kramer
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Manuel Klimek
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Phabricator
- [PATCH] Bug 20837 - libc++ std::sort has O(n^2) worst case, standard mandates O(N log(N))
Orson Peters
- [PATCH] Bug 20837 - libc++ std::sort has O(n^2) worst case, standard mandates O(N log(N))
Marshall Clow
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jon Roelofs
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Renato Golin
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Tim Northover
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jon Roelofs
- [PATCH] CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins
Tom Stellard
- [PATCH] CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins
Reid Kleckner
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Aaron Ballman
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Delesley Hutchins
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Delesley Hutchins
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Aaron Ballman
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Delesley Hutchins
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Delesley Hutchins
- [PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.
Alexander Kornienko
- [PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.
Manuel Klimek
- [PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.
Alexander Kornienko
- [PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.
Manuel Klimek
- [PATCH] ClangTidy misc-argument-comment check: don't check arguments to templateparameter packs.
Alexander Kornienko
- [PATCH] Division by zero
Anders Rönnholm
- [PATCH] Division by zero
Anna Zaks
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Saleem Abdulrasool
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Nico Weber
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Anton Korobeynikov
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Reid Kleckner
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- [PATCH] Don't emit prologues/epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- [PATCH] Fix analyzer crash when defining strange prototype of malloc
Jordan Rose
- [PATCH] Fix analyzer crash when defining strange prototype of malloc
Daniel Fahlgren
- [PATCH] Fix analyzer crash when defining strange prototype of malloc
Jordan Rose
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Richard Smith
- [PATCH] Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Richard Smith
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Richard Smith
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Eli Bendersky
- [PATCH] Fix PR20495: correct inference of the CUDA target for implicit members
Richard Smith
- [patch] Handle constructors and destructors a bit more uniformly in CodeGen
Rafael Espíndola
- [patch] Handle constructors and destructors a bit more uniformly in CodeGen
Justin Bogner
- [patch] Handle constructors and destructors a bit more uniformly in CodeGen
David Blaikie
- [patch] Handle constructors and destructors a bit more uniformly in CodeGen
Rafael Espíndola
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Daniel Jasper
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Daniel Jasper
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Daniel Jasper
- [PATCH] Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Richard Smith
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Richard Smith
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Richard Smith
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Nico Weber
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Nico Weber
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Nico Weber
- [patch] Make "C++98 requires an accessible copy constructor" warning DefaultIgnore
Richard Smith
- [PATCH] make analyzer track memory allocated by if_nameindex
Jordan Rose
- [PATCH] make analyzer track memory allocated by if_nameindex
Ted kremenek
- [PATCH] make analyzer track memory allocated by if_nameindex
Anna Zaks
- [PATCH] make analyzer track memory allocated by if_nameindex
Anton Yartsev
- [PATCH] Make vector asan annotations exception-friendly
Marshall Clow
- [PATCH] Make vector asan annotations exception-friendly
Kostya Serebryany
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
David Majnemer
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Richard Smith
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
David Majnemer
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- [PATCH] MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- [PATCH] Newlib names ELAST differently than linux
Jon Roelofs
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Reid Kleckner
- [PATCH] Pragma Loop constant expression support
Tyler Nowicki
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Rafael Espíndola
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Rafael Espíndola
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Reid Kleckner
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Samuel Benzaquen
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Manuel Klimek
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Manuel Klimek
- [PATCH] Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
- [PATCH] Split off CUDA-specific Sema parts to a new file
Eli Bendersky
- [PATCH] Split off CUDA-specific Sema parts to a new file
Peter Collingbourne
- [PATCH] Split off CUDA-specific Sema parts to a new file
Eli Bendersky
- [PATCH] Suggest fix-it for missing '{' after base-clause
Ismail Pazarbasi
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- [PATCH] Support the assume_aligned function attribute
Richard Smith
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- [PATCH] Support the assume_aligned function attribute
Richard Smith
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- [PATCH] Support the assume_aligned function attribute
Richard Smith
- [PATCH] Support the assume_aligned function attribute
Chandler Carruth
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Ávila de Espíndola
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Ávila de Espíndola
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Ávila de Espíndola
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH] Teach the analyzer about multi-dimensional VLAs
Daniel Fahlgren
- [PATCH] Tooling: Remove broken code in Replacement::setFromSourceLocation
Justin Bogner
- [PATCH] Tooling: Remove broken code in Replacement::setFromSourceLocation
Manuel Klimek
- [PATCH] Use Store Size not Alloc Size when Coercing
James Molloy
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Renato Golin
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
Nico Weber
- [PATCH] Validate clang-tidy check names.
Alexander Kornienko
- [PATCH] Validate clang-tidy check names.
Alexander Kornienko
- [PATCH v4 2/8] Add the initial TypoExpr AST node for delayed typo correction.
David Blaikie
- Improper implicit pointer cast in AST
Abramo Bagnara
- Improper implicit pointer cast in AST
Abramo Bagnara
- Improper implicit pointer cast in AST
Sebastian Redl
- Improper implicit pointer cast in AST
Abramo Bagnara
- Improper implicit pointer cast in AST
Richard Smith
- Improper implicit pointer cast in AST
Abramo Bagnara
- Improper implicit pointer cast in AST
Abramo Bagnara
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- Make -fstandalone-debug default on mingw
Yaron Keren
- Make -fstandalone-debug default on mingw
David Blaikie
- Make -fstandalone-debug default on mingw
Yaron Keren
- Make -fstandalone-debug default on mingw
David Blaikie
- MS syntax in Clang tests
Renato Golin
- MS syntax in Clang tests
Nico Weber
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Abramo Bagnara
- r213717 - [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' directive.
Michael Wong
- r213735 - [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' directive.
Michael Wong
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Reid Kleckner
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- r216829 - clang/test/CodeGenCXX/debug-info-access.cpp: Use %itanium_abi_triple to appease msvc. "[def] [free]" can be seen in different order.
Adrian Prantl
- r216841 - clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 for targeting MSVC x86 for now, due to incompatibility of attribute(thiscall).
Hans Wennborg
- r216841 - clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 for targeting MSVC x86 for now, due to incompatibility of attribute(thiscall).
Richard Smith
- r216841 - clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 for targeting MSVC x86 for now, due to incompatibility of attribute(thiscall).
Hans Wennborg
- r216876 - Typo fix, no functionality change.
Alexander Potapenko
- r216887 - MS ABI: Reindent MicrosoftCXXABI::GetVirtualBaseClassOffset
David Majnemer
- r216888 - Frontend: Reindent Opts.CoverageFile
David Majnemer
- r216892 - Test cleanup: move CHECK close to code.
Rafael Espindola
- r216926 - Fix for LLVM API change to SpecialCaseList::create
David Blaikie
- r216935 - Fixing a typo in the documented __builtin_convertvector example.
Yunzhong Gao
- r216936 - Don't allow lambdas to capture invalid decls during template instantiations.
Richard Trieu
- r216937 - Don't indent inside a namespace.
Rafael Espindola
- r216945 - Use /usr/bin/env python instead of /usr/bin/python.
Ed Schouten
- r216953 - Tests for DR550-572.
Richard Smith
- r216964 - Add --analyze to clang-cl
Reid Kleckner
- r216969 - Avoid test failure on platforms where size_t is long long (and thus can't be
Richard Smith
- r216969 - Avoid test failure on platforms where size_t is long long (and thus can't be
Jordan Rose
- r216969 - Avoid test failure on platforms where size_t is long long (and thus can't be
David Majnemer
- r216969 - Avoid test failure on platforms where size_t is long long (and thus can't be
Jordan Rose
- r216976 - Fix up formatting.
Eli Bendersky
- r216986 - Reinstate "Update for llvm API change.""
Eric Christopher
- r217008 - [modules] Use DeclContext::equals rather than == on DeclContext* when
Richard Smith
- r217016 - Allow a scoped lockable object to acquire/release multiple locks.
Ed Schouten
- r217022 - clang-format: Add an option 'SpaceAfterCStyleCast'.
Daniel Jasper
- r217022 - clang-format: Add an option 'SpaceAfterCStyleCast'.
Martin Liška
- r217025 - Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.
Benjamin Kramer
- r217029 - ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Benjamin Kramer
- r217033 - Fix configure and make build of clang-interpreter.
Iain Sandoe
- r217042 - CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins
Tom Stellard
- r217043 - Split off CUDA-specific Sema parts to a new file
Eli Bendersky
- r217044 - Fix indentation. No behavior change.
Nico Weber
- r217050 - Update for LLVM api change.
Rafael Espindola
- r217055 - Enhance the 'Vectors and Extended Vectors' section.
Anton Yartsev
- r217059 - Fix member function call on null pointer in Sema::FindInstantiatedDecl.
Alexey Samsonov
- r217064 - Add ubsan/not_ubsan features to Clang lit tests and use
Alexey Samsonov
- r217103 - [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes
Richard Smith
- r217104 - Adjust test to handle fallout from r217102.
David Majnemer
- r217135 - Add matcher for linkage specification
Manuel Klimek
- r217141 - ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- r217147 - [mips] Zero-sized structs cannot be ignored in MipsABIInfo::classifyReturnType() for O32
Daniel Sanders
- r217152 - Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- r217152 - Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
David Blaikie
- r217152 - Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- r217152 - Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
David Blaikie
- r217152 - Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- r217157 - clang-format: [JS] Support comments in dict literals.
Daniel Jasper
- r217158 - clang-format: [JS] Supprot "catch" as function name.
Daniel Jasper
- r217160 - [mips] Mark aggregates returned in registers with the 'inreg' attribute.
Daniel Sanders
- r217161 - Fix double full-stop that was accidentally added in r217160.
Daniel Sanders
- r217167 - Fix the clang -Werror build after r217152 by flagging a polymorphically used but statically owned hierarchy with a protected base dtor and final classes to satisfy -Wnon-virtual-dtor
David Blaikie
- r217168 - unique_ptrify JobList::Jobs
David Blaikie
- r217174 - MS inline asm: Add a test for xgetbv clobbers
Reid Kleckner
- r217178 - Win64: Add the uwtable attribute by default on Win64
Reid Kleckner
- r217179 - clang-format: [JS] Support alternative operator names as identifiers.
Daniel Jasper
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Renato Golin
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Timur Iskhodzhanov
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Renato Golin
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
- r217187 - MS inline asm: Allow __asm blocks to set a return value
Renato Golin
- r217192 - Add triple to ms-inline-asm-return.cpp test
Reid Kleckner
- r217195 - MS format strings: support the 'w' length modifier (PR20808)
Hans Wennborg
- r217196 - MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808)
Hans Wennborg
- r217197 - PR20844: If we fail to list-initialize a reference, map to the referenced type
Richard Smith
- r217198 - Don't emit prologues or epilogues for naked functions (PR18791, PR20028)
Hans Wennborg
- r217199 - Don't allow non-ASM statements in naked functions
Hans Wennborg
- r217200 - Don't allow inline asm statements to reference parameters in naked functions
Hans Wennborg
- r217203 - Stop double visiting some expressions during self reference checking.
Richard Trieu
- r217204 - clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 also for MinGW
Hans Wennborg
- r217205 - unique_ptrify BugReporter::visitors
David Blaikie
- r217205 - unique_ptrify BugReporter::visitors
Justin Bogner
- r217205 - unique_ptrify BugReporter::visitors
David Blaikie
- r217206 - unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
David Blaikie
- r217208 - unique_ptrify ExplodedGraph::trim
David Blaikie
- r217209 - Fix comment indentation.
David Blaikie
- r217210 - Remove a use of raw pointer ownership (then non-ownership) in TrimmedGraph::popNextReportGraph
David Blaikie
- r217212 - unique_ptrify AnalysisConsumer.cpp::CreateUbiViz
David Blaikie
- r217213 - Remove suppression of dr547 test and instead test that deduction succeeds if we
Richard Smith
- r217234 - clang/test/CXX/drs/dr5xx.cpp: Fix up assumption of thiscall. It affects not x64 but x86.
NAKAMURA Takumi
- r217235 - clang-format: [JS] Fix indentation in dict literals.
Daniel Jasper
- r217236 - clang-format: [JS] Better support for empty function literals.
Daniel Jasper
- r217237 - clang-format: [JS] JavaScript does not have the */&/&& madness.
Daniel Jasper
- r217238 - clang-format: [JS] Format embedded function literals more efficently.
Daniel Jasper
- r217241 - Mark ms-inline-asm as xfail on ARM
Renato Golin
- r217241 - Mark ms-inline-asm as xfail on ARM
Saleem Abdulrasool
- r217241 - Mark ms-inline-asm as xfail on ARM
Renato Golin
- r217241 - Mark ms-inline-asm as xfail on ARM
Saleem Abdulrasool
- r217242 - [ARMv8] Add support for 32-bit MIN/MAXNM and directed rounding.
James Molloy
- r217258 - [analyzer] Don't crash if malloc() has an unexpected function prototype.
Jordan Rose
- r217259 - -frewrite-includes: Normalize line endings to match the main source file
Reid Kleckner
- r217272 - Require an x86 target for ms-inline-asm-return.cpp instead of XFAIL
Reid Kleckner
- r217274 - Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
- r217274 - Separate the matchers by type and statically dispatch to the right list.
Alexander Kornienko
- r217275 - Move the initialization of VAListTagName after InitializeSema()
Ben Langmuir
- r217275 - Move the initialization of VAListTagName after InitializeSema()
David Blaikie
- r217275 - Move the initialization of VAListTagName after InitializeSema()
Ben Langmuir
- r217290 - Fix r217275 to work without the need for standard headers being included
David Blaikie
- r217293 - Reword switch/goto diagnostics "protected scope" diagnostics. Making up a term
Richard Smith
- r217298 - Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
- r217298 - Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Renato Golin
- r217298 - Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
- r217302 - Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
- r217302 - Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
- r217311 - [x86] Clean up the x86 builtin specs to reflect r217310 in LLVM which
Chandler Carruth
- r217313 - Attempt to fix ARM bot. (The test references a typedef from x86 asm.)
Nico Weber
- r217314 - Move x86-specific bits of warn-unused-local-typedef.cpp into their own file.
Nico Weber
- r217326 - MS format strings: parse the 'Z' printf conversion specifier (PR20808)
Hans Wennborg
- r217327 - Try to green test/Sema/format-strings.c on Win bots
Hans Wennborg
- r217337 - Fix test to not write output to the test directory, as it may not be writable.
David Blaikie
- r217339 - Avoid writing to the test directory as it may not be writable.
David Blaikie
- r217347 - Adjust test/CodeGenCXX/pr12251.cpp
Hal Finkel
- r217349 - Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Hal Finkel
- r217351 - Don't test really-large alignments for now
Hal Finkel
- r217352 - clang/test/CodeGen/builtin-assume*.c: Fixup for -Asserts.
NAKAMURA Takumi
- r217352 - clang/test/CodeGen/builtin-assume*.c: Fixup for -Asserts.
Hal Finkel
- release_35 patches for unroll pragma
Mark Heffernan
- release_35 patches for unroll pragma
Mark Heffernan
Last message date:
Sun Sep 7 23:23:56 PDT 2014
Archived on: Tue Aug 4 15:31:50 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).