The Week Of Monday 13 May 2013 Archives by thread
      
      Starting: Mon May 13 00:14:40 PDT 2013
         Ending: Sun May 19 21:58:54 PDT 2013
         Messages: 467
     
- r181687 - Assume macros to contain declarations.
 
Daniel Jasper
- [PATCH] Fix makeFileCharRange for macro arguments in the presence	of nested macro calls.
 
Manuel Klimek
- r181690 - Implements IndentWidth.
 
Manuel Klimek
- r181692 - Further improve optimization for nested calls.
 
Daniel Jasper
- r181693 - Implements UseTab for clang-format.
 
Manuel Klimek
- [PATCH] aligned_alloc is missing from older glibc
 
Evgeniy Stepanov
- r181617 - Reformat clang-format help strings, filter out	irrelevant options.
 
Daniel Jasper
- r181699 - Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.
 
Alexander Kornienko
- [cfe-dev] CodeGenCXX/captured-statements.cpp test fails on	Linux	PowerPC 64
 
Langmuir, Ben
- r181700 - Implements brace breaking styles.
 
Manuel Klimek
- r181701 - Fix style according to post-commit review comments.
 
Manuel Klimek
- r181702 - A better version of r181699: use raw_string_ostream.str()	instead of manually calling .flush().
 
Alexander Kornienko
- [PATCH] 3.3 Release fix on ARM - atomics
 
Renato Golin
- [PATCH] Adds IndentationWidth to FormatStyle (clang-format)
 
Manuel Klimek
- [PATCH] cpp11-migrate: Add override specifier before comments on	inline methods
 
Edwin Vane
- r181704 - Fix a gcc warning.
 
Rafael Espindola
- [PATCH] Get rid of VTableContext::ComputeMethodVTableIndices() and	VTableContext::getNumVirtualFunctionPointers()
 
Timur Iskhodzhanov
- r181707 - Fix test/CodeGenCXX/captured-statements.cpp on powerpc64
 
Ben Langmuir
- Minor polishing of VTableBuilder
 
Timur Iskhodzhanov
- fix passing long argument lists to the linker, PR 15171, take 2
 
Nathan Froyd
- [Patch] Better diagnostics for string initialization (and fix for C11)
 
Hans Wennborg
- r181710 - Objective-C error recovery. This patch makes a quick
 
Fariborz Jahanian
- [PATCH] Perform calculation of array size in chars instead of	bits to prevent an assertion.
 
Richard Trieu
- r181728 - Use atomic instructions on ARM linux.
 
Rafael Espindola
- [PATCH] New and improved subexpression references implementation.
 
Edwin Vane
- [PATCH] Introduction of ASTMatcher sub-expression references
 
Edwin Vane
- [PATCH] Implement string literal breaking on unbreakable token	sequences.
 
Manuel Klimek
- r181671 - C++1y: support for 'switch' statements in constexpr	functions. This is somewhat
 
İsmail Dönmez
- r181730 - Fix a wrong and confusing comment in CharUnits.h. Neither C	nor C++ allows
 
Richard Smith
- r181731 - Suppress GCC warning for no return after covered switch,	and remove some
 
Richard Smith
- r181732 - Align a multiline string literal with the first part.
 
Daniel Jasper
- LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
- r181738 - [analyzer] Warn about nil elements/keys/values in array and	dictionary literals.
 
Anna Zaks
- [patch] Thumb atomics
 
Rafael Espíndola
- [libcxx] r181740 - Fixing the MSan/compiler-rt build
 
David Blaikie
- r181747 - PR15956: Debug Info: Include the appropriate file location	in types created due to using declarations
 
David Blaikie
- [PATCH] Initial support for __sptr and __uptr
 
Aaron Ballman
- r181750 - Use atomic instructions on linux thumb v7.
 
Rafael Espindola
- r181758 - Suppress bogus "use of undefined constexpr function" error	if the function body
 
Richard Smith
- r181627 - Avoid patching storage class for block scope	thread_local variables.
 
Richard Smith
- r181761 - Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning
 
