The Week Of Monday 25 August 2014 Archives by thread
Starting: Mon Aug 25 00:37:37 PDT 2014
Ending: Sun Aug 31 21:23:55 PDT 2014
Messages: 600
- [PATCH] ASTMatcher for Attr
Manuel Klimek
- [LLVMdev] Usability of phabricator review threads for non-phab-users
Manuel Klimek
- r216377 - clang-format: Improve formatting of nested builder-type calls.
Daniel Jasper
- [PATCH] Fix analyzer crash when defining strange prototype of malloc
Daniel Fahlgren
- [PATCH] [mips] Zero-sized structs cannot be ignored in MipsABIInfo::classifyReturnType() for O32
Simon Atanasyan
- r216378 - clang-format: Understand sequenced casts.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- r216379 - Add hasAttr matcher for declarations.
Manuel Klimek
- r216380 - [ASan] Rename the ASan dynamic RT
Timur Iskhodzhanov
- [PATCH] [ASan] Rename the ASan dynamic RT
Timur Iskhodzhanov
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- r216381 - Follow-up to r216380: update test expectations
Timur Iskhodzhanov
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Renato Golin
- [libcxx] r216384 - Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to build the dylib with MSVC, which doesn't support noexcept (sheesh\!). Thanks to K-ballo for the report.
Marshall Clow
- A patch to move codegen includes into public include
Rafael Espíndola
- r216385 - ASTVector: Fix return value of various insert() methods.
Will Dietz
- [PATCH] Pragma Loop constant expression support
Tyler Nowicki
- Relational comparison with bitwise results is always true/false
Anders Rönnholm
- [PATCH] ASTVector: Fix return value of various insert() methods
Will Dietz
- r216282 - Objective-C. Update my previous patch to not warn if
jahanian
- [PATCH] [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Timur Iskhodzhanov
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- [clang-tools-extra] r216396 - Update for LLVM api change
Rafael Espindola
- r216397 - Update for llvm api change.
Rafael Espindola
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- [PATCH] PR19864: Revert r209764 in favor of the fix in r215766 (loop backedge jump attributed to confusing location when the last source line of a loop is inside a conditional)
jingham at apple.com
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Richard Smith
- [PATCH] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- r216404 - Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
- r216405 - Objective-C modernization. Convert -initWithUTF8String messaging
Fariborz Jahanian
- [PATCH] align_value attribute in Clang
hfinkel at anl.gov
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- r216408 - Objective-C. Allow [super initialize] in an +initialize
Fariborz Jahanian
- release_35 patches for unroll pragma
Hal Finkel
- r216410 - Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
- [PATCH] [analyzer] Detect use-after-free scenarios in -dealloc after calling [super dealloc]
David Kilzer
- [PATCH] ASTMatchers: Add support for Objective-C
David Kilzer
- [PATCH] [libcxx] Get categories.numeric and facet.numpunct localization tests passing on linux
Marshall Clow
- r216417 - Fix typo.
Richard Smith
- [PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.
Dan Albert
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Keno Fischer
- r216434 - [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- r216437 - [modules] Track the described template in an alias declaration that is the
Richard Smith
- r216438 - Passing a variable to std::move now counts as a use for -Wuninitialized
Richard Trieu
- r215471 - Improve -Wuninitialized to catch const classes being used in their own copy
Richard Trieu
- [PATCH] [clang-format] Add SpacesInSquareBrackets option. Fix LLVM bug #17887.
Marek Kurdej
- [libcxx] r215740 - Revert "Turn off extern templates for most uses."
Evgeniy Stepanov
- r216445 - clang-format: Improve handling of block comments in braced lists.
Daniel Jasper
- r216446 - arm_acle: Implement swap intrinsic
Yi Kong
- r216447 - [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Timur Iskhodzhanov
- r216449 - clang-format: New option SpacesInSquareBrackets.
Daniel Jasper
- r216452 - ARM: Add dbg builtin intrinsic
Yi Kong
- r216453 - arm_acle: Add mappings for dbg intrinsic
Yi Kong
- r216456 - This test was updated in r216397, but was failing on Windows due to mixed path separators as well as case sensitivity of the "no" in "no such file or directory." Rather than revert this file back to its original form, I've made some incredibly ugly regexes so that it will pass everywhere.
Aaron Ballman
- r216457 - Some versions of MSVC do not support initializer list construction of vectors, so this fixes a broken build from r216385.
Aaron Ballman
- [PATCH] Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
- [PATCH] make analyzer track memory allocated by if_nameindex
Daniel Fahlgren
- [clang-tools-extra] r216462 - [clang-tidy] If we're going to change the header guard in the #endif comment
Benjamin Kramer
- r216463 - Switching from std::vector to llvm::ArrayRef per post-commit review suggestion.
Aaron Ballman
- r216467 - Update for llvm api change.
Rafael Espindola
- [PATCH v4 0/8] Initial implementation of delayed typo correction.
Kaelyn Takata
- [PATCH v4 2/8] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- r216469 - c11- Check for c11 language option as documentation says
Fariborz Jahanian
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Dan Albert
- r216472 - Convert MC command line flag for fatal assembler warnings into a proper
Joerg Sonnenberger
- r216474 - [test/CodeGen/ARM] Update arm_neon_intrinsics test case to actually test the
Quentin Colombet
- r216476 - Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
- r216477 - Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compat
Reid Kleckner
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Samuel Benzaquen
- r216478 - Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
- r216479 - Fix an incorrect assert condition added in r216410.
Alexey Samsonov
- r216480 - [libclang] Fixup the cursor spelling range for C++ destructors, operator overloads, and conversion functions.
Argyrios Kyrtzidis
- [PATCH] Fix for clang_Cursor_getSpellingNameRange() reportage of C++ functions
Argyrios Kyrtzidis
- [libcxxabi] r216482 - Remove strict dependency on llvm-config.
Dan Albert
- r216485 - revert patch r216469.
Fariborz Jahanian
- [patch] Don't assert when calling a pure method with exception spec of a template class
Nico Weber
- r213365 - Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
Bob Wilson
- [PATCH] Newlib names ELAST differently than linux
Jon Roelofs
- [PATCH] Fix clang Makefile build with libxml2 enabled and CPPFLAGS is passed in
Keno Fischer
- [PATCH] Add an extra flag to libcxxabi buildit to link compiler runtime libraries
Keno Fischer
- r216489 - Update for llvm api change
Rafael Espindola
- r216490 - Clarify comment so this doesn't appear to be a C11-only rule.
Richard Smith
- r216491 - Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
- r216493 - Update for llvm api change.
Rafael Espindola
- [PATCH] Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
Jon Roelofs
- r216495 - Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- r216496 - Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp
Julien Lerouge
- [libcxx] r216497 - [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
- r216499 - Attempt to address cmake buildbot failure
Keno Fischer
- r216501 - clang-format: Don't butcher __asm blocks.
Daniel Jasper
- r216503 - [modules] Don't assert when merging virtual functions that override other
Richard Smith
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Fix the -fkeep-inline-functions flag
Steven Wu
- r216506 - Fix missing component.
Julien Lerouge
- r216507 - Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)
Julien Lerouge
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
Richard Trieu
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Justin Bogner
- [libcxx] r216508 - Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."
Jonathan Roelofs
- [PATCH] Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
- r216509 - ClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen requires, at least, AST, Basic, Frontend, and Lex.
NAKAMURA Takumi
- [PATCH] [libcxx] Get categories.time localization tests passing on linux
Eric Fiselier
- r216514 - ClangCodeGenTests: Reorder libdeps.
NAKAMURA Takumi
- r216515 - [CMake] ClangCodeGenTests: Add Core. It's referenced by the test.
NAKAMURA Takumi
- r216516 - ClangCodeGenTests: Prune redundant libdeps.
NAKAMURA Takumi
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
Eric Fiselier
- r216517 - Refactor the diagnostic DeclContext printing. No functionality change.
Richard Trieu
- r216518 - PR20760: Don't assert (and produce better diagnostics) if a default initializer
Richard Smith
- r216519 - Change a few methods to static methods. No functionality change.
Richard Trieu
- r216520 - Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
- r216522 - Driver: Restore -fkeep-inline-functions as an ignored flag
Justin Bogner
- [PATCH] Add RewriteBuffer::toString() and make use of it.
Shuo Chen
- r216526 - Refactor one of the larger functions for Type Diffing into smaller functions.
Richard Trieu
- r216527 - Fix some cases were ArrayRefs were being passed by reference.
Craig Topper
- r216528 - Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created.
Craig Topper
- [clang-tools-extra] r216529 - Simplify creation of a couple ArrayRefs by using None and makeArrayRef.
Craig Topper
- r213609 - Fix a template diffing problem were an '&' is unexpectedly printed in
Richard Trieu
- r216531 - Significantly fix Clang's header search for Ubuntu (and possibly other
Chandler Carruth
- r216533 - [asan] Restore asan-rt name on linux back to pre-r216380.
Evgeniy Stepanov
- r216535 - Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
- r216540 - clang-format: Fix regression in formatting of braced initializers.
Daniel Jasper
- [libcxx] r216548 - Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
Jonathan Roelofs
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Benjamin Kramer
- r216550 - Add support for the static analyzer to synthesize function implementations from external model files.
Ted Kremenek
- [clang-tools-extra] r216551 - Adjust call 'CreateAnalysisConsumer' due to API tweak.
Ted Kremenek
- [PATCH] Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- r216552 - Use unique_ptr instead of OwningPtr. I'm not certain how this compiled.
Ted Kremenek
- r216557 - Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
NAKAMURA Takumi
- r216558 - Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
- r216560 - Objective-C. When multiple nullary selectors are found in
Fariborz Jahanian
- [libcxx] r216561 - Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie.
Eric Fiselier
- r216562 - Call ResolveExceptionSpec for non-OdrUsed functions.
Nico Weber
- r216565 - clang-format: Address review comments of r216501.
Daniel Jasper
- r216572 - Fix PR20773 which I introduced with a silly edit mistake in r216531.
Chandler Carruth
- r216574 - Fix regression in r216520: don't apply nonnull to non-pointer function
Richard Smith
- r216576 - Update for llvm API change.
Rafael Espindola
- r216577 - Add tests for variadic functions versus attribute nonnull in the static analyzer.
Richard Smith
- [PATCH] Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- [clang-tools-extra] r216584 - Update for LLVM api change.
Rafael Espindola
- r216585 - Update for LLVM api change.
Rafael Espindola
- [libcxx] r216594 - Creating release candidate rc4 from release_350 branch
Bill Wendling
- [libcxxabi] r216595 - Creating release candidate rc4 from release_350 branch
Bill Wendling
- r216610 - Objective-C. Change to method lookup rules to look
Fariborz Jahanian
- r216614 - Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr.
David Blaikie
- [clang-tools-extra] r216615 - Update for Clang API change.
David Blaikie
- [PATCH] Throw std::bad_array_new_length as expected
Aaron Ballman
- r216619 - Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- r216620 - Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- r216627 - More -Wuninitialized updates
Richard Trieu
- r216628 - PR20769: Fix confusion when checking whether a prior default argument was in
Richard Smith
- [PATCH] [analyzer] [patch] Path-sensitive different.IntegerOverflow checker
Anna Zaks
- r216633 - [modules] Add an assert that we properly manage the IsCompleteDefinition flag
Richard Smith
- r216635 - Kill one of EmitCallArgs overloads. NFC.
Alexey Samsonov
- r216638 - Properly handle multiple nonnull attributes in CodeGen
Alexey Samsonov
- r216639 - [modules] Number anonymous declarations that are lexically within mergeable
Richard Smith
- [PATCH] Use Store Size not Alloc Size when Coercing
Thomas Jablin
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Alexey Bataev
- r216641 - During cross field uninitialized checking, when processing an assignment,
Richard Trieu
- r216649 - [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- r216652 - [modules] When completing the redecl chain for an anonymous declaration in a
Richard Smith
- [libclc] r216653 - Fix build against LLVM SVN >= r216393
Michel Danzer
- [libclc] r216654 - Fix build against LLVM SVN >= r216488
Michel Danzer
- r216655 - Fixed test compatibility with MSVC codegen.
Alexey Bataev
- [PATCH] Validate clang-tidy check names.
Alexander Kornienko
- r216658 - arm_acle: Implement data processing intrinsics
Yi Kong
- [PATCH] [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Oliver Stannard
- [PATCH] XCore target: symbols in the .cp.rodata section must be 4 byte aligned
Richard Osborne
- r216662 - [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Oliver Stannard
- [PATCH] CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
- r216664 - [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550.
NAKAMURA Takumi
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- [PATCH] Cache the memoization data for DynTypedNodes.
Samuel Benzaquen
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- r216669 - arm_acle: Fix error in ROR implementation
Yi Kong
- [PATCH] [analyzer] [proposal] Fix for PR20653
Aleksei Sidorin
- r216671 - Cache the memoization data for DynTypedNodes.
Samuel Benzaquen
- [PATCH] ASTMatchers: Implement hasNextSibling()
David Kilzer
- r216675 - Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644.
Aaron Ballman
- r216676 - Objective-C IRGen. Fixes an assertion crash caused by inconsistent
Fariborz Jahanian
- r216677 - Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi.
Aaron Ballman
- [PATCH] [libc++abi] Support for __cxa_bad_array_new_length
Aaron Ballman
- r216683 - [modules] PR20786: add (already passing) regression test from the bug report.
Richard Smith
- [PATCH] Fix "#pragma clang __debug overflow_stack" for MSVC builds
Greg Bedwell
- r216685 - Oops, use correct RUN: line for test.
Richard Smith
- r216687 - Call powerpc-darwin external tools with -arch ppc.
Rafael Espindola
- [PATCH] Call powerpc-darwin external tools with -arch ppc
Rafael Espíndola
- r216691 - Don't create a null reference to NestedNameSpecifier.
Alexey Samsonov
- [PATCH] call __asan_load_cxx_array_cookie when loading array cookie in asan mode.
Kostya Serebryany
- r216694 - Properly align inline space for ImplicitConversionSequences in OverloadSet.
Alexey Samsonov
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Dan Albert
- r216695 - Don't load ill-formed AmbiguityKind in Sema::Lookup.
Alexey Samsonov
- r216696 - Don't load invalid enum value in Sema::LazilyCreateBuiltin.
Alexey Samsonov
- r216697 - Don't create a null reference in ASTUnit::LoadFromCommandLine.
Alexey Samsonov
- [PATCH] Use the integrated assembler by default on FreeBSD/NetBSD sparc
Brad Smith
- r216699 - Better codegen support for DLL attributes being dropped after the first declaration (PR20792)
Hans Wennborg
- r216701 - Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version of LLVM/Clang.
Alexey Samsonov
- r216702 - call __asan_load_cxx_array_cookie when loading array cookie in asan mode.
Kostya Serebryany
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Eric Fiselier
- r216707 - unique_ptrify clang::BackendConsumer::takeModule
David Blaikie
- r216710 - Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>.
Craig Topper
- [clang-tools-extra] r216711 - Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.
Craig Topper
- r216712 - Improve unique_ptr-y ownership in ASTUnit::ComputePreamble
David Blaikie
- r216713 - unique_ptrify Driver Action handling
David Blaikie
- r216714 - CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
- r216715 - unique_ptrify SourceManager::createFileID
David Blaikie
- [clang-tools-extra] r216718 - [clang-tidy] Don't suggest naming unnamed parameters on deleted/defaulted functions.
Benjamin Kramer
- r216722 - Use store size instead of alloc size when coercing.
James Molloy
- r216723 - ASTMatchers: Replace some copies of the bound nodes tree builder with moves.
Benjamin Kramer
- r216724 - clang-format: Fix unary operator detection in corner case.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Benjamin Kramer
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jon Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jon Roelofs
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- [clang-tools-extra] r216726 - [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Benjamin Kramer
- [clang-tools-extra] r216727 - Try to fix test on msvc and 32 bit hosts.
Benjamin Kramer
- [libcxxabi] r216730 - Make _Unwind_Backtrace() work on ARM.
Dan Albert
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Abramo Bagnara
- [libcxxabi] r216738 - Add missing include to a test case.
Dan Albert
- r216740 - unique_ptrify Directives in VerifyDiagnosticConsumer
David Blaikie
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- r216742 - Provide a BuryPointer for unique_ptrs.
David Blaikie
- r216743 - One other BuryPointer of a unique_ptr cleanup.
David Blaikie
- r216749 - Check in a test case for the problem with late-dropped dllimport (PR20803)
Hans Wennborg
- r216751 - unique_ptr-ify PathDiagnosticPiece ownership
David Blaikie
- r216752 - unique_ptrify PathDiagnostic::setEndOfPath's argument
David Blaikie
- [PATCH] [analyzer] Fix ObjC Dealloc Checker to operate only on classes with retained properties
Anna Zaks
- r216753 - Objective-C. Tweak diagnosing properties that are not auto-synthesized.
Fariborz Jahanian
- [PATCH] Add a flag to disable all analyzer warnings
Anna Zaks
- r216754 - unique_ptrify the diagnostics in CXDiagnosticSetImpl
David Blaikie
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r216755 - unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFG
David Blaikie
- [PATCH] [libcxx] Emulation of atomic builtins for MSVC
Agustín Bergé
- [PATCH] [libcxx] Initializer list support for MSVC
Agustín Bergé
- r216756 - unique_ptrify Preprocessor's TokenLexerCache
David Blaikie
- r216758 - unique_ptrify HeaderMap::FileBuffer
David Blaikie
- r216761 - unique_ptrify thep passing of BugReports to BugReportEquivClass
David Blaikie
- r216763 - Add an option to silence all analyzer warnings.
Anna Zaks
- r216764 - unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
David Blaikie
- r216765 - unique_ptrify clang::ento::createCheckerManager
David Blaikie
- r216767 - unique_ptrify the raw_ostream argument to clang::serialized_diags::create
David Blaikie
- r216769 - Objective-C [qoi]. If property is going to be implemented
Fariborz Jahanian
- r216777 - Add a comment, no functional change.
Nico Weber
- r216778 - Fix for PR20660, where unexpanded parameter pack in function parameter clause causes clang to crash.
Larisse Voufo
- r216782 - Make all virtual member pointers use variadic musttail calls
Reid Kleckner
- [PATCH] unexpected/terminate support for MS CRT
Agustín Bergé
- r216783 - Fixup for r216763. Add a driver test.
Anna Zaks
- r216785 - unique_ptrify some parameters to PTHManager::PTHManager
David Blaikie
- r216786 - unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleter
David Blaikie
- r216791 - Fix my broken test cases.
Reid Kleckner
- r216796 - Add some missing test coverage for merging 'extern "C"' functions with modules.
Richard Smith
- r216800 - Debug info: Only emit C++ accessibility specifiers when they are diverging
Adrian Prantl
- [PATCH] [libcxx] type_info support for MSVC
Agustín Bergé
- r216802 - Cleanup the test a bit. It was too dependent on the output order.
Rafael Espindola
- r216806 - [modules] Fix deserialization cycle when loading a tag declaration with a typedef name for linkage purposes. When loading the type, delay loading its typedef until we've finished loading and merging the type. In its place, save out the name of the typedef, which we need for merging purposes.
Richard Smith
- r216807 - Cleanup test.
Rafael Espindola
- [PATCH] [analyzer] Remove duplicate test case from MissingDealloc.m
David Kilzer
- r216824 - Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>.
Craig Topper
- r216825 - Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
Craig Topper
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Dan Albert
- [PATCH] [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_ABI_INCLUDE_PATHS
Dan Albert
- [PATCH] clang/Frontend/MultiplexConsumer.h
Vassil Vassilev
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- r216829 - clang/test/CodeGenCXX/debug-info-access.cpp: Use %itanium_abi_triple to appease msvc. "[def] [free]" can be seen in different order.
NAKAMURA Takumi
- r216834 - Tests for DR525-550.
Richard Smith
- r216836 - cxx_status: the name C++14 isn't provisional any more.
Richard Smith
- r216837 - cxx_status: we did support some of C++14 in Clang 3.3.
Richard Smith
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
- r216841 - clang/test/CXX/drs/dr5xx.cpp: Suppress dr547 for targeting MSVC x86 for now, due to incompatibility of attribute(thiscall).
NAKAMURA Takumi
- [PATCH] additional bit values for cpuid.h
Jonathan Gray
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
Last message date:
Sun Aug 31 21:23:55 PDT 2014
Archived on: Tue Aug 4 15:31:49 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).