The Week Of Monday 23 February 2015 Archives by thread
      
      Starting: Mon Feb 23 00:08:06 PST 2015
         Ending: Sun Mar  1 23:52:08 PST 2015
         Messages: 528
     
- Instantiate local class at the end of its definition
 
Michael Park
 - r230207 - Add C11 *_DECIMAL_DIG.
 
Ed Schouten
 - r230160 - Relax the requirement on sized deallocation a bit:	Default on unsized delete if sized delete is not provided in global	scope, and -fdefine-sized-deallocation option is disabled.
 
Renato Golin
 - r230209 - [TSan][Clang][MIPS] Enabled thread option for MIPS64	platform
 
Mohit K. Bhakkad
 - [PATCH] [libcxx] Add <experimental/tuple>
 
Eric Fiselier
 - [PATCH] [WinX86_64 ABI] Handle C99 _Complex as a struct
 
Michael Kuperstein
 - [PATCH] Fix spacing for function with ref-qualification when	using SpacesInCStyleCastParentheses != SpacesInParentheses
 
Daniel Jasper
 - [PATCH] [clang-tidy] Checker for inaccurate use of erase method.
 
Alexander Kornienko
 - [PATCH] Refactor: Move remove-cstr-calls from a standalone	executable to a clang-tidy check
 
Alexander Kornienko
 - r229680 - Change representation of member function pointers for	MIPS targets
 
Anton Korobeynikov
 - [PATCH] Fix codegen for virtual methods that are (re-) exported from	multiple modules.
 
Manuel Klimek
 - [clang-tools-extra] r229552 - [clang-tidy] Fixed two wrong fix-it	cases in misc-inefficient-algorithm checker.
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Checker for inefficient use of algorithms on	associative containers
 
Alexander Kornienko
 - Re: [PATCH] Add clang-tidy check for unique_ptr's reset+release→move
 
Alexander Kornienko
 - [PATCH] Add .fpu directives to ARM unwind save & restore	functions.
 
Jonathan Roelofs
 - [PATCH] Add readability-remove-void-arg check to clang-tidy
 
Samuel Benzaquen
 - [PATCH][libcxx] add visibility for swap forward declaration
 
Steven Wu
 - r230061 - Fix merging of << at end of input.
 
Kostya Serebryany
 - FW: [Patch] Bugfix for pointer address space in atomic builtins
 
Matt Arsenault
 - r230243 - -fms-extensions: Bump the default _MSC_VER from 1700 to	1800, aka VS2013
 
Reid Kleckner
 - r230244 - InstrProf: Run clang-format to fix some strange indentation	(NFC)
 
Justin Bogner
 - [PATCH] Experiment with keeping GEPs near calls
 
Quentin Colombet
 - [PATCH] Only use IR intrinsincs for __builtin_longjmp /	__builtin_setjmp when the target supports them.
 
Jim Grosbach
 - r230253 - Fixed typo.
 
Zoran Jovanovic
 - r230254 - CFI: Improve design doc with larger virtual tables and asm	examples.
 
Peter Collingbourne
 - r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
 
Joerg Sonnenberger
 - [PATCH] [PowerPC] Add Hardware Transaction Memory builtins support
 
Bill Schmidt
 - [libcxx] r230260 - Change string_view::at to make it work with gcc	and VC++. Thanks to K-ballo for the bug report,	and Jonathan Wakeley for the code review in the bar.
 
Marshall Clow
 - r230261 - Improve declaration / expression disambiguation around	ptr-operators, and use
 
Richard Smith
 - r230272 - Fix copy-paste errors in the test
 
Dmitri Gribenko
 - r230274 - Revert "Improve declaration / expression disambiguation	around ptr-operators, and use"
 
Justin Bogner
 - [PATCH] Have clang list the imported modules in the debug info
 
Adrian Prantl
 - [PATCH] CUDA: Add option to allow host device functions to call host	functions
 
Jacques Pienaar
 - [PATCH] New warning -Wpessimizing-move to catch when removing	calls to std::move in return statements will result in NRVO
 
Mikael Persson
 - r230292 - Restore the libc++ definition of max_align_t on Apple	platforms
 
Dmitri Gribenko
 - r230293 - CodeGenModule::EmitVTableBitSetEntries: Add check for	identical bit set entries.
 
Peter Collingbourne
 - release_35 patches for unroll pragma
 
Mark Heffernan
 - r230296 - Refactor *TemplateDecl::addSpecialization to reduce	duplication and add some
 
