The Week Of Monday 25 August 2014 Archives by date
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
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- [PATCH] ASTMatcher for Attr
Jacques Pienaar
- [PATCH] ASTMatcher for Attr
Jacques Pienaar
- r216379 - Add hasAttr matcher for declarations.
Manuel Klimek
- [PATCH] ASTMatcher for Attr
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
- r216380 - [ASan] Rename the ASan dynamic RT
Timur Iskhodzhanov
- [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
- [PATCH] [clang-tidy] Add a checker for long functions.
Benjamin Kramer
- 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
- r216282 - Objective-C. Update my previous patch to not warn if
jahanian
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Quentin Colombet
- [PATCH] [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Timur Iskhodzhanov
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Quentin Colombet
- [PATCH] [clang-tidy] Add a checker for long functions.
Ted Kremenek
- 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.
Quentin Colombet
- r216282 - Objective-C. Update my previous patch to not warn if
Jean-Daniel Dupas
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH] [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Alexey Samsonov
- r216282 - Objective-C. Update my previous patch to not warn if
jahanian
- [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] [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
- A patch to move codegen includes into public include
DeadMG
- [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] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Richard Smith
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- 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
- r216282 - Objective-C. Update my previous patch to not warn if
jahanian
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- Relational comparison with bitwise results is always true/false
Richard Trieu
- 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
- A patch to move codegen includes into public include
Reid Kleckner
- A patch to move codegen includes into public include
DeadMG
- [PATCH] [analyzer] Detect use-after-free scenarios in -dealloc after calling [super dealloc]
David Kilzer
- Relational comparison with bitwise results is always true/false
Richard Smith
- A patch to move codegen includes into public include
Richard Smith
- A patch to move codegen includes into public include
Rafael Espíndola
- [PATCH] ASTMatchers: Add support for Objective-C
David Kilzer
- [PATCH] [libcxx] Get categories.numeric and facet.numpunct localization tests passing on linux
Marshall Clow
- [PATCH] ASTMatchers: Add support for Objective-C
David Kilzer
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Bob Wilson
- [PATCH] [libcxx] Get categories.numeric and facet.numpunct localization tests passing on linux
Marshall Clow
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Richard Smith
- A patch to move codegen includes into public include
DeadMG
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- A patch to move codegen includes into public include
Chandler Carruth
- r216417 - Fix typo.
Richard Smith
- A patch to move codegen includes into public include
Richard Smith
- [PATCH] [libcxx] Get categories.numeric and facet.numpunct localization tests passing on linux
Eric Fiselier
- [PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.
Dan Albert
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Quentin Colombet
- [PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.
Jonathan Roelofs
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Bob Wilson
- A patch to move codegen includes into public include
Sean Silva
- A patch to move codegen includes into public include
Chandler Carruth
- A patch to move codegen includes into public include
Reid Kleckner
- A patch to move codegen includes into public include
Chandler Carruth
- A patch to move codegen includes into public include
Sean Silva
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Keno Fischer
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Reid Kleckner
- A patch to move codegen includes into public include
Chandler Carruth
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Richard Smith
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Dan Albert
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Dan Albert
- A patch to move codegen includes into public include
Sean Silva
- A patch to move codegen includes into public include
Chandler Carruth
- r216410 - Pass actual CXXConstructExpr instead of argument iterators
Richard Trieu
- r216434 - [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- A patch to move codegen includes into public include
Sean Silva
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- 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.
Alexey Bataev
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Keno Fischer
- r216438 - Passing a variable to std::move now counts as a use for -Wuninitialized
Richard Trieu
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Richard Smith
- r215471 - Improve -Wuninitialized to catch const classes being used in their own copy
Richard Trieu
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Bataev, Alexey
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- r216282 - Objective-C. Update my previous patch to not warn if
Jean-Daniel Dupas
- [PATCH] [clang-format] Add SpacesInSquareBrackets option. Fix LLVM bug #17887.
Marek Kurdej
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
James Molloy
- [PATCH] ASTMatchers: Add support for Objective-C
Manuel Klimek
- [PATCH] ASTMatchers: Add support for Objective-C
Manuel Klimek
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Renato Golin
- [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
- [PATCH] [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Timur Iskhodzhanov
- [PATCH] [clang-tidy] Add a checker for long functions.
Alexander Kornienko
- r216449 - clang-format: New option SpacesInSquareBrackets.
Daniel Jasper
- [PATCH] [clang-format] Add SpacesInSquareBrackets option. Fix LLVM bug #17887.
Daniel Jasper
- r216452 - ARM: Add dbg builtin intrinsic
Yi Kong
- r216453 - arm_acle: Add mappings for dbg intrinsic
Yi Kong
- A patch to move codegen includes into public include
DeadMG
- 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.
Renato Golin
- 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] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
- [PATCH] align_value attribute in Clang
Aaron Ballman
- [PATCH] align_value attribute in Clang
Hal Finkel
- [PATCH] make analyzer track memory allocated by if_nameindex
Daniel Fahlgren
- [PATCH] align_value attribute in Clang
Aaron Ballman
- [PATCH] ASTMatchers: Add support for Objective-C
Jordan Rose
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Bob Wilson
- [clang-tools-extra] r216462 - [clang-tidy] If we're going to change the header guard in the #endif comment
Benjamin Kramer
- [libcxx] r215740 - Revert "Turn off extern templates for most uses."
Kostya Serebryany
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Renato Golin
- [PATCH] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Nico Weber
- 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.
David Blaikie
- r216457 - Some versions of MSVC do not support initializer list construction of vectors, so this fixes a broken build from r216385.
Aaron Ballman
- Relational comparison with bitwise results is always true/false
Daniel Marjamäki
- r216467 - Update for llvm api change.
Rafael Espindola
- r216463 - Switching from std::vector to llvm::ArrayRef per post-commit review suggestion.
Will Dietz
- [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] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Nico Weber
- [libcxx] r215740 - Revert "Turn off extern templates for most uses."
Eric Fiselier
- [PATCH] Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Reid Kleckner
- [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
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Dan Albert
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Quentin Colombet
- [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] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jon Roelofs
- r216476 - Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
- r216477 - Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compat
Reid Kleckner
- [libcxx] r215740 - Revert "Turn off extern templates for most uses."
Evgeniy Stepanov
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Samuel Benzaquen
- r216249 - [test/CodeGen/ARM] Adpat test to match new codegen after r216236.
Renato Golin
- r216469 - c11- Check for c11 language option as documentation says
Richard Smith
- 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
- r216410 - Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
- [PATCH] Fix for clang_Cursor_getSpellingNameRange() reportage of C++ functions
Argyrios Kyrtzidis
- [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)
Chandler Carruth
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Dan Albert
- [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)
Adrian Prantl
- [libcxxabi] r216482 - Remove strict dependency on llvm-config.
Dan Albert
- [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] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Marshall Clow
- [PATCH] [libcxxabi] Remove strict dependency on llvm-config.
Dan Albert
- r216469 - c11- Check for c11 language option as documentation says
jahanian
- [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
- r216469 - c11- Check for c11 language option as documentation says
Jordan Rose
- r216469 - c11- Check for c11 language option as documentation says
jahanian
- r216485 - revert patch r216469.
Fariborz Jahanian
- [patch] Don't assert when calling a pure method with exception spec of a template class
Nico Weber
- r216469 - c11- Check for c11 language option as documentation says
jahanian
- r213365 - Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
Bob Wilson
- [PATCH] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- [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
- [PATCH] Newlib names ELAST differently than linux
Dan Albert
- r213365 - Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
Reid Kleckner
- 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
- r216469 - c11- Check for c11 language option as documentation says
Richard Smith
- [PATCH] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Nico Weber
- [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
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- r216496 - Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp
Julien Lerouge
- r216489 - Update for llvm api change
David Blaikie
- [PATCH] Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
Eric Fiselier
- r216491 - Win64 ABI shouldn't extend integer type arguments.
Rafael Espíndola
- r216491 - Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
- r216469 - c11- Check for c11 language option as documentation says
jahanian
- [PATCH] Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Phabricator
- r216489 - Update for llvm api change
Rafael Espíndola
- [libcxx] r216497 - [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Dan Albert
- r216495 - Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Nico Weber
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jon Roelofs
- r216495 - Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jon Roelofs
- r216495 - Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
- r216472 - Convert MC command line flag for fatal assembler warnings into a proper
Rafael Avila de Espindola
- r216499 - Attempt to address cmake buildbot failure
Keno Fischer
- [PATCH] Newlib names ELAST differently than linux
Jon Roelofs
- r216501 - clang-format: Don't butcher __asm blocks.
Daniel Jasper
- [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
Alexey Samsonov
- [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
Jon Roelofs
- [PATCH] Newlib names ELAST differently than linux
Dan Albert
- [PATCH] Fix the -fkeep-inline-functions flag
Steven Wu
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- [PATCH] Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH] [libcxx] Get categories.numeric and facet.numpunct localization tests passing on linux
Eric Fiselier
- 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
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Chandler Carruth
- [PATCH] Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
- [PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jon Roelofs
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Jonathan Roelofs
- r216509 - ClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen requires, at least, AST, Basic, Frontend, and Lex.
NAKAMURA Takumi
- [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
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Justin Bogner
- 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
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Eric Fiselier
- [libcxx] r216317 - Add return statement to a test class's assignment operator. Defect found by Coverity Scan.
Justin Bogner
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
Eric Fiselier
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
David Blaikie
- 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
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- r216519 - Change a few methods to static methods. No functionality change.
Richard Trieu
- r216501 - clang-format: Don't butcher __asm blocks.
Manuel Klimek
- r216520 - Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- r216522 - Driver: Restore -fkeep-inline-functions as an ignored flag
Justin Bogner
- [PATCH] Fix the -fkeep-inline-functions 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
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
David Majnemer
- r213609 - Fix a template diffing problem were an '&' is unexpectedly printed in
Richard Trieu
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
Eric Fiselier
- 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
- [PATCH] 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] Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
Jon Roelofs
- [PATCH] ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
Benjamin Kramer
- [PATCH] Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
Jon Roelofs
- 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
- [clang-tools-extra] r216529 - Simplify creation of a couple ArrayRefs by using None and makeArrayRef.
David Blaikie
- r216557 - Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
NAKAMURA Takumi
- [PATCH] Query CompilationDatabase right before running each compilation.
Daniel Jasper
- 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
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Ávila de Espíndola
- 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
- [libcxx] r216561 - Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie.
Eric Fiselier
- r216565 - clang-format: Address review comments of r216501.
Daniel Jasper
- r216501 - clang-format: Don't butcher __asm blocks.
Nico Weber
- r216501 - clang-format: Don't butcher __asm blocks.
Daniel Jasper
- r216520 - Fix representation of __attribute__((nonnull)) to support correctly modeling
Alexey Samsonov
- r216572 - Fix PR20773 which I introduced with a silly edit mistake in r216531.
Chandler Carruth
- r216522 - Driver: Restore -fkeep-inline-functions as an ignored flag
Bob Wilson
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Ajay Jayaraj
- 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
- 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
Akira Hatanaka
- [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
- [PATCH] Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Reid Kleckner
- 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
- [PATCH] Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- r216620 - Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- [PATCH] Allow adding dll attributes on certain redecls with a warning if the decl hasn't been used yet (PR20746)
Hans Wennborg
- [PATCH] Throw std::bad_array_new_length as expected
Reid Kleckner
- [PATCH] Throw std::bad_array_new_length as expected
Aaron Ballman
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Richard Smith
- r216627 - More -Wuninitialized updates
Richard Trieu
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Reid Kleckner
- 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
- r216620 - Query CompilationDatabase right before running each compilation.
Sean Silva
- r216633 - [modules] Add an assert that we properly manage the IsCompleteDefinition flag
Richard Smith
- r216620 - Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- 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] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Richard Smith
- [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
- r216641 - During cross field uninitialized checking, when processing an assignment,
Richard Trieu
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Alexey Bataev
- [clang-tools-extra] r216529 - Simplify creation of a couple ArrayRefs by using None and makeArrayRef.
Craig Topper
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Richard Smith
- 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
- 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
- r216652 - [modules] When completing the redecl chain for an anonymous declaration in a
Richard Smith
- r216558 - Allow __fp16 as a function arg or return type for AArch64
Jiangning Liu
- [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] Use Store Size not Alloc Size when Coercing
James Molloy
- [PATCH] Validate clang-tidy check names.
Alexander Kornienko
- r216658 - arm_acle: Implement data processing intrinsics
Yi Kong
- [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.
Alexander Kornienko
- [PATCH] Validate clang-tidy check names.
Daniel Jasper
- [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] Validate clang-tidy check names.
Alexander Kornienko
- [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
- [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")
Anton Korobeynikov
- 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] CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
- r216664 - [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550.
NAKAMURA Takumi
- [PATCH] Throw std::bad_array_new_length as expected
Aaron Ballman
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [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")
Joerg Sonnenberger
- [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")
Oliver Stannard
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Samuel Benzaquen
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- [PATCH] Cache the memoization data for DynTypedNodes.
Samuel Benzaquen
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Joerg Sonnenberger
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
- [PATCH] [analyzer][Bugfix/improvement] Fix for PR16833
Aleksei Sidorin
- [PATCH] Use Store Size not Alloc Size when Coercing
Thomas Jablin
- r216658 - arm_acle: Implement data processing intrinsics
Pasi Parviainen
- r216669 - arm_acle: Fix error in ROR implementation
Yi Kong
- r216658 - arm_acle: Implement data processing intrinsics
Yi Kong
- [PATCH] Cache the memoization data for DynTypedNodes.
Manuel Klimek
- [PATCH] [analyzer] [proposal] Fix for PR20653
Aleksei Sidorin
- r216671 - Cache the memoization data for DynTypedNodes.
Samuel Benzaquen
- [PATCH] Cache the memoization data for DynTypedNodes.
Samuel Benzaquen
- [PATCH] ASTMatchers: Implement hasNextSibling()
David Kilzer
- [PATCH] Throw std::bad_array_new_length as expected
Reid Kleckner
- 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
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Reid Kleckner
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Ajay Jayaraj
- r216676 - Objective-C IRGen. Fixes an assertion crash caused by inconsistent
Fariborz Jahanian
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- [PATCH] ARM: Default to apcs-gnu ABI for NetBSD
Joerg Sonnenberger
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Samuel Benzaquen
- 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] ARM: Default to apcs-gnu ABI for NetBSD
Renato Golin
- [PATCH] Remove some template instantiations to reduce the number of symbols.
Reid Kleckner
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] Implement nonnull-attribute sanitizer
Alexey Samsonov
- [PATCH] [libc++abi] Support for __cxa_bad_array_new_length
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
- [PATCH] Fix "#pragma clang __debug overflow_stack" for MSVC builds
Greg Bedwell
- r216685 - Oops, use correct RUN: line for test.
Richard Smith
- [PATCH] [libc++abi] Support for __cxa_bad_array_new_length
Aaron Ballman
- r216687 - Call powerpc-darwin external tools with -arch ppc.
Rafael Espindola
- [PATCH] Call powerpc-darwin external tools with -arch ppc
Rafael Espíndola
- 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] Fix "#pragma clang __debug overflow_stack" for MSVC builds
Rafael Ávila de 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
- [PATCH] Use Store Size not Alloc Size when Coercing
Thomas Jablin
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jon Roelofs
- 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
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Dan Albert
- r216699 - Better codegen support for DLL attributes being dropped after the first declaration (PR20792)
Hans Wennborg
- [PATCH] call __asan_load_cxx_array_cookie when loading array cookie in asan mode.
Richard Smith
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Dan Albert
- r216701 - Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version of LLVM/Clang.
Alexey Samsonov
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jon Roelofs
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jon Roelofs
- [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] 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
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Antoine Labour
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Eric Fiselier
- 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
- r216620 - Query CompilationDatabase right before running each compilation.
Sean Silva
- r216620 - Query CompilationDatabase right before running each compilation.
David Blaikie
- 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
- [PATCH] CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
- r216715 - unique_ptrify SourceManager::createFileID
David Blaikie
- r216620 - Query CompilationDatabase right before running each compilation.
Alexander Kornienko
- [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
- [PATCH] Use Store Size not 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] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Jon Roelofs
- r216669 - arm_acle: Fix error in ROR implementation
Dmitri Gribenko
- [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] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Alexander Kornienko
- [PATCH] Newlib names ELAST differently than linux
Jon Roelofs
- [PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Benjamin Kramer
- [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
- [PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Phabricator
- [libcxxabi] r216730 - Make _Unwind_Backtrace() work on ARM.
Dan Albert
- [PATCH] Newlib names ELAST differently than linux
Dan Albert
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Abramo Bagnara
- [PATCH] [libcxxabi] Make _Unwind_Backtrace() work on ARM.
Dan Albert
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Dan Albert
- [PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Samuel Benzaquen
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Abramo Bagnara
- [libcxxabi] r216738 - Add missing include to a test case.
Dan Albert
- [PATCH] [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Alexander Kornienko
- r216740 - unique_ptrify Directives in VerifyDiagnosticConsumer
David Blaikie
- [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] 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] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- r216742 - Provide a BuryPointer for unique_ptrs.
David Blaikie
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Dan Albert
- r216743 - One other BuryPointer of a unique_ptr cleanup.
David Blaikie
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
David Majnemer
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Marshall Clow
- [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
Jon Roelofs
- r216749 - Check in a test case for the problem with late-dropped dllimport (PR20803)
Hans Wennborg
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Dan Albert
- r216701 - Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version of LLVM/Clang.
Alexey Samsonov
- r216699 - Better codegen support for DLL attributes being dropped after the first declaration (PR20792)
Hans Wennborg
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Dan Albert
- [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
- 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
- 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
- [PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
Jonathan Roelofs
- r216753 - Objective-C. Tweak diagnosing properties that are not auto-synthesized.
Fariborz Jahanian
- [PATCH] Add a flag to disable all analyzer warnings
Anna Zaks
- [PATCH] Add a flag to disable all analyzer warnings
Jordan Rose
- r216754 - unique_ptrify the diagnostics in CXDiagnosticSetImpl
David Blaikie
- [PATCH] Add a flag to disable all analyzer warnings
Ted Kremenek
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
- r216755 - unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFG
David Blaikie
- [PATCH] Add a flag to disable all analyzer warnings
Anna Zaks
- [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
- [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
- r216758 - unique_ptrify HeaderMap::FileBuffer
David Blaikie
- r216620 - Query CompilationDatabase right before running each compilation.
Sean Silva
- 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
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- r216767 - unique_ptrify the raw_ostream argument to clang::serialized_diags::create
David Blaikie
- [PATCH] Add a flag to disable all analyzer warnings
Ted Kremenek
- [PATCH] Add a flag to disable all analyzer warnings
Jordan Rose
- r216769 - Objective-C [qoi]. If property is going to be implemented
Fariborz Jahanian
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- r216777 - Add a comment, no functional change.
Nico Weber
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- r216778 - Fix for PR20660, where unexpanded parameter pack in function parameter clause causes clang to crash.
Larisse Voufo
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
- [PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- [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
- r216782 - Make all virtual member pointers use variadic musttail calls
Reid Kleckner
- [PATCH] unexpected/terminate support for MS CRT
Agustín Bergé
- [PATCH] unexpected/terminate support for MS CRT
Agustín Bergé
- r216783 - Fixup for r216763. Add a driver test.
Anna Zaks
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- 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
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Add a flag to disable all analyzer warnings
Anna Zaks
- 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] [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] Teach Clang how to use response files when calling other tools
Sean Silva
- [PATCH] [analyzer] Fix ObjC Dealloc Checker to operate only on classes with retained properties
David Kilzer
- [PATCH] [libcxx] type_info support for MSVC
Agustín Bergé
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Akira Hatanaka
- 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
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- [PATCH] [libcxx] type_info support for MSVC
David Majnemer
- [PATCH] [libcxx] type_info support for MSVC
Agustín Bergé
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Abramo Bagnara
- [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
- [PATCH] [libcxx] Emulation of atomic builtins for MSVC
Agustín Bergé
- 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
- [clang-tools-extra] r216726 - [clang-tidy] Add a checker that suggests replacing short/long/long long with fixed-size types.
Richard Smith
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- r216669 - arm_acle: Fix error in ROR implementation
Renato Golin
- r215471 - Improve -Wuninitialized to catch const classes being used in their own copy
Richard Smith
- 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
- [PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths
Ed Maste
- 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] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Manuel Klimek
- [PATCH] ASTMatchers: Implement hasNextSibling()
Manuel Klimek
- [PATCH] additional bit values for cpuid.h
Jonathan Gray
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Richard Smith
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Howard Hinnant
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
- [Patch] Clang: allow scoped_lockable to acquire multiple locks
Ed Schouten
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).