The Week Of Monday 22 June 2015 Archives by author
Starting: Mon Jun 22 01:24:07 PDT 2015
Ending: Sun Jun 28 21:41:58 PDT 2015
Messages: 608
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] Sphinx-based clang man pages
Dimitry Andric
- [PATCH] Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] Add HSAIL support
Matt Arsenault
- r240279 - Don't use &* when get() will suffice; NFC.
Aaron Ballman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- r240296 - Document the nullability attributes.
Aaron Ballman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- r240296 - Document the nullability attributes.
Aaron Ballman
- r240155 - Implement the 'null_resettable' attribute for Objective-C properties.
Aaron Ballman
- r240156 - Introduced pragmas for audited nullability regions.
Aaron Ballman
- r240296 - Document the nullability attributes.
Aaron Ballman
- r240296 - Document the nullability attributes.
Aaron Ballman
- r240185 - Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Aaron Ballman
- r240400 - Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC.
Aaron Ballman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- r240401 - Fixing a build bot break from r240400.
Aaron Ballman
- r240402 - Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were originally applied to the RST file that is automatically generated by the server, and so the changes were never properly reflected online once the server overwrote AttributeReference.rst.
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- r240428 - AttributeReference.rst is automatically generated by a server-side process currently. To cut down on accidental commits to this file that are not properly reflected in AttrDocs.td (such as r215806 - r215808), this file now contains nothing but a comment explaining the current state of affairs.
Aaron Ballman
- r240430 - Adding a title to appease the sphinx build bot.
Aaron Ballman
- r240158 - Check for consistent use of nullability type specifiers in a header.
Aaron Ballman
- r240536 - Silencing some Sphinx warnings about duplicate explicit target names.
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- r240597 - Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
Aaron Ballman
- r240430 - Adding a title to appease the sphinx build bot.
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- r240653 - Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
Aaron Ballman
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Aaron Ballman
- r240653 - Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
Aaron Ballman
- [PATCH] [PPC] Implement vmrgew and vmrgow instructions
Kit Barton
- [PATCH] SafeStack documentation improvements
JF Bastien
- [PATCH] SafeStack documentation improvements
JF Bastien
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
Alexey Bataev
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- r240377 - [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
Alexey Bataev
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
Alexey Bataev
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Bataev, Alexey
- [Diffusion] rL240377: [OPENMP] Do not emit references to original variables in 'private' clause.
Bataev, Alexey
- r240409 - [OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
- r240517 - Proper changing/restoring for CapturedStmtInfo, NFC.
Alexey Bataev
- r240532 - [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
Alexey Bataev
- [PATCH] [OPENMP] Initial support for array sections (OpenMP 4.0).
Alexey Bataev
- [PATCH] [OPENMP] Initial support for array sections (OpenMP 4.0).
Alexey Bataev
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Alexey Bataev
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
Alexey Bataev
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Alexey Bataev
- [PATCH] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- r240659 - [NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
- [PATCH] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- r240669 - [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- [PATCH] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Eli Bendersky
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Eli Bendersky
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Eli Bendersky
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Eli Bendersky
- [PATCH] [libcxx] unexpected/terminate support for MS CRT
Agustín Bergé
- [PATCH] [libcxx] Initializer list support for MSVC
Agustín Bergé
- [PATCH] [libcxx] type_info support for MSVC
Agustín Bergé
- [PATCH] [libcxx] Emulation of atomic builtins for MSVC
Agustín Bergé
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- r240686 - Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- r240693 - Speculative fix for the broken bots.
Chris Bieneman
- r240710 - This should actually fix the broken bots.
Chris Bieneman
- r240710 - This should actually fix the broken bots.
Chris Bieneman
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
David Blaikie
- [PATCH] clarify ownership of BugReport objects
David Blaikie
- [PATCH] clarify ownership of BugReport objects
David Blaikie
- [clang-tools-extra] r240348 - Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
David Blaikie
- r240349 - Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
David Blaikie
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
David Blaikie
- [PATCH] Omit 'nodebug' method from the class
David Blaikie
- Fwd: r225956 - Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info location handling (and follow-up commits).
David Blaikie
- [PATCH] Warn, if parameter is used in ctor body after being used for move-construct
David Blaikie
- [PATCH] Use more range-based for loops
David Blaikie
- [PATCH] Warn, if parameter is used in ctor body after being used for move-construct
David Blaikie
- [PATCH] FileCheck-ize test and make sure more things don't happen.
David Blaikie
- [PATCH] FileCheck-ize test and make sure more things don't happen.
David Blaikie
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
David Blaikie
- [PATCH] clang-format: Add missing members to FormatStyle::operator==
David Blaikie
- r240314 - test: Set lit features appropriately when using asan and ubsan together
Justin Bogner
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Justin Bogner
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- r240452 - InstrProf: Fix a crash when an implicit def appears in a macro
Justin Bogner
- [PATCH] Remove environment variables from driver tests
Justin Bogner
- r240430 - Adding a title to appease the sphinx build bot.
Justin Bogner
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Justin Bogner
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- r240653 - Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
Andrey Bokhanko
- r240337 - [CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.
Ahmed Bougacha
- r240338 - [CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
- [PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Ahmed Bougacha
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Ahmed Bougacha
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Ahmed Bougacha
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Ahmed Bougacha
- [PATCH] Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
Ahmed Bougacha
- [PATCH] Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Chandler Carruth
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Chandler Carruth
- r240530 - Remove a limited and somewhat questionable DenseMapInfo specialization
Chandler Carruth
- [PATCH] clang-format some of the files in lib/Driver. NFC
Chandler Carruth
- [PATCH] Call attention to strange case in getMultiarchTriple, and DRY so much.
Chandler Carruth
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Chandler Carruth
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Chandler Carruth
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Chandler Carruth
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] libunwind: Fix unw_getcontext() return value on AArch64.
Logan Chien
- [PATCH] libunwind: Fix unw_getcontext() return value on AArch64.
Logan Chien
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- [PATCH] [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Eric Christopher
- [libcxx] r240286 - Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361
Marshall Clow
- [PATCH] [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Marshall Clow
- [libcxx] r240412 - When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses.
Marshall Clow
- [PATCH] Proposed resolution to LWG issue 2433: uninitialized_copy()/etc. should tolerate overloaded operator&
Marshall Clow
- [PATCH] Fix some problems with sized deletion in libc++
Marshall Clow
- [PATCH] Fix exponential complexity in operator< for std::tuple
Marshall Clow
- [PATCH] shared_ptr : atomic ref-counts (TSan)
Marshall Clow
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Marshall Clow
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Marshall Clow
- [PATCH] [libcxx] Create internal namespace that hides all symbols.
Marshall Clow
- [PATCH] [libcxx] Mark local printf variants as _LIBCPP_HIDDEN to prevent them from becoming part of the DSO.
Marshall Clow
- [PATCH] Prototype patch to support <math.h> as a conforming C++ header in addition to <cmath>.
Marshall Clow
- [libcxx] r240456 - Mark a couple of features as 'in progress'
Marshall Clow
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- [PATCH] Add support for "fancy" pointers to shared_ptr. Fixes PR20616
Marshall Clow
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- [PATCH] SafeStack documentation improvements
Peter Collingbourne
- [PATCH] Update SafeStack TODO in the safestack.cc
Peter Collingbourne
- r240472 - SafeStack documentation improvements
Peter Collingbourne
- [PATCH] SafeStack documentation improvements
Peter Collingbourne
- [PATCH] Update SafeStack TODO in the safestack.cc
Peter Collingbourne
- [PATCH] SafeStack documentation improvements
Peter Collingbourne
- r240696 - docs: Fix bad link in SafeStack.rst.
Peter Collingbourne
- [PATCH] [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Peter Collingbourne
- [PATCH] C11 _Bool bitfield diagnostic
Rachel Craik
- r240761 - [ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
- r240888 - Fix typo. NFC.
Alex Denisov
- r240350 - [modules] When building a module, if there are multiple matches for a header
İsmail Dönmez
- r240350 - [modules] When building a module, if there are multiple matches for a header
İsmail Dönmez
- r240406 - Update for LLVM api change.
Rafael Espindola
- r240370 - Change some if/else chains to 'switch' statements. NFC
Rafael Espíndola
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Rafael Espíndola
- r240791 - clang-format some of the files in lib/Driver. NFC
Rafael Espíndola
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- [PATCH v2] Respect alignment when loading up a coerced function argument
Hal Finkel
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Hal Finkel
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Hal Finkel
- [PATCH] [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Eric Fiselier
- [PATCH] [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Eric Fiselier
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- r240628 - Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- [PATCH] Sphinx-based clang man pages
Brian R. Gaeke
- [PATCH] Sphinx-based clang man pages
Brian R. Gaeke
- [PATCH] Mark libm builtins as such.
Renato Golin
- [PATCH] Mark libm builtins as such.
Renato Golin
- [PATCH] Mark libm builtins as such.
Renato Golin
- [PATCH] libunwind: Fix unw_getcontext() return value on AArch64.
Renato Golin
- r240296 - Document the nullability attributes.
Douglas Gregor
- r240146 - Introduce type nullability specifiers for C/C++.
Douglas Gregor
- r240297 - Misc. cleanups suggested by Aaron Ballman
Douglas Gregor
- r240296 - Document the nullability attributes.
Douglas Gregor
- r240155 - Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
- r240156 - Introduced pragmas for audited nullability regions.
Douglas Gregor
- r240185 - Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
- r240158 - Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
- r240596 - Replace __double_underscored type nullability qualifiers with _Uppercase_underscored
Douglas Gregor
- r240597 - Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
Douglas Gregor
- r240432 - Driver: Pass -I options to cc1as for .include search paths.
Jim Grosbach
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Akira Hatanaka
- [PATCH] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Justin Holewinski
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Gábor Horváth
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Meador Inge
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Meador Inge
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Meador Inge
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Meador Inge
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- [PATCH] [Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
- r240707 - [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- r240740 - [Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
- [PATCH] [Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
Davide Italiano
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible (Part two)
Davide Italiano
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
Davide Italiano
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
Davide Italiano
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible (Part two)
Davide Italiano
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- [PATCH] [Sema] Union(s) cannot have virtual functions
Davide Italiano
- [PATCH] [Sema] Union(s) cannot have virtual functions
Davide Italiano
- r240742 - [Sema] Commit a better fix for r240242
Davide Italiano
- r240889 - [Sema] Unions cannot have virtual functions.
Davide Italiano
- [PATCH] [Sema] Union(s) cannot have virtual functions
Davide Italiano
- [PATCH] [Sema] Union(s) cannot have virtual functions
Davide Italiano
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
- r240821 - Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
- r240388 - Write output file to temp directory. The tests shouldn't assume that
Daniel Jasper
- [PATCH] clang-format: Support @synchronized.
Daniel Jasper
- [PATCH] clang-format: Support @autoreleasepool.
Daniel Jasper
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
Daniel Jasper
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
Daniel Jasper
- r240548 - clang-format: [JS] Support regex literals containing quotes (' and ").
Daniel Jasper
- r240624 - clang-format: [Proto] Don't treat "operator" as keyword.
Daniel Jasper
- [PATCH] clang-format: Alphabetize FormatStyle members
Daniel Jasper
- [PATCH] clang-format: Add missing members to FormatStyle::operator==
Daniel Jasper
- [PATCH] clang-format: Stop old options from overriding new options
Daniel Jasper
- [PATCH] clang-format: Adjust Mozilla style defaults
Daniel Jasper
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Daniel Jasper
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
Daniel Jasper
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Teresa Johnson
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- [PATCH] Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- [PATCH] Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- [PATCH] Call attention to strange case in getMultiarchTriple, and DRY so much.
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
- r240328 - Add comment about the importance of being adjacent. NFC
Douglas Katzman
- r240370 - Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
- [PATCH] Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Douglas Katzman
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- r240455 - Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- [PATCH] Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- r240476 - Use range-based loops when handling OPT_print_search_dirs.
Douglas Katzman
- [PATCH] clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- [PATCH] Express Driver::GetFilePath more concisely.
Douglas Katzman
- r240545 - Express Driver::GetFilePath more concisely.
Douglas Katzman
- [PATCH] Express Driver::GetFilePath more concisely.
Douglas Katzman
- [PATCH] Use more range-based for loops
Douglas Katzman
- r240674 - Use more range-based for loops
Douglas Katzman
- [PATCH] Use more range-based for loops
Douglas Katzman
- r240680 - Rename local variable CCCPrintActions -> CCCPrintPhases.
Douglas Katzman
- r240791 - clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- [PATCH] clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- [PATCH] clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- r240808 - [PPC]: Fix bug in getMultiarchTriple.
Douglas Katzman
- [PATCH] Call attention to strange case in getMultiarchTriple, and DRY so much.
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- r240389 - Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXABI' :
Yaron Keren
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
- [libclc] r240881 - Properly initialize Module pointer
Jeroen Ketema
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- LLVM buildmaster will be restarted in an hour
Galina Kistanova
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- r240752 - Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
- r240353 - Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Alexander Kornienko
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Alexander Kornienko
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Alexander Kornienko
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Alexander Kornienko
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Alexander Kornienko
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- r240464 - [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
Benjamin Kramer
- [PATCH] [Clang Static Analyzer] Bug identification
Daniel Krupp
- [PATCH] Update SafeStack TODO in the safestack.cc
Volodymyr Kuznetsov
- [PATCH] Update SafeStack TODO in the safestack.cc
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- r240433 - [Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
- r240434 - Use AddString/ReadString instead of doing it manually NFC
Ben Langmuir
- r227868 - Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
Ben Langmuir
- [PATCH] Add scan-build python implementation
Sylvestre Ledru
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Sylvestre Ledru
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Sylvestre Ledru
- r240296 - Document the nullability attributes.
Nick Lewycky
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r240735 - [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwarding to lib functions
H.J. Lu
- r240382 - [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
- r240383 - [MS ABI] Refactor member pointer generation
David Majnemer
- r240384 - [MS ABI] Rework member pointer conversion
David Majnemer
- r240453 - [MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
- [PATCH] Fix for bug 22941, [asm inline] integer template parameter ...
David Majnemer
- r240735 - [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwarding to lib functions
David Majnemer
- r240902 - [Driver] x86-64 Windows is always PIC
David Majnemer
- r240921 - [MS ABI] Unify constant and non-constant member pointer conversion
David Majnemer
- [clang-tools-extra] r240399 - [clang-tidy] Fix false positives in misc-macro-parentheses checker
Daniel Marjamaki
- r240643 - Fix a crash by division by zero in analyzer
Daniel Marjamaki
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] [analyzer] Fix a crash by division by zero
Daniel Marjamäki
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Daniel Marjamäki
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Loss of Sign Checker
Daniel Marjamäki
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Daniel Marjamäki
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Daniel Marjamäki
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Daniel Marjamäki
- [PATCH] [analyzer] Fix a crash by division by zero
Daniel Marjamäki
- [PATCH] [analyzer] Fix a crash by division by zero
Daniel Marjamäki
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Daniel Marjamäki
- [PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
John McCall
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
John McCall
- [PATCH v2] Respect alignment when loading up a coerced function argument
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible (Part two)
John McCall
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
John McCall
- [PATCH] Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Beren Minor
- [PATCH] clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- [PATCH] clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- [PATCH] clang-format: Add missing members to FormatStyle::operator==
Birunthan Mohanathas
- [PATCH] clang-format: Stop old options from overriding new options
Birunthan Mohanathas
- r240879 - clang-format: Fix language of DisableFormat description
Birunthan Mohanathas
- [PATCH] clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- [PATCH] clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- r240907 - clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- r240908 - clang-format: Add missing members to FormatStyle::operator==
Birunthan Mohanathas
- r240909 - clang-format: Stop old options from overriding new options
Birunthan Mohanathas
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- [PATCH] Add scan-build python implementation
Laszlo Nagy
- [PATCH] Add scan-build python implementation
Laszlo Nagy
- r240715 - Display profile file name when emitting a file not found diagnostic.
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- [Patch][Clang/CodeGen] Fixes invalid shufflevector instruction
Pflanzer, Moritz
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Phabricator
- r240833 - Add a testcase for bitfield debug info.
Adrian Prantl
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- [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
- r240923 - Delete unused variables.
Frederic Riss
- r225956 - Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info location handling (and follow-up commits).
Frédéric Riss
- [PATCH] Omit 'nodebug' method from the class
Paul Robinson
- [PATCH] Omit 'nodebug' method from the class
Paul Robinson
- r240664 - Omit 'nodebug' methods from the class description.
Paul Robinson
- [PATCH] Omit 'nodebug' method from the class
Paul Robinson
- [PATCH] FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- [PATCH] FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- r240747 - FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- [PATCH] FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- [PATCH] FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- r240710 - This should actually fix the broken bots.
Jonathan Roelofs
- r240710 - This should actually fix the broken bots.
Jonathan Roelofs
- r240718 - Fix the test added in r240710.
Jonathan Roelofs
- r240710 - This should actually fix the broken bots.
Jonathan Roelofs
- r240185 - Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Jordan Rose
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Jordan Rose
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Jordan Rose
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Jordan Rose
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Jordan Rose
- r240801 - Avoid false positive/negative test results from line directive interference.NFC.
Chad Rosier
- [PATCH] Avoid false positive/negative test results from line directive interference
Chad Rosier
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Alexey Samsonov
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Alexey Samsonov
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Alexey Samsonov
- r240618 - [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+
Alexey Samsonov
- r240685 - [clang-fuzzer] Update clang-fuzzer to API change in r240225.
Alexey Samsonov
- [PATCH] [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
- r240716 - [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
- [PATCH] [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 1)
Bill Schmidt
- [libcxx] r240527 - Make support for thread-unsafe C functions optional.
Ed Schouten
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Ed Schouten
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Ed Schouten
- [libcxx] r240527 - Make support for thread-unsafe C functions optional.
Ed Schouten
- [libcxx] r240527 - Make support for thread-unsafe C functions optional.
Ed Schouten
- [PATCH] Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [PATCH] Make locale code compile on CloudABI.
Ed Schouten
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Derek Schuff
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- r240600 - Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- r240601 - update comment
Derek Schuff
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Derek Schuff
- [PATCH] Sphinx-based clang man pages
Sean Silva
- r240296 - Document the nullability attributes.
Sean Silva
- r240296 - Document the nullability attributes.
Sean Silva
- r240350 - [modules] When building a module, if there are multiple matches for a header
Sean Silva
- r240350 - [modules] When building a module, if there are multiple matches for a header
Sean Silva
- [PATCH] clang-format some of the files in lib/Driver. NFC
Sean Silva
- r240674 - Use more range-based for loops
Sean Silva
- r240720 - Remove `requires` for x86 CPU features.
Sean Silva
- [PATCH] Add missing modules/header - stage 1
Sean Silva
- r240607 - [ARM] The bits set in the variable HW_FP could get unset
Ranjeet Singh
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- Sema: 3.6.2 patch nomination: OpenCL ternaries
Richard Smith
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
Richard Smith
- r240313 - [modules] Include merged definition information in AST dumps.
Richard Smith
- [PATCH] Change some if/else chains to 'switch' statements. NFC
Richard Smith
- r240335 - [modules] Add a flag to disable the feature that permits conflicting redefinitions of internal-linkage symbols that are not visible.
Richard Smith
- r240350 - [modules] When building a module, if there are multiple matches for a header
Richard Smith
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
Richard Smith
- r240350 - [modules] When building a module, if there are multiple matches for a header
Richard Smith
- r240479 - Fix test failure if this value doesn't end up named %0.
Richard Smith
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Richard Smith
- [PATCH] Consolidate and unify initializer list deduction
Richard Smith
- [PATCH] Consolidate and unify initializer list deduction
Richard Smith
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Richard Smith
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Richard Smith
- r240691 - [modules] Fix findDirectiveAtLoc to not call a member function on a null pointer.
Richard Smith
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Richard Smith
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Richard Smith
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Richard Smith
- [PATCH] [Sema] Maintain ellipsis location when transforming lambda captures
Richard Smith
- r240700 - [modules] Properly merge visibility of class definitions that got merged while
Richard Smith
- r240653 - Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
Richard Smith
- [PATCH] [Sema] Union(s) cannot have virtual functions
Richard Smith
- r240146 - Introduce type nullability specifiers for C/C++.
Joerg Sonnenberger
- [libcxx] r240527 - Make support for thread-unsafe C functions optional.
Joerg Sonnenberger
- r240791 - clang-format some of the files in lib/Driver. NFC
Joerg Sonnenberger
- [PATCH] Fix for bug 22941, [asm inline] integer template parameter ...
Sunil Srivastava
- [PATCH] Fix for bug 22941, [asm inline] integer template parameter ...
Sunil Srivastava
- [PATCH] R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
- [PATCH] Add HSAIL support
Tom Stellard
- Sema: 3.6.2 patch nomination: OpenCL ternaries
Tom Stellard
- [libcxx] r240497 - Creating release directory for release_362.
Tom Stellard
- [libcxx] r240498 - Creating release candidate rc1 from release_362 branch
Tom Stellard
- [libcxxabi] r240499 - Creating release directory for release_362.
Tom Stellard
- [libcxxabi] r240500 - Creating release candidate rc1 from release_362 branch
Tom Stellard
- [libclc] r240552 - prepare-builtins: Fix build with LLVM 3.7
Tom Stellard
- [PATCH] Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Evgeniy Stepanov
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Evgeniy Stepanov
- [PATCH] Allow deque to handle incomplete types
Evgeniy Stepanov
- [PATCH] Fix printing of GCCAsmExprs with input or output arguments.
Nick Sumner
- r240441 - Ensure delayed typos have been corrected in calls to builtins before
Kaelyn Takata
- r240443 - Make the typo resolution in r240441 apply to all function calls.
Kaelyn Takata
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Kaelyn Takata
- r240734 - Fix a typo correction crash when resolving ambiguous corrections.
Kaelyn Takata
- r240387 - Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find.exe on newer version of Windows.
NAKAMURA Takumi
- r240391 - Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
- [Diffusion] rL240377: [OPENMP] Do not emit references to original variables in 'private' clause.
NAKAMURA Takumi
- r240872 - Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later.
NAKAMURA Takumi
- r240920 - Revert r240872, "Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later."
NAKAMURA Takumi
- [PATCH] Add missing modules/header - stage 1
John Thompson
- [PATCH] Consolidate and unify initializer list deduction
Hubert Tong
- [PATCH] Consolidate and unify initializer list deduction
Hubert Tong
- r240611 - [Concepts] Parsing of requires-clause in template-declaration
Hubert Tong
- r240612 - Consolidate and unify initializer list deduction
Hubert Tong
- [PATCH] C11 _Bool bitfield diagnostic
Hubert Tong
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Craig Topper
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Craig Topper
- [PATCH] Mark libm builtins as such.
Charlie Turner
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- [PATCH] Mark libm builtins as such.
Charlie Turner
- [PATCH] Mark libm builtins as such.
Charlie Turner
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Zachary Turner
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Zachary Turner
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Jan Voung
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Jan Voung
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Nico Weber
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Nico Weber
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Nico Weber
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Nico Weber
- r240741 - Add an inttypes.h wrapper that fixes up some macros in Microsoft mode.
Nico Weber
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Nico Weber
- r240743 - Add new file from r240741 to CMakeLists.txt.
Nico Weber
- [PATCH] clang-format: Support @autoreleasepool.
Nico Weber
- [PATCH] clang-format: Support @synchronized.
Nico Weber
- r240791 - clang-format some of the files in lib/Driver. NFC
Nico Weber
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
Nico Weber
- r240896 - clang-format: Support @autoreleasepool.
Nico Weber
- [PATCH] clang-format: Support @autoreleasepool.
Nico Weber
- [PATCH v2] Respect alignment when loading up a coerced function argument
Ulrich Weigand
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Hans Wennborg
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Hans Wennborg
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- [PATCH] Sphinx-based clang man pages
Andrew Wilkins
- r240462 - PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.
Bob Wilson
- r240463 - Improve error handling for PR22560.
Bob Wilson
- r240479 - Fix test failure if this value doesn't end up named %0.
Bob Wilson
- r240522 - Move the special-case check from r240462 into ARM-specific code.
Bob Wilson
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Bob Wilson
- r240821 - Add missing builtins to altivec.h for ABI compliance (vol. 1)
Jingyue Wu
- r240912 - [PPC] fixes typos in builtins-ppc-p8vector.c
Jingyue Wu
- [PATCH] Remove environment variables from driver tests
Steven Wu
- r240574 - Remove environment variables from driver tests
Steven Wu
- [PATCH] Remove environment variables from driver tests
Steven Wu
- [PATCH] Remove environment variables from driver tests
Steven Wu
- r240619 - Update darwin SDK version parsing to support OSX and simulator
Steven Wu
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
Maggie Yi
- [PATCH] [analyzer] Fix a crash by division by zero
Takeshi Yoshimura
- [PATCH] clarify ownership of BugReport objects
Anna Zaks
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Anna Zaks
- [PATCH] clarify ownership of BugReport objects
Anna Zaks
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Anna Zaks
- r240725 - [docs] Several updates to the Address Sanitizer webpage.
Anna Zaks
- [PATCH] Add scan-build python implementation
Anna Zaks
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anna Zaks
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anna Zaks
- r240800 - [static analyzer] Analyzer is skipping forward declared C/C++ functions
Anna Zaks
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Anna Zaks
- [PATCH] Add scan-build python implementation
Eugene Zelenko
- [PATCH] Add scan-build python implementation
Eugene Zelenko
- [PATCH] Add scan-build python implementation
Eugene Zelenko
- [PATCH] Add scan-build python implementation
Eugene Zelenko
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
hfinkel at anl.gov
- [PATCH] libunwind: Fix unw_getcontext() return value on AArch64.
kledzik at apple.com
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
strager
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
strager
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
strager
- [PATCH] clang-format: Support @synchronized.
strager
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев
Last message date:
Sun Jun 28 21:41:58 PDT 2015
Archived on: Tue Aug 4 15:32:15 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).