The Week Of Monday 11 April 2016 Archives by subject
Starting: Mon Apr 11 00:15:39 PDT 2016
Ending: Sun Apr 17 23:58:50 PDT 2016
Messages: 688
- [clang-tools-extra] r266044 - [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Matthias Gehre via cfe-commits
- [clang-tools-extra] r266181 - [clang-tidy] add_new_check.py should fail if check name starts with the module name
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r266190 - [clang-tidy] Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r266191 - Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r266265 - clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp: Add -fno-ms-compatibility.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r266265 - clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp: Add -fno-ms-compatibility.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r266333 - [clang-tidy] Fix documentation generation.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r266358 - Add support for type aliases to modernize-redundant-void-arg.cpp
Aaron Ballman via cfe-commits
- [clang-tools-extra] r266369 - [clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen via cfe-commits
- [clang-tools-extra] r266450 - [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r266451 - [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r266455 - [Release Notes] mention Clang-tidy misc-multiple-statement-macro check.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r266463 - [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r266511 - Add missing override keyword to silence -Winconsistent-missing-override. NFC
Craig Topper via cfe-commits
- [clang-tools-extra] r266518 - Replace hardcoded comment at 'lit.site.cfg.in'
Alex Denisov via cfe-commits
- [libclc] r266430 - prepare-builtins: Remove call to getGlobalContext()
Tom Stellard via cfe-commits
- [libcxx] r266209 - Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.
Marshall Clow via cfe-commits
- [libcxx] r266409 - [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Eric Fiselier via cfe-commits
- [libcxx] r266461 - Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier via cfe-commits
- [libcxx] r266491 - Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Eric Fiselier via cfe-commits
- [libcxx] r266498 - Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier via cfe-commits
- [libcxx] r266585 - Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier via cfe-commits
- [libcxx] r266586 - Add tests for LWG issue 2361
Eric Fiselier via cfe-commits
- [libcxx] r266587 - Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier via cfe-commits
- [libcxx] r266590 - Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier via cfe-commits
- [libcxx] r266591 - Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign implementations in unordered_map
Eric Fiselier via cfe-commits
- [libcxx] r266592 - Mark P0152R1 as complete.
Eric Fiselier via cfe-commits
- [patch] clang-cl: Remove -isystem, add -imsvc, expose -nostdlibinc
Nico Weber via cfe-commits
- [patch] clang-cl: Remove -isystem, add -imsvc, expose -nostdlibinc
Hans Wennborg via cfe-commits
- [patch] clang-cl: Remove -isystem, add -imsvc, expose -nostdlibinc
Nico Weber via cfe-commits
- [patch] clang-cl: Remove -isystem, add -imsvc, expose -nostdlibinc
Hans Wennborg via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Eric Fiselier via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
David Chisnall via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Fulvio Esposito via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
- [PATCH] D12502: [libcxx] Better constain tuples constructors -- Fix PR23256 and PR22806
Eric Fiselier via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D13610: [CodeGen] Fix CodeGenModule::CreateGlobalInitOrDestructFunction
Keno Fischer via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
George Burgess IV via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Sean Callanan via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Sean Callanan via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Sean Callanan via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Phabricator via cfe-commits
- [PATCH] D15031: CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre via cfe-commits
- [PATCH] D15032: [clang-tidy] new checker cppcoreguidelines-pro-lifetime
Aaron Ballman via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Nemanja Ivanovic via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Gábor Horváth via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Gábor Horváth via cfe-commits
- [PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.
Jonathan B Coe via cfe-commits
- [PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.
Sergey Kalinichev via cfe-commits
- [PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.
Jonathan B Coe via cfe-commits
- [PATCH] D15509: Suggest missing 'template' for dependent member templates
Nikola Smiljanić via cfe-commits
- [PATCH] D15509: Suggest missing 'template' for dependent member templates
Richard Smith via cfe-commits
- [PATCH] D15524: [GCC] Attribute ifunc support in clang
Dmitry Polukhin via cfe-commits
- [PATCH] D15524: [GCC] Attribute ifunc support in clang
Phabricator via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Anna Zaks via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
Ilia Gromov via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Richard Smith via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Richard Smith via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Richard Smith via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Eric Fiselier via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Eric Fiselier via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Eric Fiselier via cfe-commits
- [PATCH] D16791: unordered_map: Match emplace_hint logic when _LIBCPP_DEBUG, NFC
Eric Fiselier via cfe-commits
- [PATCH] D16792: unordered_map: Use __hash_table::__emplace_unique(), NFC
Eric Fiselier via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
Jérôme Duval via cfe-commits
- [PATCH] D17092: [X86] Add -mseparate-stack-seg
Michael LeMay via cfe-commits
- [PATCH] D17180: Fix failing python bindings test
Jonathan B Coe via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- [PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Eric Fiselier via cfe-commits
- [PATCH] D17412: PR19957: [OpenCL] incorrectly accepts implicit address space conversion with ternary operator
Yaxun Liu via cfe-commits
- [PATCH] D17469: [libcxx] Add deployment knobs to tests (for Apple platforms)
Marshall Clow via cfe-commits
- [PATCH] D17469: [libcxx] Add deployment knobs to tests (for Apple platforms)
Eric Fiselier via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Yaxun Liu via cfe-commits
- [PATCH] D17734: [libcxx] PR26777 Fix tests when built with CXX="ccache clang++"
Eric Fiselier via cfe-commits
- [PATCH] D17734: [libcxx] PR26777 Fix tests when built with CXX="ccache clang++"
don hinton via cfe-commits
- [PATCH] D17734: [libcxx] PR26777 Fix tests when built with CXX="ccache clang++"
Eric Fiselier via cfe-commits
- [PATCH] D17735: [libcxxabi] PR26778 Fix tests when CXX="ccache clang++"
don hinton via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D17993: [CodeGen] Apply 'nonnull' to 'this' pointer arguments.
Geoff Berry via cfe-commits
- [PATCH] D17993: [CodeGen] Apply 'nonnull' to 'this' pointer arguments.
John McCall via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Anna Zaks via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Aaron Ballman via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18115: [libcxx] unordered_set: Update test for unnecessary mallocs in insert, NFC
Eric Fiselier via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18217: [libcxx] Fix -Wdeprecated warnings
Marshall Clow via cfe-commits
- [PATCH] D18217: [libcxx] Fix -Wdeprecated warnings
don hinton via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Samuel Benzaquen via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Richard Smith via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18300: [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer
Alexander Kornienko via cfe-commits
- [PATCH] D18309: sourceRange function for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Xiuli PAN via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Xiuli PAN via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Tom Stellard via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18473: AMDGPU: Add test for generic builtin behavior
Matt Arsenault via cfe-commits
- [PATCH] D18473: AMDGPU: Add test for generic builtin behavior
Tom Stellard via cfe-commits
- [PATCH] D18473: AMDGPU: Add test for generic builtin behavior
Matt Arsenault via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Alexey Bataev via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Alexey Bataev via cfe-commits
- [PATCH] D18510: [cxx1z-constexpr-lambda] Make conversion function constexpr
Faisal Vali via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Daniel Jasper via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Daniel Jasper via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18567: Block: Fix a crash when we have type attributes or qualifiers with omitted return type.
Manman Ren via cfe-commits
- [PATCH] D18567: Block: Fix a crash when we have type attributes or qualifiers with omitted return type.
John McCall via cfe-commits
- [PATCH] D18567: Block: Fix a crash when we have type attributes or qualifiers with omitted return type.
Anastasia Stulova via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Aaron Ballman via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Aaron Ballman via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18595: MPI-Checker test helper
Anna Zaks via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Andrey Bokhanko via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Andrey Bokhanko via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Reid Kleckner via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Phabricator via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Andrey Bokhanko via cfe-commits
- [PATCH] D18617: Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar via cfe-commits
- [PATCH] D18617: Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Chandler Carruth via cfe-commits
- [PATCH] D18618: [ObjC] Pop all cleanups created in CodeGenFunction::EmitObjCForCollectionStmt
Akira Hatanaka via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
David Li via cfe-commits
- [PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Marshall Clow via cfe-commits
- [PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Eric Fiselier via cfe-commits
- [PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Eric Fiselier via cfe-commits
- [PATCH] D18652: [Inline asm] Correctly parse GCC-style asm line following MS-style asm line
Denis Zobnin via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
John McCall via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
Denis Zobnin via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18698: [C11] PR24451: Allow restrict _Atomic pointers
Denis Zobnin via cfe-commits
- [PATCH] D18698: [C11] PR24451: Allow restrict _Atomic pointers
Richard Smith via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Denis Zobnin via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [PATCH] D18713: [OpenCL] Generate bitcast when target address space does not change.
Yaxun Liu via cfe-commits
- [PATCH] D18745: [clang-tidy] Adds modernize-use-bool-literals check.
Jakub Staroń via cfe-commits
- [PATCH] D18748: [AMDGPU] Add debugger related target options
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D18748: [AMDGPU] Add debugger related target options
Matt Arsenault via cfe-commits
- [PATCH] D18748: [AMDGPU] Add debugger related target options
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D18766: [clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen via cfe-commits
- [PATCH] D18766: [clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen via cfe-commits
- [PATCH] D18766: [clang-tidy] Add check misc-multiple-statement-macro
Alexander Kornienko via cfe-commits
- [PATCH] D18766: [clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Alexander Kornienko via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Alexander Kornienko via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Arthur O'Dwyer via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Piotr Padlewski via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Dmitry Polukhin via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Aaron Ballman via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Renato Golin via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Dmitry Polukhin via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Hal Finkel via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Renato Golin via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Hal Finkel via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Richard Smith via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
John McCall via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Richard Smith via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Doug Gregor via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Vladimir Yakovlev via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Richard Smith via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Vladimir Yakovlev via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Ben Langmuir via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Richard Smith via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Ben Langmuir via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Ben Langmuir via cfe-commits
- [PATCH] D18849: [modules] Avoid module relocation error when building modules from VFS
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
James Y Knight via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
James Y Knight via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- [PATCH] D18876: NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- [PATCH] D18879: Lit C++11 Compatibility Patch #6
Charles Li via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Samuel Benzaquen via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Matthias Gehre via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Matthias Gehre via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Richard Smith via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Matthias Gehre via cfe-commits
- [PATCH] D18914: [clang-tidy] new readability-redundant-inline
Samuel Benzaquen via cfe-commits
- [PATCH] D18919: [Clang-tidy] Add check "modernize use using"
Krystyna via cfe-commits
- [PATCH] D18943: clang-format: [JS] do not insert semicolons after wrapped annotations.
Martin Probst via cfe-commits
- [PATCH] D18947: Emit the module hash by default with -flto=thin.
Mehdi AMINI via cfe-commits
- [PATCH] D18950: clang-format: [JS] Test for parameter annotations.
Martin Probst via cfe-commits
- [PATCH] D18950: clang-format: [JS] Test for parameter annotations.
Daniel Jasper via cfe-commits
- [PATCH] D18950: clang-format: [JS] Test for parameter annotations.
Martin Probst via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Reid Kleckner via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Richard Smith via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18956: [Sema] Fix assertion failure at vector comparison
Reid Kleckner via cfe-commits
- [PATCH] D18956: [Sema] Fix assertion failure at vector comparison
Richard Smith via cfe-commits
- [PATCH] D18957: clang-rename: add missing newline at the end of 'found name:'
Miklos Vajna via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
David Blaikie via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
David Blaikie via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Eugene Zelenko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Aaron Ballman via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alex Pilkiewicz via cfe-commits
- [PATCH] D18961: Add a readability-deleted-default clang-tidy check.
Alexander Kornienko via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Renato Golin via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Renato Golin via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Tim Northover via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Renato Golin via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Tim Northover via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Joerg Sonnenberger via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Aaron Ballman via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Aaron Ballman via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Aaron Ballman via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Joerg Sonnenberger via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Taewook Oh via cfe-commits
- [PATCH] D18970: Add functions in ctype.h to builtin function database
Joerg Sonnenberger via cfe-commits
- [PATCH] D18991: [ASTMatchers]: fix crash in hasReturnValue
Matthias Gehre via cfe-commits
- [PATCH] D18991: [ASTMatchers]: fix crash in hasReturnValue
Alexander Kornienko via cfe-commits
- [PATCH] D18991: [ASTMatchers]: fix crash in hasReturnValue
Alexander Kornienko via cfe-commits
- [PATCH] D18991: [ASTMatchers]: fix crash in hasReturnValue
Matthias Gehre via cfe-commits
- [PATCH] D18993: [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Matthias Gehre via cfe-commits
- [PATCH] D18993: [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Matt Kulukundis via cfe-commits
- [PATCH] D18993: [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Alexander Kornienko via cfe-commits
- [PATCH] D18993: [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Matthias Gehre via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Manman Ren via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Manman Ren via cfe-commits
- [PATCH] D18997: [SemaObjC] Properly diagnose type arguments and protocols mix in parameterized classes
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18998: [CodeGen] Explicitly widen non-power-of-2 vector HFA base types.
Ahmed Bougacha via cfe-commits
- [PATCH] D18998: [CodeGen] Explicitly widen non-power-of-2 vector HFA base types.
Ulrich Weigand via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Douglas Yung via cfe-commits
- [PATCH] D19006: [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Eric Fiselier via cfe-commits
- [PATCH] D19006: [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Eric Fiselier via cfe-commits
- [PATCH] D19006: [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Eric Fiselier via cfe-commits
- [PATCH] D19006: [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors
Eric Fiselier via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Alexander Kornienko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Alexander Kornienko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Alexander Kornienko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Alexander Kornienko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Alexander Kornienko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Eugene Zelenko via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Malcolm Parsons via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19014: [clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron via cfe-commits
- [PATCH] D19028: clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Ed Maste via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Ed Maste via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Ed Maste via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Davide Italiano via cfe-commits
- [PATCH] D19029: Always use --eh-frame-hdr on FreeBSD, even for -static
Davide Italiano via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Cameron via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Daniel Jasper via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Cameron via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Daniel Jasper via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Cameron via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Daniel Jasper via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Cameron via cfe-commits
- [PATCH] D19031: clang-format: Flexible line endings
Cameron via cfe-commits
- [PATCH] D19038: Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.
Michael Miller via cfe-commits
- [PATCH] D19038: Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.
Alexander Kornienko via cfe-commits
- [PATCH] D19038: Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.
Alexander Kornienko via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19056: [MSVC] Fix check for wchar_t type in case of -fno-wchar
Dmitry Polukhin via cfe-commits
- [PATCH] D19056: [MSVC] Fix check for wchar_t type in case of -fno-wchar
Reid Kleckner via cfe-commits
- [PATCH] D19056: [MSVC] Fix check for wchar_t type in case of -fno-wchar
Phabricator via cfe-commits
- [PATCH] D19056: [MSVC] Fix check for wchar_t type in case of -fno-wchar
Dmitry Polukhin via cfe-commits
- [PATCH] D19057: [analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev via cfe-commits
- [PATCH] D19058: clang-format: Pointer `*` is seen as multiplication in C-style casts
Maxime Beaulieu via cfe-commits
- [PATCH] D19058: clang-format: Pointer `*` is seen as multiplication in C-style casts
Daniel Jasper via cfe-commits
- [PATCH] D19058: clang-format: Pointer `*` is seen as multiplication in C-style casts
Maxime Beaulieu via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Samuel Benzaquen via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Piotr Padlewski via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19059: Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Taewook Oh via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Aaron Ballman via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Richard Smith via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Maxime Beaulieu via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Daniel Jasper via cfe-commits
- [PATCH] D19063: clang-format: Fixed line merging of more than two lines
Maxime Beaulieu via cfe-commits
- [PATCH] D19064: clang-format: Allow include of clangFormat.h in managed context
Maxime Beaulieu via cfe-commits
- [PATCH] D19064: clang-format: Allow include of clangFormat.h in managed context
Daniel Jasper via cfe-commits
- [PATCH] D19064: clang-format: Allow include of clangFormat.h in managed context
Maxime Beaulieu via cfe-commits
- [PATCH] D19064: clang-format: Allow include of clangFormat.h in managed context
Marianne Mailhot-Sarrasin via cfe-commits
- [PATCH] D19065: clang-format: Last line in incomplete block is indented incorrectly
Maxime Beaulieu via cfe-commits
- [PATCH] D19065: clang-format: Last line in incomplete block is indented incorrectly
Daniel Jasper via cfe-commits
- [PATCH] D19065: clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin via cfe-commits
- [PATCH] D19066: clang-format: `SpaceAfterTemplate` and `SpacesInBraces` options
Maxime Beaulieu via cfe-commits
- [PATCH] D19066: clang-format: `SpaceAfterTemplate` and `SpacesInBraces` options
Daniel Jasper via cfe-commits
- [PATCH] D19068: Lit C++11 Compatibility Patch #7
Charles Li via cfe-commits
- [PATCH] D19068: Lit C++11 Compatibility Patch #7
Phabricator via cfe-commits
- [PATCH] D19069: clang-format: Fixed various brace wrapping and block merging bugs
Maxime Beaulieu via cfe-commits
- [PATCH] D19069: clang-format: Fixed various brace wrapping and block merging bugs
Maxime Beaulieu via cfe-commits
- [PATCH] D19069: clang-format: Fixed various brace wrapping and block merging bugs
Daniel Jasper via cfe-commits
- [PATCH] D19069: clang-format: Fixed various brace wrapping and block merging bugs
Maxime Beaulieu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Alexey Bader via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Xiuli PAN via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Adrian Prantl via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Eric Christopher via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19074: [CUDA] removed unneeded __nvvm_reflect_anchor()
Artem Belevich via cfe-commits
- [PATCH] D19084: [clang-analyzer] fix warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Piotr Padlewski via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Nico Weber via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Piotr Padlewski via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Alexander Kornienko via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Daniel Jasper via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- [PATCH] D19108: [Sema] Fixed assert failure in template code analyzer
Eugene via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Aaron Ballman via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Aaron Ballman via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Aaron Ballman via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Clement Courbet via cfe-commits
- [PATCH] D19113: [ASTMatchers] Upgrading typedef matching to c++11
Aaron Ballman via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Clement Courbet via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Aaron Ballman via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Aaron Ballman via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Clement Courbet via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Clement Courbet via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Aaron Ballman via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Clement Courbet via cfe-commits
- [PATCH] D19117: [clang-tidy] Update RedundantVoidArgCheck to check for type aliases in addition to typedefs
Aaron Ballman via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Alexander Kornienko via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Eugene Zelenko via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
- [PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
- [PATCH] D19121: [clang-tidy] Fix documentation generation.
Etienne Bergeron via cfe-commits
- [PATCH] D19121: [clang-tidy] Fix documentation generation.
Etienne Bergeron via cfe-commits
- [PATCH] D19121: [clang-tidy] Fix documentation generation.
Alexander Kornienko via cfe-commits
- [PATCH] D19121: [clang-tidy] Fix documentation generation.
Etienne Bergeron via cfe-commits
- [PATCH] D19123: In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner via cfe-commits
- [PATCH] D19123: In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner via cfe-commits
- [PATCH] D19131: Lit C++11 Compatibility Patch #8
Charles Li via cfe-commits
- [PATCH] D19131: Lit C++11 Compatibility Patch #8
Charles Li via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Alexander Kornienko via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Samuel Benzaquen via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Samuel Benzaquen via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Aaron Ballman via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Alexander Kornienko via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Alexander Kornienko via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Alexander Kornienko via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Alexander Kornienko via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19156: [ms][dll] #27212: Generating of implicit special members should take into account MSVC compatibility version
Andrew V. Tischenko via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Marek Sokołowski via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Aaron Ballman via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Piotr Padlewski via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Piotr Padlewski via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Alexander Kornienko via cfe-commits
- [PATCH] D19165: [clang-tidy] Add modernize-increment-bool check.
Piotr Padlewski via cfe-commits
- [PATCH] D19170: [safestack] Link SafeStack runtime only when not using separate stack segment
Evgeniy Stepanov via cfe-commits
- [PATCH] D19170: [safestack] Link SafeStack runtime only when not using separate stack segment
Michael LeMay via cfe-commits
- [PATCH] D19170: [safestack] Link SafeStack runtime only when not using separate stack segment
Evgeniy Stepanov via cfe-commits
- [PATCH] D19170: [safestack] Link SafeStack runtime only when not using separate stack segment
Michael LeMay via cfe-commits
- [PATCH] D19170: [safestack] Link SafeStack runtime only when not using separate stack segment
Evgeniy Stepanov via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19180: [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- [PATCH] D19180: [CUDA] Raise an error if the CUDA install can't be found.
Artem Belevich via cfe-commits
- [PATCH] D19180: [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19184: Remove MaxFunctionCount module flag annotation
Easwaran Raman via cfe-commits
- [PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D19206: Add a test for "foo as bar" casts.
Martin Probst via cfe-commits
- [PATCH] D19206: Add a test for "foo as bar" casts.
Martin Probst via cfe-commits
- [PATCH] D9085: Fix tuple<A> to A conversion in SFINAE for tuple(_Up...) constructor
Eric Fiselier via cfe-commits
- [PATCH] RHEL: Look in more places to find g++ headers and runtime
Michael Lampe via cfe-commits
- Buildbot numbers for the week of 4/03/2016 - 4/09/2016
Galina Kistanova via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
Ben Langmuir via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
Yaron Keren via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
Ben Langmuir via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
Vassil Vassilev via cfe-commits
- r262817 - [CLANG][AVX512][BUILTIN] Adding vpmultishiftqb{128|256|512}
Chandler Carruth via cfe-commits
- r262817 - [CLANG][AVX512][BUILTIN] Adding vpmultishiftqb{128|256|512}
Demikhovsky, Elena via cfe-commits
- r265201 - [Objective-C] Introduce objc_runtime_visible attribute.
Aaron Ballman via cfe-commits
- r265783 - [OpenCL] Complete image types support.
Aleksey Bader via cfe-commits
- r265783 - [OpenCL] Complete image types support.
Vassil Vassilev via cfe-commits
- r265915 - [Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t}2var, vpermil{var}{ps|pd}{256|512} ) builtin to clang.
Michael Zuckerman via cfe-commits
- r265916 - clang-format: [JS] do not insert semicolons after wrapped annotations.
Martin Probst via cfe-commits
- r265917 - [GCC] Attribute ifunc support in clang
Dmitry Polukhin via cfe-commits
- r265918 - Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer via cfe-commits
- r265922 - clang-format: [JS] Test for parameter annotations.
Martin Probst via cfe-commits
- r265926 - Don't clutter the test directory with temporary IR files.
Benjamin Kramer via cfe-commits
- r265928 - [Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builtin to clang
Michael Zuckerman via cfe-commits
- r265934 - [clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer via cfe-commits
- r265934 - [clang-format] Walk backwards from end() instead of forwards from rend().
David Blaikie via cfe-commits
- r265934 - [clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer via cfe-commits
- r265934 - [clang-format] Walk backwards from end() instead of forwards from rend().
Martin Probst via cfe-commits
- r265934 - [clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer via cfe-commits
- r265935 - [Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512}, rndscale{ss|sd}, {scalef{ss|sd|pd512|ps512} ) builtin to clang
Michael Zuckerman via cfe-commits
- r265952 - [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtin
Michael Zuckerman via cfe-commits
- r265963 - Update getting started docs
Reid Kleckner via cfe-commits
- r265964 - [Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512, psllv{16si|8di}, psra{d|q}512, psrav{16si|8di}, pternlog{d|q}{128|256|512} ) builtin to clang
Michael Zuckerman via cfe-commits
- r265977 - Emit the module hash by default with -flto=thin.
Mehdi Amini via cfe-commits
- r265982 - Lit C++11 Compatibility Patch #6
Charles Li via cfe-commits
- r265991 - Adjust tests to have consistent integer sizes.
Richard Trieu via cfe-commits
- r265994 - libclang: fix two memory leaks (PR26292)
Hans Wennborg via cfe-commits
- r265994 - libclang: fix two memory leaks (PR26292)
David Blaikie via cfe-commits
- r265994 - libclang: fix two memory leaks (PR26292)
Hans Wennborg via cfe-commits
- r265994 - libclang: fix two memory leaks (PR26292)
David Blaikie via cfe-commits
- r266005 - Allow simultaneous safestack and stackprotector attributes.
Evgeniy Stepanov via cfe-commits
- r266005 - Allow simultaneous safestack and stackprotector attributes.
Robinson, Paul via cfe-commits
- r266005 - Allow simultaneous safestack and stackprotector attributes.
Evgenii Stepanov via cfe-commits
- r266031 - [analyzer] Fix assertion in ReturnVisitor for body-farm synthesized getters
Devin Coughlin via cfe-commits
- r266039 - Basic: fix profiling with GNU EABI
Saleem Abdulrasool via cfe-commits
- r266041 - [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev via cfe-commits
- r266043 - [ASTMatchers]: fix crash in hasReturnValue
Matthias Gehre via cfe-commits
- r266048 - [Clang][BuiltIn][avx512] Adding avx512 (shuf, sqrt{ss|sd}, rsqrt ) builtin to clang
Michael Zuckerman via cfe-commits
- r266052 - [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.
Alexey Bataev via cfe-commits
- r266056 - [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.
Alexey Bataev via cfe-commits
- r266057 - Remove unused diagnostics. NFC.
Benjamin Kramer via cfe-commits
- r266079 - Moving clang-test-depends into the Clang tests folder and moving vtables_blacklist into the Misc folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE.
Aaron Ballman via cfe-commits
- r266083 - Verify commit right by adding a blank line to test/CodeGenOpenCL/address-spaces-conversions.cl.
Yaxun Liu via cfe-commits
- r266089 - [FileManager] Don't crash if reading from stdin and stat(".") fails
David Majnemer via cfe-commits
- r266090 - clang-cl: Expose -nostdlibinc.
Nico Weber via cfe-commits
- r266091 - Revert 266090, needs more testing first.
Nico Weber via cfe-commits
- r266095 - Stricter checks in the stack-protector codegen test.
Evgeniy Stepanov via cfe-commits
- r266107 - [OpenCL] Handle AddressSpaceConversion when target address space does not change.
Yaxun Liu via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Nico Weber via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Ismail Donmez via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Nico Weber via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Ismail Donmez via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Nico Weber via cfe-commits
- r266108 - clang-cl: Remove -isystem, add -imsvc.
Ismail Donmez via cfe-commits
- r266109 - [analyzer] Nullability: Suppress return diagnostics in inlined functions.
Devin Coughlin via cfe-commits
- r266111 - PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ternary operator.
Yaxun Liu via cfe-commits
- r266113 - [modules] When an incompatible module file is explicitly provided for a module,
Richard Smith via cfe-commits
- r266116 - [modules] Extend r266113 to cope with submodules.
Richard Smith via cfe-commits
- r266117 - Pass -backend-option to LLVM when there is no target machine.
Yaxun Liu via cfe-commits
- r266122 - Add a couple of missing vsx load and store intrinsics.
Eric Christopher via cfe-commits
- r266123 - Always use --eh-frame-hdr on FreeBSD, even for -static
Ed Maste via cfe-commits
- r266127 - Add a fixme for an old patch I had lying around that I'm not going to finish any time so n
David Blaikie via cfe-commits
- r266133 - [AMDGPU] Add debugger related target options
Konstantin Zhuravlyov via cfe-commits
- r266146 - ObjC class properties: add diagnostics for unimplemented class properties.
Manman Ren via cfe-commits
- r266147 - [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt before
Akira Hatanaka via cfe-commits
- r266154 - clang/test/Driver/cl-options.c: Fix an expression to recognize dos r'\\'.
NAKAMURA Takumi via cfe-commits
- r266157 - [analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.
Devin Coughlin via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Richard Smith via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Sean Silva via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Nico Weber via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Nico Weber via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Richard Smith via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Richard Smith via cfe-commits
- r266160 - [modules] Refactor handling of cases where we write an offset to a prior record into the bitstream and simplify a little, in preparation for doing this in more cases.
Nico Weber via cfe-commits
- r266166 - [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st intrinsics and fix incorrect testcases with minor refactoring
Chuang-Yu Cheng via cfe-commits
- r266176 - [modules] Add some missing blockinfo records. No functionality change except to llvm-bcanalyzer output.
Richard Smith via cfe-commits
- r266177 - ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r266178 - constexpr -> const to appease MSVC bots.
Richard Smith via cfe-commits
- r266178 - constexpr -> const to appease MSVC bots.
Sean Silva via cfe-commits
- r266180 - [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader via cfe-commits
- r266182 - [clang-tidy] Disable misc-unused-parameters for clang.
Alexander Kornienko via cfe-commits
- r266184 - Try to use readability-identifier-naming check on Clang.
Alexander Kornienko via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nemanja Ivanovic via cfe-commits
- r266186 - Enable support for __float128 in Clang
Hans Wennborg via cfe-commits
- r266186 - Enable support for __float128 in Clang
Hal Finkel via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nico Weber via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nemanja Ivanovic via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nico Weber via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nemanja Ivanovic via cfe-commits
- r266186 - Enable support for __float128 in Clang
James Y Knight via cfe-commits
- r266186 - Enable support for __float128 in Clang
Nemanja Ivanovic via cfe-commits
- r266187 - [modules] Add OpenCLImageTypes.def to module map to fix the modules build.
Alexey Bader via cfe-commits
- r266188 - [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{128|256|512} and cvtmask2{b|d|q}{128|256|512} instruction set.
Michael Zuckerman via cfe-commits
- r266189 - Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.
Alexander Kornienko via cfe-commits
- r266195 - [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q instruction set
Michael Zuckerman via cfe-commits
- r266198 - [OPENMP 4.0] Fixed DSA analysis for taskloop directives.
Alexey Bataev via cfe-commits
- r266199 - Add functions declared in ctype.h to builtin function database. All functions are annotated with nothrow and pure attribute, which enables better optimization.
Aaron Ballman via cfe-commits
- r266201 - Reverting r266199; it causes build bot failures.
Aaron Ballman via cfe-commits
- r266202 - [Clang][AVX512][Builtin] Adding support to intrinsics of pmovs{d|q}{b|w|d}{128|256|512} instruction set
Michael Zuckerman via cfe-commits
- r266211 - ARM: make Darwin's "-arch armv7em" default to hard-float.
Tim Northover via cfe-commits
- r266212 - AArch64: allow 64-bit access to sysregs.
Tim Northover via cfe-commits
- r266213 - [OrderFiles] Don't allow lit to run dtrace multithreaded
Chris Bieneman via cfe-commits
- r266219 - [analyzer] Nullability: Suppress diagnostic on bind with cast.
Devin Coughlin via cfe-commits
- r266222 - Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_ptr and a dtor
David Blaikie via cfe-commits
- r266224 - libclang: Use early-return to reduce indentation.
David Blaikie via cfe-commits
- r266226 - Remove redundant null-check; NFC
Hubert Tong via cfe-commits
- r266233 - [VFS] Move default values to in-class member initialization. NFC
Bruno Cardoso Lopes via cfe-commits
- r266234 - [CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes via cfe-commits
- r266235 - [CrashReproducer] Add test to run the reproducer script + modules
Bruno Cardoso Lopes via cfe-commits
- r266239 - Lit C++11 Compatibility Patch #7
Charles Li via cfe-commits
- r266242 - Make sure CheckDestructor gets called on dllimported classes if the vtable is used (PR27319)
Hans Wennborg via cfe-commits
- r266245 - [SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes via cfe-commits
- r266254 - [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Richard Smith via cfe-commits
- r266254 - [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Nico Weber via cfe-commits
- r266254 - [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Richard Smith via cfe-commits
- r266263 - [CodeGen] Avoid ctor/dtor boilerplate with some C++11
Reid Kleckner via cfe-commits
- r266264 - ObjC kindof: order the methods in global pool relative to availability.
Manman Ren via cfe-commits
- r266266 - [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
Richard Smith via cfe-commits
- r266268 - Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko via cfe-commits
- r266269 - [modules] Store the location of the lexical update record in a decl update as
Richard Smith via cfe-commits
- r266276 - Do not use llvm:getGlobalContext() in unittests
Mehdi Amini via cfe-commits
- r266276 - Do not use llvm:getGlobalContext() in unittests
Rafael Espíndola via cfe-commits
- r266276 - Do not use llvm:getGlobalContext() in unittests
Mehdi Amini via cfe-commits
- r266277 - Make sure the LLVMContext outlive the CompilerInstance
Mehdi Amini via cfe-commits
- r266278 - [Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512} instruction set
Michael Zuckerman via cfe-commits
- r266280 - [Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{128|256|512} instruction set
Michael Zuckerman via cfe-commits
- r266287 - [MSVC] Fix check for wchar_t type in case of -fno-wchar
Dmitry Polukhin via cfe-commits
- r266290 - Reapply r258505 after r266254, this time with a comment to make it more sticky.
Nico Weber via cfe-commits
- r266292 - [ASTImporter] Implement some expression-related AST node import.
Artem Dergachev via cfe-commits
- r266293 - [analyzer] Make it possible to query the function name from a CallDescription.
Gabor Horvath via cfe-commits
- r266319 - clang-format: Allow include of clangFormat.h in managed context
Marianne Mailhot-Sarrasin via cfe-commits
- r266320 - clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin via cfe-commits
- r266321 - clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin via cfe-commits
- r266324 - Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.
Ismail Donmez via cfe-commits
- r266331 - Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasType() to match on TypedefNameDecl nodes.
Aaron Ballman via cfe-commits
- r266353 - Fix off-by-one error in worst-case number of offsets needed for an AST record.
Richard Smith via cfe-commits
- r266359 - Make this code less brittle. The benefits of a fixed-size array aren't worth the maintenance cost.
Richard Smith via cfe-commits
- r266366 - In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner via cfe-commits
- r266383 - AMDGPU: Add test for generic builtin behavior
Matt Arsenault via cfe-commits
- r266387 - Lit C++11 Compatibility Patch #8
Charles Li via cfe-commits
- r266395 - clang-cl: Make /link accept an optional joined argument.
Hans Wennborg via cfe-commits
- r266402 - clang-cl: Don't check for existence of linker inputs when /link is used
Hans Wennborg via cfe-commits
- r266415 - [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko via cfe-commits
- r266415 - [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Nico Weber via cfe-commits
- r266428 - Remove include duplicate. NFC.
Alexey Bader via cfe-commits
- r266431 - Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber via cfe-commits
- r266444 - ASTMatchers.h: Fix formatting. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r266445 - Update to match LLVM changes for PR27284.
Adrian Prantl via cfe-commits
- r266447 - Update testcase to new debug info metadata format.
Adrian Prantl via cfe-commits
- r266449 - Fix testcase for MSVC targets where the output ordering is different.
Adrian Prantl via cfe-commits
- r266460 - Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic via cfe-commits
- r266495 - Improve diagnostic for the case when a non-defined function-like macro is used
Richard Smith via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- r266501 - [modules] Don't expose *intrin.h headers that cannot be included standalone as
Richard Smith via cfe-commits
- r266516 - Replace hardcoded comment at 'lit.site.cfg.in'
Alex Denisov via cfe-commits
- r266525 - Add missing headers (fix build after headers cleanup in LLVM)
Mehdi Amini via cfe-commits
- r266556 - DebugInfo: Make DICompositeTypes distinct most of the time
Duncan P. N. Exon Smith via cfe-commits
- r266561 - Implement CWG 941 - explicit specializations of deleted function templates
Faisal Vali via cfe-commits
- r266561 - Implement CWG 941 - explicit specializations of deleted function templates
Richard Smith via cfe-commits
- r266574 - NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- r266575 - Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien via cfe-commits
Last message date:
Sun Apr 17 23:58:50 PDT 2016
Archived on: Mon Apr 18 00:02:04 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).