Richard Smith
 - [libcxx] r230298 - Reword ELAST warning
 
JF Bastien
 - r230301 - [modules] Ensure we've imported all declarations of a	template before
 
Richard Smith
 - r230303 - [modules] Properly check whether a declaration is	std::initializer_list. This
 
Richard Smith
 - r230304 - InstrProf: Make sure counts in lambdas don't escape to the	parent scope
 
Justin Bogner
 - r230305 - Wrap clang module files in a Mach-O, ELF, or COFF container.
 
Adrian Prantl
 - [clang-tools-extra] r230306 - Add clangCodeGen.a to the tools that	need it after the clang module
 
Adrian Prantl
 - [clang-tools-extra] r230307 - Fix typo s/bitcodewriter/bitwriter
 
Adrian Prantl
 - r230308 - Don't load Framework module.map files when searching	subdirectories
 
Ben Langmuir
 - r230309 - Revert "Wrap clang module files in a Mach-O, ELF,	or COFF container."
 
Adrian Prantl
 - [clang-tools-extra] r230310 - Revert "Add clangCodeGen.a to the tools	that need it after the clang module"
 
Adrian Prantl
 - r230314 - Fix codegen for virtual methods that are (re-) exported from	multiple modules.
 
Manuel Klimek
 - [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
 
Alexey Bataev
 - r230315 - [WinX86_64 ABI] Treat C99 _Complex as a struct
 
Michael Kuperstein
 - [PATCH] [OPENMP] Codegen for "#pragma omp atomic write"
 
Alexey Bataev
 - r230121 - Revert r167816 and replace it with a proper fix for the	issue: do not
 
Manuel Klimek
 - [libcxx] r230322 - Remove XFAIL on string view test for apples clang	compiler. Thanks to Marshall for the fix
 
Eric Fiselier
 - [libcxx] r230330 - Make the forward declaration for array swap have	the same	inline/visibility attributes as the definition. Thanks to Steven Wu for	the catch.
 
Marshall Clow
 - r230331 - [OPENMP] Update codegen for 'omp flush' directive.
 
Alexey Bataev
 - r230333 - Commit patch for PR19649. Set the correct sign of wide	character for literals based on underlying type of wchar_t.
 
Michael Wong
 - [PATCH] Fix sign of wide character literals in preprocessor	conditions
 
Michael Wong
 - [PATCH] Make the driver accept all four variants of the target	option
 
Gabor Ballabas
 - r230349 - ARM: Simplify PCS handling.
 
Tim Northover
 - [PATCH] CodeGen: convert double -> __fp16 in one step
 
Ahmed Bougacha
 - [PATCH] Fix PR#22600: Wrong return type for operator() of "diamond	functors"
 
Marshall Clow
 - [PATCH] Allow (Object *)kMyGlobalCFObjc casts without bridging
 
Ben Langmuir
 - [PATCH] MS extensions: Properly diagnose address of MS property decl
 
Reid Kleckner
 - [libcxxabi] r230360 - Add .fpu directives to ARM unwind save & restore	functions.
 
Jonathan Roelofs
 - r230362 - MS extensions: Properly diagnose address of MS property decl
 
Reid Kleckner
 - r230370 - Add test that we reject invocations of deleted	constructors. One of these
 
Richard Smith
 - r230381 - PR22673: Don't forget to check a constructor for	deletedness when we use it to
 
Richard Smith
 - r230384 - PR22673 again: diagnose use of the used decl,	not the found decl. This is also
 
Richard Smith
 - r230385 - CUDA: Add option to allow host device functions to call host	functions
 
Jacques Pienaar
 - r230387 - InstrProf: Simplify a couple of tests after r230383
 
Justin Bogner
 - r228107 - Generalize r228066 to give all implicit global	allocation functions default visibility.
 
John McCall
 - [PATCH] clang-format: Change location of stashed token
 
Jacques Pienaar
 - [PATCH] DebugInfo: hoist definition into global context when needed
 
Saleem Abdulrasool
 - r230395 - clang-format: Change location of stashed token
 
Jacques Pienaar
 - r230406 - Revert r230314,	"Fix codegen for virtual methods that are (re-) exported from multiple	modules."
 
NAKAMURA Takumi
 - r230412 - [modules] Fix a bug that would result in a build with P	paths through a module
 
Richard Smith
 - r230417 - Make RedeclarableResult's ownership-transferring	constructor be a move
 
Richard Smith
 - r230423 - Wrap clang module files in a Mach-O, ELF, or COFF container.
 
Adrian Prantl
- r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
NAKAMURA Takumi
- r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
- r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Richard Smith
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Richard Smith
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Richard Smith
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Reid Kleckner
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 
 
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Richard Smith
 
 - [clang-tools-extra] r230424 - Adapt clang-tools-extra to clang module	format changes.
 
Adrian Prantl
 - r230426 - Fold ParseSEHTryBlockCommon() into its only caller. No	behavior change.
 
Nico Weber
 - r230428 - Remove slow and apparently pointless updating of all	identifiers at the start
 
Richard Smith
 - r230429 - Add a missing target requirement.
 
Adrian Prantl
 - [clang-tools-extra] r230430 - Add a missing target requirement.
 
Adrian Prantl
 - [libcxx] r230438 - Creating release candidate final from release_360	branch
 
Hans Wennborg
 - [libcxxabi] r230439 - Creating release candidate final from	release_360 branch
 
Hans Wennborg
 - r230445 - Add missing MD canonicalization to MS vtable builder
 
Reid Kleckner
 - r230446 - MS ABI: Try to respect external AST source record layouts
 
Reid Kleckner
 - r230447 - MS ABI: Add triple to test relying on key functions
 
Reid Kleckner
 - r230448 - Reland r230314 "Fix codegen for virtual methods that are	(re-) exported from multiple modules."
 
Reid Kleckner
 - r230449 - Don't crash on missing '{' after __except or __finally,	PR22687.
 
Nico Weber
 - r230450 - Fix bots failing on an explicit triple
 
Reid Kleckner
 - r230453 - Revert "Add a missing target requirement."
 
Adrian Prantl
 - r230454 - Revert "Wrap clang module files in a Mach-O, ELF,	or COFF container."
 
Adrian Prantl
 - [clang-tools-extra] r230455 - Revert "Add a missing target	requirement."
 
Adrian Prantl
 - [clang-tools-extra] r230456 - Revert "Adapt clang-tools-extra to clang	module format changes."
 
Adrian Prantl
 - r228604 - Diagnose timeouts in the LockFileManager and delete the	dead lock file
 
Richard Smith
 - r230458 - docs: Document optimizations in control flow integrity	design doc.
 
Peter Collingbourne
 - r230459 - Add comments for two CleanupKinds.
 
Nico Weber
 - r230460 - Produce less broken basic block sequences for __finally	blocks.
 
Nico Weber
 - r228382 - OpenCL: handle shift operator with vector operands
 
Sameer Sahasrabuddhe
 - r230464 - Restores r228382, which was reverted in r228406.
 
Sameer Sahasrabuddhe
 - r230469 - [Mips] Support mips-r6 path suffix for Adnroid MIPS	toolchain
 
Simon Atanasyan
 - [PATCH] [Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while	selecting lib/headers paths
 
Simon Atanasyan
 - r230470 - [OPENMP] Rename methods of OpenMPRuntime class. NFC.
 
Alexey Bataev
 - r230472 - Revert "Produce less broken basic block sequences for	__finally blocks."
 
Daniel Jasper
 - r230473 - clang-format: Fix spacing for function with	ref-qualification ..
 
Daniel Jasper
 - r230474 - Revert r230446,	"MS ABI: Try to respect external AST source record layouts"
 
NAKAMURA Takumi
 - r230475 - Whitespace.
 
NAKAMURA Takumi
 - r230477 - Revert r230448,	"Reland r230314 "Fix codegen for virtual methods that are (re-)	exported from multiple modules."", since I have reverted r230446.
 
NAKAMURA Takumi
 - r230478 - Whitespace.
 
NAKAMURA Takumi
 - r230479 - Fix UTF8 chars to ASCII.
 
NAKAMURA Takumi
 - [clang-tools-extra] r230483 - [clang-tidy] Fixed a false positive	case in misc-inaccurate-erase checker.
 
Gabor Horvath
 - [libcxx] r230484 - Add trailing return types (and noexcept	specifications) to the 'diamond operators'. Fixes PR#22600.
 
Marshall Clow
 - [clang-tools-extra] r230490 - [clang-tidy] Correct confusion between	overwrite and override. NFC.
 
Alexander Kornienko
 - [PATCH] Correct confusion between overwrite and override
 
Alexander Kornienko
 - [clang-tools-extra] r230491 - [clang-tidy] Correct spelling error in	test file name. NFC.
 
Alexander Kornienko
 - [PATCH] Refactor: Correct spelling error in test file name
 
Alexander Kornienko
 - r230495 - Add support for inserting ArrayRef<FixItHint> into	DiagnosticBuilder.
 
Alexander Kornienko
 - [clang-tools-extra] r230497 - [clang-tidy] Use the new	ArrayRef<FixItHint> inserter.
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Assert related checkers
 
Alexander Kornienko
 - [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
 
Alexander Kornienko
 - [PATCH] Remove 'explicit' keyword from constructors with multiple	(non-default) arguments.
 
Alexander Kornienko
 - [PATCH] Make -Wuninitialized warn on pointer-to-member and comma	operators.
 
Enrico Pertoso
 - [PATCH] Add support for generating MIPS legacy NaN
 
Vladimir Radosavljevic
 - r230503 - Reland r230460 with a test fix for -Asserts builds.
 
Nico Weber
 - r230512 - Sema: Parenthesized bound destructor member expressions can	be called
 
David Majnemer
 - [clang-tools-extra] r230513 - Update for clang r230512
 
David Majnemer
 - r230514 - Make __leave test pass in -Asserts builds.
 
Nico Weber
 - [PATCH] Restrict -Winconsistent-missing-override warnings on class	templates with dependent bases 
 
jahanian
 - r230524 - Use Itanium triple in test using -Wpadding
 
Reid Kleckner
 - r230525 - Reland r230446,	"MS ABI: Try to respect external AST source record layouts"
 
Reid Kleckner
 - r230526 - Reland (2x) r230314,	"Fix codegen for virtual methods that are (re-) exported from multiple	modules."
 
Reid Kleckner
 - r230527 - clang-cl: Ignore /Fd silently
 
Reid Kleckner
 - r230532 - Add missing #include found by modules buildbot.
 
Richard Smith
 - [PATCH] Add remote testing support to the lit config.
 
Jonathan Roelofs
 - [PATCH] Preprocessor: Move IncrementalProcessing to	PreprocessorOptions
 
Sterling Augustine
 - r230534 - Allow (Object *)kMyGlobalCFObj casts without bridging
 
Ben Langmuir
 - r230538 - Remove non-existent file from module map.
 
Richard Smith
 - [PATCH] libc++: support newlib's ctype
 
JF Bastien
 - [libcxx] r230557 - libc++: support newlib's ctype
 
JF Bastien
 - r230558 - [modules] Even if we already have a definition of a class, 	loading in another
 
Richard Smith
 - r230568 - MS ABI: Turn throw into std::terminate for now,	make try/catch "work"
 
David Majnemer
 - r230571 - UBSan: Use the correct function prologue for x32.
 
Peter Collingbourne
 - [PATCH] Add -fuse-line-directive flag to control usage of #line	with -E
 
Reid Kleckner
 - r230577 - Move -fdefine-sized-deallocation and -fno-sized-deallocation	options from driver into CC1 for now.
 
Larisse Voufo
 - r230579 - Fix typo.
 
Larisse Voufo
 - r230580 - Improvement on sized deallocation from r230160:
 
Larisse Voufo
 - [PATCH] Add myself as a code owner for Microsoft C++ ABI code and	general Windows support
 
Reid Kleckner
 - r230586 - Remove some unused includes of llvm/IR headers from parts	of Clang that really
 
Richard Smith
 - r230587 - Add -fuse-line-directive flag to control usage of #line	with -E
 
Reid Kleckner
 - r230588 - docs: Document CFI padding and all-ones optimizations. Link	to viewvc.
 
Peter Collingbourne
 - r230589 - Fix a [-Werror,-Wreorder] initialization ordering error.
 
Eric Christopher
 - r230590 - Silence unused variable warning in NDEBUG build
 
Reid Kleckner
 - [libcxx] r230592 - Add remote testing support to the lit config.
 
Jonathan Roelofs
 - [PATCH] Add -frtti and -fexceptions to tests that assume these are on.
 
Filipe Cabecinhas
 - [libcxx] r230595 - Add self to CREDITS.txt
 
Jonathan Roelofs
 - r230597 - Sema: __assume with side effects shouldn't result in	invalid AST nodes
 
David Majnemer
 - LLVM buildmaster will be restarted tonight
 
Galina Kistanova
 - r230598 - clang-cl: Expose -fcolor-diagnostics and -fansi-escape-codes
 
Reid Kleckner
 - r230600 - Split StaticAnalyzer module into three to fix a cyclic	dependency. Dependencies
 
Richard Smith
 - r230603 - Update assumption in template diffing about integer template	arguments.
 
Richard Trieu
 - [libcxxabi] r230606 - Unwind: clean up some GCC warnings
 
Saleem Abdulrasool
 - r230610 - CGDebugInfo: Use DIImportedEntity default constructor, NFC
 
Duncan P. N. Exon Smith
 - r230611 - [Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while	selecting lib/headers paths
 
Simon Atanasyan
 - r230615 - [X86] Correct immediate range checking for	blendps/blendpd/blendpd256 builtins.
 
Craig Topper
 - r230616 - [X86] Remove the blendps/blendpd builtins. They aren't used	by the intrinsic headers. We use appropriate shuffle vector instead.
 
Craig Topper
 - r230620 - clang-format: Allow breaking after "else if(" as a last	resort.
 
Daniel Jasper
 - r230621 - [OPENMP] Fixed codegen for directives without function	outlining.
 
Alexey Bataev
 - [PATCH] [libcxx] Allow declaration of map and multimap iterator	with incomplete mapped type.
 
Evgeniy Stepanov
 - r230625 - clang-format: Fix space of arrays of pointers to templated	types.
 
Daniel Jasper
 - [PATCH] [IAS] Teach -cc1as about the 'target-abi' option.
 
Toma Tabacu
 - r230627 - clang-format: Make braced list formatting more consistent.
 
Daniel Jasper
 - [PATCH] [Analyzer] Individual options for checkers #2
 
Gábor Horváth
 - [Patch][OpenCL] CL2.0 atomic types, diagnostics
 
Anastasia Stulova
 - [libclc] r230641 - libclc/math: Add cospi
 
Aaron Watry
 - r230644 - [msan] Change track-origins default mode from 1 to 2.
 
Evgeniy Stepanov
 - [PATCH] Add support for a few Objective-C matchers.
 
Dean F. Sutherland
 - r230649 - Patch to prevent crash when default argument expression
 
Fariborz Jahanian
 - r230653 - Add support for generating MIPS legacy NaN
 
Petar Jovanovic
 - r230656 - Add -frtti/-fexceptions to some more tests that assume	they're on
 
Filipe Cabecinhas
 - [clang-tools-extra] r230665 - Fixed canonical path function.
 
John Thompson
 - r230668 - Win64: Silently ignore __stdcall, __fastcall, and __thiscall
 
Reid Kleckner
 - [clang] Improve error reporting for SFINAE
 
paul Fultz
 - r230681 - Add myself as a code owner for Microsoft C++ ABI code and	general Windows support
 
Reid Kleckner
 - r230682 - Wrap to 80 columns. No behavior change.
 
Nico Weber
 - [PATCH] Static analysis checker for catch handler inversion
 
Aaron Ballman
 - [PATCH] Don't crash on leaving nested __finally blocks through an EH	edge.
 
Nico Weber
 - r230697 - Don't crash on leaving nested __finally blocks through an	EH edge.
 
Nico Weber
 - [PATCH] Add .eh_frame_hdr search to Linux unwinder.
 
Jonathan Roelofs
 - [PATCH] implement a -Wformat-pedantic warning
 
Seth Cantrell
 - r230712 - [modules] When loading in multiple canonical definitions of	a template, 
 
Richard Smith
 - [PATCH] [clang-format] Add missing test for std::function<void( int,	int )> spacing also fixed by r230473.
 
Jean-Philippe Dufraigne
 - [PATCH] AMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
 
Tom Stellard
 - r230716 - [modules] For an inheriting constructor,	the inherited constructor is stored in
 
Richard Smith
 - r230717 - Add another __leave test.
 
Nico Weber
 - [PATCH] Add -Wrange-loop-analysis to warn when a range-based	for-loop is creating a copy.
 
Richard Trieu
 - r230720 - Add last missing __leave test.
 
Nico Weber
 - r230722 - MS ABI: Simplify the code which performs base adjustments
 
David Majnemer
 - [PATCH] Support __attribute__((availability)) on Android.
 
Dan Albert
 - r230727 - [modules] Don't write out name lookup table entries merely	because the module
 
Richard Smith
 - r230736 - [OPENMP] Codegen for "#pragma omp atomic write"
 
Alexey Bataev
 - r230738 - [X86] Remove pblendw and pblendd builtins that aren't being	used by the intrinsic headers.
 
Craig Topper
 - r230740 - Revert r230717 (and subsequent r230720).
 
Daniel Jasper
 - r230741 - clang-format: Make trailing commas in array inits force one	per line.
 
Daniel Jasper
 - [PATCH] [OPENMP] Improved code for generating debug info + generation	of all OpenMP regions in termination scope
 
Alexey Bataev
 - r230754 - Silence an MSVC warning about not all control paths	returning a value; NFC.
 
Aaron Ballman
 - [clang 17456] reference cast diagnostic for unrelated classes
 
Nathan Sidwell
 - r230761 - AMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
 
Tom Stellard
 - [PATCH] Add 'let' to the help message.
 
Samuel Benzaquen
 - [PATCH] Define __ARM_DWARF_EH__ on Bitrig/ARM
 
Patrick Wildt
 - r230763 - Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for	unwind instructions.
 
Renato Golin
 - r230764 - Reland __leave tests (r230717 and r230720,	reverted in r230740).
 
Nico Weber
 - [clang-tools-extra] r230765 - [clang-tidy] Various improvements in	misc-use-override
 
Alexander Kornienko
 - [clang-tools-extra] r230768 - Add 'let' to the help message.
 
Samuel Benzaquen
 - r230783 - Update Clang tests to handle explicitly typed gep changes	in LLVM.
 
David Blaikie
 - [PATCH] Fix program name in "clang -help"
 
Sumanth Gundapaneni
 - [PATCH] Add Clang support for PPC cryptography builtins
 
hfinkel at anl.gov
 - r230789 - [modules] Avoid the possibility of a redeclaration chain	not being marked 'up
 
Richard Smith
 - r230795 - Update Clang tests to handle explicitly typed load changes	in LLVM.
 
David Blaikie
 - [libcxxabi] r230802 - Add .eh_frame_hdr search to Linux unwinder.
 
Dan Albert
 - r230805 - [modules] When writing out a list of specializations for a	template, if we have
 
Richard Smith
 - r230816 - DebugInfo: hoist definition into global context when needed
 
Saleem Abdulrasool
 - [PATCH] Instantiate UnresolvedLookupExpr to MemberExpr when	appropriate
 
Reid Kleckner
 - r230830 - Rework our handling of key functions. We used to track a	complete list of all
 
Richard Smith
 - r230834 - [modules] Deduplicate when merging lists of template	specializations from imported modules.
 
Richard Smith
 - [libcxxabi] r230837 - Unwind: make it build on Darwin again
 
Saleem Abdulrasool
 - [PATCH] Pass -mglobal-merge as a module flag metadata.
 
Ahmed Bougacha
 - LLVM buildmaster will be restarted in few minutes
 
Galina Kistanova
 - r230839 - Give better diagnostics when -fmodule-file= finds a bad	file: if the file is
 
Richard Smith
 - r230840 - [modules] Avoid adding a redecl chain to the 'pending out	of date' list as the
 
Richard Smith
 - r230841 - Add PS4's autolink syntax to autolink.m's CHECK lines.
 
Filipe Cabecinhas
 - [PATCH] Enhance the llvm/clang doxygen documentation.
 
Logan Chien
 - r230843 - Add change accidentally missed from r230840.
 
Richard Smith
 - [libcxx] r230867 - cmath: account for MSVCRT 12.0 changes
 
Saleem Abdulrasool
 - [PATCH] Add readability-redundant-include check to clang-tidy
 
Richard
 - r230893 - Sema: Remove stray static
 
Benjamin Kramer
 - r230903 - clang-format: Always align */& in multi-var DeclStmts.
 
Daniel Jasper
 - [PATCH] Fix PR20619 - failure to define implicit copy ctor of a	by val capture in a generic lambda
 
Faisal Vali
 - [PATCH] Sema: Implement DR244
 
Johnny Willemsen
 - r230910 - Add missing include.
 
Benjamin Kramer
 - r230914 - DebugInfo: Give externally defined types a size and	alignment where
 
Peter Collingbourne
 - r230928 - Fix ObjCInterfaceDecl::getCategoryMethod() and give it a	caller. No behavior change.
 
Nico Weber
 - [patch/rfc] An opt-in warning for functions whose	availability(introduced) is newer than the deployment target
 
Nico Weber
 - [PATCH] Adjust the backend-optimization-failure.cpp test case
 
Sanjoy Das
    
 
    
      Last message date: 
       Sun Mar  1 23:52:08 PST 2015
    Archived on: Tue Aug  4 15:32:04 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).