The Week Of Monday 28 March 2016 Archives by thread
Starting: Mon Mar 28 00:28:49 PDT 2016
Ending: Sun Apr 3 23:54:20 PDT 2016
Messages: 678
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Alexander Riccio via cfe-commits
- r263709 - clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
Daniel Jasper via cfe-commits
- r264569 - [OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev via cfe-commits
- r264570 - Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev via cfe-commits
- [PATCH] tools: Low hanging Python 3 compatibility fixes
Ville Skyttä via cfe-commits
- r264574 - [CLANG][avx512][BUILTIN] Adding fixupimm{pd|ps|sd|ss}
Michael Zuckerman via cfe-commits
- r264576 - [OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev via cfe-commits
- r264577 - Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev 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] D17002: [lanai] Add Lanai backend to clang driver
Jacques Pienaar via cfe-commits
- [PATCH] D17861: [OpenCL] Accept __attribute__((nosvm))
Aaron Ballman via cfe-commits
- [PATCH] D16962: clang-tidy: avoid std::bind
Aaron Ballman via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
Samuel Benzaquen via cfe-commits
- [PATCH] D18473: AMDGPU: Add test for generic builtin behavior
Tom Stellard via cfe-commits
- [PATCH] D18472: AMDGPU: Remove separate r600 double data layout
Tom Stellard via cfe-commits
- [PATCH] D18424: [Clang] Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes
Aaron Ballman via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Aaron Ballman via cfe-commits
- r264582 - Reduce size of DefinitionData from 120 to 96 bytes on Windows.
Nico Weber via cfe-commits
- [PATCH] D18300: [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer
Aaron Ballman via cfe-commits
- [PATCH] D18221: [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS
Aaron Ballman via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Aaron Ballman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Richard Smith via cfe-commits
- [PATCH] D18489: [PGO, clang] Comment how function pointers for indirect calls are mapped to function names
Adam Nemet via cfe-commits
- r264597 - Windows: Shrink sizeof(MacroInfo) from 256 to 248, MacroDirective 24 to 16
Nico Weber via cfe-commits
- [PATCH] D18304: [DarwinDriver] Increase the number of valid digits for ld version string
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18296: [Sema] Handle UTF-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- r264603 - Use VS2015 Project Support for Natvis to eliminate the need to manually install clang native visualizer
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- r264610 - Convert to Unix line endings due to previous commit error.
Mike Spertus via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- r264621 - This file was accidentally committed with bad line endings. Fixed...
Mike Spertus via cfe-commits
- r264642 - Paper over the Windows-only enum initialization test failure until the bug is fixed
Reid Kleckner via cfe-commits
- r264564 - P0138R2: Allow direct-list-initialization of an enumeration from an integral
Reid Kleckner via cfe-commits
- r264647 - [analyzer] Nullability: Don't warn along paths where null returned from non-null.
Devin Coughlin via cfe-commits
- r264651 - Update the description of Clang's MSVC compatibility flags
Reid Kleckner via cfe-commits
- r264655 - [lanai] Add Lanai backend to clang driver.
Jacques Pienaar via cfe-commits
- r264664 - [modules] If both a module file and a module map for the same module are
Richard Smith via cfe-commits
- r264669 - Improvements to the ASTImporter to support LLDB top-level Clang expressions.
Sean Callanan via cfe-commits
- [PATCH] D18479: [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte alignment on Darwin
Akira Hatanaka via cfe-commits
- [PATCH] D17378: Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Chandler Carruth via cfe-commits
- r264681 - [PGO] More comments how function pointers for indirect calls are mapped
Adam Nemet via cfe-commits
- r264687 - [analyzer] Use BodyFarm-synthesized body even when actual body available.
Devin Coughlin via cfe-commits
- [PATCH] D18533: Fixing PR26558: the adc builtins do not require the adx target attribute
Yunzhong Gao via cfe-commits
- [PATCH] D17407: [Sema] PR25755 Fix crash when initializing out-of-order struct references
don hinton via cfe-commits
- [PATCH] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D18363: Fix typo s/initalize/initialize/
Devin Coughlin via cfe-commits
- [PATCH] D18538: [Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
Justin Lebar via cfe-commits
- [PATCH] D18539: [CUDA] Add math forward declares.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Make unattributed constexpr functions (usually) implicitly host+device.
Justin Lebar via cfe-commits
- [clang-tools-extra] r264694 - [clang-tidy] Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D17482: [clang-tidy] Allow tests to verify changes made to header files
Richard via cfe-commits
- [PATCH] D18540: [Sema] Note when we've actually encountered a failure in ExprConstant, and take that into account when looking up objects.
George Burgess IV via cfe-commits
- r264700 - [OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Aleksei Sidorin via cfe-commits
- [PATCH] D7982: Add readability-duplicate-include check to clang-tidy
Richard via cfe-commits
- [PATCH] D18542: [OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin via cfe-commits
- r264709 - [OPENMP] Remove extra code transformation.
Alexey Bataev via cfe-commits
- r264710 - Visual Studio native visualizer for InjectedClassNameType
Mike Spertus via cfe-commits
- [PATCH] D18457: [clang-tidy] Add a new checker to detect missing comma in initializer list.
Dominik Szabó via cfe-commits
- r264714 - Visual Studio native visualization for TemplateParameterList and TemplateTypeParmDecl
Mike Spertus via cfe-commits
- r264715 - [OPENMP 4.5] Allow data members in 'aligned' clause.
Alexey Bataev via cfe-commits
- r264727 - Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga via cfe-commits
- [PATCH] D18274: [clang-tidy] Add boost module
Piotr Padlewski via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18396: Clang-tidy:modernize-use-override. Fix for __declspec attributes and const=0 without spacse
Robert Bolter via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Daniel Jasper via cfe-commits
- [PATCH] D17142: SystemZ: Check required features when handling builtins
Jonas Paulsson via cfe-commits
- [PATCH] D17412: PR19957: [OpenCL] incorrectly accepts implicit address space conversion with ternary operator
Anastasia Stulova via cfe-commits
- [PATCH] D17955: [OpenCL] Fix pipe builtin bugs
Anastasia Stulova via cfe-commits
- [PATCH] D18408: readability check for const params in declarations
Matt Kulukundis via cfe-commits
- r264737 - [AMDGPU] Switch linker to amdphdrs + update test
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D18253: [AMDGPU] Switch linker to amdphdrs + update test
Konstantin Zhuravlyov via cfe-commits
- [PATCH] D12192: Add clang support for AAP
Edward Jones via cfe-commits
- r264739 - [CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar via cfe-commits
- r264740 - [CUDA] Make CUDA description strings in langopts into noun phrases. NFC
Justin Lebar via cfe-commits
- r264741 - [CUDA] Fix order of overloading preferences in comment.
Justin Lebar via cfe-commits
- r264742 - [CUDA] Add missing #undef __DEVICE__ to CUDA shim header.
Justin Lebar via cfe-commits
- [PATCH] D18416: [CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar via cfe-commits
- r264745 - Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Anastasia Stulova via cfe-commits
- r264752 - [Sema] Handle UTF-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Ben Craig via cfe-commits
- [PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig via cfe-commits
- [PATCH] D17416: [libcxx] Reorganize locale extension fallbacks. NFCI
Ben Craig via cfe-commits
- r264757 - [Order Files] Fix order file usage
Chris Bieneman via cfe-commits
- [clang-tools-extra] r264759 - [clang-tidy] Add check to detect dangling references in value handlers.
Samuel Benzaquen via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Samuel Benzaquen via cfe-commits
- r264760 - Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.
Eric Liu via cfe-commits
- r264765 - [Sema] Attempt to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18565: Implement an "I'm dtrace, please retain all debug types" option.
Adrian Prantl 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
- r264774 - clang-cl: Silently ignore /d2FastFail flag.
Nico Weber via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Yaxun Liu via cfe-commits
- r264783 - [PGO] Move the instrumentation point closer to the value site.
Betul Buyukkurt via cfe-commits
- r264784 - [Sema] Attempt [2] to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- r264787 - Enable the SafeStack sanitizer on CloudABI by default.
Ed Schouten via cfe-commits
- r264788 - [Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- r264795 - [PGO] Test case fix for r264783
Betul Buyukkurt via cfe-commits
- [PATCH] D18557: [Clang][ARM] __va_list declaration is not saved in ASTContext causing compilation error or crash
Richard Smith via cfe-commits
- [PATCH] D18582: [Clang-tidy] Update release notes with list of checks added since 3.8
Eugene Zelenko via cfe-commits
- r264801 - Fixing PR26558: remove the adx target attribute requirement from adc builtins.
Yunzhong Gao via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D18210: [analyzer] Fix an assertion fail in hash generation.
Anna Zaks via cfe-commits
- [PATCH] D17253: Cleanup of analyzer scripts as suggested by pychecker and pep8
Anna Zaks via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Anna Zaks via cfe-commits
- r264808 - [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCollector. NFC
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18585: [CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes via cfe-commits
- r264071 - StaticAnalyzer: Avoid an unintentional copy
Justin Bogner via cfe-commits
- r264813 - [Driver] Quote clang full version in dwarf producer when invoking cc1as
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Alexey Bataev via cfe-commits
- [PATCH] D18470: [OPENMP] Remove unnecessary code generation of firstprivate clause for target directive in nvptx
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
Alexey Bataev via cfe-commits
- r264825 - [OpenCL] Fix pipe builtin bugs
Xiuli Pan via cfe-commits
- r264841 - For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D18430: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- r264851 - [analyzer] Fix an assertion fail in hash generation.
Gabor Horvath via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Balogh, Ádám via cfe-commits
- r264853 - [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- r264855 - [ASTMatchers] Existing matcher hasAnyArgument fixed
Gabor Horvath via cfe-commits
- [clang-tools-extra] r264856 - [clang-tidy] readability check for const params in declarations
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r264858 - [docs] Added 3.8 clang-tidy release notes, fixed formatting.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r264859 - [clang-tidy] Adjust dangling references check to ASTMatcher changes.
Gabor Horvath via cfe-commits
- [clang-tools-extra] r264862 - [clang-tidy] Fix MSVC build.
Alexander Kornienko via cfe-commits
- [PATCH] D15729: Load compiler plugins in ASTUnit, too
Stefan Kemnitz via cfe-commits
- [PATCH] D18338: AMDGPU: Add frexp_exp builtins
Tom Stellard via cfe-commits
- [PATCH] D18595: MPI-Checker test helper
Alexander Droste via cfe-commits
- r264868 - Prepare tests for change to emit Module SourceFileName to LLVM assembly
Teresa Johnson via cfe-commits
- [PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier
Andrey Bokhanko via cfe-commits
- r264873 - [SystemZ] Specify required features for builtins.
Jonas Paulsson via cfe-commits
- r264874 - [c-index-test] Delete dead function, NFC
Vedant Kumar via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Richard via cfe-commits
- [PATCH] D18608: note for top-level consts in function decls tidy
Matt Kulukundis via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D15031: CFG: Add CFGElement for automatic variables that leave the scope
Richard Smith via cfe-commits
- [PATCH] D18613: [PassManager] Make PassManagerBuilder::addExtension take an std::function, rather than a function pointer.
Justin Lebar via cfe-commits
- [PATCH] D18617: Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar via cfe-commits
- [PATCH] Canonicalize UnaryTransformType types when they don't have a known underlying type
Richard Smith via cfe-commits
- [PATCH] D18618: [ObjC] Pop all cleanups created in CodeGenFunction::EmitObjCForCollectionStmt
Akira Hatanaka via cfe-commits
- [PATCH] D17451: PR26448: [Sema] Fix determined type of ternary operator acting on two xvalue class types
Erik Pilkington via cfe-commits
- r264908 - [modules] Add a regression test for PR21547.
Vassil Vassilev via cfe-commits
- r264913 - [modules] Write out identifiers if the ID is local, too.
Vassil Vassilev via cfe-commits
- [PATCH] D18196: [CodeGen] Emit lifetime.end intrinsic after destructor call in landing pad
Akira Hatanaka via cfe-commits
- r264920 - [Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
Justin Lebar via cfe-commits
- [PATCH] D18509: clang-tidy: add_new_check.py stubs out release notes
Richard via cfe-commits
- r264930 - [Clang][ARM] __va_list declaration is not saved in ASTContext causing compilation error or crash
Oleg Ranevskyy via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- r264931 - AMDGPU: Remove separate r600 double data layout
Matt Arsenault via cfe-commits
- r264932 - Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". NFC.
Aaron Ballman via cfe-commits
- [PATCH] D18501: Fix <cmath> compilation on FreeBSD
Eric Fiselier via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS Part 1 -- path
Eric Fiselier via cfe-commits
- r264937 - Canonicalize UnaryTransformType types when they don't have a known underlying type.
Vassil Vassilev via cfe-commits
- r264939 - Add -emit-llvm-only to the regression test for PR21547.
Vassil Vassilev via cfe-commits
- r264940 - Fix Clang crash with template type diffing.
Richard Trieu via cfe-commits
- r264941 - Docs: keep copyright years up-to-date.
Paul Robinson via cfe-commits
- r264946 - Update copyright year to 2016.
Paul Robinson via cfe-commits
- [clang-tools-extra] r264947 - Update copyright year to 2016.
Paul Robinson via cfe-commits
- [libclc] r264949 - Update copyright year to 2016.
Paul Robinson via cfe-commits
- [libcxx] r264950 - Update copyright year to 2016.
Paul Robinson via cfe-commits
- [libcxxabi] r264952 - Update copyright year to 2016.
Paul Robinson via cfe-commits
- r264960 - AMDGPU: Add frexp_mant + frexp_exp builtins
Matt Arsenault via cfe-commits
- [PATCH] D18629: [CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.
Justin Lebar via cfe-commits
- r264963 - [CUDA] Add math forward declares to CUDA header wrapper.
Justin Lebar via cfe-commits
- r264964 - [CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar via cfe-commits
- r264965 - [CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.
Justin Lebar via cfe-commits
- r264967 - Fix deduction of __atomic_load's parameter types.
Eric Fiselier via cfe-commits
- r264969 - [CUDA] Add -disable-llvm-passes to CodeGenCUDA/link-device-bitcode.cu. NFC
Justin Lebar via cfe-commits
- r264970 - [VFS] Handle empty entries in directory traversal
Bruno Cardoso Lopes via cfe-commits
- r264971 - [CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of class scope.
Peter Collingbourne via cfe-commits
- r264975 - [Sema] Fix PR27122: ICE with enable_if+ill-formed call.
George Burgess IV via cfe-commits
- [libcxx] r264985 - Update container_test_types.h and cleanup the related tests
Eric Fiselier via cfe-commits
- [libcxx] r264986 - Teach __tree how to handle map's __value_type
Eric Fiselier via cfe-commits
- r264987 - [DarwinDriver] Increase the number of valid digits for ld64 version string.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18636: [PGO] Avoid instrumenting constants at value sites
Betul Buyukkurt via cfe-commits
- [libcxx] r264989 - Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier via cfe-commits
- [PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers
Eric Fiselier via cfe-commits
- r264991 - Fix -Wdynamic-class-memaccess to skip invalid classes.
Richard Trieu via cfe-commits
- r264997 - Visual Studio native visualization for clang::TemplateDecl
Mike Spertus via cfe-commits
- r264998 - [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte
Akira Hatanaka via cfe-commits
- [PATCH] D18639: Use __builtin_isnan/isinf/isfinite in complex
Hal Finkel via cfe-commits
- [PATCH] D17926: [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace.
Haojian Wu via cfe-commits
- r265003 - [OPENMP] Allow skip expression after comma in clauses with lists.
Alexey Bataev via cfe-commits
- r265004 - [OPENMP] Support dumping OpenMP specific constructs.
Alexey Bataev via cfe-commits
- r265006 - [OpenCL] Added nosvm attribute for OpenCL v2.0.
Anastasia Stulova via cfe-commits
- [PATCH] D18641: [PP] Handle #include_next after include found relative to current one same as GCC
Dmitry Polukhin via cfe-commits
- [clang-tools-extra] r265007 - note for top-level consts in function decls tidy
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r265008 - [docs] Fix a typo, change the style of the clang-tidy release notes a bit.
Alexander Kornienko via cfe-commits
- [PATCH] D18319: Add a PragmaHandler Registry for plugins to add PragmaHandlers to
John Brawn via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D18648: make __builtin_isfinite more efficient (PR27145)
Sanjay Patel via cfe-commits
- [PATCH] D18649: [clang-tidy] cppcoreguidelines-interfaces-global-init
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18651: [X86] Introduction of -march=lakemont
Andrey Turetskiy via cfe-commits
- [PATCH] D18652: [Inline asm] Correctly parse GCC-style asm line following MS-style asm line
Denis Zobnin via cfe-commits
- [PATCH] D18654: In C++11 it is undefined to shift into the sign bit
Filipe Cabecinhas via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
Denis Zobnin via cfe-commits
- [PATCH] D18653: [Sema] Diagnose template alias declaration in local class
Richard Smith via cfe-commits
- [clang-tools-extra] r265033 - [clang-tidy] Add a new checker to detect missing comma in initializer list.
Etienne Bergeron via cfe-commits
- r265035 - Fix the comment for the function added in r264998.
Akira Hatanaka via cfe-commits
- r265037 - [PGO] Avoid instrumenting constants at value sites
Betul Buyukkurt via cfe-commits
- r265038 - Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.
Tim Northover via cfe-commits
- [PATCH] D18671: [CUDA] Add --cuda-flush-denormals-to-zero.
Justin Lebar via cfe-commits
- r265042 - [index] Fix regression where ObjC method declarations may mistakenly get indexed as definition.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D18672: [NVPTX] Read __CUDA_FTZ from module flags in NVVMReflect.
Justin Lebar via cfe-commits
- [PATCH] D17933: Set MaxAtomicInlineWidth properly for i386, i486, and x86-64 cpus without cmpxchg16b.
James Y Knight via cfe-commits
- [clang-tools-extra] r265072 - Update release notes with list of checks added since 3.8.
Eugene Zelenko via cfe-commits
- r265078 - Adapt to LLVM API change in r265077.
Adrian Prantl via cfe-commits
- r265083 - [CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.
Justin Lebar via cfe-commits
- r265103 - [analyzer] Prefer accessor method in extension over category in CallEvent.
Devin Coughlin via cfe-commits
- r265104 - Visual Studio native visualizers for clang::TemplateSpecializationType
Mike Spertus via cfe-commits
- [clang-tools-extra] r265117 - [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace.
Haojian Wu via cfe-commits
- r265119 - Revert "[OPENMP] Allow skip expression after comma in clauses with lists."
Alexey Bataev via cfe-commits
- r265121 - [OPENMP 4.5] Allow data members as loop counters in loop-based
Alexey Bataev via cfe-commits
- r265123 - [OPENMP] Avoid useless recursive calls in getDSA if it is called in a loop, NFC
Dmitry Polukhin via cfe-commits
- r265125 - [Lexer] Don't read out of bounds if a conflict marker is at the end of a file
Benjamin Kramer via cfe-commits
- r265126 - [Lexer] Let the compiler infer string lengths. No functionality change intended.
Benjamin Kramer via cfe-commits
- r265127 - [OPENMP] Fixed documentation category for 'declare simd' attribute, NFC.
Alexey Bataev via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about whether a vardecl is local in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D18695: [clang-tidy] Reduce false-positive ratio in misc-suspicious-missing-comma check.
Etienne Bergeron via cfe-commits
- [PATCH] D18180: [clang-tidy] Add a check to detect static definitions in anonymous namespace.
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- r265146 - [OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrs
Anastasia Stulova via cfe-commits
- [PATCH] D18698: [C11] PR24451: Allow restrict _Atomic pointers
Denis Zobnin via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Denis Zobnin via cfe-commits
- r265162 - [CrashReproducer] Add -fmodule-cache-path to reproducer script
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- r265177 - Diagnose missing macro argument following charize operator.
Andy Gibbs via cfe-commits
- [RFC] [PATCH] Announcing new Clang Diagnostic Personalities
Chris Bieneman via cfe-commits
- [PATCH] D18709: Add copyright notice to modulemap files
Yunzhong Gao via cfe-commits
- [PATCH] D17963: [OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli via cfe-commits
- r265187 - Clean up a couple more preprocessor tests to use match-full-lines.
James Y Knight via cfe-commits
- [PATCH] D18713: [OpenCL] Generate bitcast when target address space does not change.
John McCall via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- r263191 - Preserve ExtParameterInfos into CGFunctionInfo.
Nico Weber via cfe-commits
- r265195 - [modules] Start moving the code for encoding AST records out of ASTWriter into
Richard Smith via cfe-commits
- r265197 - [CodeGen] Emit lifetime.end intrinsic after objects are destructed in
Akira Hatanaka via cfe-commits
- [PATCH] D18708: Set C99 as default C Standard for PS4 target
Yung, Douglas via cfe-commits
- [PATCH] D18717: [Clang-tidy] Improve checks documentation consistency
Eugene Zelenko via cfe-commits
- r265201 - [Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r265205 - [Clang-tidy] Improve checks documentation consistency.
Eugene Zelenko via cfe-commits
- [PATCH] D15332: new clang-tidy checker readability-non-const-parameter
Alexander Kornienko via cfe-commits
- [PATCH] D17043: Check that the result of a library call w/o side effects is used
Alexander Kornienko via cfe-commits
- [PATCH] D18191: [clang-tidy] Add check for function parameters that are const& to builtin types
Alexander Kornienko via cfe-commits
- [PATCH] D15032: [clang-tidy] new checker cppcoreguidelines-pro-lifetime
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r265210 - [clang-tidy] Update an example. NFC.
Alexander Kornienko via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
Alexander Kornienko via cfe-commits
- r265218 - [test] Don't use "UNSUPPORTED" in FileCheck prefixes
Greg Parker via cfe-commits
- r265238 - clang-cl: Don't skip i_group flags other than -include when building pchs.
Nico Weber via cfe-commits
- r265252 - [c-index-test] Fix leak in print_completion_result, NFC
Vedant Kumar via cfe-commits
- r265257 - Fix test case committed in r265197.
Akira Hatanaka via cfe-commits
- [scan-build] Fix reported logic error and api bugs
Apelete Seketeli via cfe-commits
- r259734 - Fix predefine for __NSConstantString struct type
Vassil Vassilev via cfe-commits
- [PATCH] D18747: [Support] Fix an invalid character escaping in string literal (unittest).
Etienne Bergeron via cfe-commits
- [PATCH] D18745: [clang-tidy] Adds misc-use-bool-literals check.
Eugene Zelenko via cfe-commits
- [PATCH] D17149: Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs via cfe-commits
- [PATCH] D18748: [AMDGPU] Add debugger related target options
Konstantin Zhuravlyov via cfe-commits
Last message date:
Sun Apr 3 23:54:20 PDT 2016
Archived on: Sun Apr 3 23:52:20 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).