The Week Of Monday 16 December 2013 Archives by thread
      
      Starting: Mon Dec 16 00:36:19 PST 2013
         Ending: Sun Dec 22 23:47:49 PST 2013
         Messages: 494
     
- r197369 - clang-format: Fix formatting of function type parameters.
 
Daniel Jasper
- r197229 - clang-check to ignore -no-integrated-as because certain	drivers can't handle it
 
Artyom Skrobov
- [PATCH] Added -iregex for case-insensitive regex to filter file names.
 
Alexander Kornienko
- [PATCH] add option to break constructor initializers before colon
 
Florian Sowade
- r197378 - Added -iregex for case-insensitive regex to filter file	names.
 
Alexander Kornienko
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
 
Timur Iskhodzhanov
- Recognize hard-float variant of ARM's EABI (as in RTABI)
 
Renato Golin
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra	braces, brackets and parens
 
hfinkel at anl.gov
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal	compiler
 
Richard Barton
- r197386 - Always break before the colon in constructor initializers,	when
 
Alexander Kornienko
- r197388 - Modules: Make missing headers in a module.map a warning not	an error.
 
Daniel Jasper
- r197389 - Revert "Modules: Make missing headers in a module.map a	warning not an error."
 
Daniel Jasper
- r197391 - clang-format: Keep trailing annotations together.
 
Daniel Jasper
- r196378 - Leave constructor initializer lists on one line in	styles with no column limit.
 
