The Week Of Monday 26 October 2015 Archives by thread
      
      Starting: Mon Oct 26 02:57:00 PDT 2015
         Ending: Sun Nov  1 22:22:42 PST 2015
         Messages: 371
     
- [clang-tools-extra] r251279 - Drop dead return after llvm_unreachable. NFC.
 
Benjamin Kramer via cfe-commits
 - r251284 - clang-format: Fix false positive in cast detection.
 
Daniel Jasper via cfe-commits
 - [PATCH] D14052: clang-format: Format std::function template parameter consistently inside function
 
Daniel Jasper via cfe-commits
 - Getting fully qualified names of random qualtypes
 
Benjamin Kramer via cfe-commits
 - r251289 - [analyzer] Fixed a rare crash when analyzing lambda functions.
 
Gabor Horvath via cfe-commits
 - Porting Clang to a new architecture
 
Ariel Arelovich via cfe-commits
 - [PATCH] D14030: Use linker option to reference profile runtime hook (Linux)
 
Vedant Kumar via cfe-commits
 - [PATCH] D14014: Checker of proper vfork usage
 
Yury Gribov via cfe-commits
 - [PATCH] D13802: [OPENMP] Make -fopenmp to turn on OpenMP support by default.
 
Hans Wennborg via cfe-commits
 - [PATCH] D12358: [Analyzer] Widening loops which do not exit
 
Sean Eveson via cfe-commits
 - r251312 - [analyzer] ccc-analyzer: Fix -isystem value passing.
 
Devin Coughlin via cfe-commits
 - [PATCH] D13800: ccc-analyzer: Fix -isystem value passing
 
