The Week Of Monday 16 December 2013 Archives by author
Starting: Mon Dec 16 00:36:19 PST 2013
Ending: Sun Dec 22 23:47:49 PST 2013
Messages: 494
- r197660 - Update SI datalayout for 32-bit private pointers
Matt Arsenault
- nothrow and const Attribtues
Aaron Ballman
- 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
- [cfe-commits] r159016 - in /cfe/trunk: lib/CodeGen/CGCall.cpp test/CodeGen/alloc_size.c test/CodeGenCXX/alloc_size.cpp
Aaron Ballman
- [PATCH] Regparm Attribute
Aaron Ballman
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Aaron Ballman
- 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
- r197584 - Implement the MSABI and SysVABI calling conventions for Objective-C method declarations. This appears to be an omission from r189644.
Aaron Ballman
- [PATCH] Refactoring the MS inheritance attributes
Aaron Ballman
- 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
- r197625 - ObjectiveC. support "section" attribute on properties
Aaron Ballman
- [PATCH] Refactoring the MS inheritance attributes
Aaron Ballman
- r197625 - ObjectiveC. support "section" attribute on properties
Aaron Ballman
- 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
- 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
- r197652 - Switched code from using hasAttr followed by getAttr to simply call getAttr directly and check the resulting value.
Aaron Ballman
- 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] Target-specific attributes
Aaron Ballman
- 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
- r197625 - ObjectiveC. support "section" attribute on properties
Aaron Ballman
- 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
- 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
- r197627 - Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'.
Aaron Ballman
- Question about the ns_bridged attribute
Aaron Ballman
- r197729 - After discussing with John McCall, removing the ns_bridged attribute as it is unused.
Aaron Ballman
- Question about the ns_bridged attribute
Aaron Ballman
- 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
- nothrow and const Attribtues
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
- [cfe-commits] r159016 - in /cfe/trunk: lib/CodeGen/CGCall.cpp test/CodeGen/alloc_size.c test/CodeGenCXX/alloc_size.cpp
Aaron Ballman
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Richard Barton
- r197490 - LIBRARY_PATH environment variable should only be supported on a native compiler.
Richard Barton
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Richard Barton
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Alexey Bataev
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Karthik Bhat
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r197844 - DebugInfo: Do not include implicit members (implicit special members, template instantiations, etc) in the list of members of a structure.
David Blaikie
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- Patch: bug fix for PR18218
Matt Calabrese
- Patch: bug fix for PR18218
Matt Calabrese
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Eric Christopher
- [PATCH] Initial instrumentation based PGO implementation
Eric Christopher
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Greg Clayton
- Patch: bug fix for PR18218
Marshall Clow
- [PATCH] [libc++] Const qualify __mem_fn call operator
Peter Collingbourne
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- r197584 - Implement the MSABI and SysVABI calling conventions for Objective-C method declarations. This appears to be an omission from r189644.
Charles Davis
- [PATCH] Add support for -R driver flag on OpenBSD
Matthew Dempsky
- [PATCH] Add support for -R driver flag on OpenBSD
Matthew Dempsky
- [PATCH] Add support for -R driver flag on OpenBSD
Matthew Dempsky
- [PATCH] Add support for -R driver flag on OpenBSD
Matthew Dempsky
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
Roman Divacky
- r197521 - Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Roman Divacky
- r197521 - Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Roman Divacky
- r197404 - GNUEABIHF is the same as GNUEABI for anything not float/double related,
Rafael Avila de Espindola
- r197521 - Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Rafael Avila de Espindola
- r197415 - Misc test cleanups.
Rafael Espindola
- 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
- r197427 - Clang DataLayout string cleanup: don't print the vector defaults.
Rafael Espindola
- 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
- r197433 - Remove dead data.
Rafael Espindola
- r197435 - Clang DataLayout string cleanup: don't print other defaults.
Rafael Espindola
- 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
- r197442 - Reorder these DataLayout entries to match the order LLVM uses.
Rafael Espindola
- r197500 - Remove -f16:16:32 from the XCore DataLayout string.
Rafael Espindola
- r197502 - The PS3 is a ppc64 and has 64 bit registers. Update DataLayout accordingly.
Rafael Espindola
- r197504 - Remove -f128:128 from the DataLayout strings. It is the default.
Rafael Espindola
- r197522 - Use triples that match the -target-abi option.
Rafael Espindola
- r197538 - Add a 's' specifications to AArch64.
Rafael Espindola
- 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
- r197577 - Add -f64:32:64 to the darwin ppc32 DataLayout.
Rafael Espindola
- r197580 - Whitespace cleanup.
Rafael Espindola
- r197585 - clang-format parts of the file.
Rafael Espindola
- r197603 - Split setABI in two helpers. No functionality change.
Rafael Espindola
- r197604 - Make setABIAPCS and setABIAAPCS easier to reason about.
Rafael Espindola
- r197617 - Add a test for mipsel-nacl too.
Rafael Espindola
- r197628 - Fix the DataLayout string produced by clang for NaCl.
Rafael Espindola
- r197651 - On spacv8 f128 is only aligned to 64 bits.
Rafael Espindola
- r197700 - Small simplification: p0 is the same as p.
Rafael Espindola
- r197837 - Override the datalayout in a module with -triple.
Rafael Espindola
- [PATCH] Fix the NaCl DataLayout strings produced by clang
Rafael Ávila de Espíndola
- [PATCH] Fix the NaCl DataLayout strings produced by clang
Rafael Ávila de Espíndola
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Rafael Ávila de Espíndola
- r197406 - Support EABIHF environment on ARM.
Rafael Espíndola
- [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
- [patch][mips] Remove f128 from the DataLayout string clang produces
Rafael Espíndola
- [patch] Fix darwin ppc DataLayout in clang.
Rafael Espíndola
- r197660 - Update SI datalayout for 32-bit private pointers
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- r197832 - Move the TargetMachine instance into EmitAssemblyHelper
Rafael Espíndola
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Rafael Espíndola
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Hal Finkel
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Renato Golin
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Renato Golin
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Renato Golin
- [PATCH] [RFC] Pragma Vectorize in Clang
Renato Golin
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Renato Golin
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Renato Golin
- r197641 - Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions.
Renato Golin
- r197641 - Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions.
Renato Golin
- [PATCH] Remove OpenCL-specific type parsing
Joey Gouly
- [PATCH] [clang-tools-extra] module-map-checker - new tool for checking module.map coverage
Doug Gregor
- r197609 - Allow Objective-C pointer conversions following an explicit user conversion.
Douglas Gregor
- r197623 - Require the type of a by-copy capture to be complete before creating its field.
Douglas Gregor
- nothrow and const Attribtues
Douglas Gregor
- r197423 - In a standalone Clang build, default to building tests, like LLVM does
Dmitri Gribenko
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Dmitri Gribenko
- r197450 - Add a test for -fno-diagnostics-fixit-info
Dmitri Gribenko
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Dmitri Gribenko
- r197513 - Fix strange indentation and remove trailing whitespace on empty lines
Dmitri Gribenko
- r197517 - Documentation comment parsing: rearrange tests to clarify the intent of these tests
Dmitri Gribenko
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
- r197528 - Documentation comment parsing: allow \param and \returns on std::function,
Dmitri Gribenko
- r197530 - Documentation comment parsing: when checking if we have typedef to something
Dmitri Gribenko
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
- r197643 - Simplify CXXMethodDecl::isVirtual() for __interface case
Dmitri Gribenko
- r197644 - PCH: fix a crash caused by a circular deserialization dependency
Dmitri Gribenko
- [PATCH] Enable layering check in unavailable modules
Dmitri Gribenko
- r197748 - Simplify code
Dmitri Gribenko
- r197755 - ASTUnit::getMainBufferWithPrecompiledPreamble: use MD5 hash of the remapped
Dmitri Gribenko
- r197756 - Add a test I forgot to svn add in r197755
Dmitri Gribenko
- r197762 - Correctly compute the size in bytes of PreambleFileHash.MD5
Dmitri Gribenko
- [Patch] Fix for PR9812
Dmitri Gribenko
- r197542 - clang-format-diff.py: add the OpenCL file extension
Kim Gräsman
- Patch: bug fix for PR18218
Howard Hinnant
- Patch: bug fix for PR18218
Howard Hinnant
- r197639 - [ms-abi] Update Alignment for VtorDisps
Warren Hunt
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Timur Iskhodzhanov
- r197827 - clang-cl: Support /P and /E (preprocess to file or stdout)
Timur Iskhodzhanov
- r197592 - OpenCL: Do not force 64 bit floats for (embedded) targets with only 32bit floats.
Pekka Jaaskelainen
- r197436 - ObjectiveC. Further improvements of use
Fariborz Jahanian
- r197448 - ObjectiveC migrator. Fixes a bug when protocol
Fariborz Jahanian
- r197515 - Objective-C. Make diagnostics and fix-its consistent
Fariborz Jahanian
- r197534 - Objctive-C. warn if dealloc is being overridden in
Fariborz Jahanian
- r197540 - ObjectiveC. typo fix in my last patch,
Fariborz Jahanian
- r197586 - ObjectiveC. Fixes the sentence in a diagnostic.
Fariborz Jahanian
- r197605 - Objective-C. After providing a fix-it for a
Fariborz Jahanian
- r197625 - ObjectiveC. support "section" attribute on properties
Fariborz Jahanian
- r197704 - ObjectiveC. Sema test for property, methods
Fariborz Jahanian
- [PATCH] libclang: functions to deal with anonymous fields
Loïc Jaquemet
- r197369 - clang-format: Fix formatting of function type parameters.
Daniel Jasper
- [PATCH] Added -iregex for case-insensitive regex to filter file names.
Daniel Jasper
- 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
- 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
- r197494 - clang-format: Don't adapt local format to macros.
Daniel Jasper
- r197495 - Update comment of changed parameter of ModuleMap constructor.
Daniel Jasper
- [PATCH] Modules: Error on missing header files only if a module is built/used.
Daniel Jasper
- r197542 - clang-format-diff.py: add the OpenCL file extension
Daniel Jasper
- r197552 - clang-format: Fix ObjC method expr in binary expressions.
Daniel Jasper
- r197557 - clang-format: Fix indentation corner case.
Daniel Jasper
- r197542 - clang-format-diff.py: add the OpenCL file extension
Daniel Jasper
- r197608 - clang-format-diff.py: fix -regex/-iregex matching
Daniel Jasper
- r197668 - Fix usage description of clang-format-diff.py.
Daniel Jasper
- [PATCH] Enable layering check in unavailable modules
Daniel Jasper
- r197690 - clang-format: Slightly adapt decision of when to break before <<.
Daniel Jasper
- r197698 - clang-format: Increase penalty for breaking comments.
Daniel Jasper
- [PATCH] Enable layering check in unavailable modules
Daniel Jasper
- r197725 - clang-format: Add special case for leading comments in braced lists.
Daniel Jasper
- r197785 - clang-format: Better support for multi-line wide string literals.
Daniel Jasper
- [PATCH] Enable layering check in unavailable modules
Daniel Jasper
- [PATCH] Enable layering check in unavailable modules
Daniel Jasper
- r197805 - Enable layering check in unavailable modules.
Daniel Jasper
- [PATCH] Enable layering check in unavailable modules
Daniel Jasper
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Daniel Jasper
- r197900 - clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
- [libcxx] r197810 - Empty line between two unrelated #ifdefs.
Yaron Keren
- count() patch to unsigned for SmallPtrSet, SmallSet, SparseSet
Yaron Keren
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] Target-specific attributes
Reid Kleckner
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- [PATCH] [ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Reid Kleckner
- r197518 - [ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
Reid Kleckner
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Reid Kleckner
- [PATCH] Refactoring the MS inheritance attributes
Reid Kleckner
- r197626 - Use getAsCXXRecordDecl to shorten some gets and casts
Reid Kleckner
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Reid Kleckner
- r197827 - clang-cl: Support /P and /E (preprocess to file or stdout)
Reid Kleckner
- r197836 - Compare canonical return types when generating MS C++ ABI vtable thunks
Reid Kleckner
- r197845 - Eliminate the ItaniumVTableContext object from CodeGenVTables
Reid Kleckner
- [patch] Don't let invalid methods mark their RecordDecl invalid
Reid Kleckner
- [patch] Don't let invalid methods mark their RecordDecl invalid
Reid Kleckner
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nick Kledzik
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nick Kledzik
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nick Kledzik
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Manuel Klimek
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Manuel Klimek
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Manuel Klimek
- [PATCH] Enable layering check in unavailable modules
Manuel Klimek
- [PATCH] Added -iregex for case-insensitive regex to filter file names.
Alexander Kornienko
- r197378 - Added -iregex for case-insensitive regex to filter file names.
Alexander Kornienko
- r197386 - Always break before the colon in constructor initializers, when
Alexander Kornienko
- [PATCH] add option to break constructor initializers before colon
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
- [PATCH] Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
- [clang-tools-extra] r197717 - Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Alexander Kornienko
- [PATCH] Don't merge constructors with initializer lists to one line in WebKit style.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
- [Clang Static Analyzer] Preliminary patch for checkInitialState
Gabor Kozar
- [Clang Static Analyzer] Preliminary patch for checkInitialState
Gabor Kozar
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
Benjamin Kramer
- r197534 - Objctive-C. warn if dealloc is being overridden in
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- r197627 - Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'.
Ted Kremenek
- r197730 - Remove dead code identified by Aaron Ballman.
Ted Kremenek
- r197627 - Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'.
Ted Kremenek
- r197736 - Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Ted Kremenek
- [PATCH] libclang: functions to deal with anonymous fields
Argyrios Kyrtzidis
- 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
- 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
- [PATCH] [AArch64] Add more regress test cases for ACLE intrinsics
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
David Majnemer
- Question about the ns_bridged attribute
John McCall
- [patch] Don't let invalid methods mark their RecordDecl invalid
John McCall
- [patch] Don't let invalid methods mark their RecordDecl invalid
John McCall
- [PATCH][libclang] python bindings - add support for CompilationDatabase.getAllCompileCommands
Laszlo Nagy
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Tim Northover
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] MachO-embedded: refactor Clang to use "*-*-unknown-macho" triple
Tim Northover
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Arthur O'Dwyer
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Bernie Ogden
- [PATCH] Fix 'make uninstall' target regarding some directories (cfe part)
Edoardo P.
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fixed error recovery if sizeof is used without parenthesis
Serge Pavlov
- 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
- 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
- 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
- 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
- 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
- r197612 - Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
Adrian Prantl
- r197641 - Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions.
Adrian Prantl
- r197641 - Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions.
Adrian Prantl
- 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
- 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
- [Clang Static Analyzer] Preliminary patch for checkInitialState
Jordan Rose
- [Clang Static Analyzer] Preliminary patch for checkInitialState
Jordan Rose
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Jordan Rose
- r197534 - Objctive-C. warn if dealloc is being overridden in
Jordan Rose
- r197540 - ObjectiveC. typo fix in my last patch,
Jordan Rose
- [Clang Static Analyzer] Preliminary patch for checkInitialState
Jordan Rose
- r197626 - Use getAsCXXRecordDecl to shorten some gets and casts
Jordan Rose
- [PATCH] Fix crash in CFGReachabilityAnalysis triggered by IdempotentOperationChecker.
Jordan Rose
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Jordan Rose
- [PATCH] Enhance CFG to model C++ new more precisely
Jordan Rose
- r197714 - [CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen.
Jordan Rose
- r197733 - [analyzer] Always use 'bool' as the SValBuilder condition type in C++.
Jordan Rose
- r197741 - [analyzer] Fix test in previous commit to account for compiler warning.
Jordan Rose
- r197764 - Serialize source range info for TypeTraitExpr.
Jordan Rose
- [PATCH] [Clang SA] Fix double delete warning reported at wrong location.
Jordan Rose
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Jordan Rose
- r197403 - [AArch64] Fix v1fx patterns for Floating-point Multiply Extend and Floating-point Compare to Zero.
Chad Rosier
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [patch] Fix darwin ppc DataLayout in clang.
Iain Sandoe
- [PATCH] Fix the NaCl DataLayout strings produced by clang
Derek Schuff
- r197229 - clang-check to ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- r197596 - Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again
Artyom Skrobov
- [PATCH] Add support for -R driver flag on OpenBSD
Brad Smith
- r197521 - Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Brad Smith
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Richard Smith
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Joerg Sonnenberger
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Joerg Sonnenberger
- r197404 - GNUEABIHF is the same as GNUEABI for anything not float/double related,
Joerg Sonnenberger
- r197406 - Support EABIHF environment on ARM.
Joerg Sonnenberger
- r197404 - GNUEABIHF is the same as GNUEABI for anything not float/double related,
Joerg Sonnenberger
- [PATCH] Add support for -R driver flag on OpenBSD
Joerg Sonnenberger
- [PATCH] Add support for -R driver flag on OpenBSD
Joerg Sonnenberger
- [PATCH] Add support for -R driver flag on OpenBSD
Joerg Sonnenberger
- [PATCH] add option to break constructor initializers before colon
Florian Sowade
- [libclc] r197769 - Implement trunc builtin.
Tom Stellard
- [libclc] r197784 - Add floating-point macro definitions v2
Tom Stellard
- r197490 - LIBRARY_PATH environment variable should only be supported on a native compiler.
Evgeniy Stepanov
- r197490 - LIBRARY_PATH environment variable should only be supported on a native compiler.
Evgeniy Stepanov
- r197409 - Make Sema::BuildCXXNestedNameSpecifier correctly clear the previous
Kaelyn Takata
- r197395 - [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
- r197441 - clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet.
NAKAMURA Takumi
- [llvm] r197394 - [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR to reduce references to CMAKE_CFG_INTDIR.
NAKAMURA Takumi
- 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
- [PATCH] Modules: Error on missing header files only if a module is built/used.
NAKAMURA Takumi
- 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
- r197593 - check-clang: Fixup r197576, to replace CMAKE_CFG_INTDIR on clang_tools_dir.
NAKAMURA Takumi
- 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
- r197697 - [CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH_TO_LLVM_*(s) are deprecated.
NAKAMURA Takumi
- r197702 - check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.
NAKAMURA Takumi
- r197852 - [CMake] clang/lib/Headers: Install just-generated ${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h, instead of copied arm_neon.h.
NAKAMURA Takumi
- [PATCH] [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
NAKAMURA Takumi
- [PATCH] [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
NAKAMURA Takumi
- [PATCH] [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
NAKAMURA Takumi
- [PATCH] Remove PragmaIntroducerKind?
Thompson, John
- [PATCH] module-map-checker - new tool for checking module.map coverage
John Thompson
- r197452 - ASTContext: Refactor implicit record creation
Alp Toker
- r197496 - Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
- r197497 - Refactor and micro-optimize ConsumeToken()
Alp Toker
- [PATCH] Start to unify contextual keywords
Alp Toker
- r197507 - Fix indentation from r197490 plus some typos
Alp Toker
- r197511 - Bring order to the OpenCL keywords
Alp Toker
- [PATCH] Remove OpenCL-specific type parsing
Alp Toker
- r197537 - Move some more test-and-consumes over to TryConsumeToken()
Alp Toker
- r197542 - clang-format-diff.py: add the OpenCL file extension
Alp Toker
- r197542 - clang-format-diff.py: add the OpenCL file extension
Alp Toker
- r197578 - Remove OpenCL-specific type keywords and specifiers
Alp Toker
- [PATCH] Remove OpenCL-specific type parsing
Alp Toker
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- 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
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- r197608 - clang-format-diff.py: fix -regex/-iregex matching
Alp Toker
- r197616 - Enhance OpenMP parser tests from r197553 / r197598
Alp Toker
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- r197553 - [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alp Toker
- r197608 - clang-format-diff.py: fix -regex/-iregex matching
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- r197764 - Serialize source range info for TypeTraitExpr.
Alp Toker
- [PATCH] SemaLookup.cpp wrong boolean test
Alp Toker
- r197702 - check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.
Alp Toker
- r197702 - check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.
Alp Toker
- r197832 - Move the TargetMachine instance into EmitAssemblyHelper
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- r197832 - Move the TargetMachine instance into EmitAssemblyHelper
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- [patch] Assert that clang's datalayout strings are in sync with llvm's
Alp Toker
- r197842 - Remove obsolete preamble FIXME
Alp Toker
- r197850 - Assert that tag decls are never marked (in)valid after definition is complete
Alp Toker
- [patch] Don't let invalid methods mark their RecordDecl invalid
Alp Toker
- r197855 - Fix getCustomDiagID() usage in example code
Alp Toker
- r197856 - Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer
Alp Toker
- count() patch to unsigned for SmallPtrSet, SmallSet, SparseSet
Alp Toker
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Alp Toker
- r197896 - Make some f_Group definitions anonymous and test an alternative spelling
Alp Toker
- r197902 - TextDiagnosticBuffer: Fix copy-paste mistake in r197856
Alp Toker
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Richard Trieu
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Richard Trieu
- r197445 - For -Wconsumed, walk the namespaces to find if the top most namespace is "std"
Richard Trieu
- r197428 - Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Richard Trieu
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- r197849 - Use this one little trick to prevent optimizers from removing an
Richard Trieu
- r197853 - Add -Winfinite-recursion to Clang
Richard Trieu
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Richard Trieu
- 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
- [PATCH] DR712 - odr use and constant expressions
Faisal Vali
- SV: [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- r197399 - Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.
Nico Weber
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
Nico Weber
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Nico Weber
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [libcxxabi] r197523 - Add mangling macros for Unwind's inline assembly.
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [libcxxabi] r197591 - Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwinding.
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [patch] Don't let invalid methods mark their RecordDecl invalid
Nico Weber
- [patch] Don't let invalid methods mark their RecordDecl invalid
Nico Weber
- r197848 - Don't mark record decls invalid when one of its methods is invalid, PR18284.
Nico Weber
- [patch] Don't let invalid methods mark their RecordDecl invalid
Nico Weber
- r197850 - Assert that tag decls are never marked (in)valid after definition is complete
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Nico Weber
- [patch] Warn on memcmp(a, b, sizeof(a) != 0) & co
Nico Weber
- [libcxx] r197476 - Creating release candidate rc3 from release_34 branch
Bill Wendling
- [PATCH] [ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
- r197509 - [ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
- [PATCH] [ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
- r197516 - Fix line endings in microsoft-dtor-lookup-cxx11.cpp
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [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
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- r197544 - Fix comment-code function name mismatch
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [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
Hans Wennborg
- r197827 - clang-cl: Support /P and /E (preprocess to file or stdout)
Hans Wennborg
- [PATCH] Initial instrumentation based PGO implementation
Bob Wilson
- r197695 - Fix comment typo.
Will Wilson
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
hfinkel at anl.gov
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
hfinkel at anl.gov
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
dblaikie at gmail.com
- r197534 - Objctive-C. warn if dealloc is being overridden in
jahanian
- r197540 - ObjectiveC. typo fix in my last patch,
jahanian
- r197625 - ObjectiveC. support "section" attribute on properties
jahanian
- r197625 - ObjectiveC. support "section" attribute on properties
jahanian
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).