The Week Of Monday 9 March 2015 Archives by thread
      
      Starting: Mon Mar  9 01:13:56 PDT 2015
         Ending: Sun Mar 15 22:54:32 PDT 2015
         Messages: 581
     
- r231636 - clang-format: Don't remove newline if macro ends in access	specifier.
 
Daniel Jasper
 - r231637 - Fix a menu issue. patch by Vassil Vassilev
 
Sylvestre Ledru
 - [Patch] CloudABI: Add default header path
 
Ed Schouten
 - [Patch] CloudABI: Add target information
 
Ed Schouten
 - [PATCH] Correct doxygen for matcher macros that require a body
 
Alexander Kornienko
 - [PATCH] libc++ locale: Disable cat*() on CloudABI. Also make tiny	cleanups.
 
Ed Schouten
 - [PATCH] Refactor: Rename clang-tidy misc check files and classes	to follow naming conventions
 
Alexander Kornienko
 - [clang-tools-extra] r231648 - [clang-tidy] Refactor: Rename	clang-tidy misc check files and classes to follow naming conventions
 
Alexander Kornienko
 - [PATCH] [clang-tidy] Static Analyzer checker configuration options	passthrough
 
Gábor Horváth
 - [PATCH] Refactor: Rename clang-tidy readability check files and	classes to follow naming conventions
 
Alexander Kornienko
 - [libcxx] r231649 - Add CloudABI locale names to platform_support.h.
 
Ed Schouten
 - [clang-tools-extra] r231650 - [clang-tidy] Refactor: Rename clang-tidy	readability check files and classes to follow naming conventions
 
Alexander Kornienko
 - [modules][PATCH] Teach the ASTDeclReader to update the exception	specs of the deserialized decl's redecl chain.
 
Vassil Vassilev
 - [PATCH] libc++: Add support for arc4random() to random_device.
 
Ed Schouten
 - [PATCH] Refactor: Move remove-cstr-calls from a standalone	executable to a clang-tidy check readability-redundant-string-cstr
 
Alexander Kornienko
 - r230255 - Only lower __builtin_setjmp / __builtin_longjmp to
 
Joerg Sonnenberger
 - [PATCH] libc++abi: Don't print debugging messages to stdout
 
Ed Schouten
 - [PATCH] libc++abi: Make the .eh_frame_hdr code work on FreeBSD and	CloudABI as well
 
Ed Schouten
 - r231653 - Hide away implementation details of the	ThreadSafetyAnalysis in anonymous namespaces
 
Benjamin Kramer
 - [PATCH] [libcxx] Optimize vectors uninitialized construction of	trivial types from an iterator range.
 
Marshall Clow
 - r231655 - InheritViz: Hide implementation details
 
Benjamin Kramer
 - r231656 - Tooling: Hide implementation details
 
Benjamin Kramer
 - r231657 - Make helper functions static
 
Benjamin Kramer
 - [PATCH] [Mips] Generate warning for invalid combination of '-mnan'	and '-march' options.
 
