The Week Of Monday 18 November 2013 Archives by author
      
      Starting: Mon Nov 18 00:05:45 PST 2013
         Ending: Sun Nov 24 23:55:48 PST 2013
         Messages: 643
     
- [PATCH] Parse Microsoft __declspec appearing after class body
 
Saleem Abdulrasool
 - [LLVMdev] [clang] SSE2 intrinsics (emmintrin.h): _mm_movpi64_pi64	should be _mm_movpi64_epi64?
 
Dimitry Andric
 - r195124 - [Mips] Do not adjust float-abi flags in case of MIPS16	mode. This code
 
Simon Atanasyan
 - r195249 - [Mips] Take in account the -mfp64 command line option when	build paths
 
Simon Atanasyan
 - [PATCH] Add -finstruments-functions-exclude-{file,	function}-list options
 
Gonzalo BG
 - r195024 - Adding an assert to help catch possible buffer underruns.
 
Aaron Ballman
 - r195043 - The code using the StmtPrinterHelper object failed to	account for a null object in many cases,	which could have led to crashes were it ever to be null. Now passing	the	object by reference instead of by pointer because it is never null in	practice. No functional changes intended.
 
Aaron Ballman
 - r176146 - Don't crash when diagnosing path-constrained protected
 
Aaron Ballman
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Aaron Ballman
 - r195097 - Adding subjects to calling convention attributes. No	functional changes intended.
 
Aaron Ballman
 - r195098 - Improving calling convention test coverage by adding tests	for things not currently handled. Specifically: the diagnostics in	SemaDeclAttr.cpp,	and ensuring that calling convention attributes are applied to ObjC	method declarations. No functional changes.
 
Aaron Ballman
 - r195099 - Giving this test a triple since it uses a calling convention	attribute.
 
Aaron Ballman
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Aaron Ballman
 - r195160 - Switching some string literals to be generated by the	AttributeList object itself.
 
Aaron Ballman
 - [PATCH] Add C/C++ attribute 'optnone'
 
Aaron Ballman
 - [PATCH] Add C/C++ attribute 'optnone'
 
Aaron Ballman
 - r195186 - Ensuring the warning for attribute decl types matches the	error for attribute decl types.
 
Aaron Ballman
 - r195186 - Ensuring the warning for attribute decl types matches	the error for attribute decl types.
 
Aaron Ballman
 - r195188 - Removing a custom error diagnostic and replacing it with a	stock	one. Added a test case to ensure the diagnostic was firing properly.
 
Aaron Ballman
 - r195186 - Ensuring the warning for attribute decl types matches	the error for attribute decl types.
 
Aaron Ballman
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Aaron Ballman
 - [PATCH] Add C/C++ attribute 'optnone'
 
Aaron Ballman
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Aaron Ballman
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Aaron Ballman
 - r195274 - Updated the thread safety attribute definitions to have	subjects	defined. These are based off what SemaDeclAttr.cpp is checking for in	terms of diagnostic reporting. No functional change intended.
 
Aaron Ballman
 - r195275 - Removed a duplicate diagnostic related to attribute	subjects for thread safety annotations,	and replaced it with the more general attribute diagnostic. Updated the	test	case in the one instance where wording changed. No functional change	intended.
 
Aaron Ballman
 - r195277 - There is no such thing as __declspec(ms_struct),	this is a GNU attribute. Switched the attribute to have the proper	spelling, gave it a subject, updated the warning to be more accurate,	and updated the test case as appropriate.
 
Aaron Ballman
 - [PATCH] Support default integer attribute arguments
 
Aaron Ballman
 - [PATCH] Support default integer attribute arguments
 
Aaron Ballman
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Aaron Ballman
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Aaron Ballman
 - r195287 - Implemented DefaultIntArgument in the table generator and	start using it in semantic analysis. Removes some magic numbers.
 
Aaron Ballman
 - r195275 - Removed a duplicate diagnostic related to attribute	subjects for thread safety annotations,	and replaced it with the more general	attribute diagnostic. Updated the test case in the one instance where	wording changed. No functional change intended.
 
Aaron Ballman
 - r195302 - Refactored integer argument checking code into a helper	method. Removes a considerable amount of duplicated code.
 
Aaron Ballman
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Aaron Ballman
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Aaron Ballman
 - r195376 - ObjectiveC. Implement attribute 'objc_bridge_mutable'
 
Aaron Ballman
 - r195376 - ObjectiveC. Implement attribute 'objc_bridge_mutable'
 
Aaron Ballman
 - [PATCH] Fixing some ObjC attributes
 
Aaron Ballman
 - r195503 - Whitespace. No functional change intended.
 
Aaron Ballman
 - r195466 - Add support for the 'unless' matcher in the dynamic	layer.
 
Aaron Ballman
 - r195508 - Updating Subjects definitions for attributes based on	semantic	handling. Removes Subjects for things we cannot currently check,	adds Subjects for things we can,	and rectifies most discrepancies. Since Subjects are not currently	handled in tablegen, there are no functional changes with this patch.
 
Aaron Ballman
 - [PATCH] Make the negative test more specific.
 
Aaron Ballman
 - r195533 - Add back experimental attribute	objc_suppress_protocol_methods (slightly renamed).
 
Aaron Ballman
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Aaron Ballman
 - r195533 - Add back experimental attribute	objc_suppress_protocol_methods (slightly renamed).
 
Aaron Ballman
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Aaron Ballman
 - r195578 - Making some attribute diagnostics more consistent. Removes a	newly-unused diagnostic.
 
Aaron Ballman
 - [PATCH] Fixing some ObjC attributes
 
Aaron Ballman
 - r195579 - __declspec(uuid) is only allowed on a class according to	MSDN; 	this makes the semantic checking consistent with what the attribute	specifies in Attr.td. Also adds a test case.
 
Aaron Ballman
 - r195580 - __declspec(uuid) is only supported for C++ code according	to MSDN	(as well as behaviorally in MSVC). This adds a generic diagnostic that	we use for uuid, and can use for some other attributes as well,	and adds a testcase.
 
Aaron Ballman
 - r195581 - Switching the common attribute over to using the generic	diagnostic, and removing the now-unused diagnostic. Updates a test case.
 
Aaron Ballman
 - [PATCH] Consistency for type_tag_for_datatype subject
 
Aaron Ballman
 - Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
 
Aaron Ballman
 - [PATCH] Add basic Cortex-A12 support to llvm and clang
 
Richard Barton
 - r195449 - Add support for Cortex-A12.
 
Richard Barton
 - r194994 - Replaced bool parameters in SkipUntil function with single	bit-based parameter.
 
Alexey Bataev
 - [PATCH] Replaced bool parameters in SkipUntil function with	single bit-based parameter.
 