Devin Coughlin via cfe-commits
 - [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
 
Alexander Droste via cfe-commits
 - r251313 - [analyzer] Added a missing test case for r251289.
 
Gabor Horvath via cfe-commits
 - [PATCH] D13640: [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
 
Samuel Benzaquen via cfe-commits
 - [PATCH] D14049: clang-tidy/add_new_check.py: Adapt to use %check_clang_tidy in tests
 
Samuel Benzaquen via cfe-commits
 - [PATCH] D13731: [RFC][Analyzer] Supporting function attributes in .model files.
 
pierre gousseau via cfe-commits
 - [libcxx] r251334 - Fix test suite configuration. Sorry Marshall
 
Eric Fiselier via cfe-commits
 - r251335 - MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
 
Ismail Pazarbasi via cfe-commits
 - [PATCH] D9898: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
 
Ismail Pazarbasi via cfe-commits
 - [PATCH] D7639: Add readability-redundant-void-arg check to clang-tidy
 
Samuel Benzaquen via cfe-commits
 - [PATCH] D13969: Tweak how -Wunused-value interacts with macros
 
Nico Weber via cfe-commits
 - [PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
 
John McCall via cfe-commits
 - [clang-tools-extra] r251355 - clang-tidy/add_new_check.py: Adapt to use %check_clang_tidy in tests
 
Matthias Gehre via cfe-commits
 - [clang-tools-extra] r251358 - [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
 
Matthias Gehre via cfe-commits
 - [PATCH] D14096: [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
 
Matthias Gehre via cfe-commits
 - r251371 - Use early exits to reduce indentation.
 
Eric Christopher via cfe-commits
 - [PATCH] D12382: Extend linux header search to find libc++ headers in c++/vN for any N.
 
Evgeniy Stepanov via cfe-commits
 - [PATCH] D14104: clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
 
Daniel Jasper via cfe-commits
 - [PATCH] D14105: clang-format: When a line is formatted, also format subsequence lines if their indent is off.
 
Daniel Jasper via cfe-commits
 - [PATCH] D12922: Add support for function attribute "notail"
 
Akira Hatanaka via cfe-commits
 - r251384 - Be more conservative about diagnosing "incorrect" uses of __weak:
 
John McCall via cfe-commits
 - r251385 - Create undef reference to profile hook symbol
 
Xinliang David Li via cfe-commits
 - r251387 - [coroutines] Creation of promise object, lookup of operator co_await, building
 
Richard Smith via cfe-commits
 - r251388 - Handle target builtin options that are all required rather than
 
Eric Christopher via cfe-commits
 - r251391 - Work around incomplete list initialization support in older MSVC.
 
Richard Smith via cfe-commits
 - r251396 - Access the right triple field for IAMCU.
 
Michael Kuperstein via cfe-commits
 - r251397 - Properly clear current coroutine promise on FunctionScopeInfo reuse. Should
 
Richard Smith via cfe-commits
 - [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
 
Will Wilson via cfe-commits
 - r251404 - [analyzer] Fix another crash when analyzing lambda functions.
 
Gabor Horvath via cfe-commits
 - r251405 - clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
 
Daniel Jasper via cfe-commits
 - [PATCH] D10802: [mips] Interrupt attribute support.
 
Simon Dardis via cfe-commits
 - r251406 - clang-format: Undo unwanted format change done in r251405.
 
Daniel Jasper via cfe-commits
 - r251407 - [analyzer] Fix lambdas that are capturing constants.
 
Gabor Horvath via cfe-commits
 - [PATCH] D14119: [libcxxabi] Correctly align fallback heap
 
Oliver Stannard via cfe-commits
 - [Diffusion] rL248426: Support linking against OpenMP runtime on NetBSD.
 
Tom Stellard via cfe-commits
 - [Diffusion] rL248379: Refactor library decision for -fopenmp support from Darwin into a
 
Tom Stellard via cfe-commits
 - [Diffusion] rL248424: Push OpenMP linker flags after linker input on Darwin. Don't add any
 
Tom Stellard via cfe-commits
 - [Diffusion] rL250657: Support linking against OpenMP runtime on FreeBSD.
 
Tom Stellard via cfe-commits
 - [PATCH] D14121: Thumb state not being passed through to LLVM triple when using clang -cc1as
 
Alexandros Lamprineas via cfe-commits
 - r251410 - Index: expose is_mutable_field
 
Saleem Abdulrasool via cfe-commits
 - [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
 
Tom Stellard via cfe-commits
 - r251412 - Widen this enum bitfield by one bit to prevent sign extension in MSVC
 
Reid Kleckner via cfe-commits
 - [PATCH] D12669: [libcxxabi] Fix alignment of pointers returned by fallback_malloc
 
Jonathan Roelofs via cfe-commits
 - r251415 - [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release Win32
 
Will Wilson via cfe-commits
 - r251419 - [ms-inline-asm] Test case for alignment directive change in LLVM r251418
 
Reid Kleckner via cfe-commits
 - [PATCH] D13874: Atomics: support __c11_* calls on _Atomic struct types
 
Tim Northover via cfe-commits
 - r251427 - Allow linking multiple bitcode files.
 
Artem Belevich via cfe-commits
 - [PATCH] D13913: Allow linking multiple bitcode files.
 
Artem Belevich via cfe-commits
 - r251430 - [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.
 
Daniel Sanders via cfe-commits
 - [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
 
hfinkel at anl.gov via cfe-commits
 - [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
 
Artem Belevich via cfe-commits
 - r251432 - Remove unused diagnostic. NFC.
 
Benjamin Kramer via cfe-commits
 - [PATCH] D13170: [CUDA] Driver changes to pass flags needed to use detected CUDA installation.
 
Artem Belevich via cfe-commits
 - [PATCH] D13920: Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.
 
Benjamin Kramer via cfe-commits
 - [PATCH] D13891: Apply modernize-use-default to llvm.
 
Benjamin Kramer via cfe-commits
 - r250470 - Fix the subtarget features required by some x86 builtins.
 
Eric Christopher via cfe-commits
 - r251441 - Tweak how -Wunused-value interacts with macros
 
Nico Weber via cfe-commits
 - [PATCH] D14130: Delete dead code in the LibcxxAndAbiBuilder
 
Jonathan Roelofs via cfe-commits
 - r251448 - [analyzer] Enhance FAQ with instructions on handing unused variables.
 
Anna Zaks via cfe-commits
 - r251449 - [analyzer] Assume escape is possible through system functions taking void*
 
Anna Zaks via cfe-commits
 - [PATCH] D13925: Implement __attribute__((internal_linkage))
 
David Majnemer via cfe-commits
 - [PATCH] D13304: Avoid inlining in throw statement
 
hfinkel at anl.gov via cfe-commits
 - LLVM buildmaster will be restarted tonight
 
Galina Kistanova via cfe-commits
 - [PATCH] D14134: [OpenMP] Parsing and sema support for map clause
 
Kelvin Li via cfe-commits
 - r251459 - Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.
 
Samuel Antao via cfe-commits
 - r251463 - clang-format: Increase cut-off limit for number of analyzed states.
 
Daniel Jasper via cfe-commits
 - [PATCH] D13351: [Power PC] add soft float support for ppc32
 
hfinkel at anl.gov via cfe-commits
 - r251469 - Add the ability to define "fake" arguments on attributes.
 
John McCall via cfe-commits
 - r251474 - clang-format: When a line is formatted, also format subsequence lines if their indent is off.
 
Daniel Jasper via cfe-commits
 - [clang-tools-extra] r251475 - Add modernize-redundant-void-arg check to clang-tidy
 
Alexander Kornienko via cfe-commits
 - [PATCH] D13928: [CodeGen] Attach function attributes to Objective-c and OpenMP functions.
 
Akira Hatanaka via cfe-commits
 - r251476 - [CodeGen] Attach function attributes to Objective-C and OpenMP
 
Akira Hatanaka via cfe-commits
 - r251477 - Add a test case for r251476.
 
Akira Hatanaka via cfe-commits
 - [PATCH] D12793: Three new overflow builtins with generic argument types
 
David Grayson via cfe-commits
 - [PATCH] Bug 15109: Implement -Wdouble-promotion for clang
 
Carl Norum via cfe-commits
 - r251493 - Driver: support -fuse-ld= on cross windows
 
Saleem Abdulrasool via cfe-commits
 - r251496 - Refine r251469 to give better (and more localizable) diagnostics
 
John McCall via cfe-commits
 - [clang-tools-extra] r251499 - [tidy] Remove stray iostream include from test.
 
Benjamin Kramer via cfe-commits
 - r251501 - Reflow comment.
 
Eric Christopher via cfe-commits
 - [clang-tools-extra] r251503 - clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c: Use <stddef.h> provided by clang, instead of <stdio.h>.
 
NAKAMURA Takumi via cfe-commits
 - r251507 - When running clang with an arm triple such as '--target=thumbv7m-none-eabi'
 
Alexandros Lamprineas via cfe-commits
 - [PATCH] D14145: modernize-use-default supports copy constructor and copy-assignment operator.
 
Angel Garcia via cfe-commits
 - [PATCH] D14146: Introduction of -miamcu option
 
Andrey Turetskiy via cfe-commits
 - [PATCH] D12906: [RFC] Bug identification("issue_hash") change for CmpRuns.py
 
Honggyu Kim via cfe-commits
 - r251514 - Put global classes into the appropriate namespace.
 
Benjamin Kramer via cfe-commits
 - [clang-tools-extra] r251520 - Change test to just define NULL instead of #including stddef.h. In some
 
Daniel Jasper via cfe-commits
 - [PATCH] D14152: Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.
 
Angel Garcia via cfe-commits
 - r251524 - [analyzer] Make inclusion/exclusion of checkers less ambiguous.
 
Anton Yartsev via cfe-commits
 - Buildbot e-mail notification has been changed
 
Galina Kistanova via cfe-commits
 - r251528 - Move global classes into anonymous namespaces. NFC.
 
Benjamin Kramer via cfe-commits
 - [libcxx] r251529 - Adapt to lit change in llvm r251478-r251481
 
Matthias Braun via cfe-commits
 - [PATCH] D14149: __builtin_signbit fix for ppcf128 type
 
John McCall via cfe-commits
 - [libcxx] r249929 - Split <string.h> out of <cstring>.
 
Michael Zolotukhin via cfe-commits
 - [libcxx] r251545 - Mark two Kona papers as 'in progress'
 
Marshall Clow via cfe-commits
 - r251552 - [analyzer] Preserve the order checkers were enabled/disabled.
 
Anton Yartsev via cfe-commits
 - [PATCH] D10022: Refactor: Simplify boolean conditional return statements in lib/StaticAnalyzer/Core
 
Anna Zaks via cfe-commits
 - [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
 
Eric Christopher via cfe-commits
 - r251565 - Fix missing builtin identifier infos with PCH+modules
 
Ben Langmuir via cfe-commits
 - r251567 - Fix the calling convention of Mingw64 long double values
 
Reid Kleckner via cfe-commits
 - [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
 
Hubert Tong via cfe-commits
 - r251576 - [WinEH] Mark calls inside cleanups as noinline
 
Reid Kleckner via cfe-commits
 - r251588 - [Sema] Implement -Wdouble-promotion for clang.
 
George Burgess IV via cfe-commits
 - r251591 - [analyzer] Update analyzer website for release of checker-277.
 
Devin Coughlin via cfe-commits
 - [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
 
Evgeniy Dushistov via cfe-commits
 - r251598 - Driver: tweak CrossWindows sanitizer support
 
Saleem Abdulrasool via cfe-commits
 - r251599 - Driver: inline some small arrays
 
Saleem Abdulrasool via cfe-commits
 - r251600 - Driver: CrossWindows sanitizers link support
 
Saleem Abdulrasool via cfe-commits
 - r251603 - test: fix overzealous match
 
Saleem Abdulrasool via cfe-commits
 - r251611 - Fix a soon to be invalid test
 
Xinliang David Li via cfe-commits
 - [libcxx] r251618 - Implement P0004R1 'Remove Deprecated iostreams aliases'
 
Marshall Clow via cfe-commits
 - [PATCH] D13673: Add initial support for the MUSL C library.
 
Vasileios Kalintiris via cfe-commits
 - r251621 - [Analyzer] Widening loops which do not exit
 
Sean Eveson via cfe-commits
 - [PATCH] D14176: Only copy small types in modernize-loop-convert.
 
Angel Garcia via cfe-commits
 - r251633 - [mips] Add support for the new mips-mti-linux toolchain.
 
Vasileios Kalintiris via cfe-commits
 - [PATCH] D13388: Add support for querying the visibility of a cursor
 
Michael Wu via cfe-commits
 - [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
 
Martell Malone via cfe-commits
 - [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
 
Martell Malone via cfe-commits
 - r251638 - Add a link to the DXR project
 
Ehsan Akhgari via cfe-commits
 - r251639 - add support of the latest Ubuntu (Xenial Xerus)
 
Sylvestre Ledru via cfe-commits
 - r251643 - clang-format: [JS] Add goog.setTestOnly to the list of stuff that
 
Daniel Jasper via cfe-commits
 - [PATCH] D13610: [CodeGen] Fix CodeGenModule::CreateGlobalInitOrDestructFunction
 
Eric Christopher via cfe-commits
 - r251650 - Suppress uninteresting output from crash-recovery-modules.m
 
Nico Weber via cfe-commits
 - r251651 - Add support for __builtin_{add,sub,mul}_overflow.
 
John McCall via cfe-commits
 - r251653 - Mark InternalDebugOpt driver options as CoreOptions.
 
Nico Weber via cfe-commits
 - [PATCH] D14188: Format: support inline namespaces
 
Saleem Abdulrasool via cfe-commits
 - [libcxx] r251665 - Revert r249929 ("Split <string.h> out of <cstring>").
 
Richard Smith via cfe-commits
 - r251666 - Fix the emission of ARC ivar layouts in the non-fragile Mac runtime.
 
John McCall via cfe-commits
 - [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
 
John McCall via cfe-commits
 - [libcxx] Reinstate <string.h> and fix overload sets to be const-correct wherever possible
 
Richard Smith via cfe-commits
 - r251677 - Initialize @catch variables correctly in fragile-runtime ARC.
 
John McCall via cfe-commits
 - [PATCH] D14191: Make ArgumentAdjuster aware of the current file being processed.
 
Alexander Kornienko via cfe-commits
 - [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
 
Alexander Kornienko via cfe-commits
 - r251690 - Format: support inline namespaces
 
Saleem Abdulrasool via cfe-commits
 - r251691 - Update debug-info-scope test to remove "FIXME", which is fixed in r251689
 
Dehao Chen via cfe-commits
 - [PATCH] D13643: [Sema] Warn on ternary comparison
 
Matěj Grabovský via cfe-commits
 - r251693 - Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.
 
Angel Garcia Gomez via cfe-commits
 - [clang-tools-extra] r251694 - Only copy small types in modernize-loop-convert.
 
Angel Garcia Gomez via cfe-commits
 - r251695 - Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots.
 
Vasileios Kalintiris via cfe-commits
 - r251696 - Revert "Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots."
 
Renato Golin via cfe-commits
 - r251697 - Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)
 
Sean Eveson via cfe-commits
 - r251698 - Revert "[mips] Add support for the new mips-mti-linux toolchain."
 
Vasileios Kalintiris via cfe-commits
 - [PATCH] D14184: [clang] Add initial support for -meabi flag
 
Renato Golin via cfe-commits
 - [PATCH] D14198: Make the modernize-loop-convert's const-detection smarter.
 
Angel Garcia via cfe-commits
 - r251701 - clang/module.modulemap: Exclude Frontend/PCHContainerOperations.h in Clang_Frontend.
 
NAKAMURA Takumi via cfe-commits
 - r251702 - Reapply r251621 "[Analyzer] Widening loops which do not exit"
 
Sean Eveson via cfe-commits
 - [PATCH] D14203: [analyzer] Improve pointer arithmetic checker.
 
Gábor Horváth via cfe-commits
 - [PATCH] D14204: Fix crash in redundant-void-arg check.
 
Angel Garcia via cfe-commits
 - [PATCH] D14205: [x86] Front-end part of MCU psABI support
 
Andrey Bokhanko via cfe-commits
 - r251703 - Modules: Add a declaration in clang/Serialization/GlobalModuleIndex.h.
 
NAKAMURA Takumi via cfe-commits
 - r251706 - Support watchOS and tvOS driver options
 
Tim Northover via cfe-commits
 - r251707 - Preprocessor: define correct tvOS and watchOS version macros
 
Tim Northover via cfe-commits
 - r251708 - Watch and TV OS: wire up basic ABI choices
 
Tim Northover via cfe-commits
 - r251709 - Disable SjLj exceptions for watchOS
 
Tim Northover via cfe-commits
 - r251710 - ARMv7k: implement ABI changes for watchOS from standard iOS.
 
Tim Northover via cfe-commits
 - r251711 - Support tvOS and watchOS availability attributes
 
Tim Northover via cfe-commits
 - r251712 - Support watchOS and tvOS in compiler-rt builds
 
Tim Northover via cfe-commits
 - r251713 - CGExprConstant.cpp: Appease Modules.
 
NAKAMURA Takumi via cfe-commits
 - [PATCH] D14210: CodeView type info support preview (Clang portion)
 
Dave Bartolomeo via cfe-commits
 - [PATCH] D14212: Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
 
Alexander Kornienko via cfe-commits
 - r251729 - Sema: correct typo recovery with blocks
 
Saleem Abdulrasool via cfe-commits
 - r251041 - Define weak and __weak to mean ARC-style weak references, even in MRC.
 
Nico Weber via cfe-commits
 - r251734 - [CodeGen] Call SetInternalFunctionAttributes to attach function
 
Akira Hatanaka via cfe-commits
 - Implict casts disappeared from syntactic init list expressions in C++
 
Abramo Bagnara via cfe-commits
 - r251738 - [MSVC Compat] Permit conversions from pointer-to-function to pointer-to-object iff -fms-compatibility
 
David Majnemer via cfe-commits
 - [PATCH] D14213: clang-format: Be slightly more cautious when formatting subsequent lines after a change. With r251474, clang-format could indent the entire rest of the file, if there is a missing closing brace, e.g. while writing code in an editor.
 
Daniel Jasper via cfe-commits
 - r251760 - clang-format: Be slightly more cautious when formatting subsequent lines after a change. With r251474, clang-format could indent the entire rest of the file, if there is a missing closing brace, e.g. while writing code in an editor.
 
Daniel Jasper via cfe-commits
 - [PATCH] D14215: Disable frame pointer elimination when using -pg
 
Stefan Kempf via cfe-commits
 - [PATCH] D13854: Template class: emit better diagnostic in case of missing template argument list
 
Davide Italiano via cfe-commits
 - [PATCH] D5767: Template Instantiation Observer + a few other templight-related changes
 
Manuel Klimek via cfe-commits
 - r250577 - [modules] Allow the error when explicitly loading an incompatible module file
 
Manuel Klimek via cfe-commits
 - [PATCH] D13973: CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
 
Manuel Klimek via cfe-commits
 - [libcxx] r251766 - Implement the first part of P0006R0: Adopt Type Traits Variable Templates for C++17. Significantly augment the existing tests.
 
Marshall Clow via cfe-commits
 - [libcxx] r251767 - Improve the tests for 'is_literal_type'
 
Marshall Clow via cfe-commits
 - [libcxx] r251768 - Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change
 
Marshall Clow via cfe-commits
 - [PATCH] D13899: Fix bug in suggested fix that truncated variable names to 1 character.
 
Aaron Ballman via cfe-commits
 - [PATCH] D13844: [libclang] Visit TypeAliasTemplateDecl
 
Benjamin Kramer via cfe-commits
    
 
    
      Last message date: 
       Sun Nov  1 22:22:42 PST 2015
    Archived on: Sun Nov  1 22:20:58 PST 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).