Patrik Hagglund
- r181762 - AArch64: correct definition of __clear_cache
 
Tim Northover
- r181764 - Don't format sizeof/alignof as function types.
 
Daniel Jasper
- r181765 - AArch64: add test for updated __clear_cache definition
 
Tim Northover
- r181766 - Update clang-format emacs integration.
 
Daniel Jasper
- r181767 - Implement string literal breaking on unbreakable token	sequences.
 
Manuel Klimek
- r181768 - First revision of the dynamic ASTMatcher library.
 
Manuel Klimek
- [PATCH] First revision of the dynamic ASTMatcher library
 
Manuel Klimek
- r181770 - Fix clang-format bug in unwrapped-line merging.
 
Daniel Jasper
- r181778 - Correctly determine ranges for clang-format.
 
Daniel Jasper
- r181779 - Fix uninitialized value bug found by valgrind.
 
Daniel Jasper
- r181780 - Hopefully fix configure build.
 
Manuel Klimek
- r181781 - Take a stab at trying to unbreak the makefile build.
 
Benjamin Kramer
- r181782 - Revert accidental commit.
 
Benjamin Kramer
- [patch] Fix __clear_cache on ARM
 
Rafael Espíndola
- r181783 - Link dynamic ast matchers with the ast matchers library.	Unbreaks shared cmake build.
 
Benjamin Kramer
- r181784 - Fix __clear_cache on ARM.
 
Rafael Espindola
- r180976 - Move parsing of identifiers in MS-style inline assembly	into
 
Hans Wennborg
- r181798 - Add LeakSanitizer.rst to docs.
 
Sergey Matveev
- [PATCH] Add a more convenient interface to use the clang-format	library.
 
Daniel Jasper
- [clang-tools-extra] r181806 - cpp11-migrate: Add override specifier	before comments on inline methods
 
Edwin Vane
- r181810 - Really fix the declaration of __clear_cache.
 
Rafael Espindola
- [PATCH] Add support for polymorphic matchers.
 
Samuel Benzaquen
- [patch] fix pr15930
 
Rafael Espíndola
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
 
Reid Kleckner
- r181825 - [ms-cxxabi] Mangle in an implicit 'E' for certain types on	win64
 
Reid Kleckner
- r181826 - Fix the MSVC build broken by r181768
 
Reid Kleckner
- r181828 - Fix expression breaking for one-parameter-per-line styles.
 
Daniel Jasper
- r181830 - Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]
 
Reid Kleckner
- r181832 - Provide operator<< for stream output of DeclarationNames
 
David Blaikie
- r181834 - Fix clang -Werror build due to -Wreorder violation	introduced in r181825
 
David Blaikie
- r181839 - When computing the size of large arrays,	use char units instead of bits.
 
Richard Trieu
- [PATCH] [PowerPC, Darwin, CodeGen] fix bug 15726
 
David Fang
- [PATCH] fix bug 15578
 
David Fang
- r181846 - Don't mark a type specifier as "owned" if there is no	declaration to own.
 
Douglas Gregor
- r181847 - Objective-C [diagnostics] [QOI], when method is not
 
Fariborz Jahanian
- r181849 - Add static_cast to assertion to silence sign/unsigned	comparison warning.
 
Richard Trieu
- r181853 - Unbreaking the MSVC build by adding an include. It broke	with r181832.
 
Aaron Ballman
- r181854 - Move a test that requires 64-bit mode to a separate test	with a triple in
 
Richard Trieu
- r181861 - Use 'env' in tests that set environment variables.
 
Jordan Rose
- r181865 - ARM: Improve codegen for vget_low_* and vget_high_	intrinsics.
 
Jim Grosbach
- r181867 - Use correct types for SPARC v9.
 
Jakob Stoklund Olesen
- Patch to fix crash on invalid
 
Jason Haslam
- r181869 - Use only explicit bool conversion operator
 
David Blaikie
- r181870 - Improve formatting of function types.
 
Daniel Jasper
- r181871 - Remove diagnostics from clang-format.
 
Daniel Jasper
- r181872 - Don't merge one-line functions in weird brace styles.
 
