The Week Of Monday 28 July 2014 Archives by author
      
      Starting: Mon Jul 28 00:29:29 PDT 2014
         Ending: Sun Aug  3 23:42:26 PDT 2014
         Messages: 547
     
- [libcxxabi] r214573 - [unwinder] Tell the assembler that	functions are functions so that the linker knows how to link them.
 
Saleem Abdulrasool
 - r214401 - ms-inline-asm: Add a test to ensure that call doesn't	clobber eax.
 
Ehsan Akhgari
 - [PATCH] ms-inline-asm: Add a test to ensure that call doesn't	clobber eax.
 
Ehsan Akhgari
 - [libcxx] r214201 - Base regex code on char_class_type.
 
Dan Albert
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Dan Albert
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Dan Albert
 - [libcxx] r214442 - Make Android's ctype_base::mask unsigned.
 
Dan Albert
 - [PATCH] [libcxx] Add support for Android targets to lit.cfg.
 
Dan Albert
 - [libcxx] r214474 - Update linux test results file
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Update libc++ docs to include instructions for LIT.
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Dan Albert
 - [PATCH] [libcxx] Update libc++ docs to include instructions for	LIT.
 
Dan Albert
 - r213512 - [OPENMP] Initial parsing and sema analysis for 'flush'	directive.
 
Samuel F Antao
 - r214294 - [Driver][Mips] Add function-wrapper so simplify creation of	`Multilib` objects.
 
Simon Atanasyan
 - [PATCH] [Driver] Move description of toolchain specific include	directories from the common driver code to the corresponding	`MultilibSet` declarations
 
Simon Atanasyan
 - [PATCH] [x32] Add __int128 support
 
Simon Atanasyan
 - r214662 - [Mips] Add the `mips64-linux-gnu` target to the test case	to check `in128`
 
Simon Atanasyan
 - [PATCH] [Driver] Move description of toolchain specific include	directories from the common driver code to the corresponding	`MultilibSet` declarations
 
Simon Atanasyan
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Gabor Ballabas
 - [PATCH][TEST] Improve tests for #pragma clang optimize off/on
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - r214298 - Suppress clang/test/Sema/struct-packed-align.c for	targeting LLP64.
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - r214362 - Updating a comment related to the implementation of	-Woverloaded-virtual,	and adding a FIXME to a test case. (Drive-by removal of trailing	whitespace in the test case as well.)
 
Aaron Ballman
 - [PATCH] -Woverloaded-virtual
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - r214407 - Automate attribute argument count semantic checking when	there are variadic or optional arguments present. With this,	the only time you should have to manually check attribute argument	counts is when HasCustomParsing is set to true,	or when you have variadic arguments that aren't really variadic (like	ownership_holds and friends).
 
Aaron Ballman
 - [PATCH] Support the assume_aligned function attribute
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - r214411 - Removing an outdated FIXME. No functional changes.
 
Aaron Ballman
 - [PATCH] Improved source range in nonnull diagnostics
 
