The Week Of Monday 8 September 2014 Archives by thread
      
      Starting: Mon Sep  8 00:08:51 PDT 2014
         Ending: Sun Sep 14 18:23:47 PDT 2014
         Messages: 333
     
- [PATCH] Add .clang-tidy configuration file to provide	LLVM-optimized defaults for clang-tidy.
 
Chandler Carruth
- Make -fstandalone-debug default on mingw
 
Yaron Keren
- [PATCH] Add ACLE predefines: maxmin,	rounding and h/w integer division
 
Tim Northover
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile,	isInSystemFile, isInFileMatchingName
 
Manuel Klimek
- [PATCH] Own/produce FrontendActionFactories by value,	rather than new'd/unique_ptr ownership.
 
Manuel Klimek
- [PATCH] clang-format: Add reflow capability to line comment	formatting
 
Manuel Klimek
- [PATCH] Sema: Implement DR244
 
Johnny Willemsen
- [PATCH] [clang-tidy] Add a little python script that can run	clang-tidy and apply fixes over an entire codebase.
 
Manuel Klimek
- [PATCH] Support the assume_aligned function attribute
 
hfinkel at anl.gov
- r217366 - Add .clang-tidy configuration file to provide LLVM-optimized	defaults for clang-tidy.
 
Alexander Kornienko
- [libcxxabi] r217367 - Remove an unused typedef from	__class_type_info::search_below_dst
 
Alexander Potapenko
- [clang-tools-extra] r217368 - [clang-tidy] Add a little python script	that can run clang-tidy and apply fixes over an entire codebase.
 
Benjamin Kramer
- [clang-tools-extra] r217369 - Move clang-tools-extra docs 1.5 years	into the future.
 
Benjamin Kramer
- [PATCH] Division by zero
 
Anders Rönnholm
- [clang-tools-extra] r217373 - [clang-tidy] Add a couple of paragraphs	on run-clang-tidy.py to the docs.
 
Benjamin Kramer
- [clang-tools-extra] r217374 - run-clang-tidy: Make clang-tidy path	configurable and don't fail as horribly
 
Benjamin Kramer
- [clang-tools-extra] r217377 - Fixed a typo.
 
Alexander Kornienko
- r217383 - Handle constructors and destructors a bit more uniformly in	CodeGen.
 
Rafael Espindola
- r217384 - Add a comment for something that confused me.
 
Nico Weber
- r217385 - Make FileEntry::getName() valid across calls to	FileManager::getFile()
 
Ben Langmuir
- r217386 - Remove a parameter that has been unused since r188481. No	behavior change.
 
Nico Weber
- [PATCH] Validate clang-tidy check names.
 
Daniel Jasper
- [PATCH] Implement nonnull-attribute sanitizer
 
Alexey Samsonov
- LLVM buildmaster will be restarted tonight
 
Galina Kistanova
- r217389 - Implement nonnull-attribute sanitizer
 
Alexey Samsonov
- [PATCH] Using __isascii (POSIX) instead of isascii (deprecated).
 
Marek Kurdej
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
 
Jonathan Roelofs
- [PATCH] [analyzer][Bugfix] Do not invalidate regions passed to	pthread* functions
 
Aleksei Sidorin
- [PATCH] [analyzer] Detect duplicate [super dealloc] calls
 
David Kilzer
- r217400 - Report source location of returns_nonnull attribute in UBSan	reports.
 
Alexey Samsonov
- r217402 - Fix PCHs that import more than one module
 
Ben Langmuir
- r217349 - Add __builtin_assume and __builtin_assume_aligned using	@llvm.assume.
 
Sean Silva
- [PATCH] Teach Clang how to use response files when calling other	tools
 
Rafael Auler
- [PATCH] align_value attribute in Clang
 
hfinkel at anl.gov
- [PATCH] Allow empty statements in naked functions in addition to	ASM statements
 
Hans Wennborg
- r217413 - Allow empty statements in naked functions in addition to ASM	statements
 
Ehsan Akhgari
- [PATCH] Fix clang Makefile build with libxml2 enabled and	CPPFLAGS is passed in
 
Keno Fischer
- [PATCH] Teach analyzer to model __builtin_assume_aligned
 
Daniel Fahlgren
- r217439 - Tooling: Ignore file names in tooling::deduplicate.
 
Benjamin Kramer
- [clang-tools-extra] r217440 - clang-apply-replacements: Deduplicate	paths with FileManager.
 
Benjamin Kramer
- [PATCH] MinGW toolchain
 
Yaron Keren
- [clang-tools-extra] r217442 - clang-apply-replacements: For-rangify.
 
Benjamin Kramer
- r217444 - clang-format: [JS] Support regex literals with trailing	escaped slash.
 
Daniel Jasper
- [PATCH] Fix PR20495: correct inference of the CUDA target for	implicit members
 
Eli Bendersky
- [PATCH] [zorg] Fix lit arg passing for	libcxx-libcxxabi-singlethreaded-x86_64-linux-debian
 
Jonathan Roelofs
- [PATCH] Mingw-w64 driver for clang
 