Daniel Jasper
- r181877 - Break function declarations after multi-line return types.
 
Daniel Jasper
- r181880 - Better diagnostics for string initialization.
 
Hans Wennborg
- r181489 - [modules] When building a module, make sure we don't	serialize out HeaderFileInfo for headers not belonging to the module.
 
NAKAMURA Takumi
- [PATCH] [ms-cxxabi] Implement MSVC virtual base adjustment
 
Reid Kleckner
- r181884 - Improve recognition of template definitions.
 
Daniel Jasper
- r181887 - Don't put short namespace on a single line.
 
Daniel Jasper
- r181888 - Fix test breakage caused by change in clang-format.
 
Daniel Jasper
- r181896 - improve of note message and minor refactoring of my last
 
Fariborz Jahanian
- [PATCH] Attach "objc-arc" function attribute to function definitions	compiled in a module with ARC enabled.
 
Michael Gottesman
- r181908 - [analyzer] Put back DefaultBool's implicit conversion to	bool.
 
Jordan Rose
- r181914 - Objective-C: patch to issue the conversion
 
Fariborz Jahanian
- r181915 - Test commit
 
Samuel Benzaquen
- [libcxx] r181935 - Remove cv qualifiers from member pointers in the	__member_pointer_traits test. This was causing a const-qualified bind	result to malfunction. This was a recent regression due to the new use	of	__member_pointer_traits in restricting the __invokable and __invoke_of	tests.
 
Howard Hinnant
- r181940 - Objective-C: More cases of -Wsign-conversion not
 
Fariborz Jahanian
- [PATCH] Prevent crash on template function specialization in class	scope
 
Richard Trieu
- r181945 - Remove unused, awkward CFGStmtVisitor and subclasses.
 
Jordan Rose
- r181947 - Revert "Debug Info: Using	declarations/DW_TAG_imported_declaration	of variables, types, and functions."
 
David Blaikie
- [PATCH] When an array is created that is too large,	lower its size to the maximum allowable size.
 
Richard Trieu
- r181957 - Cleanup: Use a member variable to store the SourceLocation	for EH code.
 
Adrian Prantl
- r181958 - Set the debug location for landing pad code to the	canonical EH location.
 
Adrian Prantl
- r181959 - Clarify comment.
 
Adrian Prantl
- r181960 - Whitespace.
 
Eric Christopher
- r181961 - Remove xfail'd test. This method of limiting debug info	isn't
 
Eric Christopher
- r181962 - Fix comment.
 
Eric Christopher
- r181963 - Add a test to verify that -flimit-debug-info is working in	some way.
 
Eric Christopher
- r181964 - Replace a pile of calls with an instance variable that's set
 
Eric Christopher
- r181965 - 80-columns.
 
Eric Christopher
- r181966 - Whitespace.
 
Eric Christopher
- r181967 - Start a page tracking which C++ defect reports have been	implemented in Clang.
 
Richard Smith
- r181969 - Enable $Date$ substitution for this file.
 
Richard Smith
- r181970 - Return QualType() when a too large array is attempting to be	created. This
 
Richard Trieu
- r181971 - Check a pointer is not null before attempting to use it.	This prevents a
 
Richard Trieu
- [cfe-dev] [Patch] Update to Checker Development Manual
 
Sam Handler
- r181980 - Add back accidentally deleted line and add test for it.
 
Daniel Jasper
- r181981 - Fix pr15930.
 
Rafael Espindola
- r181983 - Tidy up now that PointerUnion has an operator== that works.
 
Richard Smith
- r181985 - First pass of semantic analysis for init-captures: check the	initializer, build
 
Richard Smith
- r181988 - clang/test/Modules/self-import-header/test.m: Add explicit	-target.
 
NAKAMURA Takumi
- r181995 - SemaInit.cpp: give both IsStringInit() functions the same	return type.
 
Hans Wennborg
- [PATCH] Add embedded video for the AST tutorial.
 
Manuel Klimek
- r181996 - Comments should not prevent single-line functions.
 
Daniel Jasper
- r181997 - Add a more convenient interface to use clang-format.
 