Aaron Ballman
 - r214436 - Implemented a diagnostic to handle multiple,	distinct ownership_return attributes on the same declaration. This	removes a FIXME from the code.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - r214446 - Loop hint pragmas sometimes do not contain an identifier	option	(such as #pragma unroll(4)). Check explicitly that the token we stored	was an identifier.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - r214502 - Initializing the loop hint option token.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - r214504 - Initializing the loop hint option token again.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - r214507 - Improving diagnostic source ranges for the nonnull	attribute. Now	it highlights the attribute and the faulty nonpointer type when	possible.
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - [PATCH] Improved source range in nonnull diagnostics
 
Aaron Ballman
 - r214511 - Replacing some more complex logic with a helper function	call to	ObjCMethod::getReturnTypeSourceRange. No functional changes intended.
 
Aaron Ballman
 - r214513 - The GNU-style aligned attribute has an optional expression, 	but the generated pretty printing logic was unaware of this. Fixed the	pretty printing logic, and added a test to ensure it no longer asserts.
 
Aaron Ballman
 - r214526 - Dropping some else-after-returns. No functional changes	intended.
 
Aaron Ballman
 - r214507 - Improving diagnostic source ranges for the nonnull	attribute. Now it highlights the attribute and the faulty nonpointer	type when possible.
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - r214333 - Add a state variable to the loop hint attribute.
 
Aaron Ballman
 - [PATCH] Support constant expressions, including non-type template	parameters, in pragma loop hints
 
Aaron Ballman
 - r214298 - Suppress clang/test/Sema/struct-packed-align.c for	targeting LLP64.
 
Aaron Ballman
 - r214298 - Suppress clang/test/Sema/struct-packed-align.c for	targeting LLP64.
 
Aaron Ballman
 - [PATCH] [clang-tidy] Add check for possibly incomplete switch	statements
 
Benjamin Bannier
 - [PATCH] [clang-tidy] Add check for possibly incomplete switch	statements
 
Benjamin Bannier
 - r213512 - [OPENMP] Initial parsing and sema analysis for 'flush'	directive.
 
Bataev, Alexey
 - r214172 - [OPENMP] Additional comments for implicit 'flush' clause +	removed unused parameter from method classof().
 
Alexey Bataev
 - r213639 - [OPENMP] Initial parsing and sema analysis for 'atomic'	directive.
 
Bataev, Alexey
 - [PATCH] [OPENMP] Codegen for 'if' clause
 
Alexey Bataev
 - r213639 - [OPENMP] Initial parsing and sema analysis for 'atomic'	directive.
 
Bataev, Alexey
 - r213262 - [OPENMP] Initial parsing and sema analysis of	'mergeable' clause.
 
Bataev, Alexey
 - [PATCH] [C++11] Support for capturing of variable length arrays	in lambda expression.
 
Alexey Bataev
 - [PATCH] [OPENMP] Codegen for threadprivate variables
 
Alexey Bataev
 - [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
 
Alexey Bataev
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214412 - Reformat docstring to 80-col
 
Eli Bendersky
 - [PATCH] Expose name mangling to libclang
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214506 - Fix a memory leak - dispose of the CXString after printing	it in mangling.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - r214520 - Add IR Mangler for more stable mangling.
 
Eli Bendersky
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Eli Bendersky
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Agustín Bergé
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the	default	target.
 
Kristof Beyls
 - r213790 - PR20228: don't retain a pointer to a vector element	after the container has been resized.
 
David Blaikie
 - r213790 - PR20228: don't retain a pointer to a vector element	after the container has been resized.
 
David Blaikie
 - r214133 - [Debug Info] add DISubroutineType and its creation	takes DITypeArray.
 
David Blaikie
 - r214133 - [Debug Info] add DISubroutineType and its creation	takes DITypeArray.
 
David Blaikie
 - r214133 - [Debug Info] add DISubroutineType and its creation	takes DITypeArray.
 
David Blaikie
 - r214281 - Fix a use after free bug.
 
David Blaikie
 - [PATCH] -Woverloaded-virtual
 
David Blaikie
 - [PATCH] -Woverloaded-virtual
 
David Blaikie
 - [PATCH] -Woverloaded-virtual
 
David Blaikie
 - [PATCH] -Woverloaded-virtual
 
David Blaikie
 - r214507 - Improving diagnostic source ranges for the nonnull	attribute. Now it highlights the attribute and the faulty nonpointer	type when possible.
 
David Blaikie
 - r214586 - InstrProf: Update for LLVM API change
 
Justin Bogner
 - r214668 - Driver: Simplify a use of the path API
 
Justin Bogner
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Chandler Carruth
 - r214089 - Thread Safety Analysis: Replace the old and broken	SExpr with the new
 
Chandler Carruth
 - r214089 - Thread Safety Analysis: Replace the old and broken	SExpr with the new
 
Chandler Carruth
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Chandler Carruth
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Eric Christopher
 - [PATCH] Fix "-mno-global-merge" option for clang
 
Eric Christopher
 - r214190 - [Debug Info] update testing case due to change in	DIBuilder.
 
Eric Christopher
 - [PATCH] [x32] Add __int128 support
 
Pavel Chupin
 - [libcxx] r214088 - Fix PR#20471. Add a cast in __align_it to ensure	that the	bit twiddling is done at the correct size. A better solution, IMHO,	would be to declare vector<bool>::__bits_per_word as 'size_type',	rather than 'unsigned', but that's a possible ABI change.
 
Marshall Clow
 - [PATCH] Fix for libc++ bug #20096	http://llvm.org/bugs/show_bug.cgi?id=20096
 
Marshall Clow
 - [PATCH] [libcxx] Base __get_classname on char_class_type.
 
Marshall Clow
 - [libcxx] r214219 - std::once_flag was forward declared with	_LIBCPP_TYPE_VIS decoration,	and the defined with _LIBCPP_TYPE_VIS_ONLY decoration. Make them match
 
Marshall Clow
 - [libcxx] r214371 - Fix numeric_limits<XXX>::is_modulo for signed	arithmetic types. We were reporting true, for all arithmetic types,	which is incorrect. Fix the tests which were wrong,	too. This fixes PR#20158.
 
Marshall Clow
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Marshall Clow
 - [libcxx] r214406 - Add test cases for creating atomic types for	trivially copyable types.
 
Marshall Clow
 - [PATCH] Use CommonOptionsParser in clang-query. This fixes its	support of the fixedcompilation database and makes it behave	consistently with other clang tools.
 
Peter Collingbourne
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Fraser Cormack
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Fraser Cormack
 - [PATCH] OpenCL/SPIR - fix kernel_arg_type metadata node
 
Fraser Cormack
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Fraser Cormack
 - [PATCH] OpenCL/SPIR - fix kernel_arg_type metadata node
 
Fraser Cormack
 - r214305 - Fix OpenCL/SPIR kernel_arg_type metadata node
 
Fraser Cormack
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Fraser Cormack
 - r214308 - Add OpenCL/SPIR kernel_arg_base_type metadata node
 
Fraser Cormack
 - [PATCH][AVX512] More intrinsics not requiring new backend support
 
Demikhovsky, Elena
 - [PATCH][AVX512] More intrinsics not requiring new backend support
 
Demikhovsky, Elena
 - [PATCH] [SKX] Enabling SKX target (Skylake server chip) in clang
 
Elena Demikhovsky
 - [PATCH][TEST] Improve tests for #pragma clang optimize off/on
 
Dario Domizioli
 - r214086 - [TEST] Improve tests for #pragma clang optimize off/on
 
Dario Domizioli
 - [PATCH][TEST] Improve tests for #pragma clang optimize off/on
 
Dario Domizioli
 - [libcxx] r214474 - Update linux test results file
 
İsmail Dönmez
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Rafael Avila de Espindola
 - r214281 - Fix a use after free bug.
 
Rafael Espindola
 - r214286 - Simplify the code.
 
Rafael Espindola
 - r214356 - Update for llvm change.
 
Rafael Espindola
 - r214356 - Update for llvm change.
 
Rafael Espíndola
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Rafael Espíndola
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Rafael Espíndola
 - r214064 - Factoring DataflowWorklist out of LiveVariables and	UninitializedValues analyses
 
Hal Finkel
 - [PATCH] Support the assume_aligned function attribute
 
Hal Finkel
 - [PATCH] Remove use of default function template parameters in type	traits. Fixes DR20484
 
Eric Fiselier
 - [PATCH] [libcxx] Base __get_classname on char_class_type.
 
Eric Fiselier
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Eric Fiselier
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Eric Fiselier
 - [PATCH] [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Eric Fiselier
 - [libcxx] r214422 - [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Eric Fiselier
 - [libcxx] r214427 - [libcxx] Remove use of default function template	parameters in type traits. Fixes DR20484
 
Eric Fiselier
 - [PATCH] [libcxx] Add support for Android targets to lit.cfg.
 
Eric Fiselier
 - [libcxx] r214454 - Change lit.cfg to allow whitespace before comments
 
Eric Fiselier
 - [libcxx] r214474 - Update linux test results file
 
Eric Fiselier
 - [libcxx] r214474 - Update linux test results file
 
Eric Fiselier
 - [libcxx] r214483 - Update information about compiler used during	linux tests and reformat run information.
 
Eric Fiselier
 - [libcxx] r214484 - Adding ABI information to linux test results
 
Eric Fiselier
 - [libcxx] r214474 - Update linux test results file
 
Eric Fiselier
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Eric Fiselier
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Eric Fiselier
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Eric Fiselier
 - [PATCH] [libcxx] Update libc++ docs to include instructions for	LIT.
 
Eric Fiselier
 - [PATCH] [libcxx] Add locales to available_features for tests.
 
Eric Fiselier
 - [PATCH] Emit diagnostic for -munaligned-access on v6m targets
 
Benjamin Foster
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
Olivier Goffart
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
Olivier Goffart
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
Olivier Goffart
 - [PATCH] Expose name mangling to libclang
 
Renato Golin
 - r213714 - test: add an explicit target triple
 
Renato Golin
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Renato Golin
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Renato Golin
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Renato Golin
 - Patch for CMake to export Clang targets
 
Ryan Govostes
 - r214471 - Remove this pointer that is converted to bool. In	well-defined contexts, the
 
Douglas Gregor
 - r214162 - Emit column debug information for loads
 
Tobias Grosser
 - r214163 - Revert "Emit column debug information for loads"
 
Tobias Grosser
 - [libcxx] r214474 - Update linux test results file
 
Tobias Grosser
 - [libcxx] r214474 - Update linux test results file
 
Tobias Grosser
 - release_35 patches for unroll pragma
 
Mark Heffernan
 - [PATCH] Modeling APIs in the Static Analyzer
 
Gábor Horváth
 - [PATCH] Modeling APIs in the Static Analyzer
 
Gábor Horváth
 - r214089 - Thread Safety Analysis: Replace the old and broken SExpr	with the new
 
DeLesley Hutchins
 - r214089 - Thread Safety Analysis: Replace the old and broken	SExpr with the new
 
Delesley Hutchins
 - r214089 - Thread Safety Analysis: Replace the old and broken	SExpr with the new
 
Delesley Hutchins
 - r213262 - [OPENMP] Initial parsing and sema analysis of	'mergeable' clause.
 
Ajay J
 - r214090 - Objective-C. Improve diagnostic when property is
 
Fariborz Jahanian
 - r214203 - Provide warning name for property attribute warning
 
Fariborz Jahanian
 - r214409 - Obective-C. Patch to fix the incorrect ObjcMessageExpr	argument source ranges, 
 
Fariborz Jahanian
 - [clang-tools-extra] r214063 - clang-tidy: [use-override] Tweak	messages.
 
Daniel Jasper
 - r214069 - clang-format: Fix formatting of lock annotations in lambda	definitions.
 
Daniel Jasper
 - r214070 - clang-format: Fix unary operator recognition.
 
Daniel Jasper
 - r214071 - clang-format: Improve pointer/reference detection.
 
Daniel Jasper
 - r214075 - clang-format: Improve operator and template recognition.
 
Daniel Jasper
 - r214084 - clang-format: [proto] Improve formatting of text-proto	options.
 
Daniel Jasper
 - Support for proto text format in .proto files
 
Daniel Jasper
 - r214300 - clang-format: Understand 'typename' in placement new.
 
Daniel Jasper
 - [PATCH] Don't warn on NewCallback argument comments,	as they are arguments for thefunction the callback points to.
 
Daniel Jasper
 - [PATCH] Don't warn on NewCallback argument comments,	as they are arguments for thefunction the callback points to.
 
Daniel Jasper
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Daniel Jasper
 - r214508 - clang-format: Add a space in ObjC protocols.
 
Daniel Jasper
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Pekka Jääskeläinen
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Pekka Jääskeläinen
 - [PATCH] OpenCL/SPIR - fix kernel_arg_type metadata node
 
Pekka Jääskeläinen
 - [PATCH] OpenCL/SPIR - fix kernel_arg_type metadata node
 
Pekka Jääskeläinen
 - [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
 
Pekka Jääskeläinen
 - [PATCH] Add new tool clang-highlight to clang/tools/extra
 
Johannes Kapfhammer
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Yaron Keren
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Yaron Keren
 - [PATCH] [SKX] Enabling SKX target (Skylake server chip) in clang
 
Robert Khasanov
 - r214306 - [SKX] Enabling SKX target (Skylake server chip)
 
Robert Khasanov
 - Builders lld-x86_64-freeBSD, sanitizer_x86_64-freeBSD9.2,	clang-mergefunc-x86_64-freeBSD9.2
 
Galina Kistanova
 - LLVM buildmaster will be restarted tonight
 
Galina Kistanova
 - r214103 - Fix MSVC warnings about falling off the end of a non-void	function
 
Reid Kleckner
 - r214089 - Thread Safety Analysis: Replace the old and broken	SExpr with the new
 
Reid Kleckner
 - [PATCH] Change __INT*_TYPE__ to be compatible with GCC
 
Reid Kleckner
 - r214141 - Add a location to MS inline asm blobs
 
Reid Kleckner
 - [patch] Delay __fastcall attribute checking utnil after merging	declarations
 
Reid Kleckner
 - r214119 - Change __INTx_TYPE__ to be always signed. This changes	the value for
 
Reid Kleckner
 - [PATCH] MS ABI: Downgrade inheritance model mismatches to a	warning sometimes
 
Reid Kleckner
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for	layout
 
Reid Kleckner
 - [PATCH] ms-inline-asm: Add a test to ensure that call doesn't	clobber eax.
 
Reid Kleckner
 - [PATCH] ms-inline-asm: Add a test to ensure that call doesn't	clobber eax.
 
Reid Kleckner
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for	layout
 
Reid Kleckner
 - [libcxx] r213615 - Fix std::make_heap's worst case time complexity
 
Reid Kleckner
 - [patch] Delay __fastcall attribute checking utnil after merging	declarations
 
Reid Kleckner
 - [PATCH] [mips] Defer va_arg expansion to the backend.
 
Reid Kleckner
 - [PATCH] ms-inline-asm: Scope inline asm labels to functions
 
Reid Kleckner
 - r214461 - clang-format vs plugin: claim support for VS 14 CTP too
 
Reid Kleckner
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
Reid Kleckner
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
Reid Kleckner
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
Reid Kleckner
 - r214520 - Add IR Mangler for more stable mangling.
 
Reid Kleckner
 - r214551 - MS inline asm: Add tests for LLVM r214468
 
Reid Kleckner
 - r214552 - MS inline asm: Tests for r214550
 
Reid Kleckner
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - Adding local scope and automatic object destructors
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the CFG.
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - r214292 - Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Manuel Klimek
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Manuel Klimek
 - [PATCH] Proposal on how to fix temporary dtors.
 
Manuel Klimek
 - r214393 - Fix parsing of classes where the class name is an absolute	nested name specifier.
 
Manuel Klimek
 - [PATCH] Implement inlining of temporary destructors.
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Manuel Klimek
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Manuel Klimek
 - [PATCH] Clang Rename Tool
 
Manuel Klimek
 - [PATCH] Clang Rename Tool
 
Manuel Klimek
 - [PATCH] Clang Rename Tool
 
Manuel Klimek
 - [PATCH] Changed tool-template to use CommonOptionsParser.
 
Manuel Klimek
 - [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions	are functions so that the linker knows how to link them.
 
Manuel Klimek
 - r214173 - AArch64: Resolve some FIXMEs in CGBuiltin left over from	backend merge
 
Yi Kong
 - [PATCH] [clang-tidy] Add a checker for code that looks like a	delegate constructors but doesn't delegate.
 
Alexander Kornienko
 - [PATCH] Don't warn on NewCallback argument comments,	as they are arguments for thefunction the callback points to.
 
Alexander Kornienko
 - [PATCH] Don't warn on NewCallback argument comments,	as they are arguments for thefunction the callback points to.
 
Alexander Kornienko
 - [PATCH] Don't warn on NewCallback argument comments,	as they are arguments for thefunction the callback points to.
 
Alexander Kornienko
 - [clang-tools-extra] r214307 - Don't warn on NewCallback argument	comments, as they are arguments for the
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Alexander Kornienko
 - [PATCH] Use CommonOptionsParser in clang-query. This fixes its	support of the fixedcompilation database and makes it behave	consistently with other clang tools.
 
Alexander Kornienko
 - [clang-tools-extra] r214607 - Use CommonOptionsParser in clang-query.	This fixes its support of the fixed
 
Alexander Kornienko
 - [PATCH] Changed tool-template to use CommonOptionsParser.
 
Alexander Kornienko
 - [PATCH] Use CommonOptionsParser in clang-query. This fixes its	support of the fixedcompilation database and makes it behave	consistently with other clang tools.
 
Alexander Kornienko
 - [PATCH] Use CommonOptionsParser in clang-query. This fixes its	support of the fixedcompilation database and makes it behave	consistently with other clang tools.
 
Alexander Kornienko
 - [clang-tools-extra] r214621 - Changed tool-template to use	CommonOptionsParser.
 
Alexander Kornienko
 - [PATCH] Changed tool-template to use CommonOptionsParser.
 
Alexander Kornienko
 - [clang-tools-extra] r214397 - [clang-tidy] Add a checker for code	that looks like a delegate constructors but doesn't delegate.
 
Benjamin Kramer
 - [PATCH] [clang-tidy] Add a checker for code that looks like a	delegate constructors but doesn't delegate.
 
Benjamin Kramer
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Benjamin Kramer
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Benjamin Kramer
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Benjamin Kramer
 - [PATCH] [clang-tidy] Implement the include order checker for LLVM.
 
Benjamin Kramer
 - [PATCH] Modeling APIs in the Static Analyzer
 
Ted Kremenek
 - [PATCH] Modeling APIs in the Static Analyzer
 
Ted Kremenek
 - [PATCH] Expose name mangling to libclang
 
Argyrios Kyrtzidis
 - [PATCH] Expose name mangling to libclang
 
Argyrios Kyrtzidis
 - [PATCH] Expose name mangling to libclang
 
Argyrios Kyrtzidis
 - [PATCH] Expose name mangling to libclang
 
Argyrios Kyrtzidis
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Ben Langmuir
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Ben Langmuir
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Ben Langmuir
 - r214577 - Add -fbuild-session-file as an alternative to	-fbuild-session-timestamp
 
Ben Langmuir
 - r214589 - Fix test from r214577 for other timezones
 
Ben Langmuir
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Sylvestre Ledru
 - r214164 - 3.5 => 3.6
 
Sylvestre Ledru
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Sylvestre Ledru
 - [PATCH] [UBSAN] Suppress an error report with given type information
 
Byoungyoung Lee
 - r214510 - Xcore target: Fix CXXStdlibIncludeArgs to check	'nostdinc++' flag too.
 
Robert Lytton
 - A module inliner pass with a greedy call site queue
 
Yin Ma
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for layout
 
David Majnemer
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for	layout
 
David Majnemer
 - r214274 - MS ABI: Consider alignment attributes on typedefs for layout
 
David Majnemer
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for	layout
 
David Majnemer
 - [libcxx] r213615 - Fix std::make_heap's worst case time complexity
 
David Majnemer
 - r214290 - MS ABI: Mangle alias templates used as template-template	arguments
 
David Majnemer
 - r214293 - AST: Simplify some code
 
David Majnemer
 - [PATCH] Sema: Disallow taking the address of a bitfield coming from	preincrement
 
David Majnemer
 - r214386 - Sema: Disallow taking the address of a bitfield coming from	preincrement
 
David Majnemer
 - [PATCH] Sema: Disallow taking the address of a bitfield coming	from preincrement
 
David Majnemer
 - r214461 - clang-format vs plugin: claim support for VS 14 CTP too
 
David Majnemer
 - r214698 - AST: Propagate 'AlignIsRequired' though many levels of	typedefs
 
David Majnemer
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
David Majnemer
 - r214699 - AST: Fix the mangling for unqualified-blocks
 
David Majnemer
 - [PATCH] MS ABI: Consider alignment attributes on typedefs for	layout
 
Ed Maste
 - [PATCH] Fix for PR18393 - emit error when abstract type is returned	by value
 
Robert Matusewicz
 - [PATCH] Fix for PR18393 - emit error when abstract type is	returned by value
 
Robert Matusewicz
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
John McCall
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Alex McCarthy
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Alex McCarthy
 - [PATCH] Implement inlining of temporary destructors.
 
Alex McCarthy
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
James Molloy
 - [AVX512] More intrinsics
 
Adam Nemet
 - r214095 - [AVX512] Add CHECK-LABELs to test/CodeGen/avx512f-builtins.c
 
Adam Nemet
 - r214096 - [AVX512] Bring the formatting of avx512fintrin.h closer to	avxintrin.h
 
Adam Nemet
 - r214097 - [AVX512] Reorder functions in avx512fintrin.h
 
Adam Nemet
 - r214098 - [AVX512] Add FP add/sub/mul intrinsics
 
Adam Nemet
 - r214099 - [AVX512] Add non-masking FP store intrinsics
 
Adam Nemet
 - [PATCH][AVX512] More intrinsics not requiring new backend support
 
Adam Nemet
 - [PATCH][AVX512] More intrinsics not requiring new backend support
 
Adam Nemet
 - r214314 - [AVX512] Add set1 intrinsics
 
Adam Nemet
 - r214315 - [AVX512] Add some of the FP cast intrinsics
 
Adam Nemet
 - r214316 - [AVX512] Add intrinsic for knot
 
Adam Nemet
 - [PATCH][AVX512] More intrinsics not requiring new backend support
 
Adam Nemet
 - r214380 - [AVX512] Add unaligned FP load intrinsics
 
Adam Nemet
 - [PATCH] Allow __fp16 as a function arg or return type for AArch64
 
Tim Northover
 - [PATCH] Allow __fp16 as a function arg or return type for AArch64
 
Tim Northover
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - r214185 - Modify how the loop hint attribute is printed as a lead-up	to supporting constant expression values.
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - r214333 - Add a state variable to the loop hint attribute.
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - r214432 - Add a state variable to the loop hint attribute.
 
Tyler Nowicki
 - r214333 - Add a state variable to the loop hint attribute.
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - r214333 - Add a state variable to the loop hint attribute.
 
Tyler Nowicki
 - r214333 - Add a state variable to the loop hint attribute.
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Support constant expressions,	including non-type template parameters, in pragma loop hints
 
Tyler Nowicki
 - [PATCH] Fix for PR18393 - emit error when abstract type is	returned by value
 
Arthur O'Dwyer
 - [PATCH] Add framework for iterative compilation to clang
 
Radovan Obradovic
 - [PATCH] Add framework for iterative compilation to clang
 
Radovan Obradovic
 - [PATCH] Implicitly convert C++ wrappers to ObjC objects in	@synchronized.
 
Grant Paul
 - PATCH: ASTMatcher for CUDA declarations
 
Jacques Pienaar
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - [PATCH] Clang Rename Tool
 
Matthew Plant
 - r214113 - [Debug Info] rename getTypeArray to getElements,	setTypeArray to setArrays.
 
Manman Ren
 - r214133 - [Debug Info] add DISubroutineType and its creation takes	DITypeArray.
 
Manman Ren
 - r214133 - [Debug Info] add DISubroutineType and its creation	takes DITypeArray.
 
Manman Ren
 - r214190 - [Debug Info] update testing case due to change in DIBuilder.
 
Manman Ren
 - r214472 - Add comments to debug info testing case.
 
Manman Ren
 - [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions are	functions so that the linker knows how to link them.
 
Jon Roelofs
 - [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions	are functions so that the linker knows how to link them.
 
Jon Roelofs
 - [PATCH] Expose name mangling to libclang
 
Jonathan Roelofs
 - [PATCH] [libc++] Allow libc++ to be built on systems without	POSIX threads
 
Jonathan Roelofs
 - [libcxxabi] r214573 - [unwinder] Tell the assembler that functions are	functions so that the linker knows how to link them.
 
Jonathan Roelofs
 - r214032 - Objective-C. Issue more warning diagnostic when certain
 
Jordan Rose
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Jordan Rose
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Jordan Rose
 - [PATCH] Proposal on how to fix temporary dtors.
 
Jordan Rose
 - [PATCH] Proposal on how to fix temporary dtors.
 
Jordan Rose
 - [PATCH] Fix some cases of incorrect handling of lifetime extended	temporaries.
 
Jordan Rose
 - [PATCH] An attempt at fixing lifetime extended temporaries in the	CFG.
 
Jordan Rose
 - [PATCH] [analyzer][Review request] Partial fix for PR19102.
 
Jordan Rose
 - r214656 - Tools.cpp: Avoid std::to_string() on	-fbuild-session-timestamp to appease mingw32 builder.
 
Jordan Rose
 - [libcxx] r214114 - Fix linking with just-built libc++abi (added in	r214037).
 
Alexey Samsonov
 - [libcxx] r214037 - Better defaults for in-tree libc++ with cmake.
 
Alexey Samsonov
 - r214356 - Update for llvm change.
 
Alexey Samsonov
 - r214356 - Update for llvm change.
 
Alexey Samsonov
 - r214564 - [Sanitizer] Introduce SanitizerMetadata class.
 
Alexey Samsonov
 - r214604 - [ASan] Use metadata to pass source-level information from	Clang to ASan.
 
Alexey Samsonov
 - [PATCH] [mips] Defer va_arg expansion to the backend.
 
Daniel Sanders
 - [PATCH] [mips] Defer va_arg expansion to the backend.
 
Daniel Sanders
 - [PATCH] [mips] Defer va_arg expansion to the backend.
 
Daniel Sanders
 - [PATCH] [mips] Defer va_arg expansion to the backend.
 
Daniel Sanders
 - r214497 - [mips] Defer va_arg expansion to the backend.
 
Daniel Sanders
 - r214512 - Revert r214497: [mips] Defer va_arg expansion to the	backend.
 
Daniel Sanders
 - [PATCH] PR16392 ObjCMessageExpr argument source range
 
Karlis Senko
 - r213790 - PR20228: don't retain a pointer to a vector element	after the container has been resized.
 
Kostya Serebryany
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Kostya Serebryany
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Kostya Serebryany
 - r214333 - Add a state variable to the loop hint attribute.
 
Kostya Serebryany
 - r214333 - Add a state variable to the loop hint attribute.
 
Kostya Serebryany
 - r214333 - Add a state variable to the loop hint attribute.
 
Kostya Serebryany
 - r214333 - Add a state variable to the loop hint attribute.
 
Kostya Serebryany
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Kostya Serebryany
 - r214356 - Update for llvm change.
 
Sean Silva
 - r214064 - Factoring DataflowWorklist out of LiveVariables and	UninitializedValues analyses
 
Artyom Skrobov
 - r214183 - DataflowWorklist.h - "We should have a description here of	what this code does, not just where it's used."
 
Artyom Skrobov
 - r214064 - Factoring DataflowWorklist out of LiveVariables	and	UninitializedValues analyses
 
Artyom Skrobov
 - [PATCH] Handle SPARC float command line parameters for SPARCv9
 
Brad Smith
 - r214124 - [modules] PR20475: merging support for alias template	declarations.
 
Richard Smith
 - r214136 - Remove a nonsense friend declaration.
 
Richard Smith
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Richard Smith
 - r214151 - [modules] Add missing #include,	found by modules build. We need a class
 
Richard Smith
 - r214152 - Revert accidentally-committed files in r214151.
 
Richard Smith
 - r214154 - [modules] Add testcase for a bug reduced from a selfhost	issue. This bug was
 
Richard Smith
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Richard Smith
 - [PATCH] Add stopgap option -fmodule-implementation-of
 
Richard Smith
 - r214222 - PR20473: Don't "deduplicate" string literals with the same	value but different
 
Richard Smith
 - r214192 - Fix PR10177 where non-type template arguments to alias	templates are not marked as used in dependent contexts. The fix	actually	forces non-dependent names to be checked at template definition time as	expected from the standard.
 
Richard Smith
 - r214222 - PR20473: Don't "deduplicate" string literals with the	same value but different
 
Richard Smith
 - r214246 - [modules] Factor out ODR checking,	to avoid unnecessary repeated work in
 
Richard Smith
 - r214369 - Rename this test so that it actually runs,	and fix it so that it passes.
 
Richard Smith
 - [PATCH] Sema: Disallow taking the address of a bitfield coming	from preincrement
 
Richard Smith
 - r214390 - PR18097: Support initializing an _Atomic(T) from an object	of C++ class type T
 
Richard Smith
 - r214390 - PR18097: Support initializing an _Atomic(T) from an	object of C++ class type T
 
Richard Smith
 - r214450 - Factor out exception specification information from
 
Richard Smith
 - r214458 - [modules] Maintain an AST invariant across module	load/save: if any declaration
 
Richard Smith
 - r214459 - Fix buildbot: work around missing GCC C++11 feature.
 
Richard Smith
 - r214050 - When looking for temporary dtors while building the	CFG, do not walk into
 
Richard Smith
 - r214473 - [modules] Remove IRGen special case for emitting implicit	special members if
 
Richard Smith
 - r214547 - Fix iterator invalidation issues that are breaking my	modules buildbot's bootstrap.
 
Richard Smith
 - r214549 - Revert r214547 due to test breakage.
 
Richard Smith
 - r214555 - Re-commit r214547 with tests fixed. Hopefully all the bots	will be happy now.
 
Richard Smith
 - r214471 - Remove this pointer that is converted to bool. In	well-defined contexts, the
 
Richard Smith
 - r214579 - Actually fix problem with modules buildbot this time.
 
Richard Smith
 - r214582 - Notional simplification: defer emitting deferred inline	methods until we finish
 
Richard Smith
 - r214606 - In the case of mangling collisions,	make an attempt to note both definitions
 
Richard Smith
 - r214675 - Don't destroy MacroInfos if we find the macro definition is	invalid; it'll get
 
Richard Smith
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Richard Smith
 - r214678 - PR11778: Fix the rejects-valid half of this bug. We still	produce the same
 
Richard Smith
 - r214119 - Change __INTx_TYPE__ to be always signed. This changes the	value for
 
Joerg Sonnenberger
 - r214119 - Change __INTx_TYPE__ to be always signed. This changes	the value for
 
Joerg Sonnenberger
 - [PATCH] stdint.h should use the target's types,	cleanup the targets
 
Joerg Sonnenberger
 - [PATCH] [libc++] Allow libc++ to be built on systems without	POSIX threads
 
Joerg Sonnenberger
 - r214562 - Let's assume PowerPC has no SSE.
 
Joerg Sonnenberger
 - r214635 - vcfsx and dss instructions require immediates,	variables are not valid.
 
Joerg Sonnenberger
 - [PATCH] Allow __fp16 as a function arg or return type for AArch64
 
Oliver Stannard
 - r214109 - Add another keyword-selection flag to	CorrectionCandidateCallback.
 
Kaelyn Takata
 - [PATCH v3 7/9] Add another keyword-selection flag to	CorrectionCandidateCallback.
 
Kaelyn Takata
 - [PATCH v3 5/9] Start adding the infrastructure for handling	TypoExprs.
 
Kaelyn Takata
 - [PATCH v3 9/9] Wire up LookupMemberExpr to use the new TypoExpr.
 
Kaelyn Takata
 - [PATCH v4 0/8] Initial implementation of delayed typo correction.
 
Kaelyn Takata
 - [PATCH v4 2/8] Add the initial TypoExpr AST node for delayed typo	correction.
 
Kaelyn Takata
 - [PATCH v4 3/8] Pass around CorrectionCandidateCallbacks as	unique_ptrs so TypoCorrectionConsumer can keep the callback	around as long as needed.
 
Kaelyn Takata
 - [PATCH v4 4/8] Have TypoCorrectionConsumer remember the	TypoCorrections it returned.
 
Kaelyn Takata
 - [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
 
Kaelyn Takata
 - [PATCH v4 6/8] Add simple way for a CorrectionCandidateCallback to	reject exact matches of the typo.
 
Kaelyn Takata
 - [PATCH v4 7/8] Add a callback for recovering using a typo correction.
 
Kaelyn Takata
 - [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
 
Kaelyn Takata
 - r214067 - DataflowWorklist.h: Appease msc17 -- Split a private	constructor to DataflowWorklistBase.
 
NAKAMURA Takumi
 - r214298 - Suppress clang/test/Sema/struct-packed-align.c for	targeting LLP64.
 
NAKAMURA Takumi
 - r214301 - Suppress clang/test/Sema/struct-packed-align.c also on msvc	for investigating.
 
NAKAMURA Takumi
 - r214376 - Revert r214333,	"Add a state variable to the loop hint attribute."
 
NAKAMURA Takumi
 - r214333 - Add a state variable to the loop hint attribute.
 
NAKAMURA Takumi
 - r214298 - Suppress clang/test/Sema/struct-packed-align.c for	targeting LLP64.
 
NAKAMURA Takumi
 - r214616 - libclang: Update LINK_COMPONENTS.
 
NAKAMURA Takumi
 - r214617 - libclang/Makefile: Restore some components in	LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.
 
NAKAMURA Takumi
 - r214619 - libclang/Makefile: Update LINK_COMPONENTS take #2.
 
NAKAMURA Takumi
 - r214620 - libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry	for the noise.
 
NAKAMURA Takumi
 - r214656 - Tools.cpp: Avoid std::to_string() on	-fbuild-session-timestamp to appease mingw32 builder.
 
NAKAMURA Takumi
 - r214471 - Remove this pointer that is converted to bool. In	well-defined contexts, the
 
Richard Trieu
 - r214471 - Remove this pointer that is converted to bool. In	well-defined contexts, the
 
Richard Trieu
 - [PATCH] Add more information when displaying a "read-only	variable is not assignable" error
 
Richard Trieu
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo *MI)
 
Vassil Vassilev
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Vassil Vassilev
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Vassil Vassilev
 - [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo	*MI)
 
Vassil Vassilev
 - [libclc] r214567 - relational: Add isless(floatN) builtin
 
Jan Vesely
 - [libclc] r214568 - relational: Add islessequal(floatN) builtin
 
Jan Vesely
 - r214192 - Fix PR10177 where non-type template arguments to alias	templates	are not marked as used in dependent contexts. The fix actually forces	non-dependent names to be checked at template definition time as	expected from the standard.
 
Larisse Voufo
 - r214193 - Fix typo.
 
Larisse Voufo
 - r214198 - Fix test case in r214190. (It failed on my end.)
 
Larisse Voufo
 - r214202 - Revert "Fix test case in r214190. (It failed on my end.)"
 
Larisse Voufo
 - r214192 - Fix PR10177 where non-type template arguments to alias	templates are not marked as used in dependent contexts. The fix	actually	forces non-dependent names to be checked at template definition time as	expected from the standard.
 
Larisse Voufo
 - r214267 - Not all instantiated variable is odr-used. Do not mark	non-odr-used variable template specializations as such.
 
Larisse Voufo
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Keith Walker
 - [PATCH] Fix for 2 Sema test failures when AArch64 is the default	target.
 
Keith Walker
 - [PATCH] -Woverloaded-virtual
 
Nico Weber
 - [patch] Delay __fastcall attribute checking utnil after merging	declarations
 
Nico Weber
 - r214408 - Delay check for prototype on __fastcall functions until	after MergeFunctionDecl.
 
Nico Weber
 - [patch] Delay __fastcall attribute checking utnil after merging	declarations
 
Nico Weber
 - [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions	are functions so that the linker knows how to link them.
 
Nico Weber
 - [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions	are functions so that the linker knows how to link them.
 
Nico Weber
 - [PATCH] [libcxx] Update libc++ docs to include instructions for	LIT.
 
Nico Weber
 - r214074 - [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi=	option
 
Ulrich Weigand
 - [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
 
Ulrich Weigand
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Hans Wennborg
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Hans Wennborg
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Hans Wennborg
 - [PATCH] Update LLVM version: 3.5 => 3.6
 
Hans Wennborg
 - r214237 - clang-format vs plugin: include the license
 
Hans Wennborg
 - [PATCH] Expose name mangling to libclang
 
Hans Wennborg
 - [PATCH] Expose name mangling to libclang
 
Hans Wennborg
 - r214425 - Local extern redeclarations of dllimport variables stay	dllimport even if they don't specify the attribute
 
Hans Wennborg
 - r214461 - clang-format vs plugin: claim support for VS 14 CTP too
 
Hans Wennborg
 - r214461 - clang-format vs plugin: claim support for VS 14 CTP too
 
Hans Wennborg
 - r214410 - Exposes a C API to name mangling for a given cursor.
 
Hans Wennborg
 - r214529 - Update build instructions for the clang-format VS plugin
 
Hans Wennborg
 - [PATCH] Don't drop dllimport from qualified friend redeclarations	(PR20512)
 
Hans Wennborg
 - r214148 - Fix up handling of ARM options for controlling strict	alignment.
 
Bob Wilson
 - r214208 - Support LIBRARY_PATH on all Darwin targets.
 
Bob Wilson
 - r214208 - Support LIBRARY_PATH on all Darwin targets.
 
Bob Wilson
 - r206963 - [ARM64] Change inline assembly constraints to be more	lax, to match the behaviour of Clang/AArch64 and GCC.
 
Bob Wilson
 - [PATCH] [libcxx] Correct SFINAE version of is_convertible to	match spec and avoid triggering unnecessary compiler diagnostics
 
Albert Wong
 - r213639 - [OPENMP] Initial parsing and sema analysis for 'atomic'	directive.
 
Michael Wong
 - r213639 - [OPENMP] Initial parsing and sema analysis for 'atomic'	directive.
 
Michael Wong
 - [PATCH] Fix "-mno-global-merge" option for clang
 
Steven Wu
 - r214032 - Objective-C. Issue more warning diagnostic when certain
 
jahanian
 - Patch to force SuitableAlign's alignment when loading on object with	larger alignment
 
jahanian
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
jahanian
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
jahanian
 - [PATCH] Fix crash when assiging to a property with an invalid type
 
jahanian
 - [PATCH] PR16392 ObjCMessageExpr argument source range
 
jahanian
 - [PATCH] Improved source range in nonnull diagnostics
 
jahanian
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
jahanian
 - Patch to force SuitableAlign's alignment when loading on object	with larger alignment
 
jahanian
 - [PATCH] Xcore target: Fix CXXStdlibIncludeArgs to check	'nostdinc++' flag too.
 
robert lytton
 - [PATCH] [analyzer][Review request] Partial fix for PR19102.
 
Антон Ярцев
    
 
    
      Last message date: 
       Sun Aug  3 23:42:26 PDT 2014
    Archived on: Tue Aug  4 15:31:46 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).