Alexander Kornienko
- r197395 - [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and	CLANG_LIBRARY_OUTPUT_INTDIR.
 
NAKAMURA Takumi
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho"	triple
 
Tim Northover
- [PATCH] DR712 - odr use and constant expressions
 
Faisal Vali
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
 
Roman Divacky
- [PATCH] Remove PragmaIntroducerKind?
 
Thompson, John
- [Clang Static Analyzer] Preliminary patch for checkInitialState
 
Jordan Rose
- r197399 - Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
 
Nico Weber
- r197403 - [AArch64] Fix v1fx patterns for Floating-point Multiply	Extend and Floating-point Compare to Zero.
 
Chad Rosier
- r197404 - GNUEABIHF is the same as GNUEABI for anything not	float/double related, 
 
Joerg Sonnenberger
- r197406 - Support EABIHF environment on ARM.
 
Joerg Sonnenberger
- r197408 - Maybe add new warning for shadowing simple tag types
 
Kaelyn Uhrain
- r197409 - Make Sema::BuildCXXNestedNameSpecifier correctly clear the	previous
 
Kaelyn Uhrain
- r197410 - Revert "Maybe add new warning for shadowing simple tag	types"
 
Kaelyn Uhrain
- r197415 - Misc test cleanups.
 
Rafael Espindola
- [PATCH] Target-specific attributes
 
Reid Kleckner
- r197421 - Clang DataLayout string cleanup: don't print the integer	defaults.
 
Rafael Espindola
- r197422 - Clang DataLayout string cleanup: don't print the FP	defaults.
 
Rafael Espindola
- r197423 - In a standalone Clang build, default to building tests,	like LLVM does
 
Dmitri Gribenko
- r197427 - Clang DataLayout string cleanup: don't print the vector	defaults.
 
Rafael Espindola
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only	trigger on std::move
 
Richard Trieu
- r197429 - Clang DataLayout string cleanup: don't print the aggregate	defaults.
 
Rafael Espindola
- r197430 - Clang DataLayout string cleanup: don't print the pointer	defaults.
 
Rafael Espindola
- [PATCH] Initial instrumentation based PGO implementation
 
Bob Wilson
- r197433 - Remove dead data.
 
Rafael Espindola
- [PATCH] [RFC] Pragma Vectorize in Clang
 
Renato Golin
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug	info for dynamic classes in TUs that do not have the vtable for that	class""""
 
Adrian Prantl
- r197435 - Clang DataLayout string cleanup: don't print other defaults.
 
Rafael Espindola
- r197436 - ObjectiveC. Further improvements of use
 
Fariborz Jahanian
- r197437 - Remove another default I missed before.
 
Rafael Espindola
- r197440 - The preferred alignment defaults to the ABI one. Omit it if	it is the same.
 
Rafael Espindola
- r193740 - [AArch64] Add some CPU targets for "generic",	A-53 and A-57.
 
Eric Christopher
- r197441 - clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It	should not be staged yet.
 
NAKAMURA Takumi
- r197442 - Reorder these DataLayout entries to match the order LLVM	uses.
 
Rafael Espindola
- [llvm] r197394 - [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and	LLVM_LIBRARY_OUTPUT_INTDIR to reduce references to CMAKE_CFG_INTDIR.
 
NAKAMURA Takumi
- r197445 - For -Wconsumed,	walk the namespaces to find if the top most namespace is "std"
 
Richard Trieu
- [PATCH] [libc++] Support newlib as libc++'s C library
 
JF Bastien
- r197448 - ObjectiveC migrator. Fixes a bug when protocol
 
Fariborz Jahanian
- [PATCH] Add support for -R driver flag on OpenBSD
 
Matthew Dempsky
- r197450 - Add a test for -fno-diagnostics-fixit-info
 
Dmitri Gribenko
- r197452 - ASTContext: Refactor implicit record creation
 
Alp Toker
- [PATCH] [ms-cxxabi] Don't do destructor check on declarations if the	dtor is deleted
 
Hans Wennborg
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
 
Dmitri Gribenko
- r197459 - [CMake][Standalone] Fixup r197395 for standalone build.
 
NAKAMURA Takumi
- r197460 - [CMake][Standalone] Fix llvm-tblgen's directory to use	LLVM_TOOLS_BINARY_DIR instead of LLVM_BINARY_DIR.
 
NAKAMURA Takumi
- r197461 - [CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.
 
NAKAMURA Takumi
- [libcxx] r197476 - Creating release candidate rc3 from release_34	branch
 
Bill Wendling
- r197485 - Modules: Don't warn upon missing headers while reading the	module map.
 
Daniel Jasper
- [PATCH] Modules: Error on missing header files only if a module	is built/used.
 
Daniel Jasper
- r197486 - Add missing file from r197485.
 
Daniel Jasper
- r197490 - LIBRARY_PATH environment variable should only be supported	on a native compiler.
 
Richard Barton
- [PATCH] Enhance CFG to model C++ new more precisely
 
Karthik Bhat
- r197494 - clang-format: Don't adapt local format to macros.
 
Daniel Jasper
- r197495 - Update comment of changed parameter of ModuleMap	constructor.
 
Daniel Jasper
- r197496 - Simplify RevertibleTypeTraits as a form of contextual	keyword
 
Alp Toker
- r197497 - Refactor and micro-optimize ConsumeToken()
 
Alp Toker
- r197500 - Remove -f16:16:32 from the XCore DataLayout string.
 
Rafael Espindola
- [patch][Sparc] Add f128 to the Sparc DataLayout string that clang	produces
 
Rafael Espíndola
- [patch][mips] Remove f128 from the DataLayout string clang produces
 
Rafael Espíndola
- r197502 - The PS3 is a ppc64 and has 64 bit registers. Update	DataLayout accordingly.
 
Rafael Espindola
- [PATCH] [libc++] Check the support of default function template	args.
 
Logan Chien
- r197504 - Remove -f128:128 from the DataLayout strings. It is the	default.
 
Rafael Espindola
- [PATCH] Start to unify contextual keywords
 
Alp Toker
- nothrow and const Attribtues
 
Aaron Ballman
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG	when visiting a constructor initializer
 
Jordan Rose
- r197507 - Fix indentation from r197490 plus some typos
 
Alp Toker
- r197509 - [ms-cxxabi] Don't do destructor check on declarations if	the dtor is deleted
 
Hans Wennborg
- r197511 - Bring order to the OpenCL keywords
 
Alp Toker
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by	IdempotentOperationChecker.
 
Alexander Kornienko
- [libcxxabi patch] Add Registers_arm class and unw_getcontext	implementation
 
Nico Weber
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
 
Quentin Colombet
- r197513 - Fix strange indentation and remove trailing whitespace on	empty lines
 
Dmitri Gribenko
- r197515 - Objective-C. Make diagnostics and fix-its consistent
 
Fariborz Jahanian
- r197516 - Fix line endings in microsoft-dtor-lookup-cxx11.cpp
 
Hans Wennborg
- r197517 - Documentation comment parsing: rearrange tests to clarify	the intent of these tests
 
Dmitri Gribenko
- r197518 - [ms-cxxabi] The 'most derived' ctor parameter usually comes	last
 
Reid Kleckner
- r197521 - Use the integrated assembler by default on FreeBSD/ppc and	ppc64.
 
Roman Divacky
- r197522 - Use triples that match the -target-abi option.
 
Rafael Espindola
- [libcxxabi] r197523 - Add mangling macros for Unwind's inline	assembly.
 
Nico Weber
- [PATCH] Remove OpenCL-specific type parsing
 
Alp Toker
- r197525 - None of these attributes currently make use of an AST node, 	so setting ASTNode = 0 to reduce complexity. No functional change	intended.
 
Aaron Ballman
- [PATCH] Add new warning to Clang to detect when all code paths in	a function has a call back to the function.
 
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
 
Richard Trieu
- [PATCH] Use the MS ABI for Win32 target by default
 
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val	objects in callees
 
Reid Kleckner
- r197528 - Documentation comment parsing: allow \param and \returns on	std::function, 
 
Dmitri Gribenko
- [cfe-commits] r159016 - in /cfe/trunk: lib/CodeGen/CGCall.cpp	test/CodeGen/alloc_size.c test/CodeGenCXX/alloc_size.cpp
 
Aaron Ballman
- r197530 - Documentation comment parsing: when checking if we have	typedef to something
 
Dmitri Gribenko
- [PATCH] Regparm Attribute
 
Aaron Ballman
- r197534 - Objctive-C. warn if dealloc is being overridden in
 
Fariborz Jahanian
- r197537 - Move some more test-and-consumes over to TryConsumeToken()
 
Alp Toker
- r197538 - Add a 's' specifications to AArch64.
 
Rafael Espindola
- LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
- [PATCH] [libc++] Const qualify __mem_fn call operator
 
Peter Collingbourne
- r197540 - ObjectiveC. typo fix in my last patch,
 
Fariborz Jahanian
- r197542 - clang-format-diff.py: add the OpenCL file extension
 
Alp Toker
- [patch] Fix darwin ppc DataLayout in clang.
 
Rafael Espíndola
- r197544 - Fix comment-code function name mismatch
 
Hans Wennborg
- r197548 - Print the 'p' specification before the 'i' specification.
 
Rafael Espindola
- r197549 - Split this test into one per supporter nacl arch.
 
Rafael Espindola
- r197550 - Use arm-nacl-gnueabi instead of arm-nacl to match the	previous tests.
 
Rafael Espindola
- r197552 - clang-format: Fix ObjC method expr in binary expressions.
 
Daniel Jasper
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra	braces, brackets and parens
 
Alexey Bataev
- r197557 - clang-format: Fix indentation corner case.
 
Daniel Jasper
- r197575 - clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and	CLANG_BINARY_DIR. They are set at top.
 
NAKAMURA Takumi
- r197576 - check-clang: Introduce clang_tools_dir in lit.site.cfg,	for clang separated from llvm.
 
NAKAMURA Takumi
- r197577 - Add -f64:32:64 to the darwin ppc32 DataLayout.
 
Rafael Espindola
- r197578 - Remove OpenCL-specific type keywords and specifiers
 
Alp Toker
- r197580 - Whitespace cleanup.
 
Rafael Espindola
- r197582 - Adding some comments about AST node requirements for	attributes	which create AST nodes but never actually make use of them. No	functional changes.
 
Aaron Ballman
- r197584 - Implement the MSABI and SysVABI calling conventions for	Objective-C method declarations. This appears to be an omission from	r189644.
 
Aaron Ballman
- r197585 - clang-format parts of the file.
 
Rafael Espindola
- r197586 - ObjectiveC. Fixes the sentence in a diagnostic.
 
Fariborz Jahanian
- [libcxxabi] r197591 - Add a first cut at a Registers_arm class,	to be used for 32bit arm EHABI unwinding.
 
Nico Weber
- r197592 - OpenCL: Do not force 64 bit floats for (embedded) targets	with only 32bit floats.
 
Pekka Jaaskelainen
- r197593 - check-clang: Fixup r197576,	to replace CMAKE_CFG_INTDIR on clang_tools_dir.
 
NAKAMURA Takumi
- [PATCH][libclang] python bindings - add support for	CompilationDatabase.getAllCompileCommands
 
Laszlo Nagy
- r197596 - Adding a win32-targeted test into Tooling/multi-jobs.cpp,	to make sure it doesn't get broken again
 
Artyom Skrobov
- [PATCH] Refactoring the MS inheritance attributes
 
Aaron Ballman
- r197597 - Revert "[OPENMP] Fix for parsing OpenMP directives with	extra braces, brackets and parens"
 
Alp Toker
- r197598 - Fix OpenMP recovery with trailing tokens following the	pragma
 
Alp Toker
- r197603 - Split setABI in two helpers. No functionality change.
 
Rafael Espindola
- r197604 - Make setABIAPCS and setABIAAPCS easier to reason about.
 
Rafael Espindola
- r197605 - Objective-C. After providing a fix-it for a
 
Fariborz Jahanian
- r197608 - clang-format-diff.py: fix -regex/-iregex matching
 
Alp Toker
- r197609 - Allow Objective-C pointer conversions following an explicit	user conversion.
 
Douglas Gregor
- r197612 - Debug info: Implement (rvalue) reference qualifiers for	C++11 non-static
 
Adrian Prantl
- r197616 - Enhance OpenMP parser tests from r197553 / r197598
 
Alp Toker
- r197617 - Add a test for mipsel-nacl too.
 
Rafael Espindola
- [PATCH] Fix the NaCl DataLayout strings produced by clang
 
Rafael Ávila de Espíndola
- r197623 - Require the type of a by-copy capture to be complete before	creating its field.
 
Douglas Gregor
- r197625 - ObjectiveC. support "section" attribute on properties
 
Fariborz Jahanian
- r197626 - Use getAsCXXRecordDecl to shorten some gets and casts
 
Reid Kleckner
- r197627 - Implemented delayed processing of 'unavailable' checking,	just like with 'deprecated'.
 
Ted Kremenek
- r197628 - Fix the DataLayout string produced by clang for NaCl.
 
Rafael Espindola
- r197629 - Refactor the Microsoft inheritance attribute handling so	that it	no longer has special treatment. Also fixes a minor bug where the	attributes were being parsed as though they were GNU-style attributes	when they were in fact keyword attributes.
 
Aaron Ballman
- [PATCH] Fix 'make uninstall' target regarding some directories (cfe	part)
 
Edoardo P.
- r197637 - Added a comment about the launch_bounds attribute's AST	node being required. Since there were no test cases for the attribute,	some have been added. This promptly demonstrated a bug with the	semantic handling, which is also fixed.
 
Aaron Ballman
- r197639 - [ms-abi] Update Alignment for VtorDisps
 
Warren Hunt
- r197641 - Debug info: (Bugfix) emit CRV qualifiers for pointers to	member functions.
 
Adrian Prantl
- r197643 - Simplify CXXMethodDecl::isVirtual() for __interface case
 
Dmitri Gribenko
- r197644 - PCH: fix a crash caused by a circular deserialization	dependency
 
Dmitri Gribenko
- r197648 - Replacing calls to getAttr with calls to hasAttr for	clarity. No	functional change intended -- this only replaces Boolean uses of	getAttr.
 
Aaron Ballman
- r197649 - Switched code from using hasAttr followed by getAttr to	simply	call getAttr directly and check the resulting value. Also fixes some	minor formatting issues surrounding the getAttr code.
 
Aaron Ballman
- r197650 - Switched code from using hasAttr followed by getAttr to	simply call getAttr directly and check the resulting value.
 
Aaron Ballman
- r197651 - On spacv8 f128 is only aligned to 64 bits.
 
Rafael Espindola
- r197652 - Switched code from using hasAttr followed by getAttr to	simply call getAttr directly and check the resulting value.
 
Aaron Ballman
- r197660 - Update SI datalayout for 32-bit private pointers
 
Matt Arsenault
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
 
Serge Pavlov
- r197668 - Fix usage description of clang-format-diff.py.
 
Daniel Jasper
- [PATCH] Fixed error recovery if sizeof is used without parenthesis
 
Serge Pavlov
- r197675 - Hosting a call to getAttr so that we don't call it multiple	times	for the same attribute. Also removes a hasAttr that's not required. No	functional changes intended.
 
Aaron Ballman
- r197676 - Switched code from using hasAttr followed by getAttr to	simply call getAttr directly.
 
Aaron Ballman
- r197678 - Switched code from using hasAttr followed by getAttr to	simply call getAttr directly and check the resulting value.
 
Aaron Ballman
- [PATCH] [Clang SA] Fix double delete warning reported at wrong	location.
 
Karthik Bhat
- [PATCH] Enable layering check in unavailable modules
 
Daniel Jasper
- Question about the ns_bridged attribute
 
Aaron Ballman
- r197681 - Switching getAttrs calls over to using a	specific_attr_iterator. No functional changes intended.
 
Aaron Ballman
- r197686 - [CMake] check-clang: Deprecate --path, according to r197576.
 
NAKAMURA Takumi
- r197687 - [CMake] check-clang: Append items to CLANG_TEST_DEPS rather	than set. CLANG_TEST_DEPS can be set in parent scope.
 
NAKAMURA Takumi
- r197688 - [CMake] check-clang: Include ClangUnitTests if it can be	built. Check existence of gtest.h then.
 
NAKAMURA Takumi
- r197690 - clang-format: Slightly adapt decision of when to break	before <<.
 
Daniel Jasper
- [PATCH] module-map-checker - new tool for checking module.map coverage
 
John Thompson
- r197695 - Fix comment typo.
 
Will Wilson
- r197697 - [CMake][Standalone] Rewrite standalone build based on	llvm-config. CLANG_PATH_TO_LLVM_*(s) are deprecated.
 
NAKAMURA Takumi
- r197698 - clang-format: Increase penalty for breaking comments.
 
Daniel Jasper
- r197700 - Small simplification: p0 is the same as p.
 
Rafael Espindola
- r197702 - check-clang: Suppress LLVM_LIT in add_lit_testsuite,	for now.
 
NAKAMURA Takumi
- r197704 - ObjectiveC. Sema test for property, methods
 
Fariborz Jahanian
- Patch: bug fix for PR18218
 
Marshall Clow
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
 
Alexander Kornienko
- r197707 - Removing the SourceLocation unused attribute argument type.
 
Aaron Ballman
- r197710 - Type attribute do not get an AST node by default,	so these statements can be removed (it's inherited automatically from	TypeAttr).
 
Aaron Ballman
- r197714 - [CMake] Tweak r197697 to handle CMake finding the wrong	llvm-config/tblgen.
 
Jordan Rose
- r197715 - No longer leaking Argument objects after calling	createArgument.	However, since an OwningPtr cannot live in a std::vector yet,	there are some manual deletions that have a FIXME attached to them.	These will go away once C++11 support is allowed.
 
Aaron Ballman
- r197716 - Reverting r197715 -- it appears that MSVC is happy with the	code, but clang is not.
 
Aaron Ballman
- [clang-tools-extra] r197717 - Clang-tidy: added --disable-checks,	--list-checks options.
 
Alexander Kornienko
- r197725 - clang-format: Add special case for leading comments in	braced lists.
 
Daniel Jasper
- r197729 - After discussing with John McCall,	removing the ns_bridged attribute as it is unused.
 
Aaron Ballman
- r197730 - Remove dead code identified by Aaron Ballman.
 
Ted Kremenek
- r197733 - [analyzer] Always use 'bool' as the SValBuilder condition	type in C++.
 
Jordan Rose
- r197736 - Wordsmith "maybe" into "may be" in diagnostic,	and move warning under flag.
 
Ted Kremenek
- r197741 - [analyzer] Fix test in previous commit to account for	compiler warning.
 
Jordan Rose
- r197748 - Simplify code
 
Dmitri Gribenko
- [patch] Assert that clang's datalayout strings are in sync with llvm's
 
Rafael Espíndola
- r197755 - ASTUnit::getMainBufferWithPrecompiledPreamble: use MD5 hash	of the remapped
 
Dmitri Gribenko
- r197756 - Add a test I forgot to svn add in r197755
 
Dmitri Gribenko
- [PATCH] libclang: functions to deal with anonymous fields
 
Argyrios Kyrtzidis
- r197762 - Correctly compute the size in bytes of PreambleFileHash.MD5
 
Dmitri Gribenko
- r197764 - Serialize source range info for TypeTraitExpr.
 
Jordan Rose
- r197765 - [libclang/python] Add	CompilationDatabase.getAllCompileCommands to the python bindings.
 
Argyrios Kyrtzidis
- r197766 - Move tools/libclang/RecursiveASTVisitor.h ->	include/clang/AST/DataRecursiveASTVisitor.h
 
Argyrios Kyrtzidis
- r197767 - [analyzer] Use DataRecursiveASTVisitor for the	AnalysisConsumer.
 
Argyrios Kyrtzidis
- [libclc] r197769 - Implement trunc builtin.
 
Tom Stellard
- [PATCH] [AArch64] Add more regress test cases for ACLE intrinsics
 
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
 
Jiangning Liu
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data	sharing attributes processing.
 
Alexey Bataev
- [libclc] r197784 - Add floating-point macro definitions v2
 
Tom Stellard
- r197785 - clang-format: Better support for multi-line wide string	literals.
 
Daniel Jasper
- r197805 - Enable layering check in unavailable modules.
 
Daniel Jasper
- [PATCH] check for Incorrect logic in operator
 
Anders Rönnholm
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
 
Anders Rönnholm
- [libcxx] r197810 - Empty line between two unrelated #ifdefs.
 
Yaron Keren
- SV: [PATCH] new check checking comparing of boolean expressions and	literals
 
Per Viberg
- [PATCH] SemaLookup.cpp wrong boolean test
 
Alp Toker
- r197819 - Document the -fno-limit-debug-info switch in the man page.
 
Adrian Prantl
- r197820 - Remove an outdated statement about debugging optimized code.
 
Adrian Prantl
- r197827 - clang-cl: Support /P and /E (preprocess to file or stdout)
 
Hans Wennborg
- r197832 - Move the TargetMachine instance into EmitAssemblyHelper
 
Alp Toker
- r197836 - Compare canonical return types when generating MS C++ ABI	vtable thunks
 
Reid Kleckner
- r197837 - Override the datalayout in a module with -triple.
 
Rafael Espindola
- r197842 - Remove obsolete preamble FIXME
 
Alp Toker
- r197844 - DebugInfo: Do not include implicit members (implicit special	members, template instantiations,	etc) in the list of members of a structure.
 
David Blaikie
- r197845 - Eliminate the ItaniumVTableContext object from	CodeGenVTables
 
Reid Kleckner
- [patch] Don't let invalid methods mark their RecordDecl invalid
 
Nico Weber
- [Patch] Fix for PR9812
 
Dmitri Gribenko
- r197848 - Don't mark record decls invalid when one of its methods is	invalid, PR18284.
 
Nico Weber
- r197849 - Use this one little trick to prevent optimizers from	removing an
 
Richard Trieu
- r197850 - Assert that tag decls are never marked (in)valid after	definition is complete
 
Alp Toker
- r197852 - [CMake] clang/lib/Headers: Install just-generated	${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h, instead of copied arm_neon.h.
 
NAKAMURA Takumi
- r197853 - Add -Winfinite-recursion to Clang
 
Richard Trieu
- [PATCH] [CMake][VS][XCode] Restruct the output directory layout more	comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
 
NAKAMURA Takumi
- r197855 - Fix getCustomDiagID() usage in example code
 
Alp Toker
- r197856 - Fix getCustomDiagID() usage in CodeGen and	TextDiagnosticBuffer
 
Alp Toker
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
 
Nico Weber
- count() patch to unsigned for SmallPtrSet, SmallSet, SparseSet
 
Yaron Keren
- [PATCH] Don't merge constructors with initializer lists to one line	in WebKit style.
 
Alexander Kornienko
- r197864 - The const and nothrow attributes can be handled by the	simple	attribute handler. This removes a silent dropping of the attributes	when they are duplicated on a Decl.
 
Aaron Ballman
- r197866 - Removing the alloc_size attribute. The attribute was	semantically handled,	but silently ignored. Most of this feature was already reverted in June	2012 (r159016), this just cleans up the pieces left over.
 
Aaron Ballman
- r197896 - Make some f_Group definitions anonymous and test an	alternative spelling
 
Alp Toker
- r197898 - [AArch64]The compare to zero intrinsics should be	implemented by	'icmp/fcmp' and 'sext' not 'zext'. Modify the implementation by	replacing zext with sext.
 
Hao Liu
- r197900 - clang-format: Fix various problems in formatting ObjC	blocks.
 
Daniel Jasper
- r197902 - TextDiagnosticBuffer: Fix copy-paste mistake in r197856
 
Alp Toker
    
      Last message date: 
       Sun Dec 22 23:47:49 PST 2013
    Archived on: Tue Aug  4 15:31:25 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).