Daniel Jasper
- r181998 - Let CodeGenFunction::EmitVarDecl query the semantic storage	class info.
 
Enea Zaffanella
- r182000 - Add option to put short loops on a single line.
 
Daniel Jasper
- r182001 - Add config parsing test for new parameter.
 
Daniel Jasper
- r182003 - Don't insert a break into include lines with trailing	comments.
 
Daniel Jasper
- [clang-tools-extra] r182013 - cpp11-migrate: Refactor NullptrActions
 
Edwin Vane
- [clang-tools-extra] r182014 - cpp11-migrate: Check for valid NULL	macros from macro arg expansions
 
Edwin Vane
- r182015 - Add basic clang-format integration for sublime text.
 
Daniel Jasper
- r182024 - Add additional test-case for one-line-function.
 
Daniel Jasper
- [libcxx] r182026 - Glen: This patch gets the string conversion	functions	working on Windows. It also refactors repetitive code in string.cpp do	greatly reduce the repetitiveness, increasing maintainability.
 
Howard Hinnant
- r182029 - fix PR 15726: ptrdiff_t should be int on PowerPC Darwin
 
David Fang
- r181368 - Don't crash in IRGen if a conditional with 'throw' in	one of its branches is
 
Bill Wendling
- r182039 - Objective-C arc: Diagnose when user attempts to
 
Fariborz Jahanian
- [PATCH] Fix useAuto replacing variable declaration lists containing	non-initialized variables.
 
Ariel Bernal
- r182043 - Add testcase omitted from r181998.
 
Richard Smith
- r182055 - [Lexer] Improve Lexer::getSourceText() when the given range	deals with function macro arguments.
 
Argyrios Kyrtzidis
- r182057 - Since we're counting number of steps,	switch to turing machines which maximize
 
Richard Smith
- r182058 - [analyzer] Add an option to use the last location in the	main source file as the report location.
 
Anna Zaks
- Patch to fix a crash when using gnu's ?: with Objective-C++'s	dictionary subscripting
 
jahanian
- r182070 - AST dumping: if a declaration has an uncomputed or	uninstantiated exception specification, include that in the dump.
 
Richard Smith
- r182071 - [analyzer] Don't inline ~shared_ptr.
 
Jordan Rose
- r182072 - PR15757: When we instantiate an inheriting constructor	template, also
 
Richard Smith
- r182074 - A little ArrayRef'ization.
 
Richard Smith
- r182075 - Use 'c++' not 'cxx' in these diagnostic group names for	consistency.
 
Richard Smith
- r182078 - [analyzer;	alternate edges] don't add an edge incoming from the start of a	function
 
Ted Kremenek
- r182079 - [analyzer;	alternate edges] treat 'if' statements the same way we do as 'for' or	'while'.
 
Ted Kremenek
- r182081 - Add embedded video for the AST tutorial.
 
Manuel Klimek
- r182082 - Slightly modify the formatting rules for braced lists.
 
Daniel Jasper
- r182083 - [analyzer;	alternate edges] improve support for edges with PseudoObjectExprs.
 
Ted Kremenek
- [PATCH] Add debug method to visualize complex source locations
 
