The Week Of Monday 13 April 2015 Archives by date
Starting: Mon Apr 13 01:43:32 PDT 2015
Ending: Sun Apr 19 23:58:57 PDT 2015
Messages: 272
- r234730 - Revert r234620 and others, "Actually check if lseek works instead of using a filename based heuristic." It was affected by r234615, which was reverted in r234721.
NAKAMURA Takumi
- r234731 - Reformat.
NAKAMURA Takumi
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Alexander Kornienko
- [PATCH] clang-format: Add ability to align assignment operators
Matt Oakes
- [PATCH] clang-format: Add ability to align assignment operators
Daniel Jasper
- r234738 - Bring r234620 back now that llvm is fixed.
Rafael Espindola
- [PATCH] [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Ilia
- r234750 - InstrProf: Simplify getStmtCount by using an Optional
Justin Bogner
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- r234752 - clang-format: [JS] Allow periods and commata in class declarations.
Daniel Jasper
- [PATCH] clang-format: [JS] Allow periods and commata in class declarations
Daniel Jasper
- r234753 - clang-format: [JS] support optionality markers in JS types.
Daniel Jasper
- r234754 - clang-format: [JS] Support index signature types.
Daniel Jasper
- [PATCH] clang-format: support optionality markers in JS types
Daniel Jasper
- [PATCH] clang-format: support JS index signature types.
Daniel Jasper
- [PATCH] clang-format: [JS] handle comments in template strings.
Daniel Jasper
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Eli Bendersky
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Aaron Ballman
- r234762 - [libclang] Add functions to get information about fields.
Argyrios Kyrtzidis
- [PATCH] libclang: functions to deal with anonymous fields
Argyrios Kyrtzidis
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Argyrios Kyrtzidis
- [PATCH] Fixing a clang crash with duplicate mangled name
Argyrios Kyrtzidis
- [PATCH] Fixing a clang crash with duplicate mangled name
Argyrios Kyrtzidis
- [PATCH] Instantiate incomplete class used in template method.
Serge Pavlov
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
Richard
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
John McCall
- [PATCH] [OPENMP] Initial codegen for 'parallel sections' directive.
John McCall
- r234786 - Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.
Nico Weber
- r234787 - Revert r234786, it contained a bunch of stuff I did not mean to commit.
Nico Weber
- r234789 - Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.
Nico Weber
- r234613 - [SEH] Re-land r234532, but use internal linkage for all SEH helpers
Nico Weber
- r234804 - Add new warning -Wrange-loop-analysis to warn on copies during loops.
Richard Trieu
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
Richard Trieu
- [SemaCXX11 patch] Patch to prevent a crash when attempting to call a 'deleted' constructor
jahanian
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
Richard Trieu
- [PATCH] Warn on mismatching types to sizeof for memset and friends where length is of the form sizeof(Type) * factor.
Oliver Chang
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- r234581 - Remove threshold for inserting lifetime markers for named temporaries
Nico Weber
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr check to handle chained conditional assignment and chained conditional return
Richard
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] [OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
- r234848 - DebugInfo: Prepare for DISubprogram/DILexicalBlock* to be gutted
Duncan P. N. Exon Smith
- r234849 - [OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
- r234856 - [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- [PATCH] [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] clang-format: Add ability to align assignment operators
Matt Oakes
- [SemaCXX11 patch] Patch to prevent a crash when attempting to call a 'deleted' constructor
Richard Smith
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Richard Smith
- r234881 - Remove useless statement.
Nikola Smiljanic
- r234668 - [Driver] Properly support -mglobal-merge using explicit options.
Eric Christopher
- r234882 - [Mips] Generate warning for invalid '-mnan' and '-march' combinations
Petar Jovanovic
- [PATCH] [Mips] Generate warning for invalid combination of '-mnan' and '-march' options.
Petar Jovanovic
- [libcxx] r234886 - Qualify an internal call in is_assignable to prevent ADL lookup, which would 'complete' an type definition unnecessarily. Thanks to Richard Smith for the report.
Marshall Clow
- r234629 - Create correct platform-specific target for NetBSD PPC64LE.
Tom Stellard
- r234636 - Create the correct profiling symbol on NetBSD.
Tom Stellard
- r234889 - [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
Anton Yartsev
- r231451 - Don't crash on non-public referenced dtors in toplevel classes.
Tom Stellard
- r234892 - R600: Add GCC reg names
Tom Stellard
- r234668 - [Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
- r234668 - [Driver] Properly support -mglobal-merge using explicit options.
Eric Christopher
- r234897 - Use raw_pwrite_stream in clang.
Rafael Espindola
- r231451 - Don't crash on non-public referenced dtors in toplevel classes.
Nico Weber
- r234668 - [Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
- r234912 - [SemaCXX patch] Patch to fix a crash when a 'delete' constructor
Fariborz Jahanian
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- LLVM buildmaster will be unavailable for short time
Galina Kistanova
- r234920 - IR: Change clang to set -preserve-bc-uselistorder
Duncan P. N. Exon Smith
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Reid Kleckner
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Tom Honermann
- r234942 - Reland r234613 (and follow-ups 234614, 234616, 234618)
Reid Kleckner
- [PATCH] [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Reid Kleckner
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
John McCall
- [PATCH] [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Charlie Turner
- [PATCH] [MSVC] Improved __noop support (https://llvm.org/bugs/show_bug.cgi?id=14081)
Richard Smith
- [PATCH] clang-format: [JS] handle comments in template strings.
Martin Probst
- [PATCH] clang-format: [JS] handle comments in template strings.
Martin Probst
- r234960 - uselistorder: Update for LLVM API change in r234959
Duncan P. N. Exon Smith
- r234961 - Move the logic to avoid double global emission from Sema to CodeGen
Reid Kleckner
- r234962 - uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
- r234964 - Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
- [clang-tools-extra] r234965 - Change range-based for-loop to be -Wrange-loop-analysis clean.
Richard Trieu
- r234964 - Change range-based for-loops to be -Wrange-loop-analysis clean.
David Blaikie
- r234970 - uselistorder: -mllvm -preserve-ll-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
- r234972 - uselistorder: Remove dead include
Duncan P. N. Exon Smith
- r234976 - Use concrete type instead of auto in for-loop. No functionality change.
Richard Trieu
- r234964 - Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
- r234978 - [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
John McCall
- [PATCH] [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
- r234980 - clang-format: Determine "in" as a keyword in ObjC for loops more precisely
Daniel Jasper
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Renato Golin
- r234978 - [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Renato Golin
- r234983 - Revert "[CodeGen] Fix crash with duplicated mangled name."
Renato Golin
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Renato Golin
- r234978 - [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Bataev, Alexey
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- r234988 - Changed test to not brake ARM buildbots, NFC.
Alexey Bataev
- r234990 - clang-cl: support -fsyntax-only (PR23197)
Hans Wennborg
- r234990 - clang-cl: support -fsyntax-only (PR23197)
Kim Gräsman
- r234990 - clang-cl: support -fsyntax-only (PR23197)
Hans Wennborg
- r234978 - [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Renato Golin
- [PATCH] Use __atomic_exchange_n with GCC instead of Clang's __sync_swap
Jeremy Huddleston
- r234978 - [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Bataev, Alexey
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Argyrios Kyrtzidis
- [libcxxabi] r235013 - Declare __cxa_new_handler as extern "C", or it declares a new variable
Reid Kleckner
- r235023 - [Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
John McCall
- [PATCH] [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
John McCall
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] Do not parse members of incomplete class.
Serge Pavlov
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Artem Belevich
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Artem Belevich
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- r235039 - Fix docs typo in FunctionTemplateSpecializationInfo
Jonathan Roelofs
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Reid Kleckner
- [PATCH] [analyzer] Implementation of potential undefbehavior.ZeroAllocDereference checker.
Антон Ярцев
- r235042 - DebugInfo: Pass DebugLocs when creating intrinsics
Duncan P. N. Exon Smith
- [PATCH] [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Антон Ярцев
- r235046 - Make __declspec(selectany) turn variable declartions into definitions.
Nico Weber
- r235047 - clang-format a line containing nothing but a "{". No behavior change.
Nico Weber
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Reid Kleckner
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- [PATCH] Don't crash when a selectany symbol would get common linkage
Nico Weber
- r235049 - Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- [PATCH] Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
- r235051 - Fix for PR20402 in -Wconsumed.
DeLesley Hutchins
- [PATCH] Back-Edge Detection Fix
Delesley Hutchins
- [PATCH] Don't crash when a selectany symbol would get common linkage
Reid Kleckner
- [PATCH] Proposed fix for PR23076 (conditional branch debug line info)
Wolfgang Pieb
- r235053 - Don't crash when a selectany symbol would get common linkage
Nico Weber
- Proposed patch (2nd revision) adds TLS Max Alignment diagnostic
Li, Charles
- [PATCH] Don't crash when a selectany symbol would get common linkage
Nico Weber
- r235054 - DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFile
Duncan P. N. Exon Smith
- r235057 - Comment parsing: fix an assertion failure on a verbatim block terminated with "**/"
Dmitri Gribenko
- r235058 - DebugInfo: Prepare for LLVM change removing DIType::isValid()
Duncan P. N. Exon Smith
- [PATCH] Implement std::experimental::sample
Evgeniy Stepanov
- [PATCH] add the -mrecip driver flag and process its options
Sanjay Patel
- r235063 - DebugInfo: Prepare for DIType to be gutted
Duncan P. N. Exon Smith
- [PATCH] add the -mrecip driver flag and process its options
Sanjay Patel
- r235066 - DebugInfo: Prepare for DIScope to be gutted in LLVM
Duncan P. N. Exon Smith
- [PATCH] Implement std::experimental::sample
Eric Fiselier
- [PATCH] Implement std::experimental::sample
Evgeniy Stepanov
- r235068 - DebugInfo: Prepare for DIDescriptor to be gutted in LLVM
Duncan P. N. Exon Smith
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Bataev, Alexey
- r235074 - [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
- r235075 - [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Gao, Yunzhong
- r235076 - clang-format: Undo r214508. It was essentially always removing the
Daniel Jasper
- r235078 - clang-format: [JS] handle comments in template strings.
Daniel Jasper
- [PATCH] clang-format: [JS] handle comments in template strings.
Daniel Jasper
- r235080 - clang-format: add an option for fallback style in vimrc
Daniel Jasper
- [PATCH] clang-format: add an option for fallback style in vimrc
Daniel Jasper
- [PATCH] [clang-format] Add SpaceBeforeBrackets
Daniel Jasper
- [PATCH] Clang-format: Fix for #pragma option formatting
Daniel Jasper
- [PATCH] Add a way to tell MatchFinder not to visit template instantiations and implicitcode.
Daniel Jasper
- [PATCH] clang-format: [JS] Option for top-level dict literals on a single line
Daniel Jasper
- [PATCH] [OPENMP] Codegen for 'atomic capture'.
Alexey Bataev
- r234767 - [CodeGen] Fix crash with duplicated mangled name.
Renato Golin
- r235096 - [OPENMP] Fix for checking of data-sharing attributes for canonical var decls only.
Alexey Bataev
- [PATCH] clang-format: [JS] Option for top-level dict literals on a single line
Adam Strzelecki
- r235110 - [AArch64] Add v8.1a architecture
Vladimir Sukharev
- [PATCH] [AArch64] Add v8.1a architecture
Vladimir Sukharev
- [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls
Richard
- [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls
Manuel Klimek
- [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls
Richard
- r235112 - DebugInfo: Update for LLVM API change in DIBuilder (r235111)
Duncan P. N. Exon Smith
- [PATCH] Add hasUnderlyingType narrowing matcher for TypedefDecls
Manuel Klimek
- r235128 - [Objective-C Sema] patch to introduce IndependentClass
Fariborz Jahanian
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- [libcxx] r235134 - A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL at microsoft.com for the bug report
Marshall Clow
- r235135 - [Objective-C Sema]. In my last patch change the
Fariborz Jahanian
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- r235147 - [opaque pointer types] Explicit non-pointer type for call expressions
David Blaikie
- [PATCH] Add a no_sanitize_vptr function attribute.
Richard Smith
- Proposed patch (2nd revision) adds TLS Max Alignment diagnostic
Richard Smith
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Artem Belevich
- Proposed patch (2nd revision) adds TLS Max Alignment diagnostic
Li, Charles
- r235150 - Improve const-ness
David Blaikie
- [PATCH] Add a no_sanitize_vptr function attribute.
Arthur O'Dwyer
- [PATCH] Add a no_sanitize_vptr function attribute.
Richard Smith
- r235161 - [MS ABI] Use the right types for filter and finally blocks
David Majnemer
- Patch for regression in clang-format.py in r235080
Schlottke, Michael
- r235162 - clang-format: Add default fallback style.
Daniel Jasper
- r235163 - Revert file unintentionally changed in r235162.
Daniel Jasper
- r235162 - clang-format: Add default fallback style.
Daniel Jasper
- Patch for regression in clang-format.py in r235080
Daniel Jasper
- r235166 - Move fixit for const init from note to diag, weaken to warning in MS mode.
Nico Weber
- [patch] Improve diagnostic on default-initializing const variables (PR20208)
Nico Weber
- [PATCH] [OPENMP] Codegen for 'ordered' directive.
Alexey Bataev
- [PATCH] clang-format: [JS] Option for top-level dict literals on a single line
Daniel Jasper
- r235174 - Follow-up to r235046: selectany only causes a definition if it's not inherited.
Nico Weber
- r235174 - Follow-up to r235046: selectany only causes a definition if it's not inherited.
Nico Weber
- r235186 - [MSVC] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- [PATCH] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
- r235188 - Fix a bad assert. Found by coverity. CID 1101110
Sylvestre Ledru
- r235190 - Remove the assertion as it was useless and broken.
Sylvestre Ledru
- [PATCH] Add a no_sanitize_vptr function attribute.
Aaron Ballman
- r235190 - Remove the assertion as it was useless and broken.
Aaron Ballman
- [PATCH] Add a way to tell MatchFinder not to visit template instantiations and implicitcode.
Alexander Kornienko
- r235190 - Remove the assertion as it was useless and broken.
Sylvestre Ledru
- r235190 - Remove the assertion as it was useless and broken.
Aaron Ballman
- [clang-tools-extra] r235192 - [clang-tidy] Remove static StringSet in favor of binary search.
Benjamin Kramer
- [PATCH] Refactoring, update MacroInfo interface so a for range can be used to iterate through the tokens
Daniel Marjamäki
- [PATCH] Refactoring, update MacroInfo interface so a for range can be used to iterate through the tokens
Alexander Kornienko
- r235166 - Move fixit for const init from note to diag, weaken to warning in MS mode.
David Blaikie
- r235166 - Move fixit for const init from note to diag, weaken to warning in MS mode.
Nico Weber
- r235209 - Add a missing forward def of CheckerManager. NFC.
Pete Cooper
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- [PATCH] Add a no_sanitize_vptr function attribute.
Oliver Chang
- [PATCH] Add a no_sanitize_vptr function attribute.
Aaron Ballman
- [PATCH] Fix tuple<A> to A conversion in SFINAE for tuple(_Up...) constructor
Evgeniy Stepanov
- r230423 - Wrap clang module files in a Mach-O, ELF, or COFF container.
Adrian Prantl
- [PATCH] clang-format: [JS] Option for top-level dict literals on a single line
Adam Strzelecki
- [PATCH] Change AArch64 to return values in [2 x i64] instead of i128 where possible
Pete Cooper
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Evgeniy Stepanov
- [PATCH] Change AArch64 to return values in [2 x i64] instead of i128 where possible
Tim Northover
- r235231 - Change AArch64 i128 returns to use [2 x i64] when possible.
Pete Cooper
- [PATCH] Change AArch64 to return values in [2 x i64] instead of i128 where possible
Pete Cooper
- [PATCH] [Sema] Don't crash on array types with incomplete element type whose bound results in overflow
David Majnemer
- [PATCH] [Sema] Don't crash if array bound calculation overflowed constexpr array
David Majnemer
- [PATCH] [Sema] Don't crash when initializing an incomplete list-initialized variable
David Majnemer
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Eli Bendersky
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Richard Smith
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Artem Belevich
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Artem Belevich
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Artem Belevich
- r235245 - DebugInfo: Prepare for deletion of DIDescriptor
Duncan P. N. Exon Smith
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Artem Belevich
- r235246 - Remove dead code, NFC
Duncan P. N. Exon Smith
- [PATCH] [CUDA] Allow using integral non-type template parameters as launch_bounds attribute arguments.
Richard Smith
- [PATCH] [CUDA] Support for built-in cuda variables (threadIdx and its friends).
Richard Smith
- [PATCH] New warning -Wpessimizing-move to catch when removing calls to std::move prevent optimization
Richard Trieu
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Nikola Smiljanic
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Manuel Klimek
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Nikola Smiljanic
- [PATCH] [Sema] Don't crash on array types with incomplete element type whose bound results in overflow
Richard Smith
- [PATCH] New warning -Wpessimizing-move to catch when removing calls to std::move prevent optimization
Richard Smith
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Tom Honermann
- [PATCH] [Sema] Don't crash if array bound calculation overflowed constexpr array
Richard Smith
- [PATCH] [Sema] Don't crash when initializing an incomplete list-initialized variable
Richard Smith
- r235251 - [Sema] Don't crash if array bound calculation overflowed constexpr array
David Majnemer
- [PATCH] [Sema] Don't crash if array bound calculation overflowed constexpr array
David Majnemer
- r235253 - Make helper function static. NFC.
Benjamin Kramer
- [PATCH] clang-format: Add ability to align assignment operators
Matt Oakes
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Richard Smith
- r235263 - [modules] Refactor macro emission. No functionality change.
Richard Smith
- r235264 - Try to work around failure to convert this lambda to a function pointer in some versions of GCC.
Richard Smith
- r235272 - [MS ABI] Correctly associate align attrs before the class-key
David Majnemer
- [libcxx] r235274 - Remove constexpr support for std::apply because it introduces regressions.
Eric Fiselier
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- r235276 - [Sema] Check availability of ObjC super class and protocols of a container
Argyrios Kyrtzidis
- [cfe-dev] Patch for PR23175, Infinite loop iterating Objective-C method declarations
Manuel Klimek
- r235286 - Fix bug in Replacement's toString on Windows (missing flush).
Manuel Klimek
Last message date:
Sun Apr 19 23:58:57 PDT 2015
Archived on: Tue Aug 4 15:32:09 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).