The Week Of Monday 25 March 2013 Archives by thread
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] 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][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
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][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
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
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] Cpp11-migrate built without the 'default' target can't find headers properly.
Edwin Vane
- [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
- r177819 - Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
Ulrich Weigand
- [PATCH] Intercept allocation to skim allocated types
Douglas Gregor
- r177886 - Added PR number for failing win64 tests.
Fariborz Jahanian
- r177743 - These tests fail on our Window64 machine.
jahanian
- [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
- [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
- 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
- r177922 - Fix a layering violation introduced in r177705.
Matt Beaumont-Gay
- r177705 - OpenMP threadprivate directive parsing and semantic analysis
Matt Beaumont-Gay
- r177923 - Use xargs rather than
Douglas Gregor
- r177924 - Use <time.h> rather than <sys/time.h>
Douglas Gregor
- r177925 - Remove local path from test.
Douglas Gregor
- [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
- 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
- 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
- [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
- 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
- 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] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Loïc Jaquemet
- [PATCH][RFC] Add PRFCHW support
Michael Liao
- 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
- 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
- [libcxx] r178016 - Need one more swap overload for swapping two lvalue vector<bool>::reference's.
Howard Hinnant
- [PATCH] Split line comments
Alexander Kornienko
- [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
- [clang-tools-extra] r178034 - Docs describing limitations of the cpp11-migrate Loop Convert Transform
Edwin Vane
- [PATCH] Fix recognition of empty structures/unions
Serge Pavlov
- r178036 - [ms-cxxabi] Mangle vector types
Reid Kleckner
- [PATCH] [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [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] 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
- [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
- [PATCH] Don't replace macro usage if macro body has NULL
Siraj, Tareq A
- [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
- 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
- [PATCH][RFC] Add XTEST intrinsic defined in TSX extension
Michael Liao
- 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
- [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
- 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
- [clang-tools-extra] r178104 - Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
John Thompson
- [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
- 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
- [PATCH] Add #pragma region for MSVC mode
João Matos
- r178111 - Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>.
Joao Matos
- [libcxx] r178116 - Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM
Daniel Dunbar
- 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
- r178122 - Fix testcase to add expected note.
Bill Wendling
- [PATCH] Enable _Static_assert inside structs/unions in C11 mode
Andy Gibbs
- [PATCH] [libclang] Make clang_Cursor_getArgument work with call-exprs
Matthias Kleine
- 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
- [PATCH] Define __SIZE_MAX__ preprocessor macro
Evgeniy Stepanov
- r178143 - Add another expected note. Two errors => two notes.
Tim Northover
- [PATCH] Insert extra new line before access specifiers.
Alexander Kornienko
- r178146 - Add const in preparation for a simplify_type change in llvm.
Rafael Espindola
- 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
- [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] r178172 - Added informational comment about using -x c++.
John Thompson
- r178173 - Cleanup clang's specializations of simplify_type.
Rafael Espindola
- [PATCH] Use 'auto' with 'new' expressions
Edwin Vane
- 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
- 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
- [clang-tools-extra] r178207 - modularize - revised to group duplicate symbols together in the error output.
John Thompson
- 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
- 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
- [PATCH][RFC] Add RDSEED intrinsic support
Michael Liao
- 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
- [PATCH] Adding parenType() and innerType() AST Matchers
Edwin Vane
- [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
- r178247 - These are all simple pointer wrappers. Pass them by value.
Rafael Espindola
- [PATCH] Fixit for -Wreinterpret-case-class
Alexander Zinenko
- r178250 - [analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
- [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
- [PATCH] Improve loop convert's variable aliasing
Jack Yang
- [libcxx] r178253 - Second try at r178075. The llvm breakage has been fixed by r178240.
Howard Hinnant
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- r178255 - Fix order of initialization warning.
Eric Christopher
- [clang-tools-extra] r178259 - modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.
John Thompson
- 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
- [libcxx] r178267 - Fix a few warnings/errors for compiling with -fno-exceptions.
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
- r178282 - Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
- r178283 - [ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
- [PATCH] Avoid llvm_unreachable when friend-ing a using declaration
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
- r178289 - [sema] Remove unused variable from r178283
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
- 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
- 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
- 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
- [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
- [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] r178354 - Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624.
Howard Hinnant
- 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] Small fix for tgmath.h
YunZhong Gao
- [libcxx] r178370 - Test case was forming the wrong limits when size_t != unsigned long.
Howard Hinnant
- 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
- r178378 - [libclang] Add test case for r178374.
Argyrios Kyrtzidis
- [PATCH] Fix PR15558
Matt Beaumont-Gay
- r178380 - [analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefValue.
Anna Zaks
- r178383 - generalize testcase
Adrian Prantl
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- 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
- 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
- [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
- r178435 - Remove unused default values.
Rafael Espindola
- [libcxx][PATCH] Fix for CMakelists.txt
Howard Hinnant
- [patch] Don't compute a "patched" storage class
Rafael Espíndola
- 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).