Manuel Klimek
- [PATCH| ArrayRef'ize Sema::FinalizeDeclaratorGroup,	Sema::BuildDeclaratorGroup and Sema::ActOnDocumentableDecls
 
Rafael Espíndola
- r182096 - Refactor diagnostics for MS attributes without	-fms-extensions
 
Reid Kleckner
- [clang-tools-extra] r182114 - Fix UseAuto replacing variable	declaration lists containing non-initialized
 
Ariel J. Bernal
- [PATCH] Let clang-format move the cursor appropriately.
 
Daniel Jasper
- [PATCH] Clang-format: allow -style="{yaml/json}" on command line
 
Manuel Klimek
- [clang-tools-extra] r182119 - Unbreak the build.
 
Benjamin Kramer
- [PATCH] Add a way to check if a method declaration is pure virtual to	libclang
 
Seth Fowler
- [PATCH] Implement __declspec(selectany) under -fms-extensions
 
Reid Kleckner
- r182134 - Move documentation to the constructor. Fixes a	-Wdocumentation warning
 
Dmitri Gribenko
- r182136 - Objective-C parsing. Error recovery when category	implementation
 
Fariborz Jahanian
- r182139 - libclang: add a function to check whether a member function	is pure virtual
 
Dmitri Gribenko
- r181081 - [doc parsing]: Make warning about unknown command
 
Dmitri Gribenko
- r182156 - [analyzer] Address Jordan's review comments for r182058
 
Anna Zaks
- [libcxx] r182161 - Create a weak pthread_create reference on NetBSD	to not force a
 
Joerg Sonnenberger
- [libcxx] r182162 - Add NetBSD support.
 
Joerg Sonnenberger
- [PATCH] Enhancements for the DynTypedNode/DynTypedMatcher system. -	Added DynNodeType as a standalone way to represent node types	and their hierarchy. - Added conversion routines and checks in	Matcher<T> that take a DynTypedMatcher. - Fixed	MatchFinder::addMatcherDynamic() to validate the input matcher.	- Added type information on the error messages for the	marshallers. - Allows future work on Polymorphic/overloaded	matchers. We should be able to disambiguate at runtime and	choose the appropriate overload.
 
Samuel Benzaquen
- r182167 - Use the awesome CHECK-DAG!
 
Rafael Espindola
- r182170 - Thread safety analysis: add two new attributes to the thread	safety analysis:
 
DeLesley Hutchins
- r182176 - ObjC Debug Info: Emit the correct method names for	accessors for
 
Adrian Prantl
- r182178 - Drop the const from the isa test.
 
Adrian Prantl
- r182182 - Handle local enum types too.
 
Rafael Espindola
- r182185 - Revert "[analyzer;	alternate edges] improve support for edges with PseudoObjectExprs."
 
Jordan Rose
- r182186 - [analyzer] Add a debug dump for PathPieces,	a list of PathDiagnosticPieces.
 
Jordan Rose
- r182187 - [analyzer] "Fix" ParentMap to handle non-syntactic	OpaqueValueExprs.
 
Jordan Rose
- r182188 - [analyzer] New edges: include an edge to the end-of-path	location.
 
Jordan Rose
- r182189 - Removed invalid character.
 
Serge Pavlov
- r182202 - Slight reorganization of the fast-math tests which test for	errno
 
Chandler Carruth
- r182203 - Fix a logic bug in the handling of -fmath-errno in the	driver. We would
 
Chandler Carruth
- r182204 - [analyzer] Extend the checker developer manual. A patch by	Sam Handler!
 
Anna Zaks
- r182205 - Clang-format: allow -style="{yaml/json}" on command line
 
Alexander Kornienko
- r182207 - Tests and status for core issues 1-50.
 
Richard Smith
- [PATCH] Fix parsing comma in default arguments.
 
Olivier Goffart
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
 
İsmail Dönmez
- [PATCH] Add mingwbuilds x64 toolchain support
 
İsmail Dönmez
- r182215 - OpenBSD/sparc64 uses long long for int64_t and intmax_t.
 
Jakob Stoklund Olesen
- [PATCH] Search for gcc in the gcc-cross directory.
 
Stephen Kelly
- [PATCH] [ms-cxxabi] Thread GlobalDecls through to	CodeGenModule::getFunctionLinkage.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Add CGCXXABI::NeedsBodylessEmission function.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to	ItaniumCXXABI.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Look up operator delete() at every virtual dtor	declaration.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Add basic support for vector deleting destructors.
 
Peter Collingbourne
- [PATCH] [ms-cxxabi] Get closer to emitting the correct set of	destructors in each TU (PR12784).
 
Peter Collingbourne
- r182231 - Revert "Revert "Debug Info: Using	declarations/DW_TAG_imported_declaration of variables, types,	and functions.""
 
David Blaikie
    
      Last message date: 
       Sun May 19 21:58:54 PDT 2013
    Archived on: Tue Aug  4 15:31:03 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).