The Week Of Monday 14 November 2016 Archives by author
Starting: Mon Nov 14 00:18:31 PST 2016
Ending: Sun Nov 20 19:45:38 PST 2016
Messages: 802
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- [PATCH] D22374: [analyzer] Copy and move constructors - ExprEngine extended for "almost trivial" copy and move constructors
Balogh, Ádám via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
- D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Blower, Melanie via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Aaron Ballman via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Aaron Ballman via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Aaron Ballman via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Aaron Ballman via cfe-commits
- [PATCH] D26118: [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Aaron Ballman via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Aaron Ballman via cfe-commits
- [PATCH] D26118: [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Aaron Ballman via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Aaron Ballman via cfe-commits
- [PATCH] D26540: [Sema] Accept and ignore the leaf attribute
Aaron Ballman via cfe-commits
- [PATCH] D26582: [clang-tidy] Handle template instantiations in modenize-use-default check
Aaron Ballman via cfe-commits
- [PATCH] Warning for main returning a bool.
Aaron Ballman via cfe-commits
- [PATCH] D26454: Implement no_sanitize_address for global vars
Aaron Ballman via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Aaron Ballman via cfe-commits
- [PATCH] D26582: [clang-tidy] Handle template instantiations in modenize-use-default check
Aaron Ballman via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Aaron Ballman via cfe-commits
- [PATCH] D26453: [clang-tidy] Remove duplicated check from move-constructor-init
Aaron Ballman via cfe-commits
- [PATCH] Warning for main returning a bool.
Aaron Ballman via cfe-commits
- [PATCH] Warning for main returning a bool.
Aaron Ballman via cfe-commits
- [PATCH] D23130: [Clang-tidy] Add a check for definitions in the global namespace.
Aaron Ballman via cfe-commits
- [PATCH] D26741: [clang-tidy] Changes to modernize-use-default check
Aaron Ballman via cfe-commits
- [PATCH] D26744: [clang-tidy] Fix identifier naming for initializer list member initializers.
Aaron Ballman via cfe-commits
- [PATCH] D26744: [clang-tidy] Fix identifier naming for initializer list member initializers.
Aaron Ballman via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Aaron Ballman via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Aaron Ballman via cfe-commits
- [PATCH] D26798: [docs] Remove doubled spaces
Aaron Ballman via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Aaron Ballman via cfe-commits
- [PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Aaron Ballman via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Aaron Ballman via cfe-commits
- [PATCH] D26807: Fix a comment for -fsave-optimization-record
Adam Nemet via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- r287357 - Fix a comment for -fsave-optimization-record
Adam Nemet via cfe-commits
- r287358 - LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- [PATCH] D26807: Fix a comment for -fsave-optimization-record
Adam Nemet via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Adam Nemet via cfe-commits
- r287134 - Fix PR31029 by attaching an artificial debug location to msabi thunks.
Adrian Prantl via cfe-commits
- r287139 - Add the missing FileCheck invocation to this testcase.
Adrian Prantl via cfe-commits
- r287141 - Relax testcase.
Adrian Prantl via cfe-commits
- [PATCH] D22997: [cxx1z-constexpr-lambda] Make conversion function constexpr, and teach the expression-evaluator to evaluate the static-invoker.
Akira Hatanaka via cfe-commits
- [PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed
Akira Hatanaka via cfe-commits
- [PATCH] D21099: [Sema] Teach -Wcast-align to look at the aligned attribute of the declared variables
Akira Hatanaka via cfe-commits
- [PATCH] D26808: [Sema] Don't allow applying address-of operator to a call to a function with __unknown_anytype return type
Akira Hatanaka via cfe-commits
- [PATCH] D21099: [Sema] Teach -Wcast-align to look at the aligned attribute of the declared variables
Akira Hatanaka via cfe-commits
- [PATCH] D21099: [Sema] Teach -Wcast-align to look at the aligned attribute of the declared variables
Akira Hatanaka via cfe-commits
- r287410 - [Sema] Don't allow applying address-of operator to a call to a function
Akira Hatanaka via cfe-commits
- [PATCH] D26808: [Sema] Don't allow applying address-of operator to a call to a function with __unknown_anytype return type
Akira Hatanaka via cfe-commits
- [PATCH] D26589: Add static analyzer checker for finding infinite recursion
Aleksei Sidorin via cfe-commits
- [PATCH] D26571: Clean up layout of ASTMerge tests
Aleksei Sidorin via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Aleksei Sidorin via cfe-commits
- [PATCH] D26571: Clean up layout of ASTMerge tests
Aleksei Sidorin via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Aleksei Sidorin via cfe-commits
- [PATCH] D26838: [analyzer] Enforce super-region classes for various memory regions through compile-time and run-time type checks.
Aleksei Sidorin via cfe-commits
- [PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Alex Lorenz via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Alex Lorenz via cfe-commits
- [PATCH] D26672: Avoid -Wshadow warnings for parameters that shadow fields in setter-like methods
Alex Lorenz via cfe-commits
- [PATCH] D26672: Avoid -Wshadow warnings for parameters that shadow fields in setter-like methods
Alex Lorenz via cfe-commits
- [PATCH] D26672: Avoid -Wshadow warnings for parameters that shadow fields in setter-like methods
Alex Lorenz via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Alex Lorenz via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Alex Lorenz via cfe-commits
- [PATCH] D26503: [Parser][ObjC] Improve diagnostics and recovery when C++ keywords are used as identifiers in Objective-C++
Alex Lorenz via cfe-commits
- [PATCH] D26503: [Parser][ObjC] Improve diagnostics and recovery when C++ keywords are used as identifiers in Objective-C++
Alex Lorenz via cfe-commits
- [PATCH] D21099: [Sema] Teach -Wcast-align to look at the aligned attribute of the declared variables
Alex Lorenz via cfe-commits
- [PATCH] D26849: [Sema] Set range end of constructors and destructors in template instantiations
Alex Lorenz via cfe-commits
- [PATCH] D21099: [Sema] Teach -Wcast-align to look at the aligned attribute of the declared variables
Alex Lorenz via cfe-commits
- [PATCH] D26839: [analyzer] An attempt to fix pr19539 - crashes on temporaries life-extended via members
Alexander Shaposhnikov via cfe-commits
- [PATCH] D26845: [analyzer] Fix crash on the access to a union's region.
Alexander Shaposhnikov via cfe-commits
- [PATCH] D26746: [OpenCL] Split PipeType into ReadPipe/WritePipe
Alexey Bader via cfe-commits
- r286944 - [OPENMP] Fixed codegen for 'omp cancel' construct.
Alexey Bataev via cfe-commits
- r286953 - [OPENMP] Fix for PR30632: Name mangling issue.
Alexey Bataev via cfe-commits
- r287025 - [OPENMP] Fix stack use after delete, NFC.
Alexey Bataev via cfe-commits
- r287227 - [OPENMP] Fixed codegen for 'omp cancel' construct.
Alexey Bataev via cfe-commits
- [PATCH] D22955: [MSVC] Improved late parsing of template functions.
Alexey Bataev via cfe-commits
- [PATCH] D26137: [clang-tidy] Add check name to YAML export
Alpha Abdoulaye via cfe-commits
- [PATCH] D26509: [OpenCL] Fix integer parameters of enqueue_kernel
Anastasia Stulova via cfe-commits
- r286836 - [OpenCL] Change to clk_event parameter in enqueue_kernel.
Anastasia Stulova via cfe-commits
- [PATCH] D26507: [OpenCL] Change to clk_event parameter in enqueue_kernel
Anastasia Stulova via cfe-commits
- [PATCH] D26509: [OpenCL] Fix integer parameters of enqueue_kernel
Anastasia Stulova via cfe-commits
- r286849 - [OpenCL] Fix for integer parameters of enqueue_kernel
Anastasia Stulova via cfe-commits
- [PATCH] D26509: [OpenCL] Fix integer parameters of enqueue_kernel
Anastasia Stulova via cfe-commits
- r286856 - Fix OpenCL test for buildbot by removing extra (erroneous) RUN line
Anastasia Stulova via cfe-commits
- [PATCH] D26735: [OpenCL] Disable && (address of label) GNU extension for OpenCL
Anastasia Stulova via cfe-commits
- [PATCH] D26746: [OpenCL] Split PipeType into ReadPipe/WritePipe
Anastasia Stulova via cfe-commits
- [PATCH] D26794: [OpenCL] Blocks are allowed to capture arrays in OpenCL 2.0 and higher.
Anastasia Stulova via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Anna Zaks via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Anna Zaks via cfe-commits
- [PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks via cfe-commits
- [PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks via cfe-commits
- r287175 - [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Anna Zaks via cfe-commits
- [PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Anna Zaks via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Anna Zaks via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Anton Bikineev via cfe-commits
- r287024 - [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgumentAsType to other kind of specializations.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D26774: [CUDA] Driver changes to support CUDA compilation on MacOS.
Artem Belevich via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Artem Dergachev via cfe-commits
- [PATCH] D26589: Add static analyzer checker for finding infinite recursion
Artem Dergachev via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Artem Dergachev via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Artem Dergachev via cfe-commits
- r287045 - [analyzer] NumberObjectConversion: Workaround for a linker error with modules.
Artem Dergachev via cfe-commits
- [PATCH] D26762: Add a method to obtain this SVal of a method that created given StackFrameCtx
Artem Dergachev via cfe-commits
- [PATCH] D26760: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Artem Dergachev via cfe-commits
- [PATCH] D26768: [analyzer] Improve VirtualCallChecker diagnostics and move out of alpha
Artem Dergachev via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Artem Dergachev via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Artem Dergachev via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Artem Dergachev via cfe-commits
- [PATCH] D26835: [analyzer] Minor fixes and improvements to debug.ExprInspection
Artem Dergachev via cfe-commits
- [PATCH] D26836: [analyzer] SValExplainer: Support ObjC ivars and __block variables.
Artem Dergachev via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Artem Dergachev via cfe-commits
- [PATCH] D26838: [analyzer] Enforce super-region classes for various memory regions through compile-time and run-time type checks.
Artem Dergachev via cfe-commits
- [PATCH] D26839: [analyzer] An attempt to fix pr19539 - crashes on temporaries life-extended via members
Artem Dergachev via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Artem Dergachev via cfe-commits
- [PATCH] D26839: [analyzer] An attempt to fix pr19539 - crashes on temporaries life-extended via members
Artem Dergachev via cfe-commits
- [PATCH] D26839: [analyzer] An attempt to fix pr19539 - crashes on temporaries life-extended via members
Artem Dergachev via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Artem Dergachev via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Artem Dergachev via cfe-commits
- [PATCH] D26845: [analyzer] Fix crash on the access to a union's region.
Artem Dergachev via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Artem Dergachev via cfe-commits
- [PATCH] D26760: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Artem Dergachev via cfe-commits
- [PATCH] D26589: Add static analyzer checker for finding infinite recursion
Artem Dergachev via cfe-commits
- [PATCH] D26760: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Artem Dergachev via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Arthur O'Dwyer via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Arthur O'Dwyer via cfe-commits
- [PATCH] D26458: Protect nested-exceptions tests under no-exceptions
Asiri Rathnayake via cfe-commits
- [PATCH] D26458: Protect nested-exceptions tests under no-exceptions
Asiri Rathnayake via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Ben Langmuir via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Ben Langmuir via cfe-commits
- r287005 - [Modules] Replace arrays with init lists.
Benjamin Kramer via cfe-commits
- [PATCH] D26745: [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections
Benjamin Kramer via cfe-commits
- [PATCH] D23130: [Clang-tidy] Add a check for definitions in the global namespace.
Benjamin Kramer via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Benjamin Kramer via cfe-commits
- r287128 - [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections
Benjamin Kramer via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287228 - [include-fixer] Refactor include fixer to be usable as a plugin
Benjamin Kramer via cfe-commits
- r287229 - Link include-fixer into libclang if clang-tools-extra is checked out.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r287230 - [include-fixer] Add a test for the full round trip through libclang and the plugin.
Benjamin Kramer via cfe-commits
- [PATCH] D26267: [Modules] Include builtins with #include instead of #import for ObjC
Bruno Cardoso Lopes via cfe-commits
- r287262 - [CrashReproducer][Darwin] Suggest attaching .crash diagnostic file
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25949: [Driver] Refactor distro detection & classification as a separate API
Bruno Cardoso Lopes via cfe-commits
- r287275 - [Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for Distro detection
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Cameron via cfe-commits
- r286973 - [clang-format] Fixed line merging of more than two lines
Cameron Desrochers via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Casey Carter via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Casey Carter via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Casey Carter via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Casey Carter via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
- [PATCH] D26674: [AArch64] Add driver tests for Qualcomm's Falkor CPU
Chad Rosier via cfe-commits
- r287037 - [AArch64] Add driver tests for Qualcomm's Falkor CPU.
Chad Rosier via cfe-commits
- [PATCH] D26674: [AArch64] Add driver tests for Qualcomm's Falkor CPU
Chad Rosier via cfe-commits
- [PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds
Chris Bieneman via cfe-commits
- [PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds
Chris Bieneman via cfe-commits
- [PATCH] D26654: [CMake] Add Fuchsia toolchain CMake cache files
Chris Bieneman via cfe-commits
- [PATCH] D26571: Clean up layout of ASTMerge tests
Chris Bieneman via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Chris Bieneman via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Chris Bieneman via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Chris Bieneman via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Chris Bieneman via cfe-commits
- r287366 - [CMake] Fixing variable names that were mistyped
Chris Bieneman via cfe-commits
- r287406 - [CMake] clang-offload-bundler depends on intrinsics_gen
Chris Bieneman via cfe-commits
- r287407 - [CMake] clang depends on intrinsics_gen
Chris Bieneman via cfe-commits
- r287463 - [CMake] Fixing clang standalone build
Chris Bieneman via cfe-commits
- [PATCH] D26686: [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with generic IR
Craig Topper via cfe-commits
- r287313 - [AVX-512] Replace masked 16-bit element variable shift builtins with new unmasked versions and selects.
Craig Topper via cfe-commits
- [PATCH] D26596: [RFC] Add _LIBCPP_NO_DISCARD and apply it to unique_ptr<T>::release()
David Blaikie via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
David Majnemer via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
David Majnemer via cfe-commits
- [PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
David Majnemer via cfe-commits
- [PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.
David Tarditi via cfe-commits
- [PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.
David Tarditi via cfe-commits
- r287518 - [XRay] Support AArch64 in Clang
Dean Michael Berris via cfe-commits
- [PATCH] D26415: [XRay] Support AArch64 in Clang
Dean Michael Berris via cfe-commits
- r286901 - [analyzer] Fix crash in NullabilityChecker calling block with too few arguments
Devin Coughlin via cfe-commits
- [PATCH] D26644: [analyzer] Rename assumeWithinInclusiveRange*()
Devin Coughlin via cfe-commits
- [PATCH] D26642: [analyzer] Minor optimization: avoid setting state if unchanged
Devin Coughlin via cfe-commits
- r287001 - [analyzer] Add check for when block is called with too few arguments.
Devin Coughlin via cfe-commits
- r287063 - [www] Update analyzer website for release of checker-279
Devin Coughlin via cfe-commits
- r287105 - [www] Fix spelling error in checker release notes.
Devin Coughlin via cfe-commits
- [PATCH] D26768: [analyzer] Improve VirtualCallChecker diagnostics and move out of alpha
Devin Coughlin via cfe-commits
- [PATCH] D26762: Add a method to obtain this SVal of a method that created given StackFrameCtx
Devin Coughlin via cfe-commits
- [PATCH] D26642: [analyzer] Minor optimizaiton: avoid setting state if unchanged
Dominic Chen via cfe-commits
- [PATCH] D26644: [analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen via cfe-commits
- r286925 - [analyzer] Minor optimization: avoid setting state if unchanged
Dominic Chen via cfe-commits
- [PATCH] D26642: [analyzer] Minor optimization: avoid setting state if unchanged
Dominic Chen via cfe-commits
- r286927 - [analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen via cfe-commits
- [PATCH] D26644: [analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen via cfe-commits
- [PATCH] D26644: [analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen via cfe-commits
- [PATCH] D26061: [analyzer] Refactor and simplify SimpleConstraintManager
Dominic Chen via cfe-commits
- [PATCH] D26691: [analyzer] Run clang-format and fix style
Dominic Chen via cfe-commits
- [PATCH] D26694: [analyzer] Drop explicit mention of range constraint solver
Dominic Chen via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen via cfe-commits
- r287380 - [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen via cfe-commits
- [PATCH] D26773: [analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen via cfe-commits
- [PATCH] D26454: Implement no_sanitize_address for global vars
Douglas Katzman via cfe-commits
- [PATCH] D26827: Make tests more robust with Release builds
Douglas Yung via cfe-commits
- [PATCH] D26735: [OpenCL] Disable && (address of label) GNU extension for OpenCL
Egor Churaev via cfe-commits
- [PATCH] D26794: [OpenCL] Blocks are allowed to capture arrays in OpenCL 2.0 and higher.
Egor Churaev via cfe-commits
- [PATCH] D26544: [PPC] support for arithmetic builtins in the FE
Ehsan Amiri via cfe-commits
- [PATCH] D26544: [PPC] support for arithmetic builtins in the FE
Ehsan Amiri via cfe-commits
- [PATCH] D26564: Use PIC relocation mode by default for PowerPC64 ELF
Ehsan Amiri via cfe-commits
- r287278 - Minor changes in x86 intrinsics headers; NFC
Ekaterina Romanova via cfe-commits
- r287295 - Add doxygen comments to fxsrintrin.h's intrinsics.
Ekaterina Romanova via cfe-commits
- r287317 - Add doxygen comments for lzcntintrin.h's intrinsics.
Ekaterina Romanova via cfe-commits
- r287436 - Doxygen comments for avxintrin.h.
Ekaterina Romanova via cfe-commits
- r287483 - Add doxygen comments to immintrin.h's intrinsics.
Ekaterina Romanova via cfe-commits
- [PATCH] D26596: [RFC] Add _LIBCPP_NO_DISCARD and apply it to `Container::empty()`, `unique_ptr<T>::release()`, and `Lockable::try_lock()`
Eric Fiselier via cfe-commits
- [PATCH] D26512: Protect std::ios tests under libcpp-no-exceptions
Eric Fiselier via cfe-commits
- [PATCH] D26458: Protect nested-exceptions tests under no-exceptions
Eric Fiselier via cfe-commits
- [PATCH] D26139: Tests for strings conversions under libcpp-no-exceptions
Eric Fiselier via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Eric Fiselier via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Eric Fiselier via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Eric Fiselier via cfe-commits
- [libcxx] r287020 - Add .clang-format to libc++
Eric Fiselier via cfe-commits
- [libcxx] r287080 - Fix non-reserved name usage
Eric Fiselier via cfe-commits
- [PATCH] D26744: [clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier via cfe-commits
- [libcxx] r287109 - Fix -verify tests for older ccache versions
Eric Fiselier via cfe-commits
- [PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Eric Fiselier via cfe-commits
- [PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Eric Fiselier via cfe-commits
- [clang-tools-extra] r287153 - [clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier via cfe-commits
- [PATCH] D26744: [clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier via cfe-commits
- [PATCH] D26744: [clang-tidy] Fix identifier naming for initializer list member initializers.
Eric Fiselier via cfe-commits
- [PATCH] D25654: [Sema] Don't perform aggregate initialization for types with explicit constructors
Eric Fiselier via cfe-commits
- [libcxx] r287249 - Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter
Eric Fiselier via cfe-commits
- [libcxx] r287250 - Implement P0504R0: Revisiting in-place tag types for any/optional/variant
Eric Fiselier via cfe-commits
- [libcxx] r287251 - Remove files missed in r287250
Eric Fiselier via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Eric Fiselier via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Eric Fiselier via cfe-commits
- [libcxx] r287255 - Workaround compilers w/o C++1z inline variables
Eric Fiselier via cfe-commits
- [PATCH] D25654: [Sema] Don't perform aggregate initialization for types with explicit constructors
Eric Fiselier via cfe-commits
- [libcxx] r287294 - Change sym_check to filter non-stdlib symbols.
Eric Fiselier via cfe-commits
- [PATCH] D26826: [libcxx] Implement locale.h to fix modules build
Eric Fiselier via cfe-commits
- [libcxx] r287301 - update Apples ABI list to ignore non-std symbols
Eric Fiselier via cfe-commits
- [PATCH] D26825: [libc++] Fix preprocessor guard for overload declaration
Eric Fiselier via cfe-commits
- [PATCH] D25654: [Sema] Don't perform aggregate initialization for types with explicit constructors
Eric Fiselier via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Eric Fiselier via cfe-commits
- [libcxx] r287321 - Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
Eric Fiselier via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Eric Fiselier via cfe-commits
- [PATCH] D26816: [libcxx] [test] Fix non-Standard assumptions when testing sample().
Eric Fiselier via cfe-commits
- [PATCH] D26812: [libcxx] [test] In random tests, use real static_asserts and silence a warning.
Eric Fiselier via cfe-commits
- [PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.
Eric Fiselier via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Eric Fiselier via cfe-commits
- [libcxxabi] r287327 - Rename TU names to not conflict with libc++.
Eric Fiselier via cfe-commits
- [libcxx] r287336 - Add merge_archives.py utility
Eric Fiselier via cfe-commits
- [libcxx] r287337 - Make merge_archives.py executable
Eric Fiselier via cfe-commits
- [PATCH] D26830: [libcxx] Add string_view literals
Eric Fiselier via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Eric Fiselier via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Eric Fiselier via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Eric Fiselier via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Eric Fiselier via cfe-commits
- [libcxx] r287373 - Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a
Eric Fiselier via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Eric Fiselier via cfe-commits
- [libcxx] r287388 - Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Michael Daniels.
Eric Fiselier via cfe-commits
- [PATCH] D26186: Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY
Eric Fiselier via cfe-commits
- [libcxx] r287413 - [libcxx] Implement locale.h to fix modules build
Eric Fiselier via cfe-commits
- [libcxx] r287417 - Mark test as unsupported in C++03
Eric Fiselier via cfe-commits
- [PATCH] D26826: [libcxx] Implement locale.h to fix modules build
Eric Fiselier via cfe-commits
- [libcxx] r287435 - Fix stdint/cstdint modules
Eric Fiselier via cfe-commits
- [PATCH] D26881: [libcxx] Remove CPlusPlus11 requirements from the module.modulemap
Eric Fiselier via cfe-commits
- [PATCH] D26885: [libcxx] Fix max_size() across all containers
Eric Fiselier via cfe-commits
- [libcxx] r287507 - Merge r286774 - Fixes PR30979
Eric Fiselier via cfe-commits
- [libcxx] r287512 - Adjust uses_alloc_types helpers for later changes
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [libcxx] r287513 - Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI
Eric Fiselier via cfe-commits
- [PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Eric Fiselier via cfe-commits
- [PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Eric Liu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Eric Liu via cfe-commits
- [PATCH] D26609: [clang-move] Fix an incorrect range for the functions whose returned value is a macro
Eric Liu via cfe-commits
- [PATCH] D26592: [change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu via cfe-commits
- [clang-tools-extra] r286873 - [change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu via cfe-commits
- [PATCH] D26592: [change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu via cfe-commits
- [PATCH] D26592: [change-namespace] consider typedef/using alias decls in the moved namespace.
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- r287008 - Add comments on how to print error retuned by tooling::Replacements::add().
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Eric Liu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [clang-tools-extra] r287118 - [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Eric Liu via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Eric Liu via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Eric Liu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Eric Liu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Eric Liu via cfe-commits
- [PATCH] D26853: Make llvm::Error generated from replacement interfaces more specific.
Eric Liu via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Erik Pilkington via cfe-commits
- [PATCH] D26893: [Sema] Fix assert on valid during template argument deduction
Erik Pilkington via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Eugene Zelenko via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Eugene Zelenko via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Eugene Zelenko via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Eugene Zelenko via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Eugene Zelenko via cfe-commits
- [PATCH] D22997: [cxx1z-constexpr-lambda] Make conversion function constexpr, and teach the expression-evaluator to evaluate the static-invoker.
Faisal Vali via cfe-commits
- [clang-tools-extra] r287107 - [clang-tidy] New check to prefer transparent functors to non-transparent ones.
Gabor Horvath via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Buildbot numbers for the week of 10/30/2016 - 11/05/2016
Galina Kistanova via cfe-commits
- Buildbot numbers for the week of 11/06/2016 - 11/12/2016
Galina Kistanova via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
Galina Kistanova via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
Galina Kistanova via cfe-commits
- r287154 - Use the member function location in enable_if diagnostics.
George Burgess IV via cfe-commits
- r287187 - [Sema] Fix a bug in enable_if condition instantiation.
George Burgess IV via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Gergely Angeli via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Gergely Angeli via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Gergely Angeli via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Gonzalo BG via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Gábor Horváth via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Gábor Horváth via cfe-commits
- [PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Gábor Horváth via cfe-commits
- [PATCH] Warning for main returning a bool.
Hal Finkel via cfe-commits
- [PATCH] Warning for main returning a bool.
Hal Finkel via cfe-commits
- [PATCH] D26807: Fix a comment for -fsave-optimization-record
Hal Finkel via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Hal Finkel via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Hans Wennborg via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Hans Wennborg via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Hans Wennborg via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Hans Wennborg via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Hans Wennborg via cfe-commits
- [PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
- [PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [clang-tools-extra] r286825 - [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
- [PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
- [PATCH] D26515: [clang-move] Abstract a ClassMather for matching class declarations.
Haojian Wu via cfe-commits
- [PATCH] D26609: [clang-move] Fix an incorrect range for the functions whose returned value is a macro
Haojian Wu via cfe-commits
- [clang-tools-extra] r286833 - [clang-move] Fix an incorrect range for the functions whose returned value is a macro
Haojian Wu via cfe-commits
- [PATCH] D26609: [clang-move] Fix an incorrect range for the functions whose returned value is a macro
Haojian Wu via cfe-commits
- [PATCH] D26592: [change-namespace] consider typedef/using alias decls in the moved namespace.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [clang-tools-extra] r286943 - [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [PATCH] D26493: [clang-move] Make the output code look more pretty.
Haojian Wu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Haojian Wu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Haojian Wu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Haojian Wu via cfe-commits
- [clang-tools-extra] r287101 - [clang-move] Support moving function.
Haojian Wu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Haojian Wu via cfe-commits
- [PATCH] D26665: [clang-move] Support moving function.
Haojian Wu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Haojian Wu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Haojian Wu via cfe-commits
- [PATCH] D26637: [change-namespace] handle constructor initializer: Derived : Base::Base() {} and added conflict detections
Haojian Wu via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Haojian Wu via cfe-commits
- [PATCH] D26751: [clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Haojian Wu via cfe-commits
- [PATCH] D21298: [Clang-tidy] delete null check
Haojian Wu via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Haojian Wu via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Haojian Wu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu via cfe-commits
- [clang-tools-extra] r287330 - [clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu via cfe-commits
- [PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Haojian Wu via cfe-commits
- [PATCH] D26882: Refactor how FunctionDecl handles constexpr:
Hubert Tong via cfe-commits
- [Patch] D26847: Fix Internal Compiler Error compiling Clang with the latest version of MSVC
Hugh Bellamy via cfe-commits
- [PATCH] D26847: Fix Internal Compiler Error compiling Clang with the latest version of MSVC
Hugh Bellamy via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- r287181 - Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Ivan Krasin via cfe-commits
- r287185 - Explicitly specify that ubsan-vtable-checks is x86-64.
Ivan Krasin via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Ivan Krasin via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Ivan Krasin via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Ivan Krasin via cfe-commits
- [PATCH] D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Joerg Sonnenberger via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Joey Gouly via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Joey Gouly via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Joey Gouly via cfe-commits
- r287100 - [OpenCL] Use the semantic spelling of the Access attribute, rather than a string.
Joey Gouly via cfe-commits
- [PATCH] D26668: [OpenCL] Minor cleanup to access attributes on images
Joey Gouly via cfe-commits
- [PATCH] D26746: [OpenCL] Split PipeType into ReadPipe/WritePipe
Joey Gouly via cfe-commits
- r287343 - [OpenCL] Introduce ReadPipeType and WritePipeType.
Joey Gouly via cfe-commits
- [PATCH] D26746: [OpenCL] Split PipeType into ReadPipe/WritePipe
Joey Gouly via cfe-commits
- r287291 - Forward ns_consumed delegate arguments with a move.
John McCall via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
John McCall via cfe-commits
- r287458 - Remove alignment from ctors/dtors lists in an attempt to placate LTO.
John McCall via cfe-commits
- r287437 - Introduce a helper class for building complex constant initializers. NFC.
John McCall via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Jonathan Roelofs via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Jonathan Roelofs via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [libcxx] r287012 - [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.
Justin Lebar via cfe-commits
- [libcxx] r287041 - [libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc.
Justin Lebar via cfe-commits
- [PATCH] D26776: [CUDA] Initialize our header search using the host triple.
Justin Lebar via cfe-commits
- [PATCH] D26777: [CUDA] Use the right section and constant names for fatbins when compiling for macos.
Justin Lebar via cfe-commits
- [PATCH] D26780: [CUDA] Wrapper header changes necessary to support MacOS.
Justin Lebar via cfe-commits
- [PATCH] D26774: [CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar via cfe-commits
- r287285 - [CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar via cfe-commits
- r287286 - [CUDA] Initialize our header search using the host triple.
Justin Lebar via cfe-commits
- r287287 - [CUDA] Use the right section and constant names for fatbins when compiling for macos.
Justin Lebar via cfe-commits
- r287288 - [CUDA] Wrapper header changes necessary to support MacOS.
Justin Lebar via cfe-commits
- [PATCH] D26774: [CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar via cfe-commits
- [PATCH] D26774: [CUDA] Driver changes to support CUDA compilation on MacOS.
Justin Lebar via cfe-commits
- [PATCH] D26776: [CUDA] Initialize our header search using the host triple.
Justin Lebar via cfe-commits
- [PATCH] D26777: [CUDA] Use the right section and constant names for fatbins when compiling for macos.
Justin Lebar via cfe-commits
- [PATCH] D26780: [CUDA] Wrapper header changes necessary to support MacOS.
Justin Lebar via cfe-commits
- r287292 - [CUDA] Attempt to fix test failures in cuda-macos-includes.cu.
Justin Lebar via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Kareem Khazem via cfe-commits
- [PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.
Kevin Hu via cfe-commits
- [PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Kevin Puetz via cfe-commits
- [PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Kevin Puetz via cfe-commits
- [PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Kevin Puetz via cfe-commits
- [PATCH] D25475: [analyzer] Add a new SVal to support pointer-to-member operations.
Kirill Romanenkov via cfe-commits
- [PATCH] D26544: [PPC] support for arithmetic builtins in the FE
Kit Barton via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Kit Barton via cfe-commits
- [PATCH] D26544: [PPC] support for arithmetic builtins in the FE
Kit Barton via cfe-commits
- [PATCH] D26863: [AMDGPU] Change frexp.exp builtin to return i16 for f16 input
Konstantin Zhuravlyov via cfe-commits
- r287390 - [AMDGPU] Change frexp.exp builtin to return i16 for f16 input
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D26863: [AMDGPU] Change frexp.exp builtin to return i16 for f16 input
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D26763: [compiler-rt] [asan] Use __SSE2__ (rather than __i686__...) for SSE2 test
Kostya Serebryany via cfe-commits
- [PATCH] D26589: Add static analyzer checker for finding infinite recursion
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26588: Add LocationContext to members of check::RegionChanges
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26760: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26762: Add a method to obtain this SVal of a method that created given StackFrameCtx
Krzysztof Wiśniewski via cfe-commits
- [PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Krzysztof Wiśniewski via cfe-commits
- r286898 - [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when building compiler-rt from clang/runtime/CMakeLists.txt
Kuba Brecka via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Malcolm Parsons via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Malcolm Parsons via cfe-commits
- [PATCH] D26118: [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r286990 - [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Malcolm Parsons via cfe-commits
- [PATCH] D26118: [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Malcolm Parsons via cfe-commits
- [PATCH] D26582: [clang-tidy] Handle template instantiations in modenize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26453: [clang-tidy] Remove duplicated check from move-constructor-init
Malcolm Parsons via cfe-commits
- [PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r287091 - [clang-tidy] Handle template instantiations in modenize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26582: [clang-tidy] Handle template instantiations in modenize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26582: [clang-tidy] Handle template instantiations in modenize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26741: [clang-tidy] Changes to modernize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26742: [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator
Malcolm Parsons via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Malcolm Parsons via cfe-commits
- [PATCH] D26751: [clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r287215 - [clang-tidy] Changes to modernize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26741: [clang-tidy] Changes to modernize-use-default check
Malcolm Parsons via cfe-commits
- [PATCH] D26751: [clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r287221 - [clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Malcolm Parsons via cfe-commits
- [PATCH] D26751: [clang-tidy] Ignore template instantiations in modernize-use-equals-delete check
Malcolm Parsons via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r287226 - [docs] Remove doubled spaces
Malcolm Parsons via cfe-commits
- [PATCH] D26798: [docs] Remove doubled spaces
Malcolm Parsons via cfe-commits
- [PATCH] D26798: [docs] Remove doubled spaces
Malcolm Parsons via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Malcolm Parsons via cfe-commits
- [PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons via cfe-commits
- r287241 - Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons via cfe-commits
- [PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons via cfe-commits
- r287258 - Fixes for r287241. Use placement new. Apply clang-format.
Malcolm Parsons via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Malcolm Parsons via cfe-commits
- [PATCH] D26849: [Sema] Set range end of constructors and destructors in template instantiations
Malcolm Parsons via cfe-commits
- [PATCH] D26847: Fix Internal Compiler Error compiling Clang with the latest version of MSVC
Malcolm Parsons via cfe-commits
- [PATCH] D26849: [Sema] Set range end of constructors and destructors in template instantiations
Malcolm Parsons via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Malcolm Parsons via cfe-commits
- [PATCH] D26750: [clang-tidy] Add modernize-use-default-member-init check
Malcolm Parsons via cfe-commits
- r286846 - [clang docs] Minor fix in ClangCheck.rst
Mandeep Singh Grang via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Manman Ren via cfe-commits
- [PATCH] D25916: Modules: emit an error instead of a random crash (or a misleading error) due to use-after-free.
Manman Ren via cfe-commits
- [PATCH] D26503: [Parser][ObjC] Improve diagnostics and recovery when C++ keywords are used as identifiers in Objective-C++
Manman Ren via cfe-commits
- r287244 - ObjC Module: try to make objc module deterministic.
Manman Ren via cfe-commits
- [PATCH] D26745: [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections
Manuel Klimek via cfe-commits
- [libcxx] r286828 - Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS issues and papers
Marshall Clow via cfe-commits
- [libcxx] r286834 - Update C++1z status with LFTS issues from Issaquah.
Marshall Clow via cfe-commits
- [libcxx] r286835 - Update C++1z status with LWG papers from Issaquah.
Marshall Clow via cfe-commits
- [libcxx] r286858 - Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah
Marshall Clow via cfe-commits
- [libcxx] r286864 - Implement P0510 'Make future_error Constructible' adopted in Issaquah
Marshall Clow via cfe-commits
- [libcxx] r286872 - Make one of the new tests fail correctly on pre-C++17 systems
Marshall Clow via cfe-commits
- [libcxx] r286883 - Missed a test with exceptions disabled earlier. Oops.
Marshall Clow via cfe-commits
- [libcxx] r286884 - P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests.
Marshall Clow via cfe-commits
- [libcxx] r286932 - Missed one of the try blocks the first time :-(. Thanks to Renato for the heads up.
Marshall Clow via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Marshall Clow via cfe-commits
- [PATCH] D26627: [libcxx] [test] Fix ordering assumptions in unordered container tests.
Marshall Clow via cfe-commits
- [PATCH] D26623: [libcxx] [test] Swapping non-equal non-POCS allocators is UB.
Marshall Clow via cfe-commits
- [PATCH] D26612: Protect std::string tests under libcpp-no-exceptions
Marshall Clow via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Marshall Clow via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Marshall Clow via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Marshall Clow via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Marshall Clow via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Marshall Clow via cfe-commits
- [PATCH] D26782: [libcxx] [test] Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant"
Marshall Clow via cfe-commits
- [PATCH] D26885: [libcxx] Fix max_size() across all containers
Marshall Clow via cfe-commits
- [PATCH] D26863: [AMDGPU] Change frexp.exp builtin to return i16 for f16 input
Matt Arsenault via cfe-commits
- [PATCH] D26800: [Sema] Make __attribute__((notnull)) inheritable through function parameters
Matt Bettinson via cfe-commits
- r287371 - Adapt to llvm NamedRegionTimer changes
Matthias Braun via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
Mayur Pandey via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
Mayur Pandey via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26664: [ObjC] Prevent infinite loops when iterating over redeclaration of a method that was declared in an invalid interface
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Mehdi AMINI via cfe-commits
- [PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Mehdi AMINI via cfe-commits
- [PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Mehdi AMINI via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Mehdi AMINI via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Mehdi AMINI via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Mehdi AMINI via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Mehdi AMINI via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Mehdi AMINI via cfe-commits
- [PATCH] D26833: LTO support for -fsave-optimization-record on Darwin
Mehdi AMINI via cfe-commits
- r287039 - Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Mehdi Amini via cfe-commits
- r287043 - Revert "Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks"
Mehdi Amini via cfe-commits
- r287085 - Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Mehdi Amini via cfe-commits
- r287449 - Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini via cfe-commits
- [PATCH] D26636: patch for llvm/clang bug 25965, suppress warning diagnostic on float-to-bool conversion when in condition context
Melanie Blower via cfe-commits
- [PATCH] D26186: Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY
Michael Daniels via cfe-commits
- [PATCH] D26110: Add a check for GCC to the _LIBCPP_EXPLICIT define
Michael Daniels via cfe-commits
- r286952 - [test] Correctly include build llvm_shlib_dir in stand-alone builds
Michal Gorny via cfe-commits
- [PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds
Michał Górny via cfe-commits
- [PATCH] D26115: [test] Correctly include build llvm_shlib_dir in stand-alone builds
Michał Górny via cfe-commits
- [PATCH] D26763: [compiler-rt] [asan] Use __SSE2__ (rather than __i686__...) for SSE2 test
Michał Górny via cfe-commits
- [PATCH] D26764: [compiler-rt] [cmake] Remove i686 target that is duplicate to i386
Michał Górny via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michał Górny via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michał Górny via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michał Górny via cfe-commits
- [PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michał Górny via cfe-commits
- [PATCH] D26763: [compiler-rt] [asan] Use __SSE2__ (rather than __i686__...) for SSE2 test
Michał Górny via cfe-commits
- [PATCH] D26763: [compiler-rt] [asan] Use __SSE2__ (rather than __i686__...) for SSE2 test
Michał Górny via cfe-commits
- [PATCH] D25949: [Driver] Refactor distro detection & classification as a separate API
Michał Górny via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for Distro detection
Michał Górny via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for Distro detection
Michał Górny via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for Distro detection
Michał Górny via cfe-commits
- [PATCH] D26887: [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)
Michał Górny via cfe-commits
- [PATCH] D25869: [Driver] Add unit tests for Distro detection
Michał Górny via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Michał Górny via cfe-commits
- [PATCH] D26900: [cmake] Obtain LLVM_CMAKE_PATH from llvm-config
Michał Górny via cfe-commits
- r286815 - Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64.
Neil Hickey via cfe-commits
- [PATCH] D24235: [OpenCL] Improve double literal handling
Neil Hickey via cfe-commits
- r286815 - Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64.
Neil Hickey via cfe-commits
- [PATCH] D24235: [OpenCL] Improve double literal handling
Neil Hickey via cfe-commits
- [PATCH] D24235: [OpenCL] Improve floating point literal handling
Neil Hickey via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Nico Weber via cfe-commits
- [PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files
Nikita Kakuev via cfe-commits
- [PATCH] D26464: [ARM] Fix sema check of ARM special register names
Oleg Ranevskyy via cfe-commits
- [PATCH] D26464: [ARM] Fix sema check of ARM special register names
Oleg Ranevskyy via cfe-commits
- [PATCH] D26464: [ARM] Fix sema check of ARM special register names
Oleg Ranevskyy via cfe-commits
- r287378 - [ARM] Fix sema check of ARM special register names
Oleg Ranevskyy via cfe-commits
- [PATCH] D26350: Keep invalid Switch in the AST
Olivier Goffart via cfe-commits
- [PATCH] D26465: [Diag] Optimize DiagnosticIDs::getDiagnosticSeverity
Olivier Goffart via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Paulo Matos via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Paulo Matos via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Paulo Matos via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Paulo Matos via cfe-commits
- [PATCH] D26843: Make sizeof expression context partially evaluated
Paulo Matos via cfe-commits
- r286819 - [OpenCL] always use SPIR address spaces for kernel_arg_addr_space MD
Pekka Jaaskelainen via cfe-commits
- r286821 - Fix r286819 (accidentally patched multiple times.
Pekka Jaaskelainen via cfe-commits
- r287112 - Add a little endian variant of TCE.
Pekka Jaaskelainen via cfe-commits
- r287115 - target-data test update for TCE and TCELE
Pekka Jaaskelainen via cfe-commits
- [PATCH] D26157: [OpenCL] always use SPIR address spaces for kernel_arg_addr_space MD
Pekka Jääskeläinen via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Peter Collingbourne via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Peter Collingbourne via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Peter Collingbourne via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Peter Collingbourne via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Peter Collingbourne via cfe-commits
- [PATCH] D26560: Add a test for vcall on a null ptr.
Peter Collingbourne via cfe-commits
- [PATCH] D26868: Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
Peter Collingbourne via cfe-commits
- r287411 - Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
Peter Collingbourne via cfe-commits
- [PATCH] D26868: Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
Peter Collingbourne via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26654: [CMake] Add Fuchsia toolchain CMake cache files
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- r287179 - [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26649: [CMake] Support lld with LTO bootstrap
Petr Hosek via cfe-commits
- [PATCH] D26745: [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections
Phabricator via cfe-commits
- [PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Phabricator via cfe-commits
- [PATCH] D26752: [include-fixer] Refactor include fixer to be usable as a plugin
Phabricator via cfe-commits
- [PATCH] D26742: [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator
Raphael Isemann via cfe-commits
- r287177 - Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Reid Kleckner via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Reid Kleckner via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Reid Kleckner via cfe-commits
- [PATCH] D22955: [MSVC] Improved late parsing of template functions.
Reid Kleckner via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Reid Kleckner via cfe-commits
- [PATCH] D26868: Sema: As of MSVC 2015, a user-declared move operation causes the deletion of both copy operations.
Reid Kleckner via cfe-commits
- r286818 - Revert "Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64."
Renato Golin via cfe-commits
- r286815 - Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64.
Renato Golin via cfe-commits
- [PATCH] D26464: [ARM] Fix sema check of ARM special register names
Renato Golin via cfe-commits
- [PATCH] D26464: [ARM] Fix sema check of ARM special register names
Renato Golin via cfe-commits
- [PATCH] D26667: Teach clang that 'sv' is a fine literal suffix
Richard Smith via cfe-commits
- r287057 - PR23281: Fix implementation of DR1891 to implement the intent: that is, a
Richard Smith via cfe-commits
- [PATCH] Warning for main returning a bool.
Richard Smith via cfe-commits
- r287066 - Outline evaluation of calls to builtins to avoid inflating stack usage for the
Richard Smith via cfe-commits
- r286699 - [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.
Richard Smith via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Richard Smith via cfe-commits
- [PATCH] D26559: Insert a type check before reading vtable.
Richard Smith via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Richard Smith via cfe-commits
- [PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Richard Smith via cfe-commits
- [PATCH] D26735: [OpenCL] Disable && (address of label) GNU extension for OpenCL
Richard Smith via cfe-commits
- [PATCH] D23325: [WIP] Binding of references to packed fields
Richard Smith via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Richard Smith via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Richard Smith via cfe-commits
- r287193 - Remove -Wsigned-enum-bitfield from -Wmost. On a wide set of ABIs, this warning
Richard Smith via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Richard Smith via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Richard Smith via cfe-commits
- r287241 - Use unique_ptr for cached tokens for default arguments in C++.
Richard Smith via cfe-commits
- [PATCH] D25654: [Sema] Don't perform aggregate initialization for types with explicit constructors
Richard Smith via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Richard Smith via cfe-commits
- [PATCH] D26826: [libcxx] Implement locale.h to fix modules build
Richard Smith via cfe-commits
- [PATCH] D26829: [clang] Allow lexer to handle string_view literals
Richard Smith via cfe-commits
- r286798 - Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26457: Protect smart-pointer tests under no exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r286809 - Protect smart-pointer tests under no exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26457: Protect smart-pointer tests under no exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r286812 - Update tests for strings conversions under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26139: Tests for strings conversions under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r286813 - Protect nested-exceptions tests under no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26458: Protect nested-exceptions tests under no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26512: Protect std::ios tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [libcxx] r286823 - Protect std::ios tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26512: Protect std::ios tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26606: Protect tests for std::uninitialized_{copy, fill} under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26608: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26612: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26612: Protect std::string tests under libcpp-no-exceptions
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23325: [WIP] Binding of references to packed fields
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23325: [WIP] Binding of references to packed fields
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23325: [WIP] Binding of references to packed fields
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D26735: [OpenCL] Disable && (address of label) GNU extension for OpenCL
Ronan Keryell via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Saleem Abdulrasool via cfe-commits
- r287238 - Sema: correct typo correction for ivars in @implementation
Saleem Abdulrasool via cfe-commits
- [libunwind] r287283 - EHABI: mark some functions as exported
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r287364 - __cxa_demangle: use default member initialization
Saleem Abdulrasool via cfe-commits
- [PATCH] D26774: [CUDA] Driver changes to support CUDA compilation on MacOS.
Samuel Antao via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Sasha Bermeister via cfe-commits
- [PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type
Sasha Bermeister via cfe-commits
- [PATCH] D26571: Clean up layout of ASTMerge tests
Sean Callanan via cfe-commits
- r287129 - Fixed layout of test/ASTMerge.
Sean Callanan via cfe-commits
- [PATCH] D26571: Clean up layout of ASTMerge tests
Sean Callanan via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Sean Callanan via cfe-commits
- [PATCH] D26808: [Sema] Don't allow applying address-of operator to a call to a function with __unknown_anytype return type
Sean Callanan via cfe-commits
- [PATCH] D26837: [analyzer] Litter the SVal/SymExpr/MemRegion class hierarchy with asserts.
Sean Eveson via cfe-commits
- r286830 - [PPC] add extract sig/exp test data class for vec float and vec double.
Sean Fertile via cfe-commits
- [PATCH] D26271: [PPC] add extract significand/ extract exponent/test data class for vector float and vector double -- clang portion
Sean Fertile via cfe-commits
- r286863 - [PPC] altivec.h functions for converting half precision to single precision.
Sean Fertile via cfe-commits
- [PATCH] D26534: [PPC] add altivec.h functions for converting a vector of half precision to a vector of single precision
Sean Fertile via cfe-commits
- [PATCH] D26546: [PPC] Add vec_insert4b/vec_extract4b to altivec.h
Sean Fertile via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Serge Pavlov via cfe-commits
- [PATCH] D26415: [XRay] Support AArch64 in Clang
Serge Rogatch via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [libcxx] r287164 - [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai via cfe-commits
- [PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai via cfe-commits
- [PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai via cfe-commits
- [PATCH] D26825: [libc++] Fix preprocessor guard for overload declaration
Shoaib Meenai via cfe-commits
- [libcxx] r287309 - [libc++] Fix preprocessor guard for overload declaration
Shoaib Meenai via cfe-commits
- [PATCH] D26825: [libc++] Fix preprocessor guard for overload declaration
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Shoaib Meenai via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Simon Dardis via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Simon Dardis via cfe-commits
- [PATCH] D20358: [Clang][AVX512][Intrinsics]Convert AVX non-temporal store builtins to LLVM-native IR.
Simon Pilgrim via cfe-commits
- [PATCH] D20359: [LLVM][AVX512][Intrinsics] Convert AVX non-temporal store builtins to LLVM-native IR.
Simon Pilgrim via cfe-commits
- r286996 - Fixed spelling in comments. NFCI.
Simon Pilgrim via cfe-commits
- [PATCH] D26686: [X86][AVX512] Replace lossless i32/u64 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- r287088 - [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D26686: [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with generic IR
Simon Pilgrim via cfe-commits
- r287114 - Remove duplicate condition (PR30648). NFCI.
Simon Pilgrim via cfe-commits
- r287335 - Wdocumentation fix
Simon Pilgrim via cfe-commits
- r287006 - [AMDGPU] Add wave barrier builtin
Stanislav Mekhanoshin via cfe-commits
- [libcxx] r286847 - [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
Stephan T. Lavavej via cfe-commits
- [PATCH] D26314: [libcxx] [test] Fix MSVC warning C4189 "local variable is initialized but not referenced".
Stephan T. Lavavej via cfe-commits
- [PATCH] D26623: [libcxx] [test] Swapping non-equal non-POCS allocators is UB.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26624: [libcxx] [test] Fix bucket_count() assumptions.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26625: [libcxx] [test] future_error::what() is implementation-defined.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26626: [libcxx] [test] Fix an improper assumption about Null Forward Iterators.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26627: [libcxx] [test] Fix ordering assumptions in unordered container tests.
Stephan T. Lavavej via cfe-commits
- [libcxx] r286982 - [libcxx] [test] D26624: Fix bucket_count() assumptions.
Stephan T. Lavavej via cfe-commits
- [libcxx] r286983 - [libcxx] [test] D26625: future_error::what() is implementation-defined.
Stephan T. Lavavej via cfe-commits
- [libcxx] r286984 - [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26624: [libcxx] [test] Fix bucket_count() assumptions.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26625: [libcxx] [test] future_error::what() is implementation-defined.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26627: [libcxx] [test] Fix ordering assumptions in unordered container tests.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26812: [libcxx] [test] In random tests, use real static_asserts and silence a warning.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26813: [libcxx] [test] allocator<const T> is non-Standard.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26815: [libcxx] [test] Fix an assumption about the state of moved-from std::functions.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26816: [libcxx] [test] Fix non-Standard assumptions when testing sample().
Stephan T. Lavavej via cfe-commits
- [libcxx] r287381 - [libcxx] [test] D26813: allocator<const T> is non-Standard.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287382 - [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::functions.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287383 - [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample().
Stephan T. Lavavej via cfe-commits
- [PATCH] D26816: [libcxx] [test] Fix non-Standard assumptions when testing sample().
Stephan T. Lavavej via cfe-commits
- [PATCH] D26813: [libcxx] [test] allocator<const T> is non-Standard.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26815: [libcxx] [test] Fix an assumption about the state of moved-from std::functions.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26816: [libcxx] [test] Fix non-Standard assumptions when testing sample().
Stephan T. Lavavej via cfe-commits
- [PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.
Stephan T. Lavavej via cfe-commits
- [libcxx] r287391 - [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26812: [libcxx] [test] In random tests, use real static_asserts and silence a warning.
Stephan T. Lavavej via cfe-commits
- [PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.
Stephan T. Lavavej via cfe-commits
- r286815 - Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64.
Stephen Canon via cfe-commits
- r286815 - Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64.
Stephen Canon via cfe-commits
- [PATCH] D24933: Enable configuration files in clang
Stephen Hines via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu via cfe-commits
- r287084 - [Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu via cfe-commits
- [PATCH] D26690: [Driver] Infer the correct option to ld64 for -fembed-bitcode
Steven Wu via cfe-commits
- r286842 - Fix the unit test darwin-multiarch-arm.c for windows
Sumanth Gundapaneni via cfe-commits
- [PATCH] D24235: [OpenCL] Improve double literal handling
Sven van Haastregt via cfe-commits
- [PATCH] D24235: [OpenCL] Improve floating point literal handling
Sven van Haastregt via cfe-commits
- [PATCH] D26234: [Frontend] Add a predefined macro that describes the Objective-C bool type
Tim Northover via cfe-commits
- [libclc] r286839 - Fix build since r286752.
Tom Stellard via cfe-commits
- r286971 - [PowerPC] Implement BE VSX load/store builtins - clang portion.
Tony Jiang via cfe-commits
- r286748 - Fix PR28366: Handle variables from enclosing local scopes more gracefully during constant expression evaluation.
Vedant Kumar via cfe-commits
- r286748 - Fix PR28366: Handle variables from enclosing local scopes more gracefully during constant expression evaluation.
Vedant Kumar via cfe-commits
- [libcxx] r287004 - Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests."
Vedant Kumar via cfe-commits
- r286699 - [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.
Vedant Kumar via cfe-commits
- r286699 - [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.
Vedant Kumar via cfe-commits
- [PATCH] D26695: Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."
Vitaly Buka via cfe-commits
- [PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Vitaly Buka via cfe-commits
- r287025 - [OPENMP] Fix stack use after delete, NFC.
Vitaly Buka via cfe-commits
- r287069 - Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."
Vitaly Buka via cfe-commits
- [PATCH] D26720: Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."
Vitaly Buka via cfe-commits
- [PATCH] D26720: Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."
Vitaly Buka via cfe-commits
- r287025 - [OPENMP] Fix stack use after delete, NFC.
Vitaly Buka via cfe-commits
- [PATCH] D22955: [MSVC] Improved late parsing of template functions.
Will Wilson via cfe-commits
- r287102 - Rangify for loop, NFC.
Yaron Keren via cfe-commits
- r287138 - Rangify for loops, NFC.
Yaron Keren via cfe-commits
- [PATCH] D26509: [OpenCL] Fix integer parameters of enqueue_kernel
Yaxun Liu via cfe-commits
- r286977 - test commmit
Zaara Syeda via cfe-commits
- r286994 - vector load store with length (left justified) clang portion
Zaara Syeda via cfe-commits
- [PATCH] D26258: [AVX512][clang] Amending vpmultishiftqb
coby via cfe-commits
- [PATCH] D26587: [X86][AVX512][InlineASM][MS][clang] (I|G)CC Memory adjustments compatibility
coby via cfe-commits
- [PATCH] D26858: [AArch64] Don't constrain the assembler when using -mgeneral-regs-only
silviu.baranga at arm.com via cfe-commits
- [PATCH] D26858: [AArch64] Don't constrain the assembler when using -mgeneral-regs-only
silviu.baranga at arm.com via cfe-commits
Last message date:
Sun Nov 20 19:45:38 PST 2016
Archived on: Sun Nov 20 19:43:12 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).