The Week Of Monday 26 August 2013 Archives by subject
Starting: Mon Aug 26 00:39:27 PDT 2013
Ending: Sun Sep 1 23:12:40 PDT 2013
Messages: 706
- [cfe-commits] [PATCH] Add missing definitions to unwind.h
Peter Collingbourne
- [cfe-commits] [PATCH] Add missing definitions to unwind.h
Rafael Espíndola
- [cfe-commits] [PATCH] Add missing definitions to unwind.h
Rafael Espíndola
- [cfe-commits] [PATCH] Add missing definitions to unwind.h
Peter Collingbourne
- [cfe-dev] OpenCL address space and mangling
David Tweed
- [clang-tools-extra] r189008 - Introducing new tool clang-replace
Vane, Edwin
- [clang-tools-extra] r189008 - Introducing new tool clang-replace
Manuel Klimek
- [clang-tools-extra] r189008 - Introducing new tool clang-replace
Sean Silva
- [clang-tools-extra] r189008 - Introducing new tool clang-replace
Sean Silva
- [clang-tools-extra] r189228 - Fixed some issues that resulted in erroneous duplicate symbol error messages.
John Thompson
- [clang-tools-extra] r189229 - Updated the main comment with respect to problems and future directions.
John Thompson
- [clang-tools-extra] r189268 - clang-replace: Delete change description files
Tareq A. Siraj
- [clang-tools-extra] r189354 - cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [clang-tools-extra] r189363 - cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
- [clang-tools-extra] r189363 - cpp11-migrate: Add Pass-By-Value Transform
Eric Christopher
- [clang-tools-extra] r189363 - cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
- [clang-tools-extra] r189387 - Temporarily revert r189363 as it seems to be failing to build.
Eric Christopher
- [clang-tools-extra] r189493 - clang-replace: Afford applying replacements in memory
Edwin Vane
- [clang-tools-extra] r189584 - cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
- [clang-tools-extra] r189584 - cpp11-migrate: Add Pass-By-Value Transform
David Blaikie
- [clang-tools-extra] r189671 - clang-replace: Re-org of file structure
Edwin Vane
- [clang-tools-extra] r189681 - clang-replace: Fix autoconf build failures
Edwin Vane
- [clang-tools-extra] r189689 - cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [clang-tools-extra] r189689 - cpp11-migrate: Refactor for driver model of operation
Michael Gottesman
- [clang-tools-extra] r189689 - cpp11-migrate: Refactor for driver model of operation
Michael Gottesman
- [clang-tools-extra] r189691 - cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency
Edwin Vane
- [clang-tools-extra] r189691 - cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency
Michael Gottesman
- [clang-tools-extra] r189700 - Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency"
Michael Gottesman
- [libcxx][PATCH] N3471 constexpr for initializer_list
Marshall Clow
- [libcxx][PATCH] N3672 - optional
Howard Hinnant
- [libcxx][PATCH] N3672 - optional
Richard Smith
- [libcxx][PATCH] N3672 - optional
Howard Hinnant
- [libcxx] r189232 - Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc++ already fixed them.
Marshall Clow
- [libcxx] r189271 - Apply constexpr to initializer_list for c++1y.
Howard Hinnant
- [libcxx] r189273 - G M: Improvements to Windows support.
Howard Hinnant
- [libcxx] r189345 - Implement LWG issue 2061
Marshall Clow
- [libcxx] r189352 - Update synopsis in <locale> to match LWG Issue 2229. No code change
Marshall Clow
- [libcxx] r189359 - Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++.
Marshall Clow
- [libcxx] r189398 - LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11
Marshall Clow
- [libcxx] r189399 - LWG Issue 2162: mark allocator_traits::maxsize as noexcept
Marshall Clow
- [libcxx] r189401 - Marked #2163 as complete in previous commit instead of #2162. Corrected.
Marshall Clow
- [libcxx] r189586 - Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code changes to libc++
Marshall Clow
- [libcxx] r189601 - Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to libc++ code.
Marshall Clow
- [libcxx] r189602 - Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete"
Marshall Clow
- [libcxx] r189610 - Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
Howard Hinnant
- [libcxx] r189610 - Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
David Blaikie
- [libcxx] r189610 - Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
Howard Hinnant
- [libcxx] r189610 - Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
David Blaikie
- [libcxx] r189623 - Xing Xue: Some minor changes for IBM XLC++/AIX.
Howard Hinnant
- [libcxx] r189626 - Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.
Howard Hinnant
- [libcxx] r189634 - LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
Marshall Clow
- [libcxx] r189634 - LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
Howard Hinnant
- [libcxx] r189687 - is_destructible for function types was mistakenly returning true instead of false. This is true in both C++11 and C++1y, but has been clarified by the post C++11 LWG issue 2049.
Howard Hinnant
- [libcxx] r189692 - [tests] Change with_system_lib feature to match what XFAIL lines expect.
Daniel Dunbar
- [libcxx] r189722 - SFINAE out duration converting constructor if the constructor would otherwise cause a ratio compile-time overflow. This fixes LWG 2094.
Howard Hinnant
- [libcxx] r189723 - Forgot to svn add the test for r189722.
Howard Hinnant
- [libcxxabi] r189603 - Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT
Jean-Daniel Dupas
- [PATCH] [-cxx-abi microsoft] Change the vdtor implicit "should_call_delete" argument type to int
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Change the vdtor implicit "should_call_delete" argument type to int
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Change the vdtor implicit "should_call_delete" argument type to int
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
Charles Davis
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
Richard Smith
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle TemplateArgument::Declaration correctly for member pointers
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle TemplateArgument::Declaration correctly for member pointers
Reid Kleckner
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (shift)
Hao Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (shift)
Jiangning Liu
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (shift)
Tim Northover
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Arthur O'Dwyer
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Anna Zaks
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Jordan Rose
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Arthur O'Dwyer
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- [PATCH] [analyzer] Enable limited support for temporary destructors
Jordan Rose
- [PATCH] [analyzer] Enable limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Enable limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Enable limited support for temporary destructors
Jordan Rose
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Jordan Rose
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Jordan Rose
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Jordan Rose
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
John McCall
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
John McCall
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Eli Friedman
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Chandler Carruth
- [PATCH] [PATCH] [clang-tools-extra] A Clang extra tool to find missing includes
Luke Zarko
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Jordan Rose
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Richard Smith
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Ted Kremenek
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Karthik Bhat
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Delesley Hutchins
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Jordan Rose
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Karthik Bhat
- [PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Wei Pan
- [PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
- [PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
- [PATCH] [Review request][analyzer] Diagnostic: take ownership instead of free.
Jordan Rose
- [PATCH] Aarch64 Neon ACLE scalar instrinsic name mangling with BHSD suffix
Ana Pazos
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Reid Kleckner
- [PATCH] Add 'return_typestate' function attribute
Christian Wailes
- [PATCH] Add 'return_typestate' function attribute
Aaron Ballman
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Kim Gräsman
- [PATCH] Add clang-format VS extension
Daniel Jasper
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Nico Rieck
- [PATCH] Add clang-format VS extension
Kim Gräsman
- [PATCH] Add clang-format VS extension
Chandler Carruth
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Nico Rieck
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Nico Rieck
- [PATCH] Add clang-format VS extension
Kim Gräsman
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add clang-format VS extension
Kim Gräsman
- [PATCH] Add clang-format VS extension
Manuel Klimek
- [PATCH] Add more specific lexer flags for misc GNU extensions
Eli Friedman
- [PATCH] Add more specific lexer flags for misc GNU extensions
Peter N Lewis
- [PATCH] Add more specific lexer flags for misc GNU extensions
Eli Friedman
- [PATCH] Add more specific lexer flags for misc GNU extensions
Peter N Lewis
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Manuel Klimek
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Manuel Klimek
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [PATCH] Allow post/pre increment/decrement on vectors in OpenCL
Matt Arsenault
- [PATCH] Allow post/pre increment/decrement on vectors in OpenCL
Song, Ruiling
- [PATCH] AST: __uuidof should leak through templated types
David Majnemer
- [PATCH] AST: Don't treat a TemplateExpansion as a Template
Richard Smith
- [PATCH] AST: Don't treat a TemplateExpansion as a Template
Richard Smith
- [PATCH] AST: Don't treat a TemplateExpansion as a Template
David Majnemer
- [PATCH] Attribute consistency
Aaron Ballman
- [PATCH] Attribute consistency
Eli Friedman
- [PATCH] Attribute consistency
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Richard Smith
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Richard Smith
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- [PATCH] Avoid double edges when constructing CFGs
Pavel Labath
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Daniel Jasper
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Daniel Jasper
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Reid Kleckner
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Reid Kleckner
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Reid Kleckner
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Richard Smith
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Reid Kleckner
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Richard Smith
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Richard Smith
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Richard Smith
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- [PATCH] Changed non-const method behaviour.
Christian Wailes
- [PATCH] Changed non-const method behaviour.
Delesley Hutchins
- [PATCH] Changed non-const method behaviour.
Aaron Ballman
- [PATCH] Changed non-const method behaviour.
Delesley Hutchins
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Timur Iskhodzhanov
- [PATCH] clang-cl: support -fsanitize=address
Reid Kleckner
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Timur Iskhodzhanov
- [PATCH] clang-cl: support -fsanitize=address
Timur Iskhodzhanov
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Timur Iskhodzhanov
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- [PATCH] clang-cl: support -fsanitize=address
Timur Iskhodzhanov
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [PATCH] clang-replace: Afford applying replacements in memory
Manuel Klimek
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [PATCH] clang-replace: Afford applying replacements in memory
Manuel Klimek
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [PATCH] clang-replace: Afford applying replacements in memory
Manuel Klimek
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [PATCH] clang-replace: Afford applying replacements in memory
Manuel Klimek
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [PATCH] clang-replace: Delete change description files
Edwin Vane
- [PATCH] clang-replace: Delete change description files
Tareq A. Siraj
- [PATCH] clang-replace: Delete change description files
Edwin Vane
- [PATCH] clang-replace: Delete change description files
Tareq A. Siraj
- [PATCH] clang-replace: Delete change description files
Edwin Vane
- [PATCH] clang-replace: Delete change description files
Tareq A. Siraj
- [PATCH] clang-replace: Delete change description files
Tareq A. Siraj
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Manuel Klimek
- [PATCH] clang-replace: Re-org of file structure
Manuel Klimek
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Manuel Klimek
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Manuel Klimek
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Manuel Klimek
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [PATCH] CodeGen: Devirtualize member calls on classes that are provably final.
John McCall
- [PATCH] CodeGen: Devirtualize member calls on classes that are provably final.
Benjamin Kramer
- [PATCH] CodeGen: Devirtualize member calls on classes that are provably final.
Benjamin Kramer
- [PATCH] CONSUMABLE class attribute
Christian Wailes
- [PATCH] CONSUMABLE class attribute
Delesley Hutchins
- [PATCH] CONSUMABLE class attribute
Christian Wailes
- [PATCH] CONSUMABLE class attribute
Delesley Hutchins
- [PATCH] CONSUMABLE class attribute
Christian Wailes
- [PATCH] CONSUMABLE class attribute
Delesley Hutchins
- [PATCH] CONSUMABLE class attribute
Aaron Ballman
- [PATCH] CONSUMABLE class attribute
Delesley Hutchins
- [PATCH] CONSUMABLE class attribute
Christian Wailes
- [PATCH] CONSUMABLE class attribute
Aaron Ballman
- [PATCH] cpp11-migrate: Add a class to support include directives modifications (Windows bot fix)
Guillaume Papin
- [PATCH] cpp11-migrate: Add a class to support include directives modifications (Windows bot fix)
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Edwin Vane
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Edwin Vane
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Edwin Vane
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Guillaume Papin
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Tareq A. Siraj
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Tareq A. Siraj
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Tareq A. Siraj
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] Delete CC_Default and use the target default CC everywhere
Richard Smith
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Richard Smith
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- [PATCH] Fix for debug info for thunks using mangled name (PR14569)
Dinesh Dwivedi
- [PATCH] Fix for debug info for thunks using mangled name (PR14569)
David Blaikie
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
David Blaikie
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
Yunzhong Gao
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
David Blaikie
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
Yunzhong Gao
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
David Blaikie
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
Eric Christopher
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Jordan Rose
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Edoardo P.
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Jordan Rose
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Edoardo P.
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Michael Gottesman
- [PATCH] Fix tests to be more specific.
Samuel Benzaquen
- [PATCH] Fix tests to be more specific.
Samuel Benzaquen
- [PATCH] Fix tests to be more specific.
Aaron Ballman
- [PATCH] Fix tests to be more specific.
Manuel Klimek
- [PATCH] Fix tests to be more specific.
Samuel Benzaquen
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Richard Smith
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Richard Smith
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Tim Northover
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Joey Gouly
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Tim Northover
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Renato Golin
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Tim Northover
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Tim Northover
- [PATCH] Handle captured statements for predefined expressions
Wei Pan
- [PATCH] Ignore calling conventions when checking function template specializations
Reid Kleckner
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Jordan Rose
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Jordan Rose
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Jordan Rose
- [PATCH] isCharInSet refactoring.
Manuel Klimek
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] isCharInSet refactoring.
Richard Smith
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [patch] libcxx src win32
Howard Hinnant
- [patch] libcxx win32 support
G M
- [patch] libcxx win32 support
Nico Rieck
- [patch] libcxx win32 support
Reid Kleckner
- [patch] libcxx win32 support
G M
- [patch] Look for libstdc++ install dir before /usr
Rafael Espíndola
- [patch] Look for libstdc++ install dir before /usr
Chandler Carruth
- [Patch] Merge diagnostic group tables to reduce data size and relocation entries
Rafael Espíndola
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- [PATCH] modularize - header dependencies - version 2
Thompson, John
- [PATCH] Module use declarations (II)
Daniel Jasper
- [PATCH] Mostly correct conditional handling for Consumed analysis
David Blaikie
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Aaron Ballman
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Delesley Hutchins
- [PATCH] Mostly correct conditional handling for Consumed analysis
Aaron Ballman
- [PATCH] Mostly correct conditional handling for Consumed analysis
Delesley Hutchins
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Aaron Ballman
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Aaron Ballman
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Christian Wailes
- [PATCH] Mostly correct conditional handling for Consumed analysis
Delesley Hutchins
- [PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Alexander Kornienko
- [PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Alexander Kornienko
- [PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Alexander Kornienko
- [PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Alexander Kornienko
- [PATCH] Parse: Template specializations which aren't dependent needn't have their parsing be delayed
David Majnemer
- [PATCH] Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
- [PATCH] Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Samuel Benzaquen
- [PATCH] Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Manuel Klimek
- [PATCH] Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Samuel Benzaquen
- [PATCH] Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher.
Samuel Benzaquen
- [PATCH] Remove instantiations of OwningPtr<T> and IntrusiveRefCntPtr<T> for every AST node type.
Samuel Benzaquen
- [PATCH] Remove one test in MSVC. I believe MSVC injects some code into the AST and is causing these tests to fail by finding nodes I am not expecting.
Samuel Benzaquen
- [PATCH] Remove one test in MSVC. I believe MSVC injects some code into the AST and is causing these tests to fail by finding nodes I am not expecting.
Aaron Ballman
- [PATCH] Remove one test in MSVC. I believe MSVC injects some code into the AST and is causing these tests to fail by finding nodes I am not expecting.
Manuel Klimek
- [PATCH] Removing the notion of an attribute parameter
Aaron Ballman
- [PATCH] Removing the notion of an attribute parameter
Richard Smith
- [PATCH] Removing the notion of an attribute parameter
Aaron Ballman
- [PATCH] Removing the notion of an attribute parameter
Richard Smith
- [PATCH] Removing the notion of an attribute parameter
Aaron Ballman
- [PATCH] Renamed *PStatus to *PInfo in Consumed analysis
Delesley Hutchins
- [PATCH] Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
Samuel Benzaquen
- [PATCH] Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
Samuel Benzaquen
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Manuel Klimek
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Manuel Klimek
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Manuel Klimek
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Richard Smith
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- [PATCH] Sema: Subst type default template args earlier
Richard Smith
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- [PATCH] Sema: Subst type default template args earlier
Richard Smith
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Alexander Kornienko
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Daniel Jasper
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Manuel Klimek
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Alexander Kornienko
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Alexander Kornienko
- [PATCH] Test for empty .clang-format file.
Alexander Kornienko
- [PATCH] Track state of function parameters
Christian Wailes
- [PATCH] Track state of function parameters
Delesley Hutchins
- [PATCH] Track state of function parameters
Christian Wailes
- [PATCH] Track state of function parameters
Delesley Hutchins
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Edwin Vane
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Chandler Carruth
- [PATCH] Transform all files in a compilation database if no source files are provided.
Edwin Vane
- [patch] Trying to fix pr13124
Rafael Espíndola
- [patch] Trying to fix pr13124
Eli Friedman
- [patch] Trying to fix pr13124
Rafael Espíndola
- [patch] Trying to fix pr13124
Eli Friedman
- [patch] Trying to fix pr13124
Rafael Espíndola
- [PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
- [PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Rafael Espíndola
- [PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
- [PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Charles Davis
- [PATCH] Use correct semantic DeclContext for local declarations of variables and functions with linkage
Eli Friedman
- [PATCH] Use correct semantic DeclContext for local declarations of variables and functions with linkage
Richard Smith
- [PATCH] Use new UnicodeCharSet interface.
Alexander Kornienko
- [PATCH] Use new UnicodeCharSet interface.
Alexander Kornienko
- [PATCH] Use new UnicodeCharSet interface.
Richard Smith
- [PATCH] use the last passed -munaligned-access / -mno-unaligned-access
Jeroen Hofstee
- [PATCH] use the last passed -munaligned-access / -mno-unaligned-access
Renato Golin
- [VIRUS SCAN ERROR] [libc++] Patch for AIX
Xing Xue
- [VIRUS SCAN ERROR] [libc++] Patch for AIX
Howard Hinnant
- Bug fix 12730: Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on ARM
weimingz at codeaurora.org
- Fwd: [cfe-dev] lower bound error searching for module preprocessing entities within a source range
Tom Honermann
- IWYU command-line wishes (was Re: [PATCH] Header dependencies support for modularize)
Manuel Klimek
- Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM XLC++/AIX
Xing Xue
- Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM XLC++/AIX
Howard Hinnant
- Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM XLC++/AIX.
"C. Bergström"
- OpenCL address space and mangling
Michele Scandale
- OpenCL C "long" should always have 64 bits
Erik Schnetter
- PATCH - LWG issue 2162
Marshall Clow
- PATCH - LWG issue 2162
Howard Hinnant
- PATCH - LWG issue 2176
Marshall Clow
- PATCH - LWG issue 2176
Howard Hinnant
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- patch: clarify missing template arguments when parsing base specifier
Chandler Carruth
- patch: clarify missing template arguments when parsing base specifier
Arthur O'Dwyer
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- patch: clarify missing template arguments when parsing base specifier
Chandler Carruth
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- patch: clarify missing template arguments when parsing base specifier
Chandler Carruth
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- patch: clarify missing template arguments when parsing base specifier
Chandler Carruth
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- Patch for LWG issue #2148
Marshall Clow
- Patch for LWG issue #2148
Howard Hinnant
- Patch for LWG issue 2061
Marshall Clow
- Patch for LWG issue 2061
Howard Hinnant
- Patch for LWG issue 2128
Marshall Clow
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Eli Friedman
- r177035 - Add support for the 'endian' attribute for OpenCL.
Aaron Ballman
- r187374 - PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if
Nick Lewycky
- r187969 - The only useful loop unrolling flag to give realistically is
Hal Finkel
- r187969 - The only useful loop unrolling flag to give realistically is
Hal Finkel
- r189166 - Fix test, make the template type a const pointer.
Robinson, Paul
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Reid Kleckner
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Renato Golin
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Dmitri Gribenko
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Renato Golin
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Reid Kleckner
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Jeroen Hofstee
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Renato Golin
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
Reid Kleckner
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
David Majnemer
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
David Blaikie
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
David Majnemer
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
David Blaikie
- r189211 - clang-format: Fix bug in column-layout formatting.
Daniel Jasper
- r189212 - Teach the Linux toolchain about more modern Gentoo installations of GCC
Chandler Carruth
- r189214 - Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
Timur Iskhodzhanov
- r189214 - Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
Timur Iskhodzhanov
- r189214 - Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
John McCall
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Rafael Espindola
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Joerg Sonnenberger
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Jordan Rose
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Arthur O'Dwyer
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Rafael Espíndola
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Jordan Rose
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Rafael Espíndola
- r189219 - Handle predefined expression for a captured statement
Wei Pan
- r189276 - Test
David Blaikie
- r189276 - Test
David Blaikie
- r189277 - Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
- r189277 - Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
- r189278 - Consumed analyis: Renamed *PStatus to *PInfo.
DeLesley Hutchins
- r189280 - Use CHECK-DAG in this test.
Rafael Espindola
- r189283 - Debug Info: add an identifier field to DICompositeType.
Manman Ren
- r189283 - Debug Info: add an identifier field to DICompositeType.
David Blaikie
- r189283 - Debug Info: add an identifier field to DICompositeType.
Manman Ren
- r189284 - Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it.
Aaron Ballman
- r189286 - Debug Info: follow-up patch to r189283.
Manman Ren
- r189287 - Simplify a bit.
Rafael Espindola
- r189302 - R600: Add local address pointer size to DataLayout
Tom Stellard
- r189303 - Itanium mangler: remove "proposal" comments for manglings that are in the
Richard Smith
- r189306 - Show which decls are marked invalid in -ast-dump.
Nick Lewycky
- r189311 - Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.
Michael Gottesman
- r189320 - PR14569: Omit debug info for thunks
David Blaikie
- r189320 - PR14569: Omit debug info for thunks
Alexey Samsonov
- r189320 - PR14569: Omit debug info for thunks
Dmitry Vyukov
- r189320 - PR14569: Omit debug info for thunks
David Blaikie
- r189320 - PR14569: Omit debug info for thunks
Alexey Samsonov
- r189320 - PR14569: Omit debug info for thunks
David Blaikie
- r189325 - [-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!
David Majnemer
- r189327 - clang-format: Fix bug in column layout.
Daniel Jasper
- r189336 - [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int
Timur Iskhodzhanov
- r189336 - [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int
John McCall
- r189337 - clang-format: Revamp builder-type call formatting.
Daniel Jasper
- r189344 - Adding const buffer iterator generators to Rewriter
Edwin Vane
- r189346 - Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
- r189353 - clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
- r189357 - Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- r189358 - Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
- r189362 - Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- r189368 - Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
Samuel Benzaquen
- r189369 - Warn that -O4 is the same as -O3.
Rafael Espindola
- r189369 - Warn that -O4 is the same as -O3.
Richard Smith
- r189369 - Warn that -O4 is the same as -O3.
Rafael Espíndola
- r189369 - Warn that -O4 is the same as -O3.
Sean Silva
- r189369 - Warn that -O4 is the same as -O3.
Rafael Espíndola
- r189369 - Warn that -O4 is the same as -O3.
Arthur O'Dwyer
- r189369 - Warn that -O4 is the same as -O3.
Rafael Espíndola
- r189370 - [analyzer] Don't include Clang headers inside a namespace.
Jordan Rose
- r189371 - CMake: Fix out-of-source build's symlinks.
Jordan Rose
- r189371 - CMake: Fix out-of-source build's symlinks.
Reid Kleckner
- r189372 - scan-build: Set CC and CXX as make variables when wrapping make builds.
Jordan Rose
- r189389 - clang-cl: Support -fsanitize=address
Hans Wennborg
- r189390 - Revert "CMake: Fix out-of-source build's symlinks."
Reid Kleckner
- r189390 - Revert "CMake: Fix out-of-source build's symlinks."
Jordan Rose
- r189395 - Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available
Roman Divacky
- r189402 - [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers.
Ted Kremenek
- r189403 - Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers."
Ted Kremenek
- r189406 - CMake: Fix standalone Clang build, take two.
Jordan Rose
- r189406 - CMake: Fix standalone Clang build, take two.
Stephen Kelly
- r189406 - CMake: Fix standalone Clang build, take two.
Jordan Rose
- r189409 - ObjectiveC migrator: Do not add explicit cf annotation for
Fariborz Jahanian
- r189412 - Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- r189414 - Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers.
Ted Kremenek
- r189420 - ObjectiveC migrator: minor refactoring of my last
Fariborz Jahanian
- r189421 - Revert "PR14569: Omit debug info for thunks"
David Blaikie
- r189422 - AST: Don't treat a TemplateExpansion as a Template
David Majnemer
- r189425 - This test now needs C++11
David Majnemer
- r189426 - Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers."
Ted Kremenek
- r189429 - Some of this test doesn't want -std=c++11
David Majnemer
- r189429 - Some of this test doesn't want -std=c++11
Richard Smith
- r189435 - cmake: install a cl.exe binary in the tools/msbuild-bin dir
Hans Wennborg
- r189438 - Merge diagnostic group tables to reduce data size and relocation entries.
Craig Topper
- r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189440 - Disable loop vectorizer unrolling when no unrolling requested
Chandler Carruth
- r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189441 - Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189443 - [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_OUTPUT_DIRECTORY to install clang headers for Xcode builds.
Ted Kremenek
- r189444 - Richard makes a good point, clean up this test.
David Majnemer
- r189445 - Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary.
Craig Topper
- r189446 - Remove comment on the availability of boxed expressions. They have been available for a while.
Ted Kremenek
- r189449 - clang-format: Fix space in decltype-constexprs.
Daniel Jasper
- r189450 - clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
- r189451 - clang-format: Improve braced init list detection:
Daniel Jasper
- r189452 - [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- r189453 - clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
- r189455 - clang-format: Don't insert space in __has_include
Daniel Jasper
- r189459 - clang-format: Fix infinite loop in macro special case.
Daniel Jasper
- r189460 - clang-format: Fix segfault in 'incomplete' macros.
Daniel Jasper
- r189460 - clang-format: Fix segfault in 'incomplete' macros.
Sean Silva
- r189462 - ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlsl
Tim Northover
- r189463 - ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics
Tim Northover
- r189464 - ARM: comment on why vmull intrinsic has to exist for now.
Tim Northover
- r189466 - clang-format: Improve token breaking behavior.
Daniel Jasper
- r189492 - [analyzer] Add support for testing the presence of weak functions.
Jordan Rose
- r189494 - PR16995: Failing to associate static members with their enclosing class
David Blaikie
- r189494 - PR16995: Failing to associate static members with their enclosing class
Eric Christopher
- r189494 - PR16995: Failing to associate static members with their enclosing class
David Blaikie
- r189494 - PR16995: Failing to associate static members with their enclosing class
Eric Christopher
- r189494 - PR16995: Failing to associate static members with their enclosing class
David Blaikie
- r189494 - PR16995: Failing to associate static members with their enclosing class
Eric Christopher
- r189494 - PR16995: Failing to associate static members with their enclosing class
David Blaikie
- r189494 - PR16995: Failing to associate static members with their enclosing class
Eric Christopher
- r189496 - clang-cl: Pass -debug to the linker when using -fsanitize=address
Hans Wennborg
- r189498 - Debug Info testing case: move uuid-related testing to a separate file.
Manman Ren
- r189500 - Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- r189500 - Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Aaron Ballman
- r189504 - Comments for r189494
David Blaikie
- r189508 - [doxygen] Added code for generating doxygen documentation for clang for cmake.
Michael Gottesman
- r189509 - [doxygen] Added support for doxygen external search.
Michael Gottesman
- r189510 - Improve error for assignment to incomplete class.
Eli Friedman
- r189510 - Improve error for assignment to incomplete class.
Richard Smith
- r189510 - Improve error for assignment to incomplete class.
Eli Friedman
- r189511 - Handle -D arguments ending in a backslash.
Eli Friedman
- r189514 - For methods where clang automatically infers instancetype from the selector
Fariborz Jahanian
- r189514 - For methods where clang automatically infers instancetype from the selector
Jordan Rose
- r189514 - For methods where clang automatically infers instancetype from the selector
Douglas Gregor
- r189514 - For methods where clang automatically infers instancetype from the selector
jahanian
- r189514 - For methods where clang automatically infers instancetype from the selector
jahanian
- r189515 - Fix "//" comments with -traditional-cpp in C++.
Eli Friedman
- r189516 - More comments for r189494.
David Blaikie
- r189518 - Debug Info testing case: update uuid testing case to check against Itanium.
Manman Ren
- r189519 - Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
Manman Ren
- r189519 - Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
David Blaikie
- r189519 - Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
Manman Ren
- r189520 - ObjectiveC migrator: In suggesting 'instancetype' use clang's
Fariborz Jahanian
- r189521 - Format. Thanks David for pointing it out.
Manman Ren
- r189523 - [doxygen] Add a few missing variables to the doxygen.cfg.in for external search and cleaned up external_search_map.
Michael Gottesman
- r189530 - DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).
David Blaikie
- r189530 - DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).
Eric Christopher
- r189531 - 80-col.
Eric Christopher
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Aaron Ballman
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Richard Smith
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Aaron Ballman
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Eli Friedman
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Richard Smith
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Aaron Ballman
- r189535 - Add missing definitions to unwind.h.
Peter Collingbourne
- r189535 - Add missing definitions to unwind.h.
Alexey Samsonov
- r189535 - Add missing definitions to unwind.h.
Charles Davis
- r189535 - Add missing definitions to unwind.h.
Peter Collingbourne
- r189535 - Add missing definitions to unwind.h.
Joerg Sonnenberger
- r189536 - Look for libstdc++ first on the clang install directory.
Rafael Espindola
- r189537 - ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
- r189538 - 80 cols.
Peter Collingbourne
- r189540 - Sema: Subst type default template args earlier
David Majnemer
- r189542 - use the last passed -munaligned-access / -mno-unaligned-access
Renato Golin
- r189542 - use the last passed -munaligned-access / -mno-unaligned-access
Hal Finkel
- r189542 - use the last passed -munaligned-access / -mno-unaligned-access
Renato Golin
- r189548 - Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
- r189557 - Properly escape filenames in line directives.
Eli Friedman
- r189558 - Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
- r189562 - [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.
Daniel Dunbar
- r189568 - Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o.
Craig Topper
- r189569 - Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header.
Craig Topper
- r189571 - Change return type of Sema::DiagnoseAmbiguousLookup from bool to void.
Serge Pavlov
- r189574 - mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix.
Kevin Qin
- r189575 - Removed useless default branch of switch statement.
Serge Pavlov
- r189575 - Removed useless default branch of switch statement.
David Blaikie
- r189575 - Removed useless default branch of switch statement.
Serge Pavlov
- r189583 - Use new UnicodeCharSet interface.
Alexander Kornienko
- r189585 - Fixes various problems with accounting for tabs in the original code.
Manuel Klimek
- r189587 - Fix tests to be more specific.
Samuel Benzaquen
- r189590 - [analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
- r189590 - [analyzer] Fix handling of "empty" structs with base classes
Richard Smith
- r189591 - clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32.
NAKAMURA Takumi
- r189592 - ObjectiveC migrator: remove dead code.
Fariborz Jahanian
- r189594 - Consumed analysis: improve handling of conditionals.
DeLesley Hutchins
- r189595 - Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- r189596 - Fix warning about anonymous structs in anonymous unions.
Eric Christopher
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
David Blaikie
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
David Blaikie
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
David Blaikie
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Arthur O'Dwyer
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- r189605 - Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do).
Aaron Ballman
- r189605 - Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do).
Reid Kleckner
- r189605 - Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do).
Aaron Ballman
- r189606 - Silencing the warning from r189605 in a more conformant manner.
Aaron Ballman
- r189609 - Debug Info: this reverts commit r189600.
Manman Ren
- r189612 - Consumed analysis: non-const methods no longer transfer an object into an
DeLesley Hutchins
- r189616 - Consumed analysis: track function parameters.
DeLesley Hutchins
- r189622 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- r189622 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
David Blaikie
- r189622 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- r189622 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
David Blaikie
- r189625 - Adjust clang for change to APFloat::toString.
Eli Friedman
- r189627 - Be lazier when loading KeyFunctions from PCH/modules. We don't need to load
Richard Smith
- r189628 - ObjectiveC migrator: User of hexadecimal enumerator
Fariborz Jahanian
- r189629 - Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains.
Richard Smith
- r189633 - Pass the special backend option to this test for now to get it passing
Eric Christopher
- r189644 - Add ms_abi and sysv_abi attribute handling.
Charles Davis
- r189645 - Simplify slightly.
Richard Smith
- r189646 - Don't eagerly load all conversion operators when loading a class declaration
Richard Smith
- r189647 - Mention in AST dump whether a class declaration is a definition.
Richard Smith
- r189649 - Fixing a bug where debug info for a local variable gets emitted at file scope.
Yunzhong Gao
- r189649 - Fixing a bug where debug info for a local variable gets emitted at file scope.
David Blaikie
- r189649 - Fixing a bug where debug info for a local variable gets emitted at file scope.
Evgeniy Stepanov
- r189655 - clang-format: Fix corner case in builder-type calls.
Daniel Jasper
- r189657 - clang-format: Don't indent builders relative to "return".
Daniel Jasper
- r189657 - clang-format: Don't indent builders relative to "return".
Sean Silva
- r189658 - clang-format: Fix incorrect indentation.
Daniel Jasper
- r189659 - Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- r189660 - Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
- r189661 - Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths"
Hans Wennborg
- r189662 - clang-format: Improve recovery from enums with errors.
Daniel Jasper
- r189663 - clang-format: Enable formatting of protocol buffer definitions.
Daniel Jasper
- r189663 - clang-format: Enable formatting of protocol buffer definitions.
Sean Silva
- r189664 - clang-cl: Pass -incremental:no to linker when using ASan
Hans Wennborg
- r189664 - clang-cl: Pass -incremental:no to linker when using ASan
Sean Silva
- r189664 - clang-cl: Pass -incremental:no to linker when using ASan
Reid Kleckner
- r189670 - Add support for -march=slm, aka Intel Atom Silvermont.
Benjamin Kramer
- r189676 - Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Samuel Benzaquen
- r189682 - ObjectiveC migrator: infer NS_ENUM even when user
Fariborz Jahanian
- r189688 - [analyzer] Treat the rvalue of a forward-declared struct as Unknown.
Jordan Rose
- r189702 - Consumed analysis: add 'consumable' class attribute.
DeLesley Hutchins
- r189707 - ObjectiveC migrator: If we find a method that returns a C pointer
Fariborz Jahanian
- r189709 - Add initial clang targeted compatible decls for Intrin.h. Step towards
Eric Christopher
- r189710 - Typo.
Eric Christopher
- r189711 - Consolidating the notion of a GNU attribute parameter with the attribute argument list.
Aaron Ballman
- r189712 - Possibly appeasing the build bots from r189711
Aaron Ballman
- r189716 - The diagnostic err_init_conversion_failed uses the enum
Richard Trieu
- r189721 - Clean out unused diagnostics.
Benjamin Kramer
- r189731 - Improving objc_ownership attribute test coverage.
Aaron Ballman
- Unavailable method checker
Richard Mazorodze
- VS windows test failure.
jahanian
- VS windows test failure.
Samuel Benzaquen
- VS windows test failure.
jahanian
- VS windows test failure.
jahanian
Last message date:
Sun Sep 1 23:12:40 PDT 2013
Archived on: Tue Aug 4 15:31:13 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).