The Week Of Monday 1 June 2015 Archives by date
Starting: Mon Jun 1 00:24:03 PDT 2015
Ending: Sun Jun 7 23:32:04 PDT 2015
Messages: 321
- [PATCH] Add a new routine to libc++abi to get the number of uncaught exceptions
Sebastian Redl
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- r238731 - [MS ABI] Be a little more defensive wrt vector types
David Majnemer
- r238736 - clang-format: [JS] Making arrow function wrapping more consistent.
Daniel Jasper
- [PATCH] Embed Windows version resource information into our exe and dll files
Greg Bedwell
- [PATCH] [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Антон Ярцев
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- Change const std::string & to StringRef in Lexer
Rafael Espíndola
- [PATCH] Fix PR21945
Jonathan Roelofs
- [PATCH] [PowerPC] Add some of the missing predefined functions to altivec.h
Bill Seurer
- [PATCH] Fix PR21945
Косов Евгений
- r238754 - [Hexagon] Test passes for hexagon target now that the backend correctly generates relocations.
Colin LeMahieu
- [PATCH] Fix PR21945
Jonathan Roelofs
- r238758 - Fix PR21945: Crash in constant evaluator.
Jonathan Roelofs
- [PATCH] Fix PR21945
Jonathan Roelofs
- [PATCH] Fix PR21945
Косов Евгений
- [PATCH] [Clang - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] Embed Windows version resource information into our exe and dll files
Greg Bedwell
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Gabor Ballabas
- Change const std::string & to StringRef in Lexer
Косов Евгений
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Richard Barton
- [PATCH] [libcxx] Fix PR 23589: std::function doesn't recognize null pointer to varargs function
Eric Fiselier
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Craig Topper
- [PATCH] [CodeGen][NEON] Emit constants, not ScalarExprs, for "immediate" intrinsic arguments.
Tim Northover
- [PATCH] Fix Bug 23189 in C++14 type inference for lambdas with undeclared identifiers
Dimitry Andric
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Renato Golin
- [PATCH] [PowerPC] Add some of the missing predefined functions to altivec.h
Eric Christopher
- [PATCH] Fix Bug 23189 in C++14 type inference for lambdas with undeclared identifiers
Richard Smith
- [PATCH] Fix Bug 23189 in C++14 type inference for lambdas with undeclared identifiers
Richard Smith
- r238773 - Revert "[Hexagon] Test passes for hexagon target now that the backend correctly generates relocations."
Rafael Espindola
- [PATCH] Instantiation all of local class members.
Serge Pavlov
- r238774 - Replace a few std::string& with StringRef. NFC.
Rafael Espindola
- [clang-tools-extra] r238775 - Update for clang API change.
Rafael Espindola
- Change const std::string & to StringRef in Lexer
Rafael Espíndola
- Change const std::string & to StringRef in Lexer
Eugene Kosov
- [PATCH] __attribute__((enable_if)) and non-overloaded member functions
Ettore Speziale
- [PATCH] C11 _Bool bitfield diagnostic
Rachel Craik
- [PATCH] [libcxx] Refactor config.py internals to more easily allow for custom compiler configurations.
Eric Fiselier
- [PATCH] [libcxx] Require LLVM in libc++'s CMake.
Jonathan Roelofs
- r238797 - [Basic] Transition getEnvironmentVersion from getOSVersion for android
David Majnemer
- [PATCH] Fix Bug 23189 in C++14 type inference for lambdas with undeclared identifiers
Kaelyn Takata
- [libcxx] r238802 - Add TODO items and remove use of 'noexcept' in C++03 test.
Eric Fiselier
- [libcxx] r238803 - Add missing return statements in C++03 std::function
Eric Fiselier
- [PATCH] Fix Bug 23189 in C++14 type inference for lambdas with undeclared identifiers
Richard Smith
- [PATCH] C11 _Bool bitfield diagnostic
Richard Smith
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- [PATCH] [analyzer] fix an issue on #include<..> when using scan-build with -isystem
Takeshi Yoshimura
- r238822 - Remove error message when using the fallback style.
Manuel Klimek
- r238823 - Make vim also output a helpful message in some error cases.
Manuel Klimek
- [PATCH] [analyzer] Fix a crash by division by zero
Takeshi Yoshimura
- [PATCH] [analyzer] Fix a crash by division by zero
Takeshi Yoshimura
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Alexander Kornienko
- [PATCH] [utils] Improvements to check_cfc.py to work better with build systems
Russell Gallop
- [libcxxabi] r238827 - Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067
Marshall Clow
- [libcxx] r238828 - In the case where we are copying/moving zero elements, do less work
Marshall Clow
- [PATCH] Add a new routine to libc++abi to get the number of uncaught exceptions
Marshall Clow
- [PATCH] C11 _Bool bitfield diagnostic
Hubert Tong
- [libcxx] r238831 - Fix some places where we could call memmove(null, xxx, 0) - which is UB
Marshall Clow
- r238832 - clang-format: [JS] Fix regression of detecting array literals.
Daniel Jasper
- r238835 - clang-format: [JS] Fix another regression when detecting array literals.
Daniel Jasper
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- r238839 - clang-format: [JS] Array literal detection fix #3.
Daniel Jasper
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Gabor Ballabas
- r238841 - clang-format: [JS] Fix incorrect line length calculation.
Daniel Jasper
- r238845 - clang-format: Don't try to detect C++ lambdas in other languages.
Daniel Jasper
- [PATCH] PR5712: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [libcxx] r238846 - Implement uncaught_exceptions() using the newly added hooks in libc++abi, when available
Marshall Clow
- [PATCH] PR5712: Fix for a bug in pragma redefine_extname implementation.
Aaron Ballman
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Renato Golin
- [PATCH] [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Leny Kholodov
- [libcxx] r238848 - Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723
Marshall Clow
- [PATCH] [utils] Add exact check to check_cfc.py dash_s_no_change
Russell Gallop
- r238851 - add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
- r238855 - add missing dependency for CodeGen lib
Sanjay Patel
- [PATCH] [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a wrapper union in a full YMM register.
Andrea Di Biagio
- [PATCH] [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a wrapper union in a full YMM register.
Benjamin Kramer
- [PATCH] [libcxx] LWG2442: call_once() shouldn't DECAY_COPY()
Agustín Bergé
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- r238851 - add the -mrecip driver flag and process its options (2nd try)
İsmail Dönmez
- r238851 - add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
- r238861 - [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a wrapper union in a full YMM register.
Andrea Di Biagio
- [PATCH] [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a wrapper union in a full YMM register.
Phabricator
- [PATCH] [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a wrapper union in a full YMM register.
Andrea Di Biagio
- [libcxx] r238848 - Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723
Tim Northover
- [libcxx] r238870 - Fix breakage that I introduced in r238848
Marshall Clow
- [libcxx] r238848 - Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723
Marshall Clow
- [PATCH] Remove unused IncludeTextualHeader flag
Sean Silva
- r238873 - clang-format: [JS] Array literal detection fix #4.
Daniel Jasper
- r238875 - clang-format: [JS] Always add space after fat arrow.
Daniel Jasper
- r238876 - Correct DriverInternals.rst: ccc-print-options is gone.
Douglas Katzman
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Katya Romanova
- r238877 - [MSVC Compatibility] Permit static_cast from void-ptr to function-ptr
David Majnemer
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Katya Romanova
- [libcxx] r238879 - Move uncaught_exeption() definition inside the #ifdef block like uncaught_exceptions()
Marshall Clow
- [libcxx] r238880 - Revert changes inadvertantly committed
Marshall Clow
- r238885 - Fix typo in tutorial.
Douglas Katzman
- [libcxx] r238848 - Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723
Tim Northover
- [libcxx] r238848 - Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723
Marshall Clow
- r238876 - Correct DriverInternals.rst: ccc-print-options is gone.
Richard Smith
- [PATCH] Support base vector types of __attribute__((mode))
Alexey Frolov
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Jonathan Roelofs
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Jonathan Roelofs
- r238892 - [Sema] Make the atomic builtins more efficient by reducing volatility
David Majnemer
- [PATCH] [utils] Add exact check to check_cfc.py dash_s_no_change
Rafael Espíndola
- [PATCH] [utils] Add exact check to check_cfc.py dash_s_no_change
Rafael Ávila de Espíndola
- r238904 - Revert "add the -mrecip driver flag and process its options (2nd try)"
Rafael Espindola
- [PATCH] Use appropriate PIE level for OpenBSD/sparc
Brad Smith
- r238907 - clang-format: [JS] Fix bug in type colon detection.
Daniel Jasper
- 3.6.2 patch nomination: OpenCL ternaries
Fraser Cormack
- r238909 - clang-format: [JS] More aggressively keep array literals on one line.
Daniel Jasper
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- r238910 - Fixes a typo in a comment.
Enrico Pertoso
- r238911 - clang-format: Properly reset BreakBeforeParameter when wrapping
Daniel Jasper
- [PATCH] Fix typo in cross-compilation docs: -fpu -> -mfpu
Vladimir Sukharev
- [PATCH] Fix typo in cross-compilation docs: -fpu -> -mfpu
Renato Golin
- r238912 - Fix typo in cross-compilation docs: "-fpu" -> "-mfpu"
Vladimir Sukharev
- r238913 - Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Fix typo in cross-compilation docs: -fpu -> -mfpu
Vladimir Sukharev
- [PATCH] add ConstEvaluatedExprVisitor
scott douglass
- [PATCH] some StmtExprs do not have side-effects
scott douglass
- [PATCH] some StmtExprs do not have side-effects
scott douglass
- [PATCH] some StmtExprs do not have side-effects
Ranjeet Singh
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Aaron Ballman
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] add ConstEvaluatedExprVisitor
Ranjeet Singh
- [PATCH] some StmtExprs do not have side-effects
Ranjeet Singh
- [PATCH] some StmtExprs do not have side-effects
Aaron Ballman
- [PATCH] some StmtExprs do not have side-effects
Aaron Ballman
- r238922 - Allow replacements created from token ranges to specify language options.
Manuel Klimek
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Gabor Ballabas
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Renato Golin
- [PATCH] Use appropriate PIE level for OpenBSD/sparc
Rafael Espíndola
- r238924 - minor test fix
Asaf Badouh
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Alexander Kornienko
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Alexander Kornienko
- r238926 - [utils] Add exact check to check_cfc.py dash_s_no_change.
Russell Gallop
- [PATCH] [utils] Add exact check to check_cfc.py dash_s_no_change
Russell Gallop
- [PATCH] [utils] Improvements to check_cfc.py to work better with build systems
Rafael Espíndola
- r238928 - [utils] Improvements to check_cfc.py to work better with some build systems.
Russell Gallop
- [PATCH] [utils] Improvements to check_cfc.py to work better with build systems
Phabricator
- [PATCH] Add comments to PrintActions1 and Driver::PrintActions. NFC.
Douglas Katzman
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Alexander Kornienko
- [libcxx] r238931 - Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too
Marshall Clow
- [PATCH] [CodeGen] Ubsan missed source location fix for constructor type mismatch checking
Leny Kholodov
- r238938 - Fix misleading comment. NFC
Douglas Katzman
- r238942 - clang-format: [JS] Let fat arrows have 'Equality' precedence.
Daniel Jasper
- [libcxxabi] r238944 - fallback_malloc: silence qual-cast warning (NFC)
Saleem Abdulrasool
- [libcxxabi] r238945 - fallback_malloc: silence conversion warning (NFC)
Saleem Abdulrasool
- r238948 - [Hexagon] Reapply 238773 after fix to LLVM.
Colin LeMahieu
- [PATCH] Change big 'if' statement into a switch. NFC
Douglas Katzman
- [PATCH] Change big 'if' statement into a switch. NFC
Benjamin Kramer
- r238955 - Change big 'if' statement into a switch. NFC
Douglas Katzman
- [PATCH] Change big 'if' statement into a switch. NFC
Douglas Katzman
- [libcxx] r238957 - More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come.
Marshall Clow
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Jonathan Roelofs
- [PATCH] [Static Analyzer] Remove ObjCContainersChecker size information when a CFMutableArrayRef escapes
Devin Coughlin
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Jonathan Roelofs
- [libcxx] r238990 - More N4258 changes. This time vector's constructors
Marshall Clow
- r238992 - Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
- r238993 - [analyzer]Test commit fixing 80-column violation in comment. NFC.
Devin Coughlin
- [PATCH] Save getArch() in a local var instead of calling it 20 times, etc.
Douglas Katzman
- r238994 - Driver: Don't crash when generating crash reports for *-header inputs
Justin Bogner
- [clang-tools-extra] r238997 - Fixed option comment. '=' is required.
John Thompson
- [clang-tools-extra] r238998 - Fixed option description. '=' is required.
John Thompson
- r239002 - [CodeGen][NEON] Emit constants for "immediate" intrinsic arguments.
Ahmed Bougacha
- [PATCH] [CodeGen][NEON] Emit constants, not ScalarExprs, for "immediate" intrinsic arguments.
Ahmed Bougacha
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [libcxx] r239004 - While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard
Marshall Clow
- r239009 - Fix fragile source-col-map.c test-case.
James Y Knight
- [PATCH] [Concepts] lex keywords: concept and requires
Hubert Tong
- [PATCH] Do not parse members of incomplete class.
Serge Pavlov
- [PATCH] Fix a few typos and run-on sentences in the clang POD documentation.
Brian R. Gaeke
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Gábor Horváth
- [PATCH] some StmtExprs do not have side-effects
scott douglass
- r239028 - Use the appropriate PIE level for OpenBSD/sparc.
Brad Smith
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
John Brawn
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
John Brawn
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
David Chisnall
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
James Molloy
- [PATCH] some StmtExprs do not have side-effects
Aaron Ballman
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
Renato Golin
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [PATCH] [PowerPC] Add some of the missing predefined functions to altivec.h
Bill Schmidt
- [PATCH] [Concepts] lex keywords: concept and requires
Michael Wong
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Chad Rosier
- [PATCH] [PowerPC] Add some of the missing predefined functions to altivec.h
Bill Seurer
- r239038 - Remove extraneous qualifiers due to "using namespace". NFC
Douglas Katzman
- [PATCH] [clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
- [PATCH] Make ToolChain::SelectTool virtual.
Douglas Katzman
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- r239046 - [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.
James Y Knight
- r239047 - [SPARC] Fix multiarch path detection for sparc and sparcv9.
James Y Knight
- [PATCH] [Concepts] lex keywords: concept and requires
Hubert Tong
- [PATCH] [clang-tidy] Force braces around leaf 'else if' for consistency.
Alexander Kornienko
- [clang-tools-extra] r239054 - [clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
- [PATCH] [clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
- [PATCH] [clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
- r239047 - [SPARC] Fix multiarch path detection for sparc and sparcv9.
Rafael Espíndola
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
Renato Golin
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
David Chisnall
- r239059 - Allow case-insensitive values for -mcpu for ARM
Gabor Ballabas
- r239064 - C++11 rangify for loop.
Yaron Keren
- r239066 - [PowerPC] This revision adds 68 of the missing "Predefined Functions for Vector Programming" from appendix A of the OpenPOWER ABI for Linux Supplement document.
Bill Seurer
- [PATCH] [libcxx] LWG2442: call_once() shouldn't DECAY_COPY()
Eric Fiselier
- [PATCH] Proposed resolution to LWG issue 2433: uninitialized_copy()/etc. should tolerate overloaded operator&
Eric Fiselier
- [PATCH] [libcxx] LWG2442: call_once() shouldn't DECAY_COPY()
Agustín Bergé
- r239093 - [CodeGen] Add testcase for r239002.
Ahmed Bougacha
- [PATCH] [CodeGen] Emit Constants, not ScalarExprs, for "immediate"-constrained inlineasm arguments.
Ahmed Bougacha
- [PATCH] Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), following D10249
A. Skrobov
- r238823 - Make vim also output a helpful message in some error cases.
Chandler Carruth
- [PATCH] Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), following D10249
Renato Golin
- r239098 - Fix terrible python goof in clang-format.py which broke my vim
Chandler Carruth
- [PATCH] some StmtExprs do not have side-effects
Richard Smith
- r238823 - Make vim also output a helpful message in some error cases.
Chandler Carruth
- [PATCH] [Concepts] lex keywords: concept and requires
Richard Smith
- r239101 - Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), following r239099
Artyom Skrobov
- [PATCH] Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), following D10249
Phabricator
- [PATCH] Make ToolChain::SelectTool virtual.
Chandler Carruth
- r239112 - Test commit access.
Hubert Tong
- [PATCH] Apply existing checks to C++1Z (has_feature_cxx0x); NFC
Hubert Tong
- [PATCH] Add cc1 option -fconcepts-ts + feature test macro
Hubert Tong
- [clang-tools-extra] r239122 - Fixed modularize to warn about missing headers referenced in a module map.
John Thompson
- r239123 - Remove unused defaulted argument `IncludeTextualHeaders`.
Sean Silva
- [PATCH] [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Reid Kleckner
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Eric Christopher
- r239128 - [Concepts] lex keywords: concept and requires
Hubert Tong
- [PATCH] Adding doxygen comments to the LLVM intrinsics (part 1, ammintrin.h)
Katya Romanova
- [PATCH] clang-format: Fix space in for-each macro definition
strager
- [PATCH] [Sema] Don't warn if taking the absolute value of a difference of unsigned values.
Charles Davis
- [PATCH] Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
- [PATCH] clang-cl: Implement /GL in terms of -flto.
Peter Collingbourne
- r239047 - [SPARC] Fix multiarch path detection for sparc and sparcv9.
James Y Knight
- r238823 - Make vim also output a helpful message in some error cases.
Manuel Klimek
- [PATCH] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD/sparc.
Brad Smith
- [PATCH] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD/sparc.
James Y Knight
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- [PATCH] [Sema] Don't warn if taking the absolute value of a difference of unsigned values.
Richard Smith
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- [PATCH] Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
Justin Bogner
- [PATCH] Fix alignment issues in Clang.
David Majnemer
- [PATCH] C99 partial re-initialization behavior (DR-253)
Richard Smith
- r238823 - Make vim also output a helpful message in some error cases.
Chandler Carruth
- [PATCH] Fix a few typos and run-on sentences in the clang POD documentation.
Brian R. Gaeke
- [PATCH] clang-format: Fix space in for-each macro definition
Daniel Jasper
- r239137 - clang-format: [JS] Let fat arrows have 'Assignment' precedence.
Daniel Jasper
- [PATCH] Allow case-insensitive values for -mcpu for ARM in line with GCC.
Renato Golin
- r238823 - Make vim also output a helpful message in some error cases.
Manuel Klimek
- r239140 - C++ 11 rangify for loop.
Yaron Keren
- [PATCH] [Sema] Don't warn if taking the absolute value of a difference of unsigned values.
Joerg Sonnenberger
- [PATCH] [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Leny Kholodov
- [PATCH] [Clang - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Renato Golin
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Andrey Bokhanko
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Aaron Ballman
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] Mark libm builtins as such.
Renato Golin
- r239149 - clang-format: More eagerly wrap trailing return types.
Daniel Jasper
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- r239047 - [SPARC] Fix multiarch path detection for sparc and sparcv9.
Rafael Espíndola
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
- r239152 - [ARM] Use TargetParser to determine FPU subtarget features
John Brawn
- [PATCH] [ARM] Use TargetParser to determine FPU subtarget features
John Brawn
- r239153 - Fix for PR14269: Clang crashes when a bit field is used as inline assembler
Alexander Musman
- r239154 - [SPARC] Add multiarch include paths.
James Y Knight
- [PATCH] Fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Alexander Musman
- [PATCH] [Clang - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- r239156 - [SPARC] Fix windows test failure after r239154.
James Y Knight
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Alexander Kornienko
- [PATCH] [PowerPC] Add some of the missing predefined functions to altivec.h
Bill Seurer
- [PATCH] [clang-tidy] Support for Static Analyzer plugins
Alexander Kornienko
- [PATCH] some StmtExprs do not have side-effects
scott douglass
- [libcxx] r239160 - Avoid C-style cast.
Joerg Sonnenberger
- [PATCH] [CodeGen] Emit Constants, not ScalarExprs, for "immediate"-constrained inlineasm arguments.
Akira Hatanaka
- r239170 - [AST] There is no message for C++1z-style static_assert
David Majnemer
- r239170 - [AST] There is no message for C++1z-style static_assert
Aaron Ballman
- r239176 - Revert accidental commit
David Majnemer
- r239170 - [AST] There is no message for C++1z-style static_assert
David Majnemer
- r239170 - [AST] There is no message for C++1z-style static_assert
Richard Smith
- [PATCH] add ConstEvaluatedExprVisitor
Richard Smith
- [PATCH] some StmtExprs do not have side-effects
Richard Smith
- [PATCH] PR5172: Fix for a bug in pragma redefine_extname implementation.
Richard Smith
- [PATCH] Consider unsigned long for non-u/U decimal literals (C90/C++03)
Richard Smith
- Add cmd to Compilation Database format
Daniel Dilts
- [PATCH] Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
- [PATCH] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD/sparc.
Brad Smith
- r239193 - Rename the single non-style conformant function in TargetCodeGenInfo
Eric Christopher
- r239194 - Fix typo of function name.
Eric Christopher
- [PATCH] [CodeGen] Emit Constants, not ScalarExprs, for "immediate"-constrained inlineasm arguments.
Akira Hatanaka
- [libcxx] r239196 - Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/pop_back
Marshall Clow
- r239197 - Move a test from static-assert.cpp to DeclPrinterTest
David Majnemer
- r239170 - [AST] There is no message for C++1z-style static_assert
David Majnemer
- Add 'aggressive' keyword for pragma loop hints
Tyler Nowicki
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] C99 partial re-initialization behavior (DR-253)
Richard Smith
- [PATCH] [CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
Reid Kleckner
- [PATCH] [Static Analyzer] Remove ObjCContainersChecker size information when a CFMutableArrayRef escapes
Anna Zaks
- Add 'aggressive' keyword for pragma loop hints
Hal Finkel
- [PATCH] clang-cl: Implement /GL in terms of -flto.
David Majnemer
- r239213 - clang-cl: Implement /GL in terms of -flto.
Peter Collingbourne
- [PATCH] clang-cl: Implement /GL in terms of -flto.
Peter Collingbourne
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Richard
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Richard
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] scan-build: Add --triple option to scan-build
Honggyu Kim
- [PATCH] scan-build: Remove useless whitespace in File path
Honggyu Kim
- [PATCH] scan-build: Add --triple option to scan-build
Honggyu Kim
- [PATCH] scan-build: Remove useless whitespace in File path
Sylvestre Ledru
- [PATCH v2] scan-build: Remove useless whitespace in File path
Honggyu Kim
- [PATCH] scan-build: Remove useless whitespace in File path
Honggyu Kim
- r239273 - [Driver] Inject the MSVC compatibility version into the triple
David Majnemer
- [PATCH] clang-tidy: check for repeated side effects in macro
Daniel Marjamäki
- [PATCH] clang-tidy checker that enforce proper parentheses in macros
Daniel Marjamäki
Last message date:
Sun Jun 7 23:32:04 PDT 2015
Archived on: Tue Aug 4 15:32:13 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).