Alexey Bataev
 - [PATCH] Add support for the hasDeclaration() matcher in the	dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Samuel Benzaquen
 - [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
 
Samuel Benzaquen
 - r195013 - Add partial support for the hasDeclaration() matcher in the	dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Add support for the hasDeclaration() matcher in the	dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Introduce Registry::getCompletions.
 
Samuel Benzaquen
 - [PATCH] Change VariadicOperatorMatcherInterface<> to take an	ArrayRef<DynTypedMatcher>.
 
Samuel Benzaquen
 - r195127 - Change VariadicOperatorMatcherInterface<> to take an	ArrayRef<DynTypedMatcher>.
 
Samuel Benzaquen
 - [PATCH] Change VariadicOperatorMatcherInterface<> to take an	ArrayRef<DynTypedMatcher>.
 
Samuel Benzaquen
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Samuel Benzaquen
 - [PATCH] Introduce Registry::getCompletions.
 
Samuel Benzaquen
 - [PATCH] Add support for the 'unless' matcher in the dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Add support for the 'unless' matcher in the dynamic layer.
 
Samuel Benzaquen
 - r195466 - Add support for the 'unless' matcher in the dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Add support for the 'unless' matcher in the dynamic layer.
 
Samuel Benzaquen
 - [PATCH] Another pass at adding missing matchers into the registry.
 
Samuel Benzaquen
 - [PATCH] Make the negative test more specific.
 
Samuel Benzaquen
 - [PATCH] Make the negative test more specific.
 
Samuel Benzaquen
 - r195512 - Make the negative test more specific.
 
Samuel Benzaquen
 - [PATCH] Make the negative test more specific.
 
Samuel Benzaquen
 - [PATCH] An lvalue-to-rvalue conversion should be supported in case of	a non-volatile glvalue that refers to a non-volatile object	defined with constexpr.
 
Karthik Bhat
 - r195056 - DebugInfo: Update caller based on DIType's MDNode* ctor	becoming explicit in r195055.
 
David Blaikie
 - r195419 - Make ASTUnit structure stable with NDEBUG
 
David Blaikie
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
David Blaikie
 - r195437 - CodeGen: Whitespace
 
Justin Bogner
 - r195438 - Revert r193994 and part of r193995
 
Justin Bogner
 - r194969 - Remove a bad string compare from r194968
 
Chandler Carruth
 - r194969 - Remove a bad string compare from r194968
 
Chandler Carruth
 - r193740 - [AArch64] Add some CPU targets for "generic",	A-53 and A-57.
 
Eric Christopher
 - [PATCH] Refactor duplicate functions
 
Eric Christopher
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
Eric Christopher
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
Eric Christopher
 - [PATCH] Refactor duplicate functions
 
Eric Christopher
 - [libcxx] r194870 - Windows.h is not required.
 
Marshall Clow
 - libcxx + MingW: correct printout of long doubles
 
Marshall Clow
 - [patch] [libcxx] random.cpp not quite right for vc
 
Marshall Clow
 - [libc++] Patch for AIX
 
Marshall Clow
 - [libcxx] r195136 - Patch by Bruce Mitchener. Change all references to	EMSCRIPTEN to __EMSCRIPTEN__. If you're not using the PP symbol	EMSCRIPTEN, then you should see no functionality change.
 
Marshall Clow
 - [libcxx] r195143 - Fix a test that I broke over the weekend
 
Marshall Clow
 - [libcxx] r195144 - Patch by Xing Xue to improve libc++ support for AIX
 
Marshall Clow
 - Making libcxx compile with gcc 4.6.4
 
Marshall Clow
 - [PATCH] Add the ability to set an output file.
 
Peter Collingbourne
 - [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
 
Peter Collingbourne
 - [PATCH] Introduce Registry::getCompletions.
 
Peter Collingbourne
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Peter Collingbourne
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Peter Collingbourne
 - [PATCH] Rename *MatcherCreateCallback to *MatcherDesc,	and its member run() to create().
 
Peter Collingbourne
 - [PATCH] Rename *MatcherCreateCallback to *MatcherDesc,	and its member run() to create().
 
Peter Collingbourne
 - [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
 
Peter Collingbourne
 - [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
 
Peter Collingbourne
 - [PATCH] Introduce Registry::getCompletions.
 
Peter Collingbourne
 - [PATCH] Introduce Registry::getCompletions.
 
Peter Collingbourne
 - [PATCH] Remove uninstantiable constructor from DeclTemplate.h
 
Peter Collingbourne
 - r195526 - Remove uninstantiable constructor from DeclTemplate.h
 
Peter Collingbourne
 - [PATCH] Remove uninstantiable constructor from DeclTemplate.h
 
Peter Collingbourne
 - r195529 - Revert r195526,	"Remove uninstantiable constructor from DeclTemplate.h"
 
Peter Collingbourne
 - [PATCH] Remove uninstantiable constructor from DeclTemplate.h
 
Peter Collingbourne
 - r195534 - Split registry matcher resolution into a lookup phase and a	construction phase.
 
Peter Collingbourne
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Peter Collingbourne
 - r195539 - Rename *MatcherCreateCallback to *MatcherDescriptor,	and its member run() to create().
 
Peter Collingbourne
 - r195540 - Add Distance parameter to ASTNodeKind::isBaseOf.
 
Peter Collingbourne
 - [PATCH] Rename *MatcherCreateCallback to *MatcherDesc,	and its member run() to create().
 
Peter Collingbourne
 - [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
 
Peter Collingbourne
 - [PATCH] Introduce Registry::getCompletions.
 
Peter Collingbourne
 - [PATCH] Introduce Registry::getCompletions.
 
Peter Collingbourne
 - [PATCH] Introduce Parser::completeExpression.
 
Peter Collingbourne
 - [PATCH] Switch clang-query to use the lineeditor library.
 
Peter Collingbourne
 - [PATCH] Add completion to the query parser,	and hook it up to clang-query.
 
Peter Collingbourne
 - r195563 - Fix a typo: "SLocEnty" should read "SLocEntry".
 
James Dennett
 - [WIP][PATCH] "pointer-overflow" sanitizer
 
Will Dietz
 - [PATCH] ASTVector: Fix return value of various insert() methods
 
Will Dietz
 - [PATCH] ASTVector: Fix return value of various insert() methods
 
Will Dietz
 - [patch] Remove the Darwin_Generic_GCC toolchain
 
Daniel Dunbar
 - [patch] remove gcc::Precompile
 
Daniel Dunbar
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Jean-Daniel Dupas
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Jean-Daniel Dupas
 - [PATCH] libclang: clang_Type_getNumTemplateArguments and	clang_Type_getTemplateArgument
 
Jan Ladislav Dussek
 - r195054 - Change the clang driver with the use of -no-integrated-as	for darwin to use
 
Kevin Enderby
 - r195556 - [CodeGen] If there is a function definition with	duplicate mangled name, emit an error instead of asserting.
 
Rafael Avila de Espindola
 - r195032 - Use the default method CC in GetFullTypeForDeclarator.
 
Rafael Espindola
 - r195050 - The attached patch is a follow up from my previous one. The	existing
 
Rafael Espindola
 - r195154 - Further fixes when thiscall is the default for methods.
 
Rafael Espindola
 - r195551 - Don't pass +soft-float,	+soft-float-abi to the arm assembler.
 
Rafael Espindola
 - r195554 - Don't use the gcc driver for assembling.
 
Rafael Espindola
 - r195585 - Remove the Darwin_Generic_GCC toolchain.
 
Rafael Espindola
 - r195586 - remove gcc::Precompile
 
Rafael Espindola
 - [pr17973][patch] Use the default method CC in GetFullTypeForDeclarator
 
Rafael Espíndola
 - [pr17973][patch] Use the default method CC in	GetFullTypeForDeclarator
 
Rafael Espíndola
 - [patch] Handle the fact that typedefs define free functions
 
Rafael Espíndola
 - [patch] Handle the fact that typedefs define free functions
 
Rafael Espíndola
 - [patch] Further issues when thiscall is the default for methods.
 
Rafael Espíndola
 - [patch] Further issues when thiscall is the default for methods.
 
Rafael Espíndola
 - [patch][pr12684] Use the new mingw abi
 
Rafael Espíndola
 - [patch][pr12684] Use the new mingw abi
 
Rafael Espíndola
 - [rfh][pr17996] How to implicitly use thiscall on pointer to member	functions
 
Rafael Espíndola
 - [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
 
Rafael Espíndola
 - r195255 - When wrapping lazily generated builtins in an extern	"C" context,
 
Rafael Espíndola
 - [patch][pr12684] Use the new mingw abi
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Rafael Espíndola
 - [patch][pr12684] Use the new mingw abi
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Rafael Espíndola
 - [patch][pr12684] Use the new mingw abi
 
Rafael Espíndola
 - r195501 - Adjust r194296 to not apply the alias replacement for	externally
 
Rafael Espíndola
 - r188906 - Centralize the handling of -target-feature.
 
Rafael Espíndola
 - r188906 - Centralize the handling of -target-feature.
 
Rafael Espíndola
 - [patch] Remove the Darwin_Generic_GCC toolchain
 
Rafael Espíndola
 - [patch] remove gcc::Precompile
 
Rafael Espíndola
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Hal Finkel
 - [PATCH] Don't instrument inline functions that are not externally	visible
 
Gonzalo Brito Gadeschi
 - r194820 - [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib	when targeting the iOS simulator.
 
Renato Golin
 - [PATCH] Simple refactoring to eliminate single-use local variable
 
Renato Golin
 - [PATCH] Refactor duplicate functions
 
Renato Golin
 - [PATCH] Refactor duplicate functions
 
Renato Golin
 - [PATCH] Refactor duplicate functions
 
Renato Golin
 - [PATCH] Refactor duplicate functions
 
Renato Golin
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Joey Gouly
 - r195367 - Fix a crash in EmitStoreThroughExtVectorComponentLValue for	vectors of odd sizes.
 
Joey Gouly
 - r195367 - Fix a crash in EmitStoreThroughExtVectorComponentLValue	for	vectors of odd sizes.
 
Joey Gouly
 - r194938 - ObjectiveC ARC. More validation of toll-free bridging of
 
Douglas Gregor
 - r194915 - ObjetiveC ARC. Start diagnosing invalid toll free	bridging.
 
Douglas Gregor
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Douglas Gregor
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Douglas Gregor
 - r194938 - ObjectiveC ARC. More validation of toll-free bridging of
 
Douglas Gregor
 - r195145 - Documentation parsing: in HeaderDoc,	\abstract is equivalent to \brief
 
Dmitri Gribenko
 - r195147 - Remove full path from CHECK line
 
Dmitri Gribenko
 - r195176 - Comment parsing tests: introduce a little more structure in	testcase
 
Dmitri Gribenko
 - r195184 - Revert r195176, it is breaking buildbots for unclear reason
 
Dmitri Gribenko
 - r195187 - Comment parsing tests: introduce a little more structure in	testcase
 
Dmitri Gribenko
 - [PATCHv2] implement -Wold-style-cast
 
Dmitri Gribenko
 - r195405 - Comment parsing tests: XML schema: actually run the	valid-function-10.xml test
 
Dmitri Gribenko
 - [PATCH] Documentation parsing: allow some commands to have multiple	paragraphs attached
 
Dmitri Gribenko
 - [PATCH] Consistency for type_tag_for_datatype subject
 
Dmitri Gribenko
 - r195149 - ARM: embedded v7 'darwin' doesn't get min-version defines.
 
Jim Grosbach
 - [PATCH] Refactor duplicate functions
 
Jim Grosbach
 - [PATCH] Refactor duplicate functions
 
Jim Grosbach
 - [PATCH] Refactor duplicate functions
 
Jim Grosbach
 - r194969 - Remove a bad string compare from r194968
 
Kim Gräsman
 - r194969 - Remove a bad string compare from r194968
 
Kim Gräsman
 - [PATCH] PPCallbacksTest expansion - part 1
 
Kim Gräsman
 - [PATCH] Remove uninstantiable constructor from DeclTemplate.h
 
Kim Gräsman
 - [PATCH] Remove uninstantiable constructor from DeclTemplate.h
 
Kim Gräsman
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Kim Gräsman
 - r195529 - Revert r195526,	"Remove uninstantiable constructor from DeclTemplate.h"
 
Kim Gräsman
 - r188906 - Centralize the handling of -target-feature.
 
Lang Hames
 - r188906 - Centralize the handling of -target-feature.
 
Lang Hames
 - [PATCH] Documentation parsing: allow some commands to have	multiple paragraphs attached
 
Dimitri van Heesch
 - r194296 - Use rauw for all discardable aliases,	not just linkonce_odr.
 
Howard Hinnant
 - Making libcxx compile with gcc 4.6.4
 
Howard Hinnant
 - Making libcxx compile with gcc 4.6.4
 
Howard Hinnant
 - r195268 - [NVPTX] Update ABI handling
 
Justin Holewinski
 - r195268 - [NVPTX] Update ABI handling
 
Justin Holewinski
 - [PATCH] implement -Wold-style-cast
 
Ondřej Hošek
 - [PATCHv2] implement -Wold-style-cast
 
Ondřej Hošek
 - [PATCHv2] implement -Wold-style-cast
 
Ondřej Hošek
 - [PATCHv2] implement -Wold-style-cast
 
Ondřej Hošek
 - r195158 - Microsoft Record Layout: zero sized base after base with	vbtbl fix
 
Warren Hunt
 - [PATCH] Microsoft Layout - Empty non-virtual base after base with	vbptr
 
Warren Hunt
 - [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
 
Warren Hunt
 - [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
 
Warren Hunt
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Fariborz Jahanian
 - r195066 - ObjectiveC 'objc_bridging'. Assorment of improvements
 
Fariborz Jahanian
 - r195070 - ObjectiveC objc_bridge. Minor refactoring.
 
Fariborz Jahanian
 - r195135 - bjectiveC. Use a uniform diagnostic for
 
Fariborz Jahanian
 - r195137 - ObjectiveC migrator. Do not migrate categories with
 
Fariborz Jahanian
 - r195146 - ObjectiveC ARC. Removes a bogus warning when a weak
 
Fariborz Jahanian
 - r195178 - ObjectiveC ARC. validate toll free bridge casting
 
Fariborz Jahanian
 - r195264 - ObjectiveC ARC. Better checking of toll free briding
 
Fariborz Jahanian
 - r195278 - ObjectiveC ARC. warn in presense of __bridge casting to
 
Fariborz Jahanian
 - r195288 - ObjectiveC. Allow toll free bridge cast warnings outside
 
Fariborz Jahanian
 - r195292 - ObjectiveC migrator. use strong instead of
 
Fariborz Jahanian
 - r195368 - ObjectiveC migrator. delegate property must be
 
Fariborz Jahanian
 - r195376 - ObjectiveC. Implement attribute 'objc_bridge_mutable'
 
Fariborz Jahanian
 - r195396 - ObjectiveC migrator. Improve on definition, use
 
Fariborz Jahanian
 - r195480 - ObjectiveC modern translator. Fixes a translation bug
 
Fariborz Jahanian
 - r195524 - ObjectiveC. Remove warning diagnostic which checks
 
Fariborz Jahanian
 - r195253 - Simplify fix proposed in r195240.
 
Daniel Jasper
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Daniel Jasper
 - r195251 - Support for JavaScript === and !== operators.
 
Daniel Jasper
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Daniel Jasper
 - [PATCH] Added an option to allow short function bodies be placed	on a single line.
 
Daniel Jasper
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Daniel Jasper
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Daniel Jasper
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Daniel Jasper
 - r195251 - Support for JavaScript === and !== operators.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - r195080 - Disable this check temporarily.
 
Daniel Jasper
 - r195301 - clang-format: Improve formatting of ObjC method expressions.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Daniel Jasper
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Daniel Jasper
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Daniel Jasper
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Daniel Jasper
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Daniel Jasper
 - r195417 - clang-format: Recognize braced lists with trailing function	call.
 
Daniel Jasper
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Daniel Jasper
 - r195418 - clang-format: Fix bug in alignment of complex template	parameters.
 
Daniel Jasper
 - r195546 - clang-format: Prefer column layout if possible.
 
Daniel Jasper
 - r195550 - clang-format: Fix bug in ObjC method declaration formatting.
 
Daniel Jasper
 - r195552 - clang-format: The "<" of a template argument is not a binary	operator.
 
Daniel Jasper
 - r195553 - clang-format: Fix incorrect space in parameters named by	comment.
 
Daniel Jasper
 - clang-format: Replaced PointerBindsToType with PointerBinding to	allow third kind of formatting
 
Daniel Jasper
 - r195555 - clang-format: Support Qt's slot access specifiers.
 
Daniel Jasper
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Pekka Jääskeläinen
 - [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd	accesses in vectors of odd size
 
Pekka Jääskeläinen
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Pekka Jääskeläinen
 - [LLVMdev] [PATCH] Prevent clang from throwing the diagnostics	twice.
 
Umesh Kalappa
 - [libcxx] r195044 - This patch implements snprintf_l function in a way	similar to the other
 
Yaron Keren
 - [libcxx] r194870 - Windows.h is not required.
 
Yaron Keren
 - [libcxx] r195045 - G M suggestion: conditionally include files on	_WIN32.
 
Yaron Keren
 - [patch] [libcxx] random.cpp not quite right for vc
 
Yaron Keren
 - [patch][pr12684] Use the new mingw abi
 
Yaron Keren
 - Making libcxx compile with gcc 4.6.4
 
Yaron Keren
 - [libcxx] r195431 - Compiling libcxx with gcc 4.6.4 (MingW) produces	these errors:
 
Yaron Keren
 - [libcxxabi] r195452 - Comment correction. syslog() syntax is:
 
Yaron Keren
 - libcxx: support typeids across DLL boundary
 
Yaron Keren
 - [patch][pr12684] Use the new mingw abi
 
Yaron Keren
 - Making libcxx compile with gcc 4.6.4
 
Yaron Keren
 - [libcxxabi] r195502 - On Windows,	typeids are different between DLLs and EXEs, so comparing
 
Yaron Keren
 - libcxx: support typeids across DLL boundary
 
Yaron Keren
 - libcxx: support typeids across DLL boundary
 
Yaron Keren
 - libcxx: support typeids across DLL boundary
 
Yaron Keren
 - [PATCH] SemaLookup.cpp wrong boolean test
 
Yaron Keren
 - LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
 - LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
 - [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
 
Reid Kleckner
 - [patch] Further issues when thiscall is the default for methods.
 
Reid Kleckner
 - [PATCH] Don't instrument inline functions that are not externally	visible
 
Reid Kleckner
 - [patch] Further issues when thiscall is the default for methods.
 
Reid Kleckner
 - [patch][pr12684] Use the new mingw abi
 
Reid Kleckner
 - [rfh][pr17996] How to implicitly use thiscall on pointer to	member functions
 
Reid Kleckner
 - [PATCH] Add a mangler entry point for TBAA rather than using RTTI	directly
 
Reid Kleckner
 - r195168 - Add a mangler entry point for TBAA rather than using RTTI	directly
 
Reid Kleckner
 - [PATCH] Add a mangler entry point for TBAA rather than using RTTI	directly
 
Reid Kleckner
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Reid Kleckner
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Reid Kleckner
 - [PATCH] CMake: Some changes to package version naming:
 
Reid Kleckner
 - libcxx: support typeids across DLL boundary
 
Reid Kleckner
 - libcxx: support typeids across DLL boundary
 
Reid Kleckner
 - libcxx: support typeids across DLL boundary
 
Reid Kleckner
 - [PATCH] Rename *MatcherCreateCallback to *MatcherDesc,	and its member run() to create().
 
Manuel Klimek
 - [PATCH] Split registry matcher resolution into a lookup phase and	a construction phase.
 
Manuel Klimek
 - r194969 - Remove a bad string compare from r194968
 
Manuel Klimek
 - [PATCH] Add the ability to set an output file.
 
Manuel Klimek
 - [PATCH] Add the ability to set an output file.
 
Manuel Klimek
 - [PATCH] Rename *MatcherCreateCallback to *MatcherDesc,	and its member run() to create().
 
Manuel Klimek
 - r195080 - Disable this check temporarily.
 
Manuel Klimek
 - [PATCH] Change VariadicOperatorMatcherInterface<> to take an	ArrayRef<DynTypedMatcher>.
 
Manuel Klimek
 - [PATCH] Refactoring: replaced (*(I + x)) with I[x].
 
Manuel Klimek
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Manuel Klimek
 - [PATCH] Support for JavaScript === and !== operators.
 
Manuel Klimek
 - [PATCH] Added an option to allow short function bodies be placed	on a single line.
 
Manuel Klimek
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Manuel Klimek
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Manuel Klimek
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Manuel Klimek
 - r195240 - Fix bug where optimization would lead to strange line	breaks.
 
Manuel Klimek
 - [PATCH] Added an option to allow short function bodies be placed	on a single line.
 
Manuel Klimek
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Manuel Klimek
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Manuel Klimek
 - [PATCH] Better implementation of JavaScript === and !== operators.
 
Manuel Klimek
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Manuel Klimek
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Manuel Klimek
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Manuel Klimek
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Manuel Klimek
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Manuel Klimek
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Manuel Klimek
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Manuel Klimek
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Manuel Klimek
 - [PATCH] Add support for the 'unless' matcher in the dynamic layer.
 
Manuel Klimek
 - [clang-tools-extra] r195020 - Fix the build after r195016.
 
Alexander Kornienko
 - [PATCH] Refactoring: replaced (*(I + x)) with I[x].
 
Alexander Kornienko
 - r195128 - Refactoring: replaced (*(I + x)) with I[x].
 
Alexander Kornienko
 - [PATCH] Added an option to allow short function bodies be placed on a	single line.
 
Alexander Kornienko
 - [PATCH] Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - [PATCH] Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - [PATCH] Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - r195251 - Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - [PATCH] Added an option to allow short function bodies be placed	on a single line.
 
Alexander Kornienko
 - [PATCH] Added an option to allow short function bodies be placed	on a single line.
 
Alexander Kornienko
 - r195251 - Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - r195256 - Added an option to allow short function bodies be placed on	a single line.
 
Alexander Kornienko
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Alexander Kornienko
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Alexander Kornienko
 - [PATCH] Better implementation of JavaScript === and !== operators.
 
Alexander Kornienko
 - [PATCH] Better implementation of JavaScript === and !== operators.
 
Alexander Kornienko
 - r195251 - Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - r195251 - Support for JavaScript === and !== operators.
 
Alexander Kornienko
 - r195354 - Better implementation of JavaScript === and !== operators.
 
Alexander Kornienko
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Alexander Kornienko
 - r195256 - Added an option to allow short function bodies be	placed on a single line.
 
Alexander Kornienko
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific	parsing.
 
Alexander Kornienko
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Alexander Kornienko
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Alexander Kornienko
 - r195017 - Make helper function static.
 
Benjamin Kramer
 - r195547 - Enable non-fragile ABI for the ObjFW runtime
 
Benjamin Kramer
 - [PATCH] Enable non-fragile ABI for the ObjFW runtime
 
Benjamin Kramer
 - r195027 - Remove clang man page reference to --analyze,	and point people to the analyzer website.
 
Ted Kremenek
 - r195259 - Refine 'deprecated' checking for Objective-C	classes/methods.
 
Ted Kremenek
 - r195322 - Refactor some of handleObjCBridgeAttr to make it more	concise and the diagnostic reusable.
 
Ted Kremenek
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Ted Kremenek
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Ted Kremenek
 - r195328 - Revert "Add new attribute 'objc_suppress_protocol' to	suppress protocol conformance for a class."
 
Ted Kremenek
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Ted Kremenek
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Ted Kremenek
 - r195322 - Refactor some of handleObjCBridgeAttr to make it more	concise and the diagnostic reusable.
 
Ted Kremenek
 - r195323 - Add new attribute 'objc_suppress_protocol' to suppress	protocol conformance for a class.
 
Ted Kremenek
 - r195532 - Change ObjCIntefaceDecl::lookupMethod() to have optional	'followsSuper' argument.
 
Ted Kremenek
 - r195533 - Add back experimental attribute	objc_suppress_protocol_methods (slightly renamed).
 
Ted Kremenek
 - r195559 - Move logic to check if a class is tagged with	objc_suppress_protocol_methods into a helper.
 
Ted Kremenek
 - r195560 - Remove optional parameter bit from attribute	ObjCSuppressProtocol.
 
Ted Kremenek
 - r195561 - Use specific_attr_iterator to tighten loop over	ObjCSuppressProtocolAttrs.
 
Ted Kremenek
 - r195533 - Add back experimental attribute	objc_suppress_protocol_methods (slightly renamed).
 
Ted Kremenek
 - r195556 - [CodeGen] If there is a function definition with duplicate	mangled name, emit an error instead of asserting.
 
Argyrios Kyrtzidis
 - r193969 - Implement final resolution of DR1402:	implicitly-declared move operators that
 
Argyrios Kyrtzidis
 - r195564 - [Parser] Unbreak parsing with incremental parsing enabled	and add a unit-test for it.
 
Argyrios Kyrtzidis
 - r195572 - [test] Add test case I forgot to add for r195564.
 
Argyrios Kyrtzidis
 - r195556 - [CodeGen] If there is a function definition with	duplicate mangled name, emit an error instead of asserting.
 
Argyrios Kyrtzidis
 - r195009 - Using an invalid -O falls back on -O3 instead of an error
 
Sylvestre Ledru
 - [PATCH] Improve the unwind.h inclusion
 
Sylvestre Ledru
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Hao Liu
 - r195079 - Implement AArch64 neon instructions class SIMD lsone and	SIMD lone-post.
 
Hao Liu
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post
 
Hao Liu
 - [PATCH] Add predicate for AArch64 crypto instructions
 
Jiangning Liu
 - [PATCH] Implement AArch64 SISD intrinsics for vget_high and vget_low
 
Jiangning Liu
 - [PATCH] Clean up predefined macros for AArch64 to follow ACLE 2.0
 
Jiangning Liu
 - r195068 - Clean up predefined macros for AArch64 to follow ACLE 2.0.
 
Jiangning Liu
 - r195069 - Add predicate for AArch64 crypto instructions.
 
Jiangning Liu
 - r195073 - Implement AArch64 SISD intrinsics for vget_high and	vget_low.
 
Jiangning Liu
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post
 
Jiangning Liu
 - [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
 
Jiangning Liu
 - [PATCH][AArch64] Implemented remaining Neon scalar by element	intrinsics
 
Jiangning Liu
 - [PATCH][AArch64] Implemented remaining Neon scalar by element	intrinsics
 
Jiangning Liu
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Jiangning Liu
 - r195409 - For AArch64, intrinsic vget_low_xxx can be optimized away.
 
Jiangning Liu
 - [PATCH] Implement AArch64 SISD intrinsics for vget_high and	vget_low
 
Jiangning Liu
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Jiangning Liu
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Marcello Maggioni
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Marcello Maggioni
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Marcello Maggioni
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Marcello Maggioni
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Marcello Maggioni
 - [PATCH] Sema: Instantiate local class and their members appropriately
 
David Majnemer
 - [PATCH] Sema: Instantiate local class and their members	appropriately
 
David Majnemer
 - [PATCH] Sema: Instantiate local class and their members	appropriately
 
David Majnemer
 - [PATCH] Sema: Instantiating variable definitions weren't local enough
 
David Majnemer
 - [PATCH] Accept %k format specifier
 
David Majnemer
 - [PATCH] Accept %k format specifier
 
David Majnemer
 - [PATCH] new check checking use of identical expressions inside	a conditional expression, i.e. '?'.
 
Daniel Marjamäki
 - r195367 - Fix a crash in EmitStoreThroughExtVectorComponentLValue	for	vectors of odd sizes.
 
John McCall
 - [PATCH] Enable FeatureMP for Cortex-A5 by default
 
James Molloy
 - [PATCH] Clean up predefined macros for AArch64 to follow ACLE 2.0
 
Tim Northover
 - [PATCH] Add predicate for AArch64 crypto instructions
 
Tim Northover
 - r195353 - ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
 
Tim Northover
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Tim Northover
 - [PATCH] Implement AArch64 SISD intrinsics for vget_high and	vget_low
 
Tim Northover
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Tim Northover
 - [PATCH] Refactor duplicate functions
 
Tim Northover
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Tim Northover
 - r195251 - Support for JavaScript === and !== operators.
 
Arthur O'Dwyer
 - [PATCH] Refactor duplicate functions
 
Bernard Ogden
 - [PATCH] Simple refactoring to eliminate single-use local variable
 
Bernard Ogden
 - [PATCH] Refactor duplicate functions
 
Bernard Ogden
 - [PATCH] Fix -mthumb resetting of target cpu
 
Bernard Ogden
 - [PATCH] Refactor duplicate functions
 
Bernard Ogden
 - [PATCH] Refactor duplicate functions
 
Bernard Ogden
 - [PATCH] Simple refactoring to eliminate single-use local variable
 
Bernard Ogden
 - [PATCH] Refactor duplicate functions
 
Bernard Ogden
 - r193740 - [AArch64] Add some CPU targets for "generic",	A-53 and A-57.
 
Bernie Ogden
 - [PATCH] Refactor duplicate functions
 
Bernie Ogden
 - [PATCH] Fix to PR8880 (clang dies processing a for loop).
 
Serge Pavlov
 - [PATCH] Fix to PR8880 (clang dies processing a for loop).
 
Serge Pavlov
 - [PATCH] C++11: Reject string literal to non-const char *	conversion
 
Ismail Pazarbasi
 - [PATCH][AArch64] Implemented remaining Neon scalar by element	intrinsics
 
Ana Pazos
 - [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
 
Ana Pazos
 - [PATCH][AArch64] Implemented remaining Neon scalar by	element	intrinsics
 
Ana Pazos
 - [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
 
Ana Pazos
 - [PATCH][AArch64] Implemented remaining Neon scalar by element	intrinsics
 
Ana Pazos
 - r195326 - Implemented Neon scalar by element intrinsics.
 
Ana Pazos
 - r195329 - Implemented Neon scalar vdup_lane intrinsics.
 
Ana Pazos
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
 
Ana Pazos
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Enrico Pertoso
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Enrico Pertoso
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Enrico Pertoso
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Enrico Pertoso
 - r195267 - Set default Dwarf Version for -gline-tables-only on Darwin	to 2.
 
Manman Ren
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
Manman Ren
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
Manman Ren
 - r195495 - Debug Info: add a "Debug Info Version" module flag to	output the current debug
 
Manman Ren
 - [PATCH] Add C/C++ attribute 'optnone'
 
Robinson, Paul
 - [PATCH] Add C/C++ attribute 'optnone'
 
Robinson, Paul
 - [PATCH] Add C/C++ attribute 'optnone'
 
Robinson, Paul
 - [PATCH] Add C/C++ attribute 'optnone'
 
Robinson, Paul
 - [PATCH] Add C/C++ attribute 'optnone'
 
Robinson, Paul
 - r195378 - Test commit for the user "kromanova" to verify commit	access. I	removed "UNSUPPORTED" comment because unsigned __int128 type is in fact	supported.
 
Ekaterina Romanova
 - r195005 - clang/test/CXX/drs/dr2xx.cpp: Suppress this for	targeting LLP64 due to __SIZE_TYPE__.
 
Jordan Rose
 - r194938 - ObjectiveC ARC. More validation of toll-free bridging of
 
Jordan Rose
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
Jordan Rose
 - [PATCH] new check checking use of identical expressions inside a	conditional expression, i.e. '?'.
 
Jordan Rose
 - [PATCH][AArch64]Implement vreinterpret ACLE functions in Clang
 
Chad Rosier
 - [PATCH] Add predicate for AArch64 crypto instructions
 
Chad Rosier
 - r195047 - Make test/Driver/clang_f_opts.c not write to the test	dir
 
Chad Rosier
 - [PATCH] [StaticAnalyzer] New checker Sizeof on expression
 
Anders Rönnholm
 - [PATCH] check for Incorrect logic in operator
 
Anders Rönnholm
 - [PATCHv2] implement -Wold-style-cast
 
Jonathan Sauer
 - [PATCH] Support for address space casting in order to map these on	the new 'addrspacecast' IR instruction
 
Michele Scandale
 - [PATCH] Support for address space casting in order to map these	on the new 'addrspacecast' IR instruction
 
Michele Scandale
 - [PATCH] Support for address space casting in order to map these	on the new 'addrspacecast' IR instruction
 
Michele Scandale
 - [PATCH] Support for address space casting in order to map these	on the new 'addrspacecast' IR instruction
 
Michele Scandale
 - [PATCH] Let __attribute__((format(…))) accept OFStrings
 
Jonathan Schleifer
 - [PATCH] Accept %k format specifier
 
Jonathan Schleifer
 - [PATCH] Enable non-fragile ABI for the ObjFW runtime
 
Jonathan Schleifer
 - [PATCH] Accept %k format specifier
 
Jonathan Schleifer
 - [PATCH] Accept %k format specifier
 
Jonathan Schleifer
 - [PATCH] Accept %k format specifier
 
Jonathan Schleifer
 - [PATCH] Accept %k format specifier
 
Jonathan Schleifer
 - Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
 
Jonathan Schleifer
 - [PATCH libcxxabi] Fix indentation of fields in "struct	__cxa_exception" to line up
 
Mark Seaborn
 - [PATCH libcxxabi] Fix indentation of fields in "struct	__cxa_exception" to line up
 
Mark Seaborn
 - r195095 - Rename an extension warning to ext_...
 
Sean Silva
 - r195251 - Support for JavaScript === and !== operators.
 
Sean Silva
 - r195359 - [ARM] add basic support for Cortex-A7 and VFPv4 to Clang
 
Artyom Skrobov
 - [ARM] OK to delete test/CodeGen/a5.c and test/CodeGen/a15.c ?
 
Artyom Skrobov
 - r195430 - Deleting three tests that are redundant with	test/Preprocessor/arm-target-features.c and	test/Driver/arm-cortex-cpus.c
 
Artyom Skrobov
 - [pr17973][patch] Use the default method CC in	GetFullTypeForDeclarator
 
Richard Smith
 - [pr17973][patch] Use the default method CC in	GetFullTypeForDeclarator
 
Richard Smith
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Richard Smith
 - [PATCH] Make UninitializedValues detect the use of uninitialized	fields in a constructor.
 
Richard Smith
 - [patch] Handle the fact that typedefs define free functions
 
Richard Smith
 - [patch] Handle the fact that typedefs define free functions
 
Richard Smith
 - [PATCH] Fix to PR8880 (clang dies processing a for loop).
 
Richard Smith
 - [PATCH] Sema: Propagate the mangling number into instantiations
 
Richard Smith
 - r195095 - Rename an extension warning to ext_...
 
Richard Smith
 - [PATCH] ASTVector: Fix return value of various insert() methods
 
Richard Smith
 - r194540 - PR10837: Warn if a null pointer constant is formed by a	zero integer constant
 
Richard Smith
 - r195126 - Revert r194540, it breaks various C++ programs.
 
Richard Smith
 - r195126 - Revert r194540, it breaks various C++ programs.
 
Richard Smith
 - [PATCH] Add C/C++ attribute 'optnone'
 
Richard Smith
 - r195163 - PR9547: If we're parsing a simple-declaration that contains	a tag definition, 
 
Richard Smith
 - r195186 - Ensuring the warning for attribute decl types matches	the error for attribute decl types.
 
Richard Smith
 - r195186 - Ensuring the warning for attribute decl types matches	the error for attribute decl types.
 
Richard Smith
 - r195255 - When wrapping lazily generated builtins in an extern	"C" context,
 
Richard Smith
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Richard Smith
 - [PATCH] Add C/C++ attribute 'optnone'
 
Richard Smith
 - [PATCH] An lvalue-to-rvalue conversion should be supported in	case of a non-volatile glvalue that refers to a non-volatile object	defined with constexpr.
 
Richard Smith
 - r195255 - When wrapping lazily generated builtins in an extern	"C" context,
 
Richard Smith
 - [PATCH] Tune capturing of init-captures in non-generic lambdas
 
Richard Smith
 - r195280 - Fix new check for missing semicolon after struct definition	to deal with the
 
Richard Smith
 - [PATCH] Support default integer attribute arguments
 
Richard Smith
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
Richard Smith
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Richard Smith
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Richard Smith
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Richard Smith
 - [PATCH] Sema: Instantiate local class and their members	appropriately
 
Richard Smith
 - r195275 - Removed a duplicate diagnostic related to attribute	subjects for thread safety annotations,	and replaced it with the more general	attribute diagnostic. Updated the test case in the one instance where	wording changed. No functional change intended.
 
Richard Smith
 - r195303 - PR10837: Warn if a null pointer constant is formed by a zero	integer constant
 
Richard Smith
 - r194540 - PR10837: Warn if a null pointer constant is formed by a	zero integer constant
 
Richard Smith
 - r195384 - PR18013: Don't assert diagnosing a bad std::initializer_list	construction.
 
Richard Smith
 - r195426 - Add class-specific operator new to Decl hierarchy. This	guarantees that Decls
 
Richard Smith
 - r195529 - Revert r195526,	"Remove uninstantiable constructor from DeclTemplate.h"
 
Richard Smith
 - r195543 - Generate a marker token when entering or leaving a	submodule when building a
 
Richard Smith
 - r195545 - Fix module name collision in tests.
 
Richard Smith
 - [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
 
Richard Smith
 - r195579 - __declspec(uuid) is only allowed on a class according	to MSDN;	this makes the semantic checking consistent with what the attribute	specifies in Attr.td. Also adds a test case.
 
Richard Smith
 - r195579 - __declspec(uuid) is only allowed on a class according	to MSDN;	this makes the semantic checking consistent with what the attribute	specifies in Attr.td. Also adds a test case.
 
Richard Smith
 - r193969 - Implement final resolution of DR1402:	implicitly-declared move operators that
 
Richard Smith
 - r195620 - Take cv-qualifiers on fields of class type into account when	determining
 
Richard Smith
 - r193969 - Implement final resolution of DR1402:	implicitly-declared move operators that
 
Richard Smith
 - r194540 - PR10837: Warn if a null pointer constant is formed by	a zero integer constant
 
Joerg Sonnenberger
 - r195126 - Revert r194540, it breaks various C++ programs.
 
Joerg Sonnenberger
 - r194540 - PR10837: Warn if a null pointer constant is formed by	a zero integer constant
 
Joerg Sonnenberger
 - r194540 - PR10837: Warn if a null pointer constant is formed by	a zero integer constant
 
Joerg Sonnenberger
 - r195126 - Revert r194540, it breaks various C++ programs.
 
Joerg Sonnenberger
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Joerg Sonnenberger
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Joerg Sonnenberger
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Joerg Sonnenberger
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Joerg Sonnenberger
 - r194296 - Use rauw for all discardable aliases, not just	linkonce_odr.
 
Joerg Sonnenberger
 - r195501 - Adjust r194296 to not apply the alias replacement for	externally
 
Joerg Sonnenberger
 - r195501 - Adjust r194296 to not apply the alias replacement for	externally
 
Joerg Sonnenberger
 - [PATCH] Add basic Cortex-A12 support to llvm and clang
 
Oliver Stannard
 - [PATCH] Enable FeatureMP for Cortex-A5 by default
 
Oliver Stannard
 - [libclc] r195021 - Implement builtins for	cl_khr_global_int32_base_atomics extension
 
Tom Stellard
 - [libclc] r195022 - Implement round builtin
 
Tom Stellard
 - [libclc] r195023 - R600: Add aliases for Sea Islands GPUs
 
Tom Stellard
 - [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd	accesses in vectors of odd size
 
Tom Stellard
 - r195367 - Fix a crash in	EmitStoreThroughExtVectorComponentLValue for	vectors of odd sizes.
 
Tom Stellard
 - [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd	accesses in vectors of odd size
 
Anastasia Stulova
 - r195000 - clang/Parse/Parser.h: Fix annotations properly in	SkipUntilFlags. [-Wdocumentation]
 
NAKAMURA Takumi
 - r195005 - clang/test/CXX/drs/dr2xx.cpp: Suppress this for targeting	LLP64 due to __SIZE_TYPE__.
 
NAKAMURA Takumi
 - r195005 - clang/test/CXX/drs/dr2xx.cpp: Suppress this for	targeting LLP64 due to __SIZE_TYPE__.
 
NAKAMURA Takumi
 - [patch][pr12684] Use the new mingw abi
 
NAKAMURA Takumi
 - [clang-tools-extra] r195357 - Trailing linefeed.
 
NAKAMURA Takumi
 - r195440 - AST/DeclBase.h: Fix \param of Decl::new() in r195426.	[-Wdocumentation]
 
NAKAMURA Takumi
 - r195589 - SemaDeclAttr.cpp: Try to fix a warning	[-Wunnamed-type-template-args]
 
NAKAMURA Takumi
 - [PATCH] PPCallbacksTest expansion - part 1
 
John Thompson
 - [request for permission] Move pp-trace and PPCallbacks tests to	clang/(tools/test)?
 
John Thompson
 - [request for permission] Move pp-trace and PPCallbacks tests to clang/(tools/test)?
 
Thompson, John
 - r195134 - YAML I/O - Added default trait support for std:string.	Making	another attempt at this, this time doing a clean build on Linux,	and running the LLVM, clang, and extra tests,	to try to make sure there's no problems.
 
John Thompson
 - RE: [request for permission] Move pp-trace and PPCallbacks tests to clang/(tools/test)?
 
Thompson, John
 - r194969 - Remove a bad string compare from r194968
 
Alp Toker
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Alp Toker
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Alp Toker
 - [ARM] OK to delete test/CodeGen/a5.c and test/CodeGen/a15.c ?
 
Alp Toker
 - r195419 - Make ASTUnit structure stable with NDEBUG
 
Alp Toker
 - r195420 - Add txt file extension to VS solution's README
 
Alp Toker
 - r195422 - Tidy up the no-external-assembler diag
 
Alp Toker
 - r195419 - Make ASTUnit structure stable with NDEBUG
 
Alp Toker
 - r195558 - Fix a SSE2 intrinsics typo
 
Alp Toker
 - SSE2 intrinsics: gcc46 vs. clang contradiction
 
Alp Toker
 - [LLVMdev] [clang] SSE2 intrinsics (emmintrin.h): _mm_movpi64_pi64	should be _mm_movpi64_epi64?
 
Alp Toker
 - [PATCH] SemaLookup.cpp wrong boolean test
 
Alp Toker
 - [PATCH libcxxabi] Fix indentation of fields in "struct	__cxa_exception" to line up
 
Alp Toker
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Alp Toker
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Alp Toker
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Alp Toker
 - r195577 - Parse Microsoft __declspec appearing after class body
 
Alp Toker
 - [PATCH] Parse Microsoft __declspec appearing after class body
 
Alp Toker
 - [PATCH] Let __attribute__((format(…))) accept OFStrings
 
Alp Toker
 - r195587 - Add heading and remove leftover personal email addresses
 
Alp Toker
 - [PATCH] Warn on suspicious use of absolute value function
 
Richard Trieu
 - [PATCH] Add new warning to Clang to detect when all code paths in	a function has a call back to the function.
 
Richard Trieu
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
David Tweed
 - [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd	accesses in vectors of odd size
 
David Tweed
 - [PATCH] Adding support for NoDuplicate function attribute in CLang
 
David Tweed
 - [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd	accesses in vectors of odd size
 
David Tweed
 - [PATCH] Tune capturing of init-captures in non-generic lambdas
 
Faisal Vali
 - [PATCH] Tune capturing of init-captures in non-generic lambdas
 
Faisal Vali
 - r195251 - Support for JavaScript === and !== operators.
 
Nico Weber
 - [PATCH] Added LanguageStandard::LS_JavaScript to gate all	JS-specific parsing.
 
Nico Weber
 - r195080 - Disable this check temporarily.
 
Bill Wendling
 - [libcxx] r195087 - Creating release_34 branch
 
Bill Wendling
 - [libcxx] r195206 - Creating release directory for release_34.
 
Bill Wendling
 - [libcxx] r195207 - Creating release candidate rc1 from release_34	branch
 
Bill Wendling
 - [libcxx] r195223 - Merging r195143:
 
Bill Wendling
 - r195236 - Update to next release numbers.
 
Bill Wendling
 - r195080 - Disable this check temporarily.
 
Bill Wendling
 - r195268 - [NVPTX] Update ABI handling
 
Bill Wendling
 - r195367 - Fix a crash in EmitStoreThroughExtVectorComponentLValue	for	vectors of odd sizes.
 
Bill Wendling
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Bill Wendling
 - r195501 - Adjust r194296 to not apply the alias replacement for	externally
 
Bill Wendling
 - [PATCH] Enable non-fragile ABI for the ObjFW runtime
 
Bill Wendling
 - [libcxx] r195622 - Merging r195136:
 
Bill Wendling
 - r195047 - Make test/Driver/clang_f_opts.c not write to the test dir
 
Hans Wennborg
 - r195048 - Remove period at end of "optimization level is unsupported"	diagnostic
 
Hans Wennborg
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Hans Wennborg
 - [PATCH] Better diagnostic for re-initialization of static data members
 
Hans Wennborg
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Hans Wennborg
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Hans Wennborg
 - r195283 - [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Hans Wennborg
 - [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for	declarations of static data members with inline initializers (PR17689)
 
Hans Wennborg
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Hans Wennborg
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Hans Wennborg
 - r195306 - Provide better diagnostic wording for initializers on static
 
Hans Wennborg
 - [PATCH] Better diagnostic for re-initialization of static data	members
 
Hans Wennborg
 - [PATCH] CMake: Some changes to package version naming:
 
Hans Wennborg
 - [PATCH] CMake: Some changes to package version naming:
 
Hans Wennborg
 - [PATCH] CMake: Some changes to package version naming:
 
Hans Wennborg
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Hans Wennborg
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Hans Wennborg
 - [PATCH] CMake: Enable building clang-format's Visual Studio plugin
 
Hans Wennborg
 - [libc++] Patch for AIX
 
Xing Xue
 - r195255 - When wrapping lazily generated builtins in an extern "C"	context, 
 
Enea Zaffanella
 - r195255 - When wrapping lazily generated builtins in an extern	"C" context,
 
Enea Zaffanella
 - r195366 - Added testcase for r195255.
 
Enea Zaffanella
 - [cfe-dev] [PATCH] Missing calls for #elif PPCallback.
 
Enea Zaffanella
 - [PATCH] [StaticAnalyzer] New checker Sizeof on expression
 
Anna Zaks
 - r195174 - [analyzer] Fix an infinite recursion in region invalidation	by adding block count to the BlockDataRegion.
 
Anna Zaks
 - [PATCH] [Patch] Assertion failure when a multidimensional array	allocated with new operator is explicitly list initialized.
 
jyoti allur
 - r194938 - ObjectiveC ARC. More validation of toll-free bridging of
 
jahanian
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
jahanian
 - r194915 - ObjetiveC ARC. Start diagnosing invalid toll free	bridging.
 
jahanian
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
jahanian
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
jahanian
 - r194938 - ObjectiveC ARC. More validation of toll-free bridging of
 
jahanian
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
jahanian
 - r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
 
jahanian
 - r195322 - Refactor some of handleObjCBridgeAttr to make it more	concise and the diagnostic reusable.
 
jahanian
 - r195376 - ObjectiveC. Implement attribute 'objc_bridge_mutable'
 
jahanian
 - r195396 - ObjectiveC migrator. Improve on definition, use
 
jahanian
 - [PATCH] Fixing some ObjC attributes
 
jahanian
    
 
    
      Last message date: 
       Sun Nov 24 23:55:48 PST 2013
    Archived on: Tue Aug  4 15:31:22 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).