Vladimir Radosavljevic
 - [PATCH] [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
 
Eric Fiselier
 - [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
 
Sanjay Patel
 - [libcxxabi] r231666 - Unwind: always define unwind APIs
 
Saleem Abdulrasool
 - r231668 - Make helper functions static. NFC.
 
Benjamin Kramer
 - [clang-tools-extra] r231669 - [clang-tidy] Fixed header guards using	clang-tidy llvm-header-guard check. NFC.
 
Alexander Kornienko
 - r231670 - Correct doxygen for matcher macros that require a body. NFC.
 
Alexander Kornienko
 - r231671 - Roll functions back into namespaces,	msvc has problems with name lookup outside of it.
 
Benjamin Kramer
 - [libcxx] r231672 - Fix an exception-safety bug in <deque>. Reference:	PR#22650. Not closing the bug because there's more work to do here
 
Marshall Clow
 - [PATCH] cmath: account for MSVCRT 12.0 changes
 
Saleem Abdulrasool
 - [PATCH] Add readability-duplicate-include check to clang-tidy
 
Alexander Kornienko
 - [PATCH] [PPC64] Add 64-bit Vector Integer Arithmetic Instructions
 
Kit Barton
 - [libcxx] r231674 - Add TrackedValue to test/support. Thanks to Louis	Dionne
 
Eric Fiselier
 - [PATCH] [libcxx] Fix PR22806 - Tuple incorrectly selects copy/move	constructor when storing nested tuple-like types.
 
Eric Fiselier
 - [libcxxabi] r231690 - Unwind: define more interfaces more often
 
Saleem Abdulrasool
 - [PATCH] Add mask values for the default rune table.
 
Jonathan Roelofs
 - [PATCH] [libcxx] Fix PR21580 - Undefined behavior in	readEncodedPointer()
 
Eric Fiselier
 - [PATCH] [CodeGen] Convert double -> __fp16 in one step.
 
Ahmed Bougacha
 - r231700 - [PATCH Sema Objective-C]. Patch to warn on missing	designated initializer
 
Fariborz Jahanian
 - [PATCH] Have clang list the imported modules in the debug info
 
Adrian Prantl
 - [libcxx] r231704 - Move test to use correct suffix
 
Eric Fiselier
 - [libcxx] r231705 - Fix another -Wunused-local-typedef warning in	include/__tree.
 
Dimitry Andric
 - r231706 - ARM: use ABI-specified alignment for byval parameters.
 
Tim Northover
 - [PATCH] Fix another -Wunused-local-typedef warning in	include/__tree
 
Dimitry Andric
 - r231711 - [UBSan] Split -fsanitize=shift into -fsanitize=shift-base	and -fsanitize=shift-exponent.
 
Alexey Samsonov
 - r229593 - [analyzer] Refactoring: clarified the way the proper	check kind is chosen.
 
Anna Zaks
 - [patch] Fix pr22849
 
Rafael Espíndola
 - r231717 - Suppress a couple of tests,	clang/test/CodeGen/catch-undef-behavior.c and one,	for -Asserts for now. They were introduced in r231711.
 
NAKAMURA Takumi
 - r230423 - Wrap clang module files in a Mach-O, ELF,	or COFF container.
 
Adrian Prantl
 - [PATCH] [MSVC] Better lookup into dependent bases for unspecified	declaration (also fixes http://llvm.org/PR22066)
 
Reid Kleckner
 - r231725 - [modules] Don't assert if the same header is named as both a	public and a
 
Richard Smith
 - r231728 - [modules] This check is run before we resolve the header,	not after, so just
 
Richard Smith
 - r231424 - [modules] Rework merging of redeclaration chains on	module import.
 
Richard Smith
 - [libcxx] r231729 - [libcxx] Fix __RAII_IncreaseAnnotator for	increases >= 1
 
Eric Fiselier
 - [PATCH] CodeGen: Make constant emission of arrays and structs	more aggressive.
 
Richard Smith
 - [PATCH] Add fveclib option and add several entries to table of	vectorizable functions.
 
Michael Zolotukhin
 - r231735 - [modules] Don't clobber a destructor's operator delete when	adding another one; 
 
Richard Smith
 - r231738 - PR21687: when adding a redeclaration of a function with an	implicit exception
 
Richard Smith
 - [PATCH] clang-format: Recognize .ts files as JavaScript (TypeScript	is a dialect of JavaScript).
 
Martin Probst
 - r231739 - Update for LLVM API change: getOrEnforceKnownAlignment()	requires a DataLayout
 
Mehdi Amini
 - r231742 - [modules] Don't bother looking up a declaration to merge	into if we're not
 
Richard Smith
 - r231752 - [OPENMP] Improved code for generating debug info +	generation of all OpenMP regions in termination scope
 
Alexey Bataev
 - [PATCH] [OPENMP] Improved code for generating debug info +	generation of all OpenMP regions in termination scope
 
Alexey Bataev
 - r231754 - Revert "[OPENMP] Improved code for generating debug info +	generation of all OpenMP regions in termination scope Patch adds	proper generation of debug info for all OpenMP regions. Also,	all OpenMP regions are generated in a termination scope,	because standard does not allow to throw exceptions out of structured	blocks, associated with the OpenMP regions Differential Revision:	http://reviews.llvm.org/D7935"
 
Rafael Espindola
 - r231757 - [OPENMP] Improved code for generating debug info +	generation of all OpenMP regions in termination scope
 
Alexey Bataev
 - r231758 - [OPENMP] Fixed tests for non-debug builds. NFC.
 
Alexey Bataev
 - [PATCH] C99 partial re-initialization behavior (DR-253)
 
Yunzhong Gao
 - [PATCH] [OPENMP] Initial codegen for 'omp task' directive.
 
Alexey Bataev
 - r231762 - [OPENMP] Initial codegen for 'omp task' directive.
 
Alexey Bataev
 - r231763 - Teach raw_ostream to accept SmallString.
 
Yaron Keren
 - [libcxx] r231764 - Add support for arc4random() to random_device.
 
Ed Schouten
 - [libcxx] r231767 - Print log/error messages on stderr, not stdout
 
Ed Schouten
 - [PATCH] libc++: Print log/error messages on stderr, not stdout
 
Ed Schouten
 - [libcxx] r231768 - Don't include <sys/sysctl.h> on CloudABI.
 
Ed Schouten
 - [Patch][BugzillaID#18985] Document __has_feature(modules)
 
Vassil Vassilev
 - [libcxx] r231777 - Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
 
Ed Schouten
 - [libcxx] r231780 - Also use LC_C_LOCALE on CloudABI.
 
Ed Schouten
 - [PATCH] Adding SmallString support to Twine
 
Yaron Keren
 - [PATCH] libc++: Add option to disable access to the global filesystem	namespace
 
Ed Schouten
 - [PATCH] Always build all back-end table-gen files
 
Renato Golin
 - [PATCH] handle armeb/thumb/thumbeb consistently in	gnutools::Assemble::ConstructJob
 
scott douglass
 - [PATCH] Add commit message guidelines to developer policy
 
Renato Golin
 - [PATCH] Make the driver accept all four variants of the target	option
 
Renato Golin
 - [PATCH] Move -asan-instrument-assembly to TargetMachine
 
Renato Golin
 - r231787 - Allow -target= and --target options
 
Renato Golin
 - [PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
 
Alexey Bataev
 - r231789 - Document __has_feature(modules) in LanguageExtensions
 
Ben Langmuir
 - [PATCH] Add readability-simplify-boolean-expr check to clang-tidy
 
Alexander Kornienko
 - r231792 - [X86,	AVX] Replace vinsertf128 intrinsics with generic shuffles.
 
Sanjay Patel
 - [PATCH] Enhance the llvm/clang doxygen documentation.
 
Logan Chien
 - [PATCH] [libcxx] Checking LIT benchmark testing framework.
 
Argyrios Kyrtzidis
 - r231803 - The semantic spelling enumeration should retain values to	the spelling list indexes used by the attribute. The only attribute	affected by this in practice is the OpenCLImageAccessAttr,	which has duplicate semantic spellings that are automatically stripped.
 
Aaron Ballman
 - [PATCH] Add readability-redundant-void-arg check to clang-tidy
 
Alexander Kornienko
 - r231811 - Make helper functions static. NFC.
 
Benjamin Kramer
 - [PATCH] Add support for a few Objective-C matchers.
 
Dean F. Sutherland
 - r231814 - Recognize objc_bridge(id) on bridged casts to CF types.
 
John McCall
 - [libcxx] r231815 - Factor out RemoteExecutor from SSHExecutor.
 
Dan Albert
 - [PATCH] Factor out RemoteExecutor from SSHExecutor.
 
Dan Albert
 - r231819 - MS ABI: Mangle the location of the catchable type into it's	name
 
David Majnemer
 - [PATCH] MS ABI: Implement copy-ctor closures,	finish implementing throw
 
David Majnemer
 - [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins	support
 
Adhemerval Zanella
 - [PATCH] Copy data files to the remote runner.
 
Dan Albert
 - [libcxxabi] r231839 - [libcxx] Fix PR21580 - Undefined behavior in	readEncodedPointer()
 
Eric Fiselier
 - [libcxx] r231841 - Use generic feature name for sanitizers that	replace new and delete
 
Eric Fiselier
 - [PATCH] shared_ptr : atomic ref-counts (TSan)
 
David Majnemer
 - [PATCH] Fix PR20619 - failure to define implicit copy ctor of a	by val capture in a generic lambda
 
Faisal Vali
 - r231851 - [Objective-C Sema]. Remove -Wreceiver-is-weak warning.
 
Fariborz Jahanian
 - [libcxxabi] r231852 - Remove unneeded const_cast in readPointerHelper.	Pointed out by jroelofs
 
Eric Fiselier
 - r231862 - Update clang for llvm r231861.
 
Eric Christopher
 - r231863 - [analyzer] Make getCheckIfTracked() return either leak or	regular checker.
 
Anton Yartsev
 - [PATCH] Unify the way we report overflow in increment/decrement	operator.
 
Alexey Samsonov
 - bug 22836 : atomics in shared_ptr (ThreadSanitizer)
 
Howard Hinnant
 - [libcxx] r231864 - Copy data files to the remote runner.
 
Dan Albert
 - [PATCH] Fix ctype_byname<wchar_t>::do_is() mask checking.... again
 
Jonathan Roelofs
 - r231890 - [modules] Fix iterator invalidation issue with names being	added to a module
 
Richard Smith
 - r231891 - Gender-neutralize a comment.
 
Nico Weber
 - r231892 - For PR22870: produce an error rather than asserting if a	designated initializer appears in a signature.
 
Richard Smith
 - r231895 - Remove a bugus test.
 
Rafael Espindola
 - [libcxx] r231897 - Move Android to the builtin rune table.
 
Dan Albert
 - r231900 - Fix test to specify an Itanium triple.
 
Richard Smith
 - r231901 - [modules] Avoid accidentally completing the redeclaration	chain when updating
 
Richard Smith
 - r231903 - CGOpenMPRuntime.h: Fix an incorrect \param on	emitTaskOutlinedFunction(). [-Wdocumentation]
 
NAKAMURA Takumi
 - r231905 - [OPENMP] Fix for ExprWithCleanups in 'omp atomic'	constructs.
 
Alexey Bataev
 - r231907 - Prevent test from accessing files.
 
Daniel Jasper
 - r231909 - Sema: Properly track mangling number/name for linkage for	using decls
 
David Majnemer
 - r231912 - Add target information for CloudABI on x86-64.
 
Ed Schouten
 - r231913 - Fix up default header paths for CloudABI.
 
Ed Schouten
 - r231914 - Enable security checks for arc4random() on CloudABI as well.
 
Ed Schouten
 - [PATCH] [OPENMP] Initial codegen for 'omp sections' and 'omp section'	directives.
 
Alexey Bataev
 - [PATCH] [PATCH v4] [PowerPC] Add Hardware Transaction Memory builtins	support
 
Adhemerval Zanella
 - [PATCH] Let Clang invoke CloudABI's linker
 
Ed Schouten
 - r231920 - clang-format: Fix incorrect && recognition.
 
Daniel Jasper
 - [PATCH] Use clock_gettime()'s CLOCK_REALTIME instead of	gettimeofday() where possible
 
Ed Schouten
 - r231926 - clang-format: Recognize the .ts (TypeScript) extension as	JavaScript.
 
Daniel Jasper
 - [PATCH] [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds
 
Alexander Musman
 - r231931 - Add builtins for the 64-bit vector integer arithmetic	instructions added in POWER8.
 
Kit Barton
 - r231932 - OpenCL: CL2.0 atomic types
 
Anastasia Stulova
 - r231935 - OpenCL: CL2.0 atomic type diagnostics
 
Anastasia Stulova
 - FW: [Patch] Bugfix for pointer address space in atomic builtins
 
Anastasia Stulova
 - [OpenCL][Patch] This patch adds OpenCL checks in OpenCL	address	space	conversion rules
 
Anastasia Stulova
 - [libcxx] r231937 - Disable cat*() on CloudABI. Also make tiny	cleanups.
 
Ed Schouten
 - [clang-tools-extra] r231938 - [clang-tidy] Clean up misc-use-override	warning. NFC
 
Alexander Kornienko
 - r231939 - revert r231700 (designated initializer patch) which broke
 
Fariborz Jahanian
 - [libcxx] r231940 - Fix ctype_byname<wchar_t>::do_is() mask	checking.... again
 
Jonathan Roelofs
 - [clang-tools-extra] r231941 - [clang-tidy] Static Analyzer checker	configuration options pass-through.
 
Gabor Horvath
 - r231942 - Reverted OpenCL2.0 atomic type commits r231932, r231935
 
Anastasia Stulova
 - [PATCH] [clang-tidy] Remove google-readability-function check.
 
Alexander Kornienko
 - r231950 - [modules] When merging the pattern of a class template	definition into a prior
 
Richard Smith
 - FW: [OpenCL][Patch] This patch adds OpenCL checks in OpenCL	address space	conversion rules
 
Pekka Jääskeläinen
 - r231952 - MS ABI: Implement copy-ctor closures,	finish implementing throw
 
David Majnemer
 - r231953 - MS ABI: Mark 'throw' as implemented in the compatibility doc
 
David Majnemer
 - r231960 - [PowerPC] ABI support for the QPX vector instruction set
 
Hal Finkel
 - r231971 - Don't overconstrain a FileCheck pattern
 
David Majnemer
 - [PATCH] [analyzer] Implementation of potential	undefbehavior.ZeroAllocDereference checker.
 
Антон Ярцев
 - r231978 - [analyzer] www: +progress for	undefbehavior.ZeroAllocDereference
 
Anton Yartsev
 - [PATCH]  [X86] replace vextractf128 intrinsics with generic shuffles
 
Sanjay Patel
 - r231983 - Add deprecation notice for -f(no-)sanitize-recover flags.
 
Alexey Samsonov
 - r231986 - Under duress,	move check for target support of __builtin_setjmp/
 
Joerg Sonnenberger
 - [PATCH] Pass -mglobal-merge as a module flag metadata.
 
Ahmed Bougacha
 - r231989 - Driver: Print the clang version and original command in	crash scripts
 
Justin Bogner
 - r231994 - docs: Document byte arrays.
 
Peter Collingbourne
 - r231997 - Driver: Keep -isysroot flags in crash scripts if we're	dumping a VFS
 
Justin Bogner
 - r231999 - Update copyright year to 2015.
 
Tanya Lattner
 - [PATCH] Instantiate incomplete class used in template method.
 
Serge Pavlov
 - [PATCH] MS ABI: Implement __GetExceptionInfo for	std::make_exception_ptr
 
David Majnemer
 - r232021 - [OPENMP] Initial codegen for 'omp sections' and 'omp	section' directives.
 
Alexey Bataev
 - [PATCH] MS compatibility - explicit specializations can be declared	in any namespace
 
Alexey Frolov
 - [PATCH] [clang-tidy] Assert related checkers
 
Alexander Kornienko
 - [clang-tools-extra] r232031 - [clang-tidy] Remove an empty destructor.
 
Alexander Kornienko
 - r232034 - Added some matchers for objective c selectors and messages	to	ASTMatchers.h. Minor mods to ASTMatchersTest.h to allow test files with	".m" extension in addition to ".cpp". New tests added to	ASTMatchersTest.c.
 
Aaron Ballman
 - r232036 - [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.
 
Alexander Musman
 - r232037 - Instead of dereferencing std::vector::end() (which is UB and	causes failed assertions in debug builds with Visual Studio),	use data() + size() to calculate the end iterator. Amends r231952.
 
Aaron Ballman
 - r232038 - Reverting r232034,	as it broke one of the bots with link errors. Details at:	http://bb.pgr.jp/builders/ninja-clang-x64-mingw64-RA/builds/6352/steps/build/logs/stdio
 
Aaron Ballman
 - r232039 - Use Sema's PrintingPolicy when diagnosing DeclSpecs.
 
Benjamin Kramer
 - r232040 - Sema: Don't emit a missing prototype warning for deleted	functions.
 
Benjamin Kramer
 - r232042 - clang-format: [Java] Support anonymous classes after = and	return.
 
Daniel Jasper
 - r232044 - clang-format: When putting */& next to types,	also wrap before them.
 
Daniel Jasper
 - [libcxx] r232049 - Add option to disable access to the global	filesystem namespace.
 
Ed Schouten
 - [libcxx] r232050 - Also enable the default rune table on CloudABI.
 
Ed Schouten
 - r232051 - Add support for a few Objective-C matchers.
 
Manuel Klimek
 - r232052 - [X86,	AVX] replace vextractf128 intrinsics with generic shuffles
 
Sanjay Patel
 - [PATCH] Add a libcpp-no-global-filesystem-namespace builder
 
Jonathan Roelofs
 - r232055 - ASTMatchers: Add an explicit dependency on libclangBasic.
 
Benjamin Kramer
 - r232061 - Replace second (hopefully unused) access of macro input	argument with zero vector to be safer.
 
Sanjay Patel
 - r232065 - [docs] Replace the doxygen qch option properly.
 
Logan Chien
 - r232066 - [docs] Update the doxygen configuration file.
 
Logan Chien
 - [PATCH] Do not parse members of incomplete class.
 
Serge Pavlov
 - r232069 - MS ABI: Allow a nullptr_t exception to be caught by void *	catch handler
 
David Majnemer
 - [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles	(Clang)
 
Simon Pilgrim
 - [PATCH 1/1] [CMake], ASTMatchers,	unittests: Add clangBasic to target link libraries
 
Jan Vesely
 - r232086 - Remove duplicate "the". N+1 redundancy is not useful here.
 
Nico Weber
 - r232087 - Fix grammar in a comment,	wrap to 80 columns. No behavior change.
 
Nico Weber
 - [libcxx] r232094 - Update copyright year to 2015.
 
Renato Golin
 - [libcxxabi] r232095 - Update copyright year to 2015.
 
Renato Golin
 - r232101 - Sema: Make BoundTypeDiagnoser a variadic template
 
Benjamin Kramer
 - r232109 - [X86,	AVX2] Replace inserti128 and extracti128 intrinsics with generic	shuffles
 
Sanjay Patel
 - r232112 - clang-format: [OBJC] Don't indent 8 spaces in method	declarations.
 
Daniel Jasper
 - [PATCH] Improved error recovery for _Pragma
 
Rachel Craik
 - [PATCH] Improve error reporting for SFINAE
 
Paul Fultz II
 - r232121 - CodeGen: Base the conditional cleanup machinery on variadic	templates
 
Benjamin Kramer
 - r232122 - Disambiguate call for GCC.
 
Benjamin Kramer
 - r232123 - [CMake] Add clangBasic in ASTMatchersTests,	according to r232051.
 
NAKAMURA Takumi
 - r232130 - Simplify.
 
Joerg Sonnenberger
 - [PATCH] [Modules] Teach Clang to survive ambiguous macros which come	from system headers even if they arrived when merging	non-system modules.
 
Chandler Carruth
 - [clang-tools-extra] r232138 - Add clangBasic to libdeps according to	r232051 since the interface of ASTMatchers was changed.
 
NAKAMURA Takumi
 - r232140 - Deduplicate #undef directives imported from multiple	modules.
 
Richard Smith
 - r232141 - [libclang] During member ref expression visitation,	ignore base anonymous struct/union fields.
 
Argyrios Kyrtzidis
 - [PATCH] Implement bad cast checks using control flow integrity	information.
 
Peter Collingbourne
 - r232145 - [libclang] Fix crash when code-completing inside constructor	initializer for a builtin type.
 
Argyrios Kyrtzidis
 - r232149 - [Modules] Teach Clang to survive ambiguous macros which	come from system
 
Chandler Carruth
 - r232154 - [OPENMP] Re-factor __kmpc_for_static_init_* routine	generation.
 
Alexander Musman
 - [PATCH] Make a module "use" also count as use of all its submodules
 
Daniel Jasper
 - r232159 - Make a module "use" also count as use of all its submodules
 
Daniel Jasper
 - r232164 - [OPENMP] Additional sema analysis for 'omp atomic[ update]'.
 
Alexey Bataev
 - r232166 - clang-format: Don't corrupt macros with open braces.
 
Daniel Jasper
 - r232168 - When building a module,	all headers of submodules can be used.
 
Daniel Jasper
 - [libcxx] r232172 - Fix build break on Solaris introduced by r231940
 
Jonathan Roelofs
 - r232173 - Sema: Replace the SetVector/DenseMap/std::sort combination	with a simple std::map
 
Benjamin Kramer
 - [PATCH] Prototype patch to support <math.h> as a conforming C++	header in addition to <cmath>.
 
Chandler Carruth
 - r232185 - Update test case to make it easier to automatically port to	typeless pointer gep operator changes coming soon
 
David Blaikie
 - r232187 - Test case updates for explicit type parameter to the gep	operator
 
David Blaikie
 - [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
 
Aleksei Sidorin
 - r232188 - MS ABI: Implement __GetExceptionInfo for	std::make_exception_ptr
 
David Majnemer
 - [PATCH] Fix for Bug 22880
 
Szabolcs Sipos
 - r232206 - Make tests more robust. No functional change.
 
Robert Lougher
 - [PATCH] Add more information when displaying a "read-only	variable is not assignable" error
 
Richard Smith
 - [PATCH] Detect mismatching 'new' and 'delete' uses
 
Ismail Pazarbasi
 - [PATCH] clang-format: [JS] more precisely detect enums.
 
Martin Probst
 - [PATCH] MS ABI: Generate default constructor closures
 
David Majnemer
 - [PATCH] clang-format: [JS] support cast syntax and type arguments.
 
Martin Probst
 - r232229 - MS ABI: Generate default constructor closures
 
David Majnemer
 - PATCH: In -traditional mode, ignore token pasting and	stringification (PR16371)
 
Ahmed Bougacha
 - r232237 - Add a bunch of missing "CHECK" colons in tests. NFC.
 
Ahmed Bougacha
 - r232241 - Implement bad cast checks using control flow integrity	information.
 
Peter Collingbourne
 - LLVM buildmaster will be restarted in few minutes.
 
Galina Kistanova
 - r232248 - [modules] Teach the AST reader to handle the case of	importing a module
 
Chandler Carruth
 - r232254 - MS ABI: Mangle virtual member pointer thunks with the	correct CC
 
David Majnemer
 - [PATCH] Make the presence of stdin and stdout optional
 
Ed Schouten
 - r232263 - [analyzer] Sort path diagnostics with array_pod_sort.
 
Benjamin Kramer
 - r232264 - Sort ObjCProtocolDecls with array_pod_sort.
 
Benjamin Kramer
 - [libcxxabi] r228903 - unwind: move exported APIs out of header
 
Logan Chien
 - [PATCH] libc++ iostream: Clean up standard I/O stream object creation	in preparation for conditionalizing streams
 
Ed Schouten
 - r228234 - [modules] When using -E,	we may try to merge decls despite having no Sema
 
Ben Langmuir
 - [PATCH] [clang] Replacing asserts with static_asserts where	appropriate
 
Szabolcs Sipos
 - [PATCH] Fix for Bug 19785 : -Wempty-body false negative on NULL check
 
Manasij Mukherjee
 - [PATCH] Add support for armv6k subtarget
 
Vinicius Tinti
 - r232285 - CodeGen: Correctly initialize bitfields with non-constant	initializers
 
David Majnemer
 - r232289 - MS ABI: Tidy up references to the ASTContext
 
David Majnemer
 - r232295 - -Wempty-body: fix false negative triggered by macros
 
Dmitri Gribenko
 - [clang-tools-extra] r232306 - [clang-tidy] Fix false positives in the	misc-static-assert check http://llvm.org/PR22880
 
Alexander Kornienko
 - r232318 - MS ABI: Don't use qualified pointee types for 'catch' EH	TypeDescriptors
 
David Majnemer
 - r232320 - clang-format: [JS] more precisely detect enums.
 
Daniel Jasper
 - r232321 - clang-format: [JS] support cast syntax and type arguments.
 
Daniel Jasper
 - r232322 - Implement PreprocessingRecord's and LazyVector's iterators	on top of iterator_adaptor_base
 
Benjamin Kramer
 - [libcxx] r232329 - Remove unneeded initialisation of fenv_t and	fexcept_t.
 
Ed Schouten
 - r232330 - SimpleArray: Provide reverse iteration via	std::reverse_iterator.
 
Benjamin Kramer
 - [PATCH] libc++: Don't let time_put test use implementation dependent	constructs
 
Ed Schouten
 - [PATCH] libclang Python bindings - add source type functions to	SourceLocation
 
Kyle Mayes
 - [clang-tools-extra] r232338 - Move remove-cstr-calls from a standalone	executable to a clang-tidy check readability-redundant-string-cstr
 
Alexander Kornienko
 - [clang-tools-extra] r232340 - Fix ./configure build after r232338.
 
Alexander Kornienko
 - [clang-tools-extra] r232343 - Remove an empty directory.
 
Alexander Kornienko
 - [clang-tools-extra] r232344 - And one more empty directory.
 
Alexander Kornienko
    
 
    
      Last message date: 
       Sun Mar 15 22:54:32 PDT 2015
    Archived on: Tue Aug  4 15:32:06 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).