The Week Of Monday 25 March 2013 Archives by subject
Starting: Mon Mar 25 02:14:14 PDT 2013
Ending: Sun Mar 31 15:28:04 PDT 2013
Messages: 520
- -mdisable-fp-elim (was: [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.)
Thomas Schwinge
- [cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits
Richard Smith
- [cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits
João Matos
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Richard Smith
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Will Wilson
- [cfe-commits] r142633 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/CGDebugInfo.cpp lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/CodeGen/debug-info-compilation-dir.c test/Driver/debug.c
Chad Rosier
- [cfe-commits] r142633 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/CGDebugInfo.cpp lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/CodeGen/debug-info-compilation-dir.c test/Driver/debug.c
Nick Lewycky
- [clang-tools-extra] r177852 - Remove clang-format tests from tools/extra.
Daniel Jasper
- [clang-tools-extra] r177871 - Adding clang-headers as dependency of cpp11-migrate
Edwin Vane
- [clang-tools-extra] r177891 - Adding a failing test case for cpp11-migrate's Loop Convert Transform
Edwin Vane
- [clang-tools-extra] r177959 - Revised to use file list path as reference path, or path provide by new -prefix option. Revised to use LLVM option parser.
John Thompson
- [clang-tools-extra] r177959 - Revised to use file list path as reference path, or path provide by new -prefix option. Revised to use LLVM option parser.
Vane, Edwin
- [clang-tools-extra] r177960 - Added simple regression test for modularize.
John Thompson
- [clang-tools-extra] r177960 - Added simple regression test for modularize.
Richard Smith
- [clang-tools-extra] r178034 - Docs describing limitations of the cpp11-migrate Loop Convert Transform
Edwin Vane
- [clang-tools-extra] r178047 - Revised per review comments to rename test files and rearrange input files.
John Thompson
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
John Thompson
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
Sean Silva
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
Vane, Edwin
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
Thompson, John
- [clang-tools-extra] r178164 - Fixed path in file comment. Fixed #include order.
John Thompson
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel J. Bernal
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Jordan Rose
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Vane, Edwin
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Jordan Rose
- [clang-tools-extra] r178172 - Added informational comment about using -x c++.
John Thompson
- [clang-tools-extra] r178182 - Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces.
John Thompson
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
John Thompson
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
Chandler Carruth
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
Chandler Carruth
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
David Blaikie
- [clang-tools-extra] r178212 - Fix a default on covered switch found by -Wcovered-switch-default
David Blaikie
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
John Thompson
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Michael Gottesman
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Thompson, John
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Michael Gottesman
- [clang-tools-extra] r178216 - modularize - Updated futures comment.
John Thompson
- [clang-tools-extra] r178223 - Revert "modularize - Fixed poor array usage."
Michael Gottesman
- [clang-tools-extra] r178241 - Test commit: Remove whitespace.
Tareq A. Siraj
- [clang-tools-extra] r178243 - Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [clang-tools-extra] r178259 - modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.
John Thompson
- [libc++] [PATCH] global object initialization bug
Howard Hinnant
- [libc++] [PATCH] global object initialization bug
WenHan Gu (谷汶翰)
- [libc++] [PATCH] global object initialization bug
Howard Hinnant
- [libcxx][PATCH] Fix for CMakelists.txt
Howard Hinnant
- [libcxx] r177892 - Debug mode: learning to crawl. I need to set up some tests that actually test that the debug mode is working, but that won't cause problems when debug mode isn't on. This is my first prototype of such a test. It should call std::terminate() because it's comparing iterators from different containers. And std::terminate() is rigged up to exit normally. If debug mode fails, and doesn't call terminate, then the program asserts. The test is a no-op if _LIBCPP_DEBUG2 is not defined or is def...
Howard Hinnant
- [libcxx] r177892 - Debug mode: learning to crawl. I need to set up some tests that actually test that the debug mode is working, but that won't cause problems when debug mode isn't on. This is my first prototype of such a test. It should call std::terminate() because it's comparing iterators from different containers. And std::terminate() is rigged up to exit normally. If debug mode fails, and doesn't call terminate, then the program asserts. The test is a no-op if _LIBCPP_DEBUG2 is not defined or is def...
Dmitri Gribenko
- [libcxx] r177892 - Debug mode: learning to crawl. I need to set up some tests that actually test that the debug mode is working, but that won't cause problems when debug mode isn't on. This is my first prototype of such a test. It should call std::terminate() because it's comparing iterators from different containers. And std::terminate() is rigged up to exit normally. If debug mode fails, and doesn't call terminate, then the program asserts. The test is a no-op if _LIBCPP_DEBUG2 is not defined or is def...
Howard Hinnant
- [libcxx] r177897 - More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_DEBUG2=1.
Howard Hinnant
- [libcxx] r177904 - Debug mode tests for vector::front and back.
Howard Hinnant
- [libcxx] r177908 - Remove some erroneous code I was using to debug debug mode.
Howard Hinnant
- [libcxx] r177929 - Added debug tests for indexing, pop_back and both forms of erase. Added an improved error message for erasing a single element with end().
Howard Hinnant
- [libcxx] r178016 - Need one more swap overload for swapping two lvalue vector<bool>::reference's.
Howard Hinnant
- [libcxx] r178026 - Simply debug mode tests per Dmitri Gribenko's suggestion.
Howard Hinnant
- [libcxx] r178029 - Fixed race conditions in thread tests; exposed by UBSan
Marshall Clow
- [libcxx] r178033 - More vector debug tests.
Howard Hinnant
- [libcxx] r178064 - Another vector debug mode test, and a static test on Allocator::value_type. This partially addresses http://llvm.org/bugs/show_bug.cgi?id=15576.
Howard Hinnant
- [libcxx] r178064 - Another vector debug mode test, and a static test on Allocator::value_type. This partially addresses http://llvm.org/bugs/show_bug.cgi?id=15576.
Matthieu Monrocq
- [libcxx] r178064 - Another vector debug mode test, and a static test on Allocator::value_type. This partially addresses http://llvm.org/bugs/show_bug.cgi?id=15576.
Howard Hinnant
- [libcxx] r178064 - Another vector debug mode test, and a static test on Allocator::value_type. This partially addresses http://llvm.org/bugs/show_bug.cgi?id=15576.
Matthieu Monrocq
- [libcxx] r178075 - Tighten up the iterator requirements for the vector member templates. This is especially important for the constructors so that is_constructible<vector<T>, I, I> gives the right answer when T can not be constructed from *I. Test case included for this latter point.
Howard Hinnant
- [libcxx] r178075 - Tighten up the iterator requirements for the vector member templates. This is especially important for the constructors so that is_constructible<vector<T>, I, I> gives the right answer when T can not be constructed from *I. Test case included for this latter point.
Daniel Dunbar
- [libcxx] r178116 - Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM
Daniel Dunbar
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Howard Hinnant
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Matthieu Monrocq
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Howard Hinnant
- [libcxx] r178253 - Second try at r178075. The llvm breakage has been fixed by r178240.
Howard Hinnant
- [libcxx] r178267 - Fix a few warnings/errors for compiling with -fno-exceptions.
Howard Hinnant
- [libcxx] r178288 - I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG.
Howard Hinnant
- [libcxx] r178288 - I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG.
Sean Silva
- [libcxx] r178288 - I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG.
Howard Hinnant
- [libcxx] r178288 - I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG.
Sean Silva
- [libcxx] r178288 - I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG.
Howard Hinnant
- [libcxx] r178350 - The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are disabled, so #ifdef'ing out the test.
Howard Hinnant
- [libcxx] r178354 - Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624.
Howard Hinnant
- [libcxx] r178370 - Test case was forming the wrong limits when size_t != unsigned long.
Howard Hinnant
- [libcxx Windows][PATCH] asprintf / vasprintf fix.
Howard Hinnant
- [libcxx Windows][PATCH] mbsnrtowcs and wcsnrtombs are broken.
Howard Hinnant
- [libcxx Windows][PATCH] uselocale change.
Howard Hinnant
- [libcxx Windows][PATCH] uselocale change.
João Matos
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
John McCall
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
John McCall
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Argyrios Kyrtzidis
- [PATCH] [libclang] Make clang_Cursor_getArgument work with call-exprs
Matthias Kleine
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
John McCall
- [PATCH] [ms-cxxabi] Mangle vector types
Richard Smith
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
John McCall
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
- [PATCH] [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][RFC] Add PRFCHW support
Michael Liao
- [PATCH][RFC] Add RDSEED intrinsic support
Michael Liao
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Dmitri Gribenko
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Joerg Sonnenberger
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] Add #pragma region for MSVC mode
João Matos
- [PATCH] Add #pragma region for MSVC mode
João Matos
- [PATCH] Add a truncation warning for values under a bitwise or
Richard Smith
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Adding a diagnostic for member templates inside a local class
YunZhong Gao
- [PATCH] Adding a diagnostic for member templates inside a local class
Jordan Rose
- [PATCH] Adding a diagnostic for member templates inside a local class
Richard Smith
- [PATCH] Adding a diagnostic for member templates inside a local class
Richard Smith
- [PATCH] Adding parenType() and innerType() AST Matchers
Edwin Vane
- [PATCH] Adding parenType() and innerType() AST Matchers
Edwin Vane
- [PATCH] Adding parenType() and innerType() AST Matchers
Manuel Klimek
- [PATCH] Add limitations to loop convert user doc
Jack Yang
- [PATCH] Add limitations to loop convert user doc
Jack Yang
- [PATCH] Add limitations to loop convert user doc
Edwin Vane
- [PATCH] Add limitations to loop convert user doc
Edwin Vane
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Allow users to specify NULL like macros to be replaced
Dmitri Gribenko
- [PATCH] Allow users to specify NULL like macros to be replaced
Manuel Klimek
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Allow users to specify NULL like macros to be replaced
Dmitri Gribenko
- [PATCH] Allow users to specify NULL like macros to be replaced
Edwin Vane
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Allow users to specify NULL like macros to be replaced
Edwin Vane
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] ARC + collection literal fix
Jesse Rusak
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
John McCall
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
Stephen Lin
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Rafael Espíndola
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Sean Silva
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Sean Silva
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Ismail Pazarbasi
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Richard Smith
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Ismail Pazarbasi
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Richard Smith
- [PATCH] Cpp11-migrate built without the 'default' target can't find headers properly.
Edwin Vane
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Edwin Vane
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Benjamin Kramer
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Benjamin Kramer
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- [patch] Don't compute a "patched" storage class
Rafael Espíndola
- [PATCH] Don't replace macro usage if macro body has NULL
Siraj, Tareq A
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Andy Gibbs
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Sean Silva
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Jordan Rose
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Richard Smith
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Andy Gibbs
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
John McCall
- [PATCH] Fix host processor identification for Sandy Bridge
Benjamin Kramer
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Fix PR15558
Matt Beaumont-Gay
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- [PATCH] Fix recognition of empty structures/unions
Richard Smith
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- [PATCH] Fix recognition of empty structures/unions
Richard Smith
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- [PATCH] Fix to PR15537 - assertion failure when comparing atomic unsigned int to int.
Serge Pavlov
- [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.
Thomas Schwinge
- [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.
Rafael Espíndola
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] Improve loop convert's variable aliasing
Jack Yang
- [PATCH] Improve loop convert's variable aliasing
Edwin Vane
- [PATCH] Insert extra new line before access specifiers.
Alexander Kornienko
- [PATCH] Insert extra new line before access specifiers.
Daniel Jasper
- [PATCH] Insert extra new line before access specifiers.
Alexander Kornienko
- [PATCH] Insert extra new line before access specifiers.
Daniel Jasper
- [PATCH] Intercept allocation to skim allocated types
Douglas Gregor
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- [PATCH] new clang-analyzer checker that verifies ObjC API usage in UIViewController subclasses [v4]
Benjamin Kramer
- [PATCH] New warning to detect when a logical not is applied to the LHS of a comparison when the intent was for the logical not to apply to the whole comparison
Richard Smith
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Dmitri Gribenko
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Alexey Bataev
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Alexey Bataev
- [PATCH] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Alexander Zinenko
- [PATCH] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Timur Iskhodzhanov
- [PATCH] Private Headers for Modules
Lawrence Crowl
- [PATCH] Private Headers for Modules
Rafael Espíndola
- [PATCH] Rename clang::driver::toolchains::Linux to clang::driver::toolchains::GNUOrAndroidEnvironment and handle llvm::Triple::Hurd.
Thomas Schwinge
- [PATCH] Rename clang::driver::toolchains::Linux to clang::driver::toolchains::GNUOrAndroidEnvironment and handle llvm::Triple::Hurd.
Rafael Espíndola
- [PATCH] Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
- [PATCH] Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Rafael Espíndola
- [PATCH] Rename LinuxDistro to Distro.
Thomas Schwinge
- [PATCH] Rename LinuxDistro to Distro.
Rafael Espíndola
- [PATCH] Rename LinuxTargetInfo to GNUOrAndroidEnvironmentTargetInfo and handle llvm::Triple::Hurd.
Thomas Schwinge
- [PATCH] Rename LinuxTargetInfo to GNUOrAndroidEnvironmentTargetInfo and handle llvm::Triple::Hurd.
Rafael Espíndola
- [PATCH] rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
- [PATCH] Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
- [PATCH] Small fix for tgmath.h
YunZhong Gao
- [PATCH] Small fix for tgmath.h
Richard Smith
- [PATCH] Small fix for tgmath.h
YunZhong Gao
- [PATCH] Small fix for tgmath.h
Richard Smith
- [PATCH] Split line comments
Alexander Kornienko
- [PATCH] Split line comments
Daniel Jasper
- [PATCH] update to clang analyzer ObjCMissingSuperCallChecker: check classes other than UIViewController too
Benjamin Kramer
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- modularize, modularize tests - please review
Thompson, John
- modularize, modularize tests - please review
Sean Silva
- modularize, modularize tests - please review
Thompson, John
- modularize, modularize tests - please review
Sean Silva
- Patch to fix crash on invalid
Jason Haslam
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
David Blaikie
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177466 - <rdar://problem/10796651> Introduce configuration macros into module maps.
Argyrios Kyrtzidis
- r177698 - Warn about attempts to reinterpret_cast between two types that are
Richard Smith
- r177698 - Warn about attempts to reinterpret_cast between two types that are
Alexander Zinenko
- r177698 - Warn about attempts to reinterpret_cast between two types that are
John McCall
- r177705 - OpenMP threadprivate directive parsing and semantic analysis
Matt Beaumont-Gay
- r177743 - These tests fail on our Window64 machine.
jahanian
- r177753 - [ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
- r177753 - [ms-cxxabi] Implement member data pointers for non-dynamic classes
John McCall
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Nadav Rotem
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Nadav Rotem
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Rafael Espíndola
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Nadav Rotem
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Alexey Samsonov
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Nadav Rotem
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Chris Lattner
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Alexey Samsonov
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Alexey Samsonov
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
John McCall
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Nadav Rotem
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- r177853 - Re-add clang-format tests to clang/test.
Daniel Jasper
- r177886 - Added PR number for failing win64 tests.
Fariborz Jahanian
- r177905 - [analyzer] Set concrete offset bindings to UnknownVal when processing symbolic offset binding, even if no bindings are present.
Anna Zaks
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Eric Christopher
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Eric Christopher
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177915 - Emit an error message instead of crashing when dereferencing an incomplete pointer type.
Bill Wendling
- r177915 - Emit an error message instead of crashing when dereferencing an incomplete pointer type.
Richard Smith
- r177915 - Emit an error message instead of crashing when dereferencing an incomplete pointer type.
Bill Wendling
- r177916 - Correct indentation. No functionality change.
Nick Lewycky
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Douglas Gregor
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Timur Iskhodzhanov
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Douglas Gregor
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Timur Iskhodzhanov
- r177919 - Try harder to be signal-safe inside our signal handler. The most prominent behavioural
Nick Lewycky
- r177921 - Use 'touch -t', which both BSD and Linux support.
Douglas Gregor
- r177922 - Fix a layering violation introduced in r177705.
Matt Beaumont-Gay
- r177923 - Use xargs rather than
Douglas Gregor
- r177923 - Use xargs rather than
Sean Silva
- r177923 - Use xargs rather than
Douglas Gregor
- r177923 - Use xargs rather than
Sean Silva
- r177924 - Use <time.h> rather than <sys/time.h>
Douglas Gregor
- r177925 - Remove local path from test.
Douglas Gregor
- r177930 - <rdar://problem/13459871> Allow forward declaration of enums with a fixed underlying type in Objective-C (as well as C++11).
Douglas Gregor
- r177931 - For printf checking, handle nested typedefs for darwin-specific checking.
Ted Kremenek
- r177934 - Fix testcase.
Ted Kremenek
- r177939 - <rdar://problem/13358795> Teach CMake to check Subversion version information at build time, not configure time.
Douglas Gregor
- r177940 - Fix layering violation harder.
Matt Beaumont-Gay
- r177941 - <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union.
Douglas Gregor
- r177944 - <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence.
Douglas Gregor
- r177946 - clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now.
NAKAMURA Takumi
- r177948 - Objective-C: Property declaration overiding one in
Fariborz Jahanian
- r177954 - Remove some no-op static_casts.
Richard Smith
- r177957 - Implement special-case name lookup for inheriting constructors: member
Richard Smith
- r177958 - Remove FIXMEs: these are covered by a core issue which we don't yet implement
Richard Smith
- r177972 - The IRReader header is now part of its own library. Update the include
Chandler Carruth
- r177987 - Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
- r177989 - Manually specify the link dependencies. Turns out that all the work on
Chandler Carruth
- r177995 - Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL.
Alexey Samsonov
- r177997 - Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
John McCall
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Alexey Samsonov
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- r178036 - [ms-cxxabi] Mangle vector types
Reid Kleckner
- r178037 - [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses.
Argyrios Kyrtzidis
- r178041 - Add PRFCHW intrinsic support
Michael Liao
- r178042 - Fix a crasher by reporting a fatal error if we're unable to create the target
Chad Rosier
- r178053 - Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
- r178054 - [ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
- r178054 - [ms-cxxabi] Give the MS inheritance attributes a base class
Richard Smith
- r178055 - Remove useGlobalsForAutomaticVariables.
Rafael Espindola
- r178061 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now.
NAKAMURA Takumi
- r178061 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now.
Jordan Rose
- r178061 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now.
NAKAMURA Takumi
- r178063 - [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level.
Anna Zaks
- r178079 - Debug Info: remove use of magic numbers to tweak specific debug info metadata fields
David Blaikie
- r178081 - <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types.
Douglas Gregor
- r178086 - Remove a FIXME that's not planned to be fixed. We only generated crash
Chad Rosier
- r178088 - <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship returns consistent results with invalid types.
Douglas Gregor
- r178089 - [driver] Do not generate crash diagnostics if the compilation command failed
Chad Rosier
- r178092 - Remove magic number usage from CGDebugInfo with new DICompositeType::setContainingType
David Blaikie
- r178094 - [analyzer] Better test for r178063.
Anna Zaks
- r178095 - <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type.
Douglas Gregor
- r178097 - Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
- r178098 - Make the -Wreinterpret-base-class logic safe against invalid
John McCall
- r178100 - Update debug info test for schema change made to LLVM.
David Blaikie
- r178102 - If we're unable to create the TargetMachine, then just quit producing the
Chad Rosier
- r178103 - PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
- r178105 - [modules] Re-enable the "ambiguous expansion of macro" warning.
Argyrios Kyrtzidis
- r178106 - [Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
- r178106 - [Preprocessor] Remove PPMutationListener.
Douglas Gregor
- r178107 - [PCH/modules] Remove HiddenName::MacroUndef
Argyrios Kyrtzidis
- r178108 - Remove IdentifierInfo::setHadMacroDefinition()
Argyrios Kyrtzidis
- r178109 - [modules] Before marking the module imported macros as ambiguous, check if this is a case where
Argyrios Kyrtzidis
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Douglas Gregor
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Douglas Gregor
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
- r178111 - Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>.
Joao Matos
- r178117 - [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse and _Builtin_intrinsics.sse2
Argyrios Kyrtzidis
- r178120 - Pass the diagnostic in for better error messages.
Bill Wendling
- r178120 - Pass the diagnostic in for better error messages.
Evgeniy Stepanov
- r178120 - Pass the diagnostic in for better error messages.
Rafael Espíndola
- r178120 - Pass the diagnostic in for better error messages.
Bill Wendling
- r178120 - Pass the diagnostic in for better error messages.
Rafael Espíndola
- r178120 - Pass the diagnostic in for better error messages.
Bill Wendling
- r178122 - Fix testcase to add expected note.
Bill Wendling
- r178122 - Fix testcase to add expected note.
Renato Golin
- r178122 - Fix testcase to add expected note.
Alexander Zinenko
- r178122 - Fix testcase to add expected note.
Tim Northover
- r178133 - Split line comments
Alexander Kornienko
- r178136 - <rdar://problem/13317030> Consider using directives when performing unqualified name lookup into declarations contexts represented by the qualified-id but not in the actual scope hierarchy.
Douglas Gregor
- r178138 - Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.
Evgeniy Stepanov
- r178140 - Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
- r178143 - Add another expected note. Two errors => two notes.
Tim Northover
- r178143 - Add another expected note. Two errors => two notes.
Nico Weber
- r178146 - Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
- r178146 - Add const in preparation for a simplify_type change in llvm.
David Blaikie
- r178148 - <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
Douglas Gregor
- r178149 - Insert extra new line before access specifiers.
Alexander Kornienko
- r178151 - [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that
Argyrios Kyrtzidis
- r178152 - [analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not reclaimed
Anna Zaks
- r178153 - [analyzer] Cleanup: only get the PostStmt when we need the underlying Stmt + comment
Anna Zaks
- r178160 - [analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
- r178162 - Update the error handing static functions for r178161.
Chad Rosier
- r178173 - Cleanup clang's specializations of simplify_type.
Rafael Espindola
- r178173 - Cleanup clang's specializations of simplify_type.
John McCall
- r178173 - Cleanup clang's specializations of simplify_type.
Rafael Espíndola
- r178179 - Objective-C: Issue more precise warning when user
Fariborz Jahanian
- r178179 - Objective-C: Issue more precise warning when user
Jordan Rose
- r178179 - Objective-C: Issue more precise warning when user
jahanian
- r178181 - Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."
Argyrios Kyrtzidis
- r178184 - Fixes a typo in my last patch.
Fariborz Jahanian
- r178187 - Add a front-end test case for r178186.
Chad Rosier
- r178188 - Remove unnecessary attributes from test case.
Chad Rosier
- r178194 - UBSan: Don't diagnose inf/nan conversions between floating-point types. It's far from clear whether these have undefined behavior, and these checks are helping no-one. Keep the double->float overflow warnings, though, since those are useful in practice, even though it's unclear whether such operations have defined behavior.
Richard Smith
- r178196 - Simplify test to use a count for the number of notes expected.
Bill Wendling
- r178198 - Don't reject __restrict applied to a dependent type; it might instantiate to a pointer or reference type.
Richard Smith
- r178199 - [Parser] Don't code-complete twice.
Argyrios Kyrtzidis
- r178200 - Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version:
Richard Smith
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
Richard Smith
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
John McCall
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
Richard Smith
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
John McCall
- r178211 - Remove outdated FIXME.
Richard Smith
- r178213 - Revert "Update debug info test for schema change made to LLVM."
David Blaikie
- r178217 - Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic type qualifier.
Richard Smith
- r178218 - For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
- r178226 - Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
- r178227 - Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
- r178232 - [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
- r178234 - Updating LibASTMatchersReference
Edwin Vane
- r178235 - Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
- r178244 - [analyzer] For now assume all standard global 'operator new' functions allocate memory in heap.
Anton Yartsev
- r178247 - These are all simple pointer wrappers. Pass them by value.
Rafael Espindola
- r178250 - [analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
- r178255 - Fix order of initialization warning.
Eric Christopher
- r178261 - Fixed handling of comments before preprocessor directives.
Alexander Kornienko
- r178263 - Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
- r178264 - Use early return in printing logic. Minor cleanup.
Ted Kremenek
- r178270 - Rename LinuxDistro to Distro.
Thomas Schwinge
- r178272 - Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
- r178273 - Implemented a warning when an input several bitwise operations are
Sam Panzer
- r178273 - Implemented a warning when an input several bitwise operations are
Timur Iskhodzhanov
- r178273 - Implemented a warning when an input several bitwise operations are
Richard Smith
- r178273 - Implemented a warning when an input several bitwise operations are
Sam Panzer
- r178273 - Implemented a warning when an input several bitwise operations are
Timur Iskhodzhanov
- r178274 - Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
- r178282 - Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178289 - [sema] Remove unused variable from r178283
Reid Kleckner
- r178294 - Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
- r178297 - [sema] Check the result of getAsCXXRecordDecl() to fix the build
Reid Kleckner
- r178297 - [sema] Check the result of getAsCXXRecordDecl() to fix the build
Rafael Espíndola
- r178297 - [sema] Check the result of getAsCXXRecordDecl() to fix the build
John McCall
- r178297 - [sema] Check the result of getAsCXXRecordDecl() to fix the build
Reid Kleckner
- r178307 - [ms-cxxabi] Add more tests for r178297
Reid Kleckner
- r178309 - [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about.
Anna Zaks
- r178309 - [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about.
Jordan Rose
- r178309 - [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about.
Anna Zaks
- r178309 - [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about.
Anna Zaks
- r178311 - [analyzer] Document existence of ConstPointerEscape.
Anna Zaks
- r178313 - Objective-C: Produce precise diagnostic when
Fariborz Jahanian
- r178317 - Add configuration plumbing to enable static initializer branching in the CFG for the analyzer.
Ted Kremenek
- r178318 - Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
- r178318 - Add static analyzer support for conditionally executing static initializers.
Jordan Rose
- r178320 - Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
- r178321 - [analyzer] Add static initializer test case (from <rdar://problem/13227740>).
Ted Kremenek
- r178322 - [cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static variables, not just ones with explicit initializers
Ted Kremenek
- r178330 - Add XTEST intrinsic defined in TSX extension
Michael Liao
- r178331 - Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
- r178333 - Don't special case one line extern "C" decls.
Rafael Espindola
- r178335 - Fix thinko (and the bots): We still want to warn in C.
Rafael Espindola
- r178351 - Remove sign-compare warning on systems that still use 32 bit time_ts.
Benjamin Kramer
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
Jyotsna Verma
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
Rafael Ávila De Espíndola
- r178360 - Improvement on r177086.
Adrian Prantl
- r178361 - Bugfix/Followup for r177086.
Adrian Prantl
- r178371 - Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
- r178372 - [cmake] Add clang-headers as a dependency of libclang and if we have to copy them
Argyrios Kyrtzidis
- r178373 - [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them.
Argyrios Kyrtzidis
- r178374 - When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
- r178374 - When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Jordan Rose
- r178374 - When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
- r178378 - [libclang] Add test case for r178374.
Argyrios Kyrtzidis
- r178380 - [analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefValue.
Anna Zaks
- r178383 - generalize testcase
Adrian Prantl
- r178387 - [analyzer] Tests for intersections with other checkers from MallocChecker.cpp factored out to NewDelete-intersections.mm
Anton Yartsev
- r178388 - [analyzer] Enabled unix.Malloc checker.
Anton Yartsev
- r178388 - [analyzer] Enabled unix.Malloc checker.
Jordan Rose
- r178388 - [analyzer] Enabled unix.Malloc checker.
Anton Yartsev
- r178397 - [analyzer] Test added
Anton Yartsev
- r178398 - [analyzer] Garbage removed
Anton Yartsev
- r178400 - [analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
- r178401 - [analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
- r178402 - [analyzer] Restructure ExprEngine::VisitCXXNewExpr to do a bit less work.
Jordan Rose
- r178412 - Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
- r178414 - Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
- r178418 - Use kernel metadata to differentiate between kernel and device
Justin Holewinski
- r178419 - Remove old NVPTX cpus and add new NVPTX cpus
Justin Holewinski
- r178435 - Remove unused default values.
Rafael Espindola
- r178453 - Fix typo. This method isn't used anywhere.
Benjamin Kramer
Last message date:
Sun Mar 31 15:28:04 PDT 2013
Archived on: Tue Aug 4 15:30:59 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).