The Week Of Monday 25 March 2013 Archives by date
Starting: Mon Mar 25 02:14:14 PDT 2013
Ending: Sun Mar 31 15:28:04 PDT 2013
Messages: 520
- [clang-tools-extra] r177852 - Remove clang-format tests from tools/extra.
Daniel Jasper
- r177853 - Re-add clang-format tests to clang/test.
Daniel Jasper
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] Add limitations to loop convert user doc
Jack Yang
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [clang-tools-extra] r177871 - Adding clang-headers as dependency of cpp11-migrate
Edwin Vane
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH] Cpp11-migrate built without the 'default' target can't find headers properly.
Edwin Vane
- [PATCH] Add limitations to loop convert user doc
Jack Yang
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Dmitri Gribenko
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- [PATCH] Rename LinuxDistro to Distro.
Thomas Schwinge
- [PATCH] Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
- [PATCH] Rename LinuxTargetInfo to GNUOrAndroidEnvironmentTargetInfo and handle llvm::Triple::Hurd.
Thomas Schwinge
- [PATCH] Rename clang::driver::toolchains::Linux to clang::driver::toolchains::GNUOrAndroidEnvironment and handle llvm::Triple::Hurd.
Thomas Schwinge
- [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.
Thomas Schwinge
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
David Blaikie
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH] Add limitations to loop convert user doc
Edwin Vane
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH] Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Rafael Espíndola
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Rafael Espíndola
- [PATCH] Rename LinuxDistro to Distro.
Rafael Espíndola
- [PATCH] Rename LinuxTargetInfo to GNUOrAndroidEnvironmentTargetInfo and handle llvm::Triple::Hurd.
Rafael Espíndola
- [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.
Rafael Espíndola
- [PATCH] Rename clang::driver::toolchains::Linux to clang::driver::toolchains::GNUOrAndroidEnvironment and handle llvm::Triple::Hurd.
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.
Ulrich Weigand
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- [PATCH] Intercept allocation to skim allocated types
Douglas Gregor
- 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
- r177886 - Added PR number for failing win64 tests.
Fariborz Jahanian
- r177743 - These tests fail on our Window64 machine.
jahanian
- 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
- [clang-tools-extra] r177891 - Adding a failing test case for cpp11-migrate's Loop Convert Transform
Edwin Vane
- [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
- 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
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Sean Silva
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- [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
- r177905 - [analyzer] Set concrete offset bindings to UnknownVal when processing symbolic offset binding, even if no bindings are present.
Anna Zaks
- [libcxx] r177908 - Remove some erroneous code I was using to debug debug mode.
Howard Hinnant
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Eric Christopher
- 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
- 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
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Eric Christopher
- r177922 - Fix a layering violation introduced in r177705.
Matt Beaumont-Gay
- r177705 - OpenMP threadprivate directive parsing and semantic analysis
Matt Beaumont-Gay
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177923 - Use xargs rather than
Douglas Gregor
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Eric Christopher
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Timur Iskhodzhanov
- r177924 - Use <time.h> rather than <sys/time.h>
Douglas Gregor
- r177911 - IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Douglas Gregor
- r177925 - Remove local path from test.
Douglas Gregor
- r177218 - Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
- r177918 - <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
Timur Iskhodzhanov
- [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
- -mdisable-fp-elim (was: [PATCH] Handle llvm::Triple::GNU and llvm::Triple::Hurd in several places.)
Thomas Schwinge
- r177466 - <rdar://problem/10796651> Introduce configuration macros into module maps.
Argyrios Kyrtzidis
- 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
- Patch to fix crash on invalid
Jason Haslam
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- r177934 - Fix testcase.
Ted Kremenek
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Thomas Schwinge
- 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
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Chris Lattner
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Ismail Pazarbasi
- r177941 - <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union.
Douglas Gregor
- [PATCH] Avoid using the PATH_MAX constant, which may be undefined.
Sean Silva
- modularize, modularize tests - please review
Thompson, John
- r177923 - Use xargs rather than
Sean Silva
- r177923 - Use xargs rather than
Douglas Gregor
- modularize, modularize tests - please review
Sean Silva
- r177923 - Use xargs rather than
Sean Silva
- modularize, modularize tests - please review
Thompson, John
- r177944 - <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence.
Douglas Gregor
- modularize, modularize tests - please review
Sean Silva
- 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
- [PATCH] Adding a diagnostic for member templates inside a local class
YunZhong Gao
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Richard Smith
- [PATCH] Adding a diagnostic for member templates inside a local class
Jordan Rose
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [PATCH][RFC] Add PRFCHW support
Michael Liao
- [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] Allow users to specify NULL like macros to be replaced
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...
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
- r177698 - Warn about attempts to reinterpret_cast between two types that are
Richard Smith
- 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
- [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] r177960 - Added simple regression test for modularize.
John Thompson
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [clang-tools-extra] r177960 - Added simple regression test for modularize.
Richard Smith
- [PATCH] [ms-cxxabi] Mangle vector types
John McCall
- [PATCH] [ms-cxxabi] Mangle vector types
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
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Alexey Bataev
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- 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
- [PATCH] Allow users to specify NULL like macros to be replaced
Manuel Klimek
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Ismail Pazarbasi
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- [libcxx] r178016 - Need one more swap overload for swapping two lvalue vector<bool>::reference's.
Howard Hinnant
- [PATCH] Split line comments
Alexander Kornienko
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [libcxx] r178026 - Simply debug mode tests per Dmitri Gribenko's suggestion.
Howard Hinnant
- 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
- [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] [RFC]TILE-Gx: updated patch for final review
Joerg Sonnenberger
- [libcxx] r178029 - Fixed race conditions in thread tests; exposed by UBSan
Marshall Clow
- [libcxx] r178033 - More vector debug tests.
Howard Hinnant
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
John McCall
- r177698 - Warn about attempts to reinterpret_cast between two types that are
Alexander Zinenko
- [clang-tools-extra] r178034 - Docs describing limitations of the cpp11-migrate Loop Convert Transform
Edwin Vane
- [PATCH] Add limitations to loop convert user doc
Edwin Vane
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
John McCall
- r178036 - [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] Allow users to specify NULL like macros to be replaced
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.
Vane, Edwin
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- r178037 - [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses.
Argyrios Kyrtzidis
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Edwin Vane
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
John McCall
- [PATCH] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Alexander Zinenko
- 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
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [clang-tools-extra] r178047 - Revised per review comments to rename test files and rearrange input files.
John Thompson
- r178053 - Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
- r178054 - [ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
- r178055 - Remove useGlobalsForAutomaticVariables.
Rafael Espindola
- 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
- [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
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- [PATCH] Don't replace macro usage if macro body has NULL
Siraj, Tareq A
- [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] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Timur Iskhodzhanov
- [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
- [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] [RFC]TILE-Gx: updated patch for final review
Sean Silva
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- r178079 - Debug Info: remove use of magic numbers to tweak specific debug info metadata fields
David Blaikie
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178081 - <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types.
Douglas Gregor
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- r178086 - Remove a FIXME that's not planned to be fixed. We only generated crash
Chad Rosier
- r178061 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now.
Jordan Rose
- 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
- r178061 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now.
NAKAMURA Takumi
- 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
- r177698 - Warn about attempts to reinterpret_cast between two types that are
John McCall
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- r178100 - Update debug info test for schema change made to LLVM.
David Blaikie
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- 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
- [PATCH] Add a truncation warning for values under a bitwise or
Richard Smith
- [cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits
Richard Smith
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Richard Smith
- r177915 - Emit an error message instead of crashing when dereferencing an incomplete pointer type.
Richard Smith
- [PATCH] C++11: noexcept should check whether the expression is a constant expression
Richard Smith
- [PATCH] Fix recognition of empty structures/unions
Richard Smith
- r178054 - [ms-cxxabi] Give the MS inheritance attributes a base class
Richard Smith
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
John Thompson
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
Sean Silva
- [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][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- r178105 - [modules] Re-enable the "ambiguous expansion of macro" warning.
Argyrios Kyrtzidis
- r178106 - [Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
- 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
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [PATCH] Add #pragma region for MSVC mode
João Matos
- r178111 - Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>.
Joao Matos
- [cfe-commits] [Patch] Implement compiler intrinsics for MSVC 2012 type_traits
João Matos
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
John McCall
- [PATCH] Add #pragma region for MSVC mode
João Matos
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [libcxx] r178116 - Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM
Daniel Dunbar
- [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
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Dmitri Gribenko
- 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
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Alexey Samsonov
- r178122 - Fix testcase to add expected note.
Bill Wendling
- r177915 - Emit an error message instead of crashing when dereferencing an incomplete pointer type.
Bill Wendling
- [PATCH] Split line comments
Daniel Jasper
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- r178015 - Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Andy Gibbs
- r178122 - Fix testcase to add expected note.
Renato Golin
- r178122 - Fix testcase to add expected note.
Alexander Zinenko
- [PATCH] [libclang] Make clang_Cursor_getArgument work with call-exprs
Matthias Kleine
- r178133 - Split line comments
Alexander Kornienko
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- 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
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
Vane, Edwin
- 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
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- r178143 - Add another expected note. Two errors => two notes.
Tim Northover
- r178122 - Fix testcase to add expected note.
Tim Northover
- [PATCH] Insert extra new line before access specifiers.
Alexander Kornienko
- r178120 - Pass the diagnostic in for better error messages.
Evgeniy Stepanov
- [PATCH] Insert extra new line before access specifiers.
Daniel Jasper
- [PATCH] Allow users to specify NULL like macros to be replaced
Edwin Vane
- r178120 - Pass the diagnostic in for better error messages.
Rafael Espíndola
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Sean Silva
- r178146 - Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
- r178143 - Add another expected note. Two errors => two notes.
Nico Weber
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong WANG
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Jordan Rose
- [PATCH] Insert extra new line before access specifiers.
Alexander Kornienko
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- r178148 - <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
Douglas Gregor
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r178149 - Insert extra new line before access specifiers.
Alexander Kornienko
- [PATCH] Insert extra new line before access specifiers.
Daniel Jasper
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- 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
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Benjamin Kramer
- r178120 - Pass the diagnostic in for better error messages.
Bill Wendling
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Douglas Gregor
- r178106 - [Preprocessor] Remove PPMutationListener.
Douglas Gregor
- r178160 - [analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- r178146 - Add const in preparation for a simplify_type change in llvm.
David Blaikie
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- r178162 - Update the error handing static functions for r178161.
Chad Rosier
- [clang-tools-extra] r178164 - Fixed path in file comment. Fixed #include order.
John Thompson
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Benjamin Kramer
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel J. Bernal
- [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
- [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] r178172 - Added informational comment about using -x c++.
John Thompson
- r178173 - Cleanup clang's specializations of simplify_type.
Rafael Espindola
- [PATCH] cpp11-migrate segfaults transforming map<string, int>::iterator
Ariel Bernal
- r178120 - Pass the diagnostic in for better error messages.
Rafael Espíndola
- r178120 - Pass the diagnostic in for better error messages.
Bill Wendling
- [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] Enable _Static_assert inside structs/unions in C11 mode
Richard Smith
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Douglas Gregor
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- r178179 - Objective-C: Issue more precise warning when user
Fariborz Jahanian
- r178181 - Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."
Argyrios Kyrtzidis
- [clang-tools-extra] r178182 - Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces.
John Thompson
- r178179 - Objective-C: Issue more precise warning when user
Jordan Rose
- r178110 - [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
- r178184 - Fixes a typo in my last patch.
Fariborz Jahanian
- r178179 - Objective-C: Issue more precise warning when user
jahanian
- r178187 - Add a front-end test case for r178186.
Chad Rosier
- r178188 - Remove unnecessary attributes from test case.
Chad Rosier
- 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
- r178173 - Cleanup clang's specializations of simplify_type.
John McCall
- 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
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
John Thompson
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [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
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
Richard Smith
- r178211 - Remove outdated FIXME.
Richard Smith
- [clang-tools-extra] r178212 - Fix a default on covered switch found by -Wcovered-switch-default
David Blaikie
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
David Blaikie
- r178213 - Revert "Update debug info test for schema change made to LLVM."
David Blaikie
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
John Thompson
- [clang-tools-extra] r178216 - modularize - Updated futures comment.
John Thompson
- 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
- [PATCH] Private Headers for Modules
Lawrence Crowl
- [clang-tools-extra] r178223 - Revert "modularize - Fixed poor array usage."
Michael Gottesman
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Michael Gottesman
- [PATCH] OpenMP parallel directive and qualified names in threadprivate
Alexey Bataev
- [PATCH][RFC] Add RDSEED intrinsic support
Michael Liao
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Andy Gibbs
- r178226 - Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
- r178227 - Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- r178232 - [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- r178234 - Updating LibASTMatchersReference
Edwin Vane
- r178235 - Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
- [PATCH] Adding parenType() and innerType() AST Matchers
Edwin Vane
- [PATCH] Adding parenType() and innerType() AST Matchers
Edwin Vane
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Howard Hinnant
- [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
- r178244 - [analyzer] For now assume all standard global 'operator new' functions allocate memory in heap.
Anton Yartsev
- [PATCH] Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
- [PATCH] Private Headers for Modules
Rafael Espíndola
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- r178247 - These are all simple pointer wrappers. Pass them by value.
Rafael Espindola
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178173 - Cleanup clang's specializations of simplify_type.
Rafael Espíndola
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [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
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- r178250 - [analyzer] These implements unix.MismatchedDeallocatorChecker checker.
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] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Will Wilson
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [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
- [clang-tools-extra] r178167 - cpp11-migrate segfaults transforming map<string, int>::iterator
Jordan Rose
- [PATCH] Improve loop convert's variable aliasing
Jack Yang
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
John McCall
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [libcxx] r178253 - Second try at r178075. The llvm breakage has been fixed by r178240.
Howard Hinnant
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
John McCall
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- r178255 - Fix order of initialization warning.
Eric Christopher
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- [clang-tools-extra] r178259 - modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.
John Thompson
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178261 - Fixed handling of comments before preprocessor directives.
Alexander Kornienko
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Thompson, John
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Matthieu Monrocq
- 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
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [libcxx] r178267 - Fix a few warnings/errors for compiling with -fno-exceptions.
Howard Hinnant
- [libcxx] r178237 - Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.
Howard Hinnant
- 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
- r178274 - Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
- [PATCH] Fixit for -Wreinterpret-case-class
Jordan Rose
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [clang-tools-extra] r178214 - modularize - Fixed poor array usage.
Michael Gottesman
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
John McCall
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
Richard Smith
- r178282 - Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] Fix recognition of empty structures/unions
Richard Smith
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- r178210 - Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
John McCall
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
John McCall
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [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
- r178289 - [sema] Remove unused variable from r178283
Reid Kleckner
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
- r178294 - Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
Stephen Lin
- 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
- r178307 - [ms-cxxabi] Add more tests for r178297
Reid Kleckner
- r178297 - [sema] Check the result of getAsCXXRecordDecl() to fix the build
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
- r178311 - [analyzer] Document existence of ConstPointerEscape.
Anna Zaks
- r178313 - Objective-C: Produce precise diagnostic when
Fariborz Jahanian
- r178273 - Implemented a warning when an input several bitwise operations are
Timur Iskhodzhanov
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- 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
- 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
- r178320 - Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
- r178273 - Implemented a warning when an input several bitwise operations are
Timur Iskhodzhanov
- r178321 - [analyzer] Add static initializer test case (from <rdar://problem/13227740>).
Ted Kremenek
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- r178322 - [cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static variables, not just ones with explicit initializers
Ted Kremenek
- [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
- 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
- r178318 - Add static analyzer support for conditionally executing static initializers.
Jordan Rose
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [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
- [PATCH] Improve loop convert's variable aliasing
Edwin Vane
- 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
- [PATCH] rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
- [PATCH] Fix host processor identification for Sandy Bridge
Benjamin Kramer
- r177753 - [ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [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
- r177753 - [ms-cxxabi] Implement member data pointers for non-dynamic classes
John McCall
- [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
- r178351 - Remove sign-compare warning on systems that still use 32 bit time_ts.
Benjamin Kramer
- [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
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
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
- [libcxx] r178354 - Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624.
Howard Hinnant
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
Jyotsna Verma
- r178360 - Improvement on r177086.
Adrian Prantl
- r178361 - Bugfix/Followup for r177086.
Adrian Prantl
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH] Small fix for tgmath.h
YunZhong Gao
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [libcxx] r178370 - Test case was forming the wrong limits when size_t != unsigned long.
Howard Hinnant
- [PATCH] Small fix for tgmath.h
Richard Smith
- r178371 - Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
- [PATCH] 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
- r178378 - [libclang] Add test case for r178374.
Argyrios Kyrtzidis
- r178374 - When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
- [PATCH] Fix PR15558
Matt Beaumont-Gay
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Argyrios Kyrtzidis
- r178380 - [analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefValue.
Anna Zaks
- [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
- r178383 - generalize testcase
Adrian Prantl
- [PATCH] Small fix for tgmath.h
YunZhong Gao
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Small fix for tgmath.h
Richard Smith
- [PATCH] [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
- [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] Add a truncation warning for values under a bitwise or
Sam Panzer
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
Rafael Ávila De Espíndola
- 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
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- r178388 - [analyzer] Enabled unix.Malloc checker.
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
- 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
- r178388 - [analyzer] Enabled unix.Malloc checker.
Anton Yartsev
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- r178412 - Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
- [PATCH] Fix to PR15537 - assertion failure when comparing atomic unsigned int to int.
Serge Pavlov
- 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
- [libc++] [PATCH] global object initialization bug
Howard Hinnant
- [libcxx Windows][PATCH] asprintf / vasprintf fix.
Howard Hinnant
- [libcxx Windows][PATCH] uselocale change.
Howard Hinnant
- [libcxx Windows][PATCH] mbsnrtowcs and wcsnrtombs are broken.
Howard Hinnant
- [PATCH] ARC + collection literal fix
Jesse Rusak
- [PATCH] new clang-analyzer checker that verifies ObjC API usage in UIViewController subclasses [v4]
Benjamin Kramer
- [PATCH] update to clang analyzer ObjCMissingSuperCallChecker: check classes other than UIViewController too
Benjamin Kramer
- [libcxx Windows][PATCH] uselocale change.
João Matos
- r178435 - Remove unused default values.
Rafael Espindola
- [libc++] [PATCH] global object initialization bug
WenHan Gu (谷汶翰)
- [libcxx][PATCH] Fix for CMakelists.txt
Howard Hinnant
- [libc++] [PATCH] global object initialization bug
Howard Hinnant
- [patch] Don't compute a "patched" storage class
Rafael Espíndola
- r178453 - Fix typo. This method isn't used anywhere.
Benjamin Kramer
- [PATCH] Adding parenType() and innerType() AST Matchers
Manuel Klimek
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).