The Week Of Monday 25 November 2013 Archives by author
Starting: Mon Nov 25 00:07:41 PST 2013
Ending: Sun Dec 1 23:46:48 PST 2013
Messages: 360
- patch to preserve carriage returns when using clang-format VS plugin
jpark37 .
- patch to preserve carriage returns when using clang-format VS plugin
jpark37 .
- patch to preserve carriage returns when using clang-format VS plugin
jpark37 .
- r195982 - add an additional test case for generic attributes
Saleem Abdulrasool
- [PATCH] add an additional test case for generic attributes
Saleem Abdulrasool
- r195750 - [Mips] Call findMIPSABIDirSuffix() for MIPS targets only.
Simon Atanasyan
- r195751 - [Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSF
Simon Atanasyan
- r195752 - [Mips] Merge two MIPS Code Sourcery toolchain tests into the single one.
Simon Atanasyan
- r195753 - [Mips] Add support for nan2008 libraries and headers look up for Code
Simon Atanasyan
- r195754 - [Mips] Reduce number of FileCheck variables used in the tests.
Simon Atanasyan
- r195755 - [Mips] Replace explicit argument handling by the single ArgList::AddLastArg() call.
Simon Atanasyan
- r195756 - [Mips] Pass -mmsa option to the assembler.
Simon Atanasyan
- r195675 - Making type_tag_for_datatype consistent with its declared subject from Attr.td. Also updated the related testcase.
Aaron Ballman
- [PATCH] Consistency for type_tag_for_datatype subject
Aaron Ballman
- r195770 - Replacing a custom diagnostic with a more standard one. No functional change intended.
Aaron Ballman
- [PATCH] Generate diagnostic checks for attribute subjects
Aaron Ballman
- [PATCH] Generate diagnostic checks for attribute subjects
Aaron Ballman
- [PATCH] Generate diagnostic checks for attribute subjects
Aaron Ballman
- [PATCH] Generate diagnostic checks for attribute subjects
Aaron Ballman
- r195841 - Laying the basic groundwork for table generating the diagnostics for attribute subjects. This makes some modifications to the way subjects are listed in Attr.td, and updates the attr emitter to handle the new constructs.
Aaron Ballman
- [PATCH] Generate diagnostic checks for attribute subjects
Aaron Ballman
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Aaron Ballman
- r195842 - Removing the description part of a subset subject. It is unused, and wouldn't be future-proof regarding translation issues. It is also covered by SubjectList's CustomDiag member.
Aaron Ballman
- [PATCH] Handling custom subjects in Attr.td
Aaron Ballman
- r195841 - Laying the basic groundwork for table generating the diagnostics for attribute subjects. This makes some modifications to the way subjects are listed in Attr.td, and updates the attr emitter to handle the new constructs.
Aaron Ballman
- r195848 - Refactored semantic handlers that would unilaterally apply the attribute to a Decl so they all go through a common interface. No functional change intended.
Aaron Ballman
- r195850 - Adding in the subject for the init_priority attribute.
Aaron Ballman
- r195851 - Enabling the subject list for the warn_unused attribute, and adding a test case. Previously, would issue a "warning ignored" diagnostic instead of the more specific "only applies to."
Aaron Ballman
- r195862 - Adding the Subjects entry back for the noreturn attributes. This caused some test cases to be updated because the original diagnostic was about applying to methods as well as functions, but the semantic checking disallowed methods.
Aaron Ballman
- r195864 - Automated checking for C++ when determining what argument to send to the diagnostic for attribute subjects. In turn, this allows the Subjects to be enabled for some more attributes and improves diagnostics. Updated a test case based on the improved diagnostic.
Aaron Ballman
- r195866 - Converts the lockable attributes to use the simple attribute handler because the semantic checking was already automated.
Aaron Ballman
- r195875 - Renaming Struct to GenericRecord for clarity; could not use Record as the enumerant because that's already taken by the Record class.
Aaron Ballman
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Aaron Ballman
- r195960 - Enables support for custom subject lists for attributes. As a testbed, uses the custom subject for the ibaction attribute.
Aaron Ballman
- [PATCH] Handling custom subjects in Attr.td
Aaron Ballman
- r195962 - Fixes a possible assert in the custom SubsetSubject logic for the attr emitter.
Aaron Ballman
- r195963 - Using a custom subject to reenable the Subjects line for the ns_bridged attribute. No functional change intended.
Aaron Ballman
- r195964 - Refactored the tls_model attribute to use a custom subset subject. No functional change intended.
Aaron Ballman
- [PATCH libcxxabi] Fix indentation of fields in "struct __cxa_exception" to line up
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
- [PATCH] Introduce Parser::completeExpression.
Samuel Benzaquen
- r195647 - Another pass at adding missing matchers into the registry.
Samuel Benzaquen
- [PATCH] Another pass at adding missing matchers into the registry.
Samuel Benzaquen
- [PATCH] Introduce Registry::getCompletions.
Samuel Benzaquen
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
David Blaikie
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Matt Calabrese
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Matt Calabrese
- r195802 - Fix the build break introduced by r195799 by restoring two close
Chandler Carruth
- r195799 - Documentation cleanup: Doxygen-ification, typo fixes, and changing some of
Chandler Carruth
- Re: [cfe-dev] [PATCH] Let __attribute__((format(…))) accept OFStrings
David Chisnall
- XCore target exception handling
Eric Christopher
- [libcxx] r195785 - There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
Marshall Clow
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Marshall Clow
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Marshall Clow
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Peter Collingbourne
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Peter Collingbourne
- [PATCH] [libc++] Const qualify __mem_fn call operator
Peter Collingbourne
- [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
Charles Davis
- r195799 - Documentation cleanup: Doxygen-ification, typo fixes, and changing some of
James Dennett
- r195799 - Documentation cleanup: Doxygen-ification, typo fixes, and changing some of
James Dennett
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Jean-Daniel Dupas
- r195641 - [ARM] Enable FeatureMP for Cortex-A5 by default.
Amara Emerson
- [PATCH] Enable FeatureMP for Cortex-A5 by default
Amara Emerson
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Rafael Espindola
- r195767 - Move these virtual methods out of line.
Rafael Espindola
- r195768 - Don't call getMostRecentDecl when we know we have it.
Rafael Espindola
- r196050 - Handle CC and NoReturn when instantiating members of class templates.
Rafael Espindola
- [patch] Add a testcase for visibility computation
Rafael Espíndola
- [patch][pr17918] Use simple section names for COMDAT sections
Rafael Espíndola
- [patch][pr17918] Use simple section names for COMDAT sections
Rafael Espíndola
- r195799 - Documentation cleanup: Doxygen-ification, typo fixes, and changing some of
Rafael Espíndola
- r194296 - Use rauw for all discardable aliases, not just linkonce_odr.
Rafael Espíndola
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Rafael Espíndola
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Rafael Espíndola
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Rafael Espíndola
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Rafael Espíndola
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Rafael Espíndola
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Rafael Espíndola
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- r195626 - Tests for core issues 270-300.
Renato Golin
- [PATCH] Enable FeatureMP for Cortex-A5 by default
Renato Golin
- Question about OpenCL language standard option
Joey Gouly
- r195760 - fix a typo
Gabor Greif
- [PATCH] Documentation parsing: allow some commands to have multiple paragraphs attached
Dmitri Gribenko
- [PATCHv2] implement -Wold-style-cast
Dmitri Gribenko
- Patch for clang-format to allow references and pointers to bind differently
Dmitri Gribenko
- r196048 - CommentLexer: When proceeding with a typo corrected name don't clobber the token.
Dmitri Gribenko
- r188906 - Centralize the handling of -target-feature.
Lang Hames
- [libcxx] r195796 - Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.
Howard Hinnant
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Howard Hinnant
- [PATCHv3] implement -Wold-style-cast
Ondřej Hošek
- [PATCHv3] implement -Wold-style-cast
Ondřej Hošek
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- [PATCH] Update to Microsoft VBases after bitfields
Warren Hunt
- [PATCH] Update to Microsoft VBases after bitfields
Warren Hunt
- [PATCH] Update to Microsoft VBases after bitfields
Warren Hunt
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- [PATCH] Microsoft Record Layout Required Alignment
Warren Hunt
- r195777 - Thread safety analysis: fix ICE due to missing null check on dyn_cast.
DeLesley Hutchins
- [PATCH] Allow string literals as module identifiers
Daniel Jasper
- r195634 - clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
- r195638 - clang-format: Fix formatting of empty files (fixes c-index-tests).
Daniel Jasper
- patch to preserve carriage returns when using clang-format VS plugin
Daniel Jasper
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- Patch for clang-format to allow references and pointers to bind differently
Daniel Jasper
- patch to preserve carriage returns when using clang-format VS plugin
Daniel Jasper
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Daniel Jasper
- r195925 - clang-format: Improve selective formatting of nested statements.
Daniel Jasper
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Daniel Jasper
- r195952 - clang-format: Fix bad indentation of nested blocks.
Daniel Jasper
- r195953 - clang-format: Correctly handle Qt's Q_SLOTS.
Daniel Jasper
- r195954 - clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Daniel Jasper
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Pekka Jääskeläinen
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Pekka Jääskeläinen
- Question about OpenCL language standard option
JinGu Kang
- libcxx: support typeids across DLL boundary
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
- [PATCH] Don't instrument inline functions that are not externally visible
Reid Kleckner
- [PATCH] PR15664 - -frewrite-includes doesn't handle Windows UTF-8 BOM
Reid Kleckner
- [PATCH] CMake: Enable building clang-format's Visual Studio plugin
Manuel Klimek
- [PATCH] Another pass at adding missing matchers into the registry.
Manuel Klimek
- [PATCH] CMake: Enable building clang-format's Visual Studio plugin
Manuel Klimek
- [PATCH] Fix crash in getStringSplit.
Manuel Klimek
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Manuel Klimek
- patch to preserve carriage returns when using clang-format VS plugin
Manuel Klimek
- patch to preserve carriage returns when using clang-format VS plugin
Manuel Klimek
- patch to preserve carriage returns when using clang-format VS plugin
Manuel Klimek
- [PATCH] Fix crash in getStringSplit.
Alexander Kornienko
- r195728 - Fix crash in getStringSplit.
Alexander Kornienko
- r195761 - Changed non-printable characters in the test to the escaped form. Apparently, not all tools display non-printable characters ; )
Alexander Kornienko
- [PATCH] Fix crash in getStringSplit.
Alexander Kornienko
- r195846 - Trivial fix: remove unused variable
Alexander Kornienko
- r195841 - Laying the basic groundwork for table generating the diagnostics for attribute subjects. This makes some modifications to the way subjects are listed in Attr.td, and updates the attr emitter to handle the new constructs.
Alexander Kornienko
- r195841 - Laying the basic groundwork for table generating the diagnostics for attribute subjects. This makes some modifications to the way subjects are listed in Attr.td, and updates the attr emitter to handle the new constructs.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- [PATCH] Added an option to specify fallback style.
Alexander Kornienko
- [patch][pr17918] Use simple section names for COMDAT sections
Anton Korobeynikov
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Anton Korobeynikov
- r195876 - Remove unused diagnostic.
Benjamin Kramer
- r196045 - Reenable ms inline asm test.
Benjamin Kramer
- r196048 - CommentLexer: When proceeding with a typo corrected name don't clobber the token.
Benjamin Kramer
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Ted Kremenek
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Ted Kremenek
- r193969 - Implement final resolution of DR1402: implicitly-declared move operators that
Argyrios Kyrtzidis
- r195819 - [libclang] Make sure we don't access past the tokens buffer while token annotation.
Argyrios Kyrtzidis
- r195828 - [Sema] Don't look for the instantiation of a local extern decl in a different
Argyrios Kyrtzidis
- r195829 - [libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY before enabling crash recovery.
Argyrios Kyrtzidis
- r195819 - [libclang] Make sure we don't access past the tokens buffer while token annotation.
Argyrios Kyrtzidis
- [libcxx] r196041 - Remove executable permissions on a text file
Sylvestre Ledru
- r195942 - Fix the problem that the range check for scalar narrow shift is too wide.
Hao Liu
- [PATCH][AArch64] Two intrinsics are expected to return float64 not return float32.
Hao Liu
- r195943 - AArch64: Two intrinsics are expected to return float64 not float32 in arm_neon.h
Hao Liu
- [PATCH][AArch64] Two intrinsics are expected to return float64 not return float32.
Hao Liu
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Jiangning Liu
- [PATCH] Fix the failure exposed by checking constant integer argument range
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Jiangning Liu
- [PATCH] Fix the failure exposed by checking constant integer argument range
Jiangning Liu
- r195844 - Fix the AArch64 NEON bug exposed by checking constant integer argument range of ACLE intrinsics.
Jiangning Liu
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Jiangning Liu
- [PATCH][AArch64] Add missing intrinsic function vcombine_f64
Jiangning Liu
- [PATCH][AArch64] Add missing intrinsic function vbsl_f64
Jiangning Liu
- r195937 - Add missing intrinsic function vcombine_f64 for AArch64 NEON.
Jiangning Liu
- r195940 - Add missing intrinsic function vbsl_f64 for AArch64 NEON.
Jiangning Liu
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Jiangning Liu
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- Patch for clang-format to allow references and pointers to bind differently
Ben Longbons
- [PATCH] PR15664 - -frewrite-includes doesn't handle Windows UTF-8 BOM
Lubos Lunak
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives
Lubos Lunak
- [PATCH] PR15610 : -Wunused-macros warns despite line markers
Lubos Lunak
- [PATCH] PR12463 : Warnings about nonsensical comparisons are disabled if macro expansion is involved
Lubos Lunak
- [PATCH] Avoid lexer crash with -frewrite-includes
Lubos Lunak
- r195877 - strip UTF-8 BOM in -frewrite-includes (PR#15664)
Lubos Lunak
- [PATCH] PR15664 - -frewrite-includes doesn't handle Windows UTF-8 BOM
Lubos Lunak
- [PATCH] PR9537: Do not warn about unknown pragmas with -Eonly/-M etc.
Lubos Lunak
- r195877 - strip UTF-8 BOM in -frewrite-includes (PR#15664)
Lubos Lunak
- [PATCH] PR15664 - -frewrite-includes doesn't handle Windows UTF-8 BOM
Lubos Lunak
- [PATCH] PR9537: Do not warn about unknown pragmas with -Eonly/-M etc.
Lubos Lunak
- [PATCH] Avoid lexer crash with -frewrite-includes
Lubos Lunak
- [PATCH] Sema: Instantiate local class and their members appropriately
David Majnemer
- r195669 - [-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'>
David Majnemer
- r195827 - Sema: Instantiate local class and their members appropriately
David Majnemer
- [PATCH] Sema: Instantiate local class and their members appropriately
David Majnemer
- [PATCH] Sema: Instantiating variable definitions weren't local enough
David Majnemer
- r195887 - Sema: Instantiation of variable definitions weren't local enough
David Majnemer
- r195897 - Add a return statement to the func with an int return type.
David Majnemer
- [PATCH] Sema: Instantiating variable definitions weren't local enough
David Majnemer
- r195906 - Sema: Assert that there are no pending local instantiations left
David Majnemer
- r195897 - Add a return statement to the func with an int return type.
David Majnemer
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Daniel Marjamäki
- [PATCH] New warning when using memset etc on std class data
Daniel Marjamäki
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sergey Matveev
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sergey Matveev
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
John McCall
- [PATCH] Enable FeatureMP for Cortex-A5 by default
James Molloy
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Tim Northover
- [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
Tim Northover
- [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
Tim Northover
- [PATCH] Fix the failure exposed by checking constant integer argument range
Tim Northover
- [PATCH] Fix the failure exposed by checking constant integer argument range
Tim Northover
- [PATCH][AArch64] Add missing intrinsic function vcombine_f64
Tim Northover
- [PATCH][AArch64] Add missing intrinsic function vbsl_f64
Tim Northover
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Arthur O'Dwyer
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Arthur O'Dwyer
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Arthur O'Dwyer
- Re: [cfe-dev] [PATCH] Let __attribute__((format(…))) accept OFStrings
Arthur O'Dwyer
- Question about OpenCL language standard option
Arthur O'Dwyer
- patch to preserve carriage returns when using clang-format VS plugin
James Park
- r195814 - Remove a whole lot of unused variables
Pasi Parviainen
- r195814 - Remove a whole lot of unused variables
Pasi Parviainen
- r195814 - Remove a whole lot of unused variables
Pasi Parviainen
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
Ana Pazos
- Unavailable method checker
Richard
- [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
Chad Rosier
- [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
Chad Rosier
- [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
Chad Rosier
- r195789 - [AArch64] Add support for NEON scalar floating-point to integer convert
Chad Rosier
- r195804 - [AArch64] Add support for NEON scalar floating-point absolute difference.
Chad Rosier
- [PATCH][AArch64] Request to push AArch64 patches to the release 3.4 branch
Chad Rosier
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Anders Rönnholm
- [ARM] OK to delete test/CodeGen/a5.c and test/CodeGen/a15.c ?
Daniel Sanders
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- Re: [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- Re: [cfe-dev] [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- [libcxxabi] r195974 - Fix indentation of fields in __cxa_exception to line up
Mark Seaborn
- r195983 - Update the LeakSanitizer documentation with a proper link.
Kostya Serebryany
- [PATCHv2] implement -Wold-style-cast
Sean Silva
- r195983 - Update the LeakSanitizer documentation with a proper link.
Sean Silva
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- [PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support
Brad Smith
- r195626 - Tests for core issues 270-300.
Richard Smith
- r195673 - Fix test failure on targets where size_t is unsigned int.
Richard Smith
- [PATCH] Sema: Instantiate local class and their members appropriately
Richard Smith
- r195687 - PR18044: Reject declarations of enumtype::X early to avoid an assertion in
Richard Smith
- r195626 - Tests for core issues 270-300.
Richard Smith
- r195703 - Fix buildbot.
Richard Smith
- r195126 - Revert r194540, it breaks various C++ programs.
Richard Smith
- r195792 - Remove unused entity from .td file.
Richard Smith
- [PATCH] Generate diagnostic checks for attribute subjects
Richard Smith
- [PATCH] Generate diagnostic checks for attribute subjects
Richard Smith
- [patch][pr17918] Use simple section names for COMDAT sections
Richard Smith
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Richard Smith
- [PATCH] [ms-cxxabi] Construct and destroy call arguments in the correct order
Richard Smith
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Richard Smith
- [PATCH] Update to Microsoft VBases after bitfields
Richard Smith
- r195799 - Documentation cleanup: Doxygen-ification, typo fixes, and changing some of
Richard Smith
- r195805 - Remove 'DistinctSpellings' support from Attr.td and change its only user to
Richard Smith
- [PATCH] Generate diagnostic checks for attribute subjects
Richard Smith
- r195809 - Unify lookup from within not-yet-defined defaulted special members: use common
Richard Smith
- [PATCH] Generate diagnostic checks for attribute subjects
Richard Smith
- [PATCH] Handling custom subjects in Attr.td
Richard Smith
- [PATCH] Sema: Instantiating variable definitions weren't local enough
Richard Smith
- r195888 - Add support for C++'s SD6 feature test macros.
Richard Smith
- [PATCH] [libc++] In C++11 GNU extension mode, start emulating libstdc++'s use of constexpr.
Richard Smith
- [PATCH] PR9537: Do not warn about unknown pragmas with -Eonly/-M etc.
Richard Smith
- r195897 - Add a return statement to the func with an int return type.
Richard Smith
- r195897 - Add a return statement to the func with an int return type.
Richard Smith
- [PATCH] PR9537: Do not warn about unknown pragmas with -Eonly/-M etc.
Richard Smith
- [libcxx] r195693 - Don't use T as template argument, it is part of the application
Joerg Sonnenberger
- [libcxx] r195693 - Don't use T as template argument, it is part of the application
Joerg Sonnenberger
- r195126 - Revert r194540, it breaks various C++ programs.
Joerg Sonnenberger
- r195970 - NetBSD uses signed wchar_t on ARM platforms.
Joerg Sonnenberger
- r195970 - NetBSD uses signed wchar_t on ARM platforms.
Joerg Sonnenberger
- [libclc] r195898 - Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)
Tom Stellard
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
NAKAMURA Takumi
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
NAKAMURA Takumi
- [PATCH] Let __attribute__((format(…))) accept OFStrings
Alp Toker
- r195710 - Unbreak -fms-extensions with GNU libc headers
Alp Toker
- r195714 - Remove some unused locals
Alp Toker
- [PATCHv2] implement -Wold-style-cast
Alp Toker
- [PATCHv2] implement -Wold-style-cast
Alp Toker
- [PATCHv2] implement -Wold-style-cast
Alp Toker
- [PATCH] Let __attribute__((format(…))) accept OFStrings
Alp Toker
- r195808 - Implement -Wold-style-cast
Alp Toker
- [PATCHv3] implement -Wold-style-cast
Alp Toker
- r195813 - Add a triple to fix this test on Windows
Alp Toker
- r195814 - Remove a whole lot of unused variables
Alp Toker
- r195819 - [libclang] Make sure we don't access past the tokens buffer while token annotation.
Alp Toker
- r195819 - [libclang] Make sure we don't access past the tokens buffer while token annotation.
Alp Toker
- r195872 - Bring back a StringRef used in some build configurations
Alp Toker
- r195814 - Remove a whole lot of unused variables
Alp Toker
- r195814 - Remove a whole lot of unused variables
Alp Toker
- r195877 - strip UTF-8 BOM in -frewrite-includes (PR#15664)
Alp Toker
- r195877 - strip UTF-8 BOM in -frewrite-includes (PR#15664)
Alp Toker
- r195814 - Remove a whole lot of unused variables
Alp Toker
- r195886 - Improve BOM test from r195877
Alp Toker
- r195889 - Attempt to make test from r195886 portable with different shells
Alp Toker
- r195891 - One last portability fix attempt for r195886
Alp Toker
- r195877 - strip UTF-8 BOM in -frewrite-includes (PR#15664)
Alp Toker
- r195904 - Ensure that the output BOM test check is run
Alp Toker
- Patch for clang-format to allow references and pointers to bind differently
Alp Toker
- r195907 - Fix test on Windows
Alp Toker
- [PATCH] PR15664 - -frewrite-includes doesn't handle Windows UTF-8 BOM
Alp Toker
- r195910 - InclusionRewriter: Avoid duplicated BOM check
Alp Toker
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- patch to preserve carriage returns when using clang-format VS plugin
Alp Toker
- [PATCH] Emit an extension warning when changing system header tokens
Alp Toker
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- r195985 - Fix typo: s/Occurence/Occurrence/
Alp Toker
- [clang-tools-extra] r196037 - Add a .clang-format to avoid reflow of test RUN lines
Alp Toker
- [clang-tools-extra] r196038 - Fix a variety of user-visible and comment typos
Alp Toker
- [clang-tools-extra] r196038 - Fix a variety of user-visible and comment typos
Alp Toker
- r196060 - Correct test to target 'unknown'
Alp Toker
- r196061 - Fix inconsistent diag name
Alp Toker
- r196062 - Correct a user-visible static analyzer message typo
Alp Toker
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- r195897 - Add a return statement to the func with an int return type.
Kaelyn Uhrain
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Faisal Vali
- Record ranges skipped by the preprocessor and expose them with libclang.
Erik Verbruggen
- r195961 - Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Nico Weber
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- [libcxx] r195733 - Merging r195693:
Bill Wendling
- [libcxx] r195693 - Don't use T as template argument, it is part of the application
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Bill Wendling
- r195126 - Revert r194540, it breaks various C++ programs.
Bill Wendling
- [PATCH][AArch64] Request to push AArch64 patches to the release 3.4 branch
Bill Wendling
- r195897 - Add a return statement to the func with an int return type.
Bill Wendling
- r195970 - NetBSD uses signed wchar_t on ARM platforms.
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- r195676 - Make the integrated assembler the default for cygwin/mingw too.
Bill Wendling
- [libcxx] r196077 - Merging r196058:
Bill Wendling
- r196048 - CommentLexer: When proceeding with a typo corrected name don't clobber the token.
Bill Wendling
- r195690 - Clang format VS plugin: update build prerequisites in the README
Hans Wennborg
- [PATCH] CMake: Enable building clang-format's Visual Studio plugin
Hans Wennborg
- [PATCH] clang-format VS plugin: bake clang-format.exe into the plug-in to make it self-contained
Hans Wennborg
- clang crash on designted initializers.
Enea Zaffanella
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
jyoti allur
- [PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types
jyoti allur
- Question about OpenCL language standard option
jingu
Last message date:
Sun Dec 1 23:46:48 PST 2013
Archived on: Tue Aug 4 15:31:23 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).