Yaron Keren
- [libcxxabi] r217459 - Implement post-review comments for r216730
 
Jonathan Roelofs
- r217461 - Teach the analyzer that __builtin_assume_aligned returns	its first argument.
 
Jordan Rose
- r217467 - Objective-C. Under a special flag,	-Wcstring-format-directive, 
 
Fariborz Jahanian
- [PATCH] Emit initializers for selectany globals in comdat-associative	sections (PR20889)
 
Hans Wennborg
- r217472 - Don't crash on access decls with invalid scope specifier,	PR20887.
 
Nico Weber
- [PATCH] SEH exceptions on Win64 (clang part)
 
Reid Kleckner
- r217474 - Unique_ptrify PPCallbacks ownership.
 
Craig Topper
- [clang-tools-extra] r217475 - Unique_ptrify PPCallbacks ownership.	Goes with clang r217474.
 
Craig Topper
- [PATCH] MinGW-w64 SEH on Win64 support (clang part)
 
Alexey Pavlov
- [clang-tools-extra] r217480 - [clang-tidy] Don't try to fix header	guard #endif comments if there are escaped
 
Benjamin Kramer
- r217481 - Revert over-eager unique_ptr conversion.
 
Benjamin Kramer
- [PATCH] Unique-ptrify ClangTidyCheckFactories. Add a more convenient	alternative toaddCheckFactory: registerCheck.
 
Alexander Kornienko
- [clang-tools-extra] r217489 - Unique-ptrify ClangTidyCheckFactories.	Add a more convenient alternative to
 
Alexander Kornienko
- [PATCH] std::function-ize ClangTidyCheckFactories.
 
Alexander Kornienko
- [clang-tools-extra] r217492 - std::function-ize	ClangTidyCheckFactories.
 
Alexander Kornienko
- [clang-tools-extra] r217493 - Moved main() to the clang::tidy	namespace, no functional changes.
 
Alexander Kornienko
- [PATCH] [libc++abi] Support for __cxa_bad_array_new_length
 
Aaron Ballman
- r217495 - CodeGen: Use a fixed alignment for vtables.
 
Benjamin Kramer
- r217501 - clang-format: Add option to allow short case labels on a	single line.
 
Daniel Jasper
- [PATCH] Recognize .lib files as linker input explicitly
 
Ehsan Akhgari
- [PATCH] Implemented clang-tidy-check-specific options.
 
Alexander Kornienko
- [libclc] r217509 - math: Add acos implementation
 
Aaron Watry
- [libclc] r217510 - math: Add asin implementation
 
Aaron Watry
- [libclc] r217511 - math: Add tan implementation
 
Aaron Watry
- [PATCH] Fix for PR20886 - enforce CUDA target match in method calls
 
Eli Bendersky
- r217515 - [analyzer] Fix pthread lock tests so that the API comes	from a system header.
 
Jordan Rose
- r217517 - typo
 
Sanjay Patel
- r217519 - Add a test for an operator access decl.
 
Nico Weber
- r217522 - Recognize .lib files as linker input explicitly
 
Ehsan Akhgari
- r217524 - [sphinx cleanup]
 
Dan Liew
- r217530 - Objective-C arc. Fixes a crash when issuing diagnostic for
 
Fariborz Jahanian
- r217534 - MS ABI: Emit dynamic initializers for selectany globals in	comdat-associative sections (PR20889)
 
Hans Wennborg
- r217543 - Objective-C. Accept 'nil' as indexing argument to
 
Fariborz Jahanian
- r217546 - Only override the target architecture on -m32 and friends	if it is
 
Joerg Sonnenberger
- r217547 - Update for llvm api change.
 
Rafael Espindola
- r217550 - Avoid a couple of assertions when preprocessing with modules
 
Ben Langmuir
- r217552 - Remove a couple of fixed paths that snuck into my test from	217550
 
Ben Langmuir
- r217555 - More test for "void *" argument as index of a dictionary	literal.
 
Fariborz Jahanian
- r217556 - Thread Safety Analysis: major update to thread safety TIL.
 
DeLesley Hutchins
- [PATCH] Fix clash of gcc toolchains in driver regression tests
 
Samuel F Antao
- [PATCH] Fix clash of gcc toolchains in hexagon driver regression tests
 
Samuel F Antao
- [PATCH] clang-cl: Add support for the /o option for object files,	executables, and preprocessor output
 
Ehsan Akhgari
- r217569 - Fix a couple of -Wsign-compare warnings introduced in	r217556
 
Justin Bogner
- [PATCH] [OPENMP] Loop collapsing and initial codegen for 'omp	simd' directive
 
Alexander Musman
- r217573 - NULL->nullptr
 
Alexander Musman
- [PATCH] Fix bug 20892 - clang-format does not handle C-style comments
 
Roman Kashitsyn
- [libcxxabi] r217585 - ARM Unwind syntax
 
Renato Golin
- r217586 - Avoid some unnecessary SmallVector copies.
 
Benjamin Kramer
- r217588 - Fix bug 20892 - clang-format does not handle C-style	comments
 
Roman Kashitsyn
- r217598 - Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor.	NFC.
 
Rafael Espindola
- [patch] Make emitCXXStructor an CGCXXABI method
 
Rafael Espíndola
- [libcxxabi] r217604 - Adding ABI support for	__cxa_throw_bad_array_new_length.
 
Aaron Ballman
- r217606 - Tests for DR573-580.
 
Richard Smith
- r217608 - Update DR status list to reflect that Clang 3.5 has been	released.
 
Richard Smith
- r217609 - Update C++ status page to reflect that Clang 3.5 has	released.
 
Richard Smith
- LLVM buildmaster will be restarted today after 6 PM Pacific.
 
Galina Kistanova
- [PATCH] operator new[] generating a std::bad_array_new_length	exception
 
Aaron Ballman
- r217614 - Use the simpler version of llvm::sys::fs::exists.
 
Rafael Espindola
- r217615 - clang-cl: Add support for the /o option for object files,	executables, and preprocessor output
 
Ehsan Akhgari
- [PATCH] Pragma Loop constant expression support
 
Tyler Nowicki
- r217619 - Objective-C. Under a special flag,	-Wcstring-format-directive, 
 
Fariborz Jahanian
- r217621 - Thread Safety Analysis: Avoid infinite recursion in an	operator<<
 
Justin Bogner
- [PATCH] [lbc++abi] [unwinder] Support Cortex-m0
 
Jonathan Roelofs
- [PATCH] [analyzer] move NewDeleteLeaks checker from	alpha.cplusplus to cplusplus group.
 
Антон Ярцев
- [PATCH] Make analyzer correctly calculate return value of mempcpy
 
Daniel Fahlgren
- r217642 - MS ABI: Use the correct this arg when generating implict	copy ctor
 
David Majnemer
- [PATCH] Fix bug 20116 - Miscompilation when devirtualization is	aborted due to covariant return types
 
Alexey Bataev
- r217654 - MS ABI: The latest VC "14" CTP implements deleted virtual	functions
 
David Majnemer
- r217656 - Use unique_ptr for ScratchBuf and PragmaHandlers in the	preprocessor.
 
Craig Topper
- r217658 - Every code owner should be reachable via email,	so add one for
 
Joerg Sonnenberger
- [clang-tools-extra] r217661 - Implemented clang-tidy-check-specific	options.
 
Alexander Kornienko
- r217670 - Fixing a -Woverflow warning from GCC by using a more natural	datatype for this operation. NFC.
 
Aaron Ballman
- r217673 - [ASan/Win] Rename asan_win_uar_thunk.lib to	asan_win_dynamic_runtime_thunk.lib
 
Timur Iskhodzhanov
- [PATCH] DW_TAG_typedef and DW_TAG_structure_type not emitted when	typedef is used
 
jyoti allur
- r217677 - Update the test case after r217673
 
Timur Iskhodzhanov
- r217679 - [ASan/Win] Fix PR20918 -- SEH handler doesn't work with the	MD runtime
 
Timur Iskhodzhanov
- r217686 - Add a previously-missing test case for return adjustment vs	pure virtual methods
 
Timur Iskhodzhanov
- [PATCH] [clang-tidy] Add a checker for long functions.
 
Benjamin Kramer
- r217687 - clang-format: Improve line breaks at function calls.
 
Daniel Jasper
- [PATCH] Add support for le64.
 
JF Bastien
- [PATCH] clang-cl: Don't treat linker input files differently when /TP	or /TC is specified.
 
Ehsan Akhgari
- r217694 - Add support for le64.
 
JF Bastien
- r217695 - Fix copy/paste for test,	the triple should be le64-unknown-unknown
 
JF Bastien
- r217696 - No need to use PNaCl's calling convention since PNaCl now	uses a separate approach for calling conventions.
 
JF Bastien
- r217699 - clang-cl: Don't treat linker input files differently when	/TP or /TC is specified.
 
Ehsan Akhgari
- r217700 - patch to add missing warning on sizeof wrong parameter
 
Fariborz Jahanian
- [PATCH] clang-cl: Warn when a /TC or /TP argument is unused
 
Ehsan Akhgari
- r203052 - Construct GlobalValues with the correct linkage instead	of	using setLinkage.
 
Steven Wu
- r217704 - Allow protocols to be just declared.
 
Rafael Espindola
- r217707 - Don't print 'NULL TYPE' when dumping a delegating	constructor.
 
Richard Trieu
- r217710 - clang-cl: Warn when a /TC or /TP argument is unused
 
Ehsan Akhgari
- r217716 - Check delegating constructors for using uninitialized	fields.
 
Richard Trieu
- [patch] Make "C++98 requires an accessible copy constructor"	warning DefaultIgnore
 
Nico Weber
- Fwd: [PATCH] clang-format Test: Split BackwardCompatibility out of	ParsesConfiguration
 
Jean-philippe Dufraigne
- r217743 - Make test/Driver hermetic
 
JF Bastien
- [PATCH] Make test/Driver hermetic
 
JF Bastien
    
      Last message date: 
       Sun Sep 14 18:23:47 PDT 2014
    Archived on: Tue Aug  4 15:31:51 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).