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