The Week Of Monday 28 September 2015 Archives by subject
Starting: Mon Sep 28 00:37:26 PDT 2015
Ending: Sun Oct 4 19:04:49 PDT 2015
Messages: 594
- [clang-tools-extra] r248438 - Fix loop-convert for trivially copyable types.
David Blaikie via cfe-commits
- [clang-tools-extra] r248438 - Fix loop-convert for trivially copyable types.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r248699 - [clang-tidy] Removed a stray empty line in the docs.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248700 - [clang-tidy] Code factorization and cleanup in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248710 - Install clang-query by default.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r248723 - [clang-tidy] add option to specify build path
Guillaume Papin via cfe-commits
- [clang-tools-extra] r248729 - Fixing a sphinx warning.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248785 - Create modernize-make-unique check.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r248791 - Adding a checker (misc-new-delete-overloads) that detects mismatched overloads of operator new and operator delete. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL54-CPP.+Overload+allocation+and+deallocation+functions+as+a+pair+in+the+same+scope
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248792 - Hopefully silencing some built bot warnings. Note, this should be unsigned long instead of unsigned int, but then *other* builds start to fail because of duplicate redefinitions of size_t.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248794 - Silencing bot failures a more creative and definitive way.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248797 - Some of the build bots are unhappy about the overload of the global operator new() because it was accidentally marked noexcept instead of noexcept(false). This should correct those bots.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248886 - [clang-tidy] Better diagnostic in tests when clang-tidy fails.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248895 - [clang-tidy] Fix an assertion in the readability-braces-around-statements check.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248899 - [clang-tidy] Added missing check lines, made the checking stricter.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248907 - Adding a checker (misc-non-copyable-objects) that detects situations where a non-copyable C type is being dereferenced, such as FILE or pthread_mutex_t. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FIO38-C.+Do+not+copy+a+FILE+object
Aaron Ballman via cfe-commits
- [clang-tools-extra] r248994 - Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r248996 - [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r248997 - [clang-tidy] fix add_new_check.py
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r249006 - Prevent loop-convert from leaving empty lines after removing an alias declaration.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249017 - Update clang-tidy documentation.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249048 - [CMake] Don't include the test directories if CLANG_INCLUDE_TESTS is Off
Chris Bieneman via cfe-commits
- [clang-tools-extra] r249100 - Fix the *unchecked* commit.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r249127 - Handle trailing underscores on modernize-loop-convert variable namer.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249130 - Adding a new clang-tidy module to house CERT-specific checkers, and map existing checkers to CERT secure coding rules and recommendations for both C (https://www.securecoding.cert.org/confluence/display/c/SEI+CERT+C+Coding+Standard) and C++ (https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=637).
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249133 - Hopefully rectifying a build bot issue with:
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249136 - Taking a stab at fixing failing build bots that use make. Unfortunately, the build logs do not point to much useful information for tracking this down, such as:
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249235 - Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren via cfe-commits
- [clang-tools-extra] r249258 - SourceRanges are small and trivially copyable, don't them by reference. NFC
Craig Topper via cfe-commits
- [libclc] r248780 - Implement tanh builtin
Niels Ole Salscheider via cfe-commits
- [libcxx] r248313 - Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available.
Eric Fiselier via cfe-commits
- [libcxx] r248313 - Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available.
Marshall Clow via cfe-commits
- [libcxx] r248986 - Dont link -lrt in the testsuite on linux unless using sanitizers.
Eric Fiselier via cfe-commits
- [libcxx] r248987 - Suppress array initialization warnings in std::experimental::apply tests
Eric Fiselier via cfe-commits
- [libcxx] r248988 - Fix initialzation order in dynarray
Eric Fiselier via cfe-commits
- [libcxx] r248989 - Manually suppress -Wnonnull when it occurs in an unevaluated context
Eric Fiselier via cfe-commits
- [libcxx] r248993 - Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances
Eric Fiselier via cfe-commits
- [libcxx] r249192 - [libcxx] Attempt to fix __throw_future_error in C++03
Eric Fiselier via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Adrian Prantl via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Adrian Prantl via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier via cfe-commits
- [Patch][OpenCL] Custom atomic Builtin check ignores address space of a non-atomic pointer
Anastasia Stulova via cfe-commits
- [Patch][OpenCL] Custom atomic Builtin check ignores address space of a non-atomic pointer
Pekka Jääskeläinen via cfe-commits
- [PATCH] Change memcpy/memmove/memset to have dest and source alignment
Pete Cooper via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Anna Zaks via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Anna Zaks via cfe-commits
- [PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
Dawn Perchik via cfe-commits
- [PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
Daniel Jasper via cfe-commits
- [PATCH] D10407: Diagnose const atomics and allow more qualified arguments in __atomic builtins.
Eric Fiselier via cfe-commits
- [PATCH] D11207: Enable recognition of __declspec for PS4
Warren Ristow via cfe-commits
- [PATCH] D11397: [libcxx] Add first bits of <experimental/memory_resource>
Eric Fiselier via cfe-commits
- [PATCH] D11700: Added remove taint support to ProgramState.
Francisco via cfe-commits
- [PATCH] D11700: Added remove taint support to ProgramState.
Francisco via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Alex Rosenberg via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
David Li via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Manuel Klimek via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Manuel Klimek via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Diego Novillo via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D11908: Clang support for -fthinlto.
Teresa Johnson via cfe-commits
- [PATCH] D11963: Create a __config_site file to capture configuration decisions.
Eric Fiselier via cfe-commits
- [PATCH] D12251: Analyzer: Calculate field offset correctly
Ismail Pazarbasi via cfe-commits
- [PATCH] D12251: Analyzer: Calculate field offset correctly
Ismail Pazarbasi via cfe-commits
- [PATCH] D12251: Analyzer: Calculate field offset correctly
Devin Coughlin via cfe-commits
- [PATCH] D12262: [OpenMP] Capture global variables in target regions.
Samuel Antao via cfe-commits
- [PATCH] D12358: [Analyzer] Handling constant bound loops
Devin Coughlin via cfe-commits
- [PATCH] D12359: New warning -Wnonconst-parameter when a pointer parameter can be const
Daniel Marjamäki via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Daniel Jasper via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Daniel Jasper via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Daniel Jasper via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Beren Minor via cfe-commits
- [PATCH] D12362: [clang-format] Add support of consecutive declarations alignment
Daniel Jasper via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Beren Minor via cfe-commits
- [PATCH] D12492: [Clang-Format] Add AlwaysBreakBeforeElse and AlwaysBreakBeforeCatch Style to avoid cuddled else/catch
Daniel Jasper via cfe-commits
- [PATCH] D12492: [Clang-Format] Add AlwaysBreakBeforeElse and AlwaysBreakBeforeCatch Style to avoid cuddled else/catch
Paul Hoad via cfe-commits
- [PATCH] D12492: [Clang-Format] Add AlwaysBreakBeforeElse and AlwaysBreakBeforeCatch Style to avoid cuddled else/catch
Daniel Jasper via cfe-commits
- [PATCH] D12502: [libcxx] Better constain tuples constructors -- Fix PR23256 and PR22806
Evgeniy Stepanov via cfe-commits
- [PATCH] D12508: [libcxx] Make it drastically simpler to link libc++.
Eric Fiselier via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D12633: Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via cfe-commits
- [PATCH] D12633: Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets
Richard Barton via cfe-commits
- [PATCH] D12633: Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets
Renato Golin via cfe-commits
- [PATCH] D12633: Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets
Phabricator via cfe-commits
- [PATCH] D12652: [Static Analyzer] Lambda support.
Anna Zaks via cfe-commits
- [PATCH] D12652: [Static Analyzer] Lambda support.
Gábor Horváth via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D12774: createUniqueFile() is documented to create the file in the temporary directory unless it's supplied an absolute path.Make sure the output filepath supplied to createUniqueFile() in HTMLDiagnostics::ReportDiag() is absolute.
Vedant Kumar via cfe-commits
- [PATCH] D12774: createUniqueFile() is documented to create the file in the temporary directory unless it's supplied an absolute path.Make sure the output filepath supplied to createUniqueFile() in HTMLDiagnostics::ReportDiag() is absolute.
Cameron Esfahani via cfe-commits
- [PATCH] D12793: Three new overflow builtins with generic argument types
John McCall via cfe-commits
- [PATCH] D12793: Three new overflow builtins with generic argument types
David Grayson via cfe-commits
- [PATCH] D12793: Three new overflow builtins with generic argument types
David Grayson via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Alexander Kornienko via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Felix Berger via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Alexander Kornienko via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Alexander Kornienko via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Felix Berger via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Alexander Kornienko via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Felix Berger via cfe-commits
- [PATCH] D12854: [SourceManager] Support buffers that are not null-terminated
Keno Fischer via cfe-commits
- [PATCH] D12854: [SourceManager] Support buffers that are not null-terminated
Manuel Klimek via cfe-commits
- [PATCH] D12854: [SourceManager] Support buffers that are not null-terminated
Keno Fischer via cfe-commits
- [PATCH] D12854: [SourceManager] Support buffers that are not null-terminated
Keno Fischer via cfe-commits
- [PATCH] D12871: [OpenMP] Target directive host codegen - rebased
Samuel Antao via cfe-commits
- [PATCH] D12871: [OpenMP] Target directive host codegen - rebased
Samuel Antao via cfe-commits
- [PATCH] D12871: [OpenMP] Target directive host codegen - rebased
Samuel Antao via cfe-commits
- [PATCH] D12901: [Static Analyzer] Intersecting ranges and 64 bit to 32 bit truncations causing "System is over constrained." assertions.
pierre gousseau via cfe-commits
- [PATCH] D12906: [RFC] Bug identification("issue_hash") change for CmpRuns.py
Anna Zaks via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Aaron Ballman via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Alexander Kornienko via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Aaron Ballman via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Alexander Kornienko via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Aaron Ballman via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Alexander Kornienko via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Aaron Ballman via cfe-commits
- [PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Alexander Kornienko via cfe-commits
- [PATCH] D12979: Avoid inlining in exception handling context
Jun Bum Lim via cfe-commits
- [PATCH] D12979: Avoid inlining in exception handling context
Jun Bum Lim via cfe-commits
- [PATCH] D12979: Avoid inlining in exception handling context
hfinkel at anl.gov via cfe-commits
- [PATCH] D12979: Avoid inlining in exception handling context
Jun Bum Lim via cfe-commits
- [PATCH] D12993: [analyzer] Add TK_EntireMemSpace invalidation trait.
Sean Eveson via cfe-commits
- [PATCH] D12993: [analyzer] Add TK_EntireMemSpace invalidation trait.
Devin Coughlin via cfe-commits
- [PATCH] D12993: [analyzer] Add TK_EntireMemSpace invalidation trait.
Devin Coughlin via cfe-commits
- [PATCH] D13054: [libc++] Un-guarded reference to uncaught_exception() in ostream header
Asiri Rathnayake via cfe-commits
- [PATCH] D13062: [libcxx] Fix PR24779 -- Prevent evaluation of std::is_default_constructible in clearly ill-formed tuple constructor.
Eric Fiselier via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Alexander Kornienko via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Alexander Kornienko via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Alexander Kornienko via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Alexander Kornienko via cfe-commits
- [PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions
Aaron Ballman via cfe-commits
- [PATCH] D13079: [clang-tidy] Code factorization and cleanup in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13079: [clang-tidy] Code factorization and cleanup in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Beren Minor via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Beren Minor via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Beren Minor via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Beren Minor via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Alexander Kornienko via cfe-commits
- [PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
Beren Minor via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Anna Zaks via cfe-commits
- [PATCH] D13100: [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.
Daniel Sanders via cfe-commits
- [PATCH] D13100: [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.
Joerg Sonnenberger via cfe-commits
- [PATCH] D13100: [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.
Scott Egerton via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Anna Zaks via cfe-commits
- [PATCH] D13127: [ARM] Upgrade codegen for vld[234] and vst[234] to to communicate a 0 address space
Jeroen Ketema via cfe-commits
- [PATCH] D13127: [ARM] Upgrade codegen for vld[234] and vst[234] to to communicate a 0 address space
silviu.baranga at arm.com via cfe-commits
- [PATCH] D13127: [ARM] Upgrade codegen for vld[234] and vst[234] to to communicate a 0 address space
Jeroen Ketema via cfe-commits
- [PATCH] D13128: Fix backend crash on multiple close of stdout.
Alexey Bataev via cfe-commits
- [PATCH] D13128: Fix backend crash on multiple close of stdout.
Dan Gohman via cfe-commits
- [PATCH] D13134: [analyzer] Add keyboard shortcuts to report.html
Devin Coughlin via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Richard Trieu via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
George Burgess IV via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Aaron Ballman via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Richard Trieu via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Aaron Ballman via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
George Burgess IV via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Richard Trieu via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
Aaron Ballman via cfe-commits
- [PATCH] D13157: Teach -Wtautological-overlap-compare about enums
David Blaikie via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Manuel Klimek via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Manuel Klimek via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Manuel Klimek via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Manuel Klimek via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Manuel Klimek via cfe-commits
- [PATCH] D13166: Create modernize-make-unique check.
Angel Garcia via cfe-commits
- [PATCH] D13168: [OpenCL] OpenCL2.0 - Apply default address space rules
Pekka Jääskeläinen via cfe-commits
- [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich via cfe-commits
- [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Eric Christopher via cfe-commits
- [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich via cfe-commits
- [PATCH] D13171: [CUDA] Added a wrapper header for inclusion of stock CUDA headers.
Artem Belevich via cfe-commits
- [PATCH] D13181: [CUDA] 32-bit NVPTX: long should be 32bit
Artem Belevich via cfe-commits
- [PATCH] D13187: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
Hans Wennborg via cfe-commits
- [PATCH] D13187: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
Hans Wennborg via cfe-commits
- [PATCH] D13190: Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1
Nemanja Ivanovic via cfe-commits
- [PATCH] D13190: Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1
Bill Schmidt via cfe-commits
- [PATCH] D13190: Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1
Bill Schmidt via cfe-commits
- [PATCH] D13190: Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1
Nemanja Ivanovic via cfe-commits
- [PATCH] D13192: Fix incorrect parsing of arguments for nested functions
Arseny Kapoulkine via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
George Rimar via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
Manuel Klimek via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
Yaron Keren via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
David Majnemer via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
George Rimar via cfe-commits
- [PATCH] D13206: Add clang-query tool to installation targets
Evangelos Foutras via cfe-commits
- [PATCH] D13206: Add clang-query tool to installation targets
Evangelos Foutras via cfe-commits
- [PATCH] D13206: Add clang-query tool to installation targets
Manuel Klimek via cfe-commits
- [PATCH] D13206: Add clang-query tool to installation targets
Evangelos Foutras via cfe-commits
- [PATCH] D13206: Add clang-query tool to installation targets
Manuel Klimek via cfe-commits
- [PATCH] D13210: Make brace styles more configurable
Daniel Jasper via cfe-commits
- [PATCH] D13210: Make brace styles more configurable
Manuel Klimek via cfe-commits
- [PATCH] D13210: Make brace styles more configurable
Daniel Jasper via cfe-commits
- [PATCH] D13211: clang-format: [JS] handle let (ES6).
Martin Probst via cfe-commits
- [PATCH] D13211: clang-format: [JS] handle let (ES6).
Daniel Jasper via cfe-commits
- [PATCH] D13211: clang-format: [JS] handle let (ES6).
Martin Probst via cfe-commits
- [PATCH] D13211: clang-format: [JS] handle let (ES6).
Daniel Jasper via cfe-commits
- [PATCH] D13213: clang-format: [JS] Support pseudo-keywords.
Martin Probst via cfe-commits
- [PATCH] D13213: clang-format: [JS] Support pseudo-keywords.
Daniel Jasper via cfe-commits
- [PATCH] D13213: clang-format: [JS] Support pseudo-keywords.
Daniel Jasper via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Renato Golin via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Alexandros Lamprineas via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Renato Golin via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Alexandros Lamprineas via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Renato Golin via cfe-commits
- [PATCH] D13217: The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Alexandros Lamprineas via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
James Y Knight via cfe-commits
- [PATCH] D13223: Generate assume loads only with -fstrict-vtable-pointers
Piotr Padlewski via cfe-commits
- [PATCH] D13223: Generate assume loads only with -fstrict-vtable-pointers
Reid Kleckner via cfe-commits
- [PATCH] D13223: Generate assume loads only with -fstrict-vtable-pointers
Eric Christopher via cfe-commits
- [PATCH] D13228: clang-format: Extend #include sorting functionality
Daniel Jasper via cfe-commits
- [PATCH] D13228: clang-format: Extend #include sorting functionality
Manuel Klimek via cfe-commits
- [PATCH] D13228: clang-format: Extend #include sorting functionality
Daniel Jasper via cfe-commits
- [PATCH] D13228: clang-format: Extend #include sorting functionality
Manuel Klimek via cfe-commits
- [PATCH] D13228: clang-format: Extend #include sorting functionality
Daniel Jasper via cfe-commits
- [PATCH] D13229: Add -Wc, option
don hinton via cfe-commits
- [PATCH] D13229: Add -Wc, option
Joerg Sonnenberger via cfe-commits
- [PATCH] D13229: Add -Wc, option
don hinton via cfe-commits
- [PATCH] D13229: Add -Wc, option
don hinton via cfe-commits
- [PATCH] D13229: Add -Wc, option
Saleem Abdulrasool via cfe-commits
- [PATCH] D13229: Add -Wc, option
don hinton via cfe-commits
- [PATCH] D13229: Add -Wc, option
Saleem Abdulrasool via cfe-commits
- [PATCH] D13246: Fix bug in modernize-use-nullptr.
Angel Garcia via cfe-commits
- [PATCH] D13246: Fix bug in modernize-use-nullptr.
Angel Garcia via cfe-commits
- [PATCH] D13246: Fix bug in modernize-use-nullptr.
Manuel Klimek via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Angel Garcia via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Manuel Klimek via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Angel Garcia via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Manuel Klimek via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Angel Garcia via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Manuel Klimek via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Manuel Klimek via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Angel Garcia via cfe-commits
- [PATCH] D13249: Divide TraverseInitListExpr to a different function for each form.
Manuel Klimek via cfe-commits
- [PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
George Burgess IV via cfe-commits
- [PATCH] D13272: [clang-tidy] fix add_new_check.py
Alexander Kornienko via cfe-commits
- [PATCH] D13276: Don't adjust field offsets for external record layouts
Zachary Turner via cfe-commits
- [PATCH] D13276: Don't adjust field offsets for external record layouts
David Majnemer via cfe-commits
- [PATCH] D13276: Don't adjust field offsets for external record layouts
David Majnemer via cfe-commits
- [PATCH] D13276: Don't adjust field offsets for external record layouts
Zachary Turner via cfe-commits
- [PATCH] D13279: Decorating virtual functions load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D13279: Decorating virtual functions load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D13279: Decorating virtual functions load with invariant.load
Piotr Padlewski via cfe-commits
- [PATCH] D13280: Adding reserved operator logical xor for OpenCL
Neil Hickey via cfe-commits
- [PATCH] D13285: Fix for bug 24196: clang fails on assertion on complex doubles multiplication when EH is enabled
Denis Zobnin via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Petr Pavlu via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Petr Pavlu via cfe-commits
- [PATCH] D13292: Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D13292: Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Manuel Klimek via cfe-commits
- [PATCH] D13292: Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D13292: Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.
Angel Garcia via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Chad Rosier via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Samuel Benzaquen via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Aaron Ballman via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check misc-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check misc-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Vedant Kumar via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Gábor Horváth via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Alexander Kornienko via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Alexander Kornienko via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Alexander Kornienko via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Michael Wu via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Richard Smith via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Michael Wu via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Luke Zarko via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Eric Christopher via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Eric Christopher via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Manuel Klimek via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Manuel Klimek via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Eric Christopher via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Luke Zarko via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Luke Zarko via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
David Li via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
David Li via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Richard Smith via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Justin Bogner via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Richard Smith via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Xinliang David Li via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
David Li via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Justin Bogner via cfe-commits
- [PATCH] D13319: Eliminate __llvm_profile_register calls
Xinliang David Li via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Warren Ristow via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Richard Smith via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Warren Ristow via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Warren Ristow via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Warren Ristow via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Warren Ristow via cfe-commits
- [PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool via cfe-commits
- [PATCH] D13324: Fix the SSE4 byte sign extension in a cleaner way, and more thoroughly test that our intrinsics behave the same under -fsigned-char and -funsigned-char.
Chandler Carruth via cfe-commits
- [PATCH] D13324: Fix the SSE4 byte sign extension in a cleaner way, and more thoroughly test that our intrinsics behave the same under -fsigned-char and -funsigned-char.
Richard Smith via cfe-commits
- [PATCH] D13324: Fix the SSE4 byte sign extension in a cleaner way, and more thoroughly test that our intrinsics behave the same under -fsigned-char and -funsigned-char.
Chandler Carruth via cfe-commits
- [PATCH] D13325: Fix crash in codegen on casting to `bool &`.
Alexey Bataev via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
David Li via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
David Li via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
David Li via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
David Li via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Aaron Ballman via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Aaron Ballman via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Aaron Ballman via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D13331: [libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier via cfe-commits
- [PATCH] D13331: [libcxx] Use newest supported language dialect when running the test suite.
Dan Albert via cfe-commits
- [PATCH] D13331: [libcxx] Use newest supported language dialect when running the test suite.
Marshall Clow via cfe-commits
- [PATCH] D13332: [libcxx] Remove uses of std::unique_ptr<T[N]> from test to prevent warning.
Eric Fiselier via cfe-commits
- [PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev via cfe-commits
- [PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
Reid Kleckner via cfe-commits
- [PATCH] D13337: [libcxx] Attempt to fix __throw_future_error in C++03
Eric Fiselier via cfe-commits
- [PATCH] D13337: [libcxx] Attempt to fix __throw_future_error in C++03
Marshall Clow via cfe-commits
- [PATCH] D13339: Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13339: Allow a ToolChain to compute the path of a compiler-rt's component.
Simon Atanasyan via cfe-commits
- [PATCH] D13339: Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Simon Atanasyan via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Simon Atanasyan via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Simon Atanasyan via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Simon Atanasyan via cfe-commits
- [PATCH] D13340: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13342: Prevent loop-convert from leaving empty lines after removing an alias declaration.
Angel Garcia via cfe-commits
- [PATCH] D13342: Prevent loop-convert from leaving empty lines after removing an alias declaration.
Manuel Klimek via cfe-commits
- [PATCH] D13342: Prevent loop-convert from leaving empty lines after removing an alias declaration.
Manuel Klimek via cfe-commits
- [PATCH] D13342: Prevent loop-convert from leaving empty lines after removing an alias declaration.
Angel Garcia via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Milian Wolff via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Manuel Klimek via cfe-commits
- [PATCH] D13346: Update clang-tidy documentation.
Angel Garcia via cfe-commits
- [PATCH] D13346: Update clang-tidy documentation.
Manuel Klimek via cfe-commits
- [PATCH] D13349: [OpenCL] Casting boolean to an integer vector in OpenCL should set all bits if boolean is true
Pekka Jääskeläinen via cfe-commits
- [PATCH] D13349: [OpenCL] Casting boolean to an integer vector in OpenCL should set all bits if boolean is true
Neil Hickey via cfe-commits
- [PATCH] D13349: [OpenCL] Casting boolean to an integer vector in OpenCL should set all bits if boolean is true
Pekka Jääskeläinen via cfe-commits
- [PATCH] D13349: Casting boolean to an integer vector in OpenCL should set all bits if boolean is true
Neil Hickey via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Alex Rosenberg via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Joerg Sonnenberger via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Konstantin Tokarev via cfe-commits
- [PATCH] D13352: [PATCH] Add a CERT category for clang-tidy checkers
Aaron Ballman via cfe-commits
- [PATCH] D13352: [PATCH] Add a CERT category for clang-tidy checkers
Manuel Klimek via cfe-commits
- [PATCH] D13352: [PATCH] Add a CERT category for clang-tidy checkers
Aaron Ballman via cfe-commits
- [PATCH] D13352: [PATCH] Add a CERT category for clang-tidy checkers
Manuel Klimek via cfe-commits
- [PATCH] D13352: [PATCH] Add a CERT category for clang-tidy checkers
Aaron Ballman via cfe-commits
- [PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts
Nathan Wilson via cfe-commits
- [PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts
Hubert Tong via cfe-commits
- [PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts
Hubert Tong via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Samuel Benzaquen via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
Nick Lewycky via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
Richard Smith via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
NAKAMURA Takumi via cfe-commits
- [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski via cfe-commits
- [PATCH] D13375: [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocations of foo() when compiling foo()->propertyName
Alexey Bataev via cfe-commits
- [PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.
Angel Garcia via cfe-commits
- [PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.
Manuel Klimek via cfe-commits
- [PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.
Angel Garcia via cfe-commits
- [PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.
Angel Garcia via cfe-commits
- [PATCH] D13381: Handle trailing underscores on modernize-loop-convert variable namer.
Manuel Klimek via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- [PATCH] D13386: PR24115: Don't instantiate constexpr function templates in decltype
Stephan Bergmann via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Michael Wu via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Matthias Gehre via cfe-commits
- [PATCH] D13406: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups.
Eugene Zelenko via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13408: Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D13420: Fix deduction of __atomic_load's parameter types.
Eric Fiselier via cfe-commits
- [PATCH] D13421: Fix makefile build on OSX when ARM targets are not enabled
Keno Fischer via cfe-commits
- [PATCH] D13421: Fix makefile build on OSX when ARM targets are not enabled
Chris Bieneman via cfe-commits
- [PATCH] D13421: Fix makefile build on OSX when ARM targets are not enabled
Phabricator via cfe-commits
- [PATCH] D7297: [clang][Headers] _mm_stream_load_si128 should accept const arguments.
Ahmed Bougacha via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- Bug 23529: Add support for gcc's attribute abi_tag (needed for compatibility with gcc 5's libstdc++)
Manuel Klimek via cfe-commits
- LLVM buildnaster will be restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildnaster will be restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildnaster will be restarted tonight
Galina Kistanova via cfe-commits
- Question about FunctionDecl::isVariadic()
Aaron Ballman via cfe-commits
- Question about FunctionDecl::isVariadic()
mats petersson via cfe-commits
- Question about FunctionDecl::isVariadic()
Aaron Ballman via cfe-commits
- Question about FunctionDecl::isVariadic()
mats petersson via cfe-commits
- Question about FunctionDecl::isVariadic()
Aaron Ballman via cfe-commits
- r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Eric Christopher via cfe-commits
- r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl via cfe-commits
- r246985 - Compute and preserve alignment more faithfully in IR-generation.
John McCall via cfe-commits
- r246985 - Compute and preserve alignment more faithfully in IR-generation.
Yung, Douglas via cfe-commits
- r246985 - Compute and preserve alignment more faithfully in IR-generation.
John McCall via cfe-commits
- r246985 - Compute and preserve alignment more faithfully in IR-generation.
John McCall via cfe-commits
- r248678 - Use llvm::makeArrayRef. NFC.
David Blaikie via cfe-commits
- r248713 - clang-format: [JS] handle let (ES6)
Daniel Jasper via cfe-commits
- r248714 - clang-format: [JS] Support pseudo-keywords
Daniel Jasper via cfe-commits
- r248734 - Generate assume loads only with -fstrict-vtable-pointers
Piotr Padlewski via cfe-commits
- r248753 - [CUDA] 32-bit NVPTX should have 32-bit long type.
Artem Belevich via cfe-commits
- r248759 - Remove trivial dtor that was making uses of the copy ctor -Wdeprecated unclean
David Blaikie via cfe-commits
- r248760 - Add an explicitly defaulted copy ctor (and FIXME) to Command since its copy ctor is currently used (and actually slices derived objects... ) in some diagnostics handling.
David Blaikie via cfe-commits
- r248761 - Remove the only use of LookupResult's implicit copy ctor
David Blaikie via cfe-commits
- r248762 - Unique-pointerify these pointers an plug a memory leak.
Adrian Prantl via cfe-commits
- r248773 - Pass ArrayRef by value. NFC.
Craig Topper via cfe-commits
- r248774 - Remove 'const' from some ArrayRef arguments since they're passed by value anyway. NFC
Craig Topper via cfe-commits
- r248775 - Honor the casted-to alignment of an explicit cast even when
John McCall via cfe-commits
- r248776 - Simplify or remove calls to makeArrayRef based on feedback from David Blaikie. NFC.
Craig Topper via cfe-commits
- r248778 - Revert part of r248776. One of the changes worked on my local build, but not on the bots.
Craig Topper via cfe-commits
- r248782 - clang-format: Extend #include sorting functionality
Daniel Jasper via cfe-commits
- r248802 - clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper via cfe-commits
- r248803 - Thread Safety Analysis: fix before/after checks so that they work on global
DeLesley Hutchins via cfe-commits
- r248805 - Thread Safety Analysis: allow capability attribute on unions.
DeLesley Hutchins via cfe-commits
- r248807 - Fix typo.
Yaron Keren via cfe-commits
- r248808 - Added MSVC natvis visualizers for Type and QualType. These could probably be improved, but anything is better than staring at hex values in the debugger.
Aaron Ballman via cfe-commits
- r248813 - Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1
Nemanja Ivanovic via cfe-commits
- r248815 - Forgot to remove a FIXME that has been fixed. NFC.
Nemanja Ivanovic via cfe-commits
- r248826 - CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
Adrian Prantl via cfe-commits
- r248826 - CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
David Blaikie via cfe-commits
- r248826 - CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
Adrian Prantl via cfe-commits
- r248826 - CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
David Blaikie via cfe-commits
- r248828 - Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
Hans Wennborg via cfe-commits
- r248836 - Move functions declared in ExprObjC.h into ExprObjC.cpp.
James Y Knight via cfe-commits
- r248862 - Don't crash when a reserved global placement operator new is paired
John McCall via cfe-commits
- r248867 - Promote a warning on ill-formed code (redeclaration missing an exception
Richard Smith via cfe-commits
- r248869 - Fix the sample profile format that breaks in test http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/505
Dehao Chen via cfe-commits
- r248880 - [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.
Alexey Bataev via cfe-commits
- r248888 - [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]lane) instructions
Jeroen Ketema via cfe-commits
- r248891 - [OpenCL 2.0] Fix wrong atomic type detection in the diagnostics of allowed types
Anastasia Stulova via cfe-commits
- r248896 - [OpenCL 2.0] This change adds extra diagnostics to atomic types
Anastasia Stulova via cfe-commits
- r248902 - [OpenCL] Add missing OpenCL LangOpts in address space compatibility checks
Anastasia Stulova via cfe-commits
- r248904 - clang-format: Use Rewriter again to write the output files.
Daniel Jasper via cfe-commits
- r248904 - clang-format: Use Rewriter again to write the output files.
Jan Vesely via cfe-commits
- r248904 - clang-format: Use Rewriter again to write the output files.
Daniel Jasper via cfe-commits
- r248904 - clang-format: Use Rewriter again to write the output files.
Daniel Jasper via cfe-commits
- r248904 - clang-format: Use Rewriter again to write the output files.
Daniel Jasper via cfe-commits
- r248905 - Fix FunctionParmPackExpr::Create() to take a ParmVarDecl* array.
James Y Knight via cfe-commits
- r248906 - [OpenCL 2.0] Enable program scope variables, Section 6.5.1.
Anastasia Stulova via cfe-commits
- r248912 - Alias "-ggdbN" to "-gN" options, fixing some incompatibilities.
Douglas Katzman via cfe-commits
- r248925 - [Sema] Avoid crashing during this-> insertion recovery
Reid Kleckner via cfe-commits
- r248928 - Don't correct non-class using declarations to class members.
Kaelyn Takata via cfe-commits
- r248929 - clang-format: Add clangRewrite dependency to fix cmake build.
Daniel Jasper via cfe-commits
- r248932 - [DarwinDriver] Use -lto_library to specify the path for libLTO.dylib
Bruno Cardoso Lopes via cfe-commits
- r248932 - [DarwinDriver] Use -lto_library to specify the path for libLTO.dylib
Rafael Espíndola via cfe-commits
- r248935 - Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib"
Bruno Cardoso Lopes via cfe-commits
- r248949 - Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor via cfe-commits
- r248950 - Don't inherit the "unavailable" attribute from an overridden superclass method.
Douglas Gregor via cfe-commits
- r248951 - [CUDA] fix codegen for __nvvm_atom_cas_*
Jingyue Wu via cfe-commits
- r248953 - [Sema] Don't crash when friending an unqualified templated constructor
David Majnemer via cfe-commits
- r248953 - [Sema] Don't crash when friending an unqualified templated constructor
Sean Silva via cfe-commits
- r248974 - Module debugging: Emit Objective-C interfaces in their module scope when
Adrian Prantl via cfe-commits
- r248975 - Fix printing of parameterized Objective-C interfaces.
Bob Wilson via cfe-commits
- r248977 - createUniqueFile() is documented to create the file in the temporary directory unless it's supplied an absolute path.
Cameron Esfahani via cfe-commits
- r248980 - Patch over a really horrible bug in our vector builtins that showed up
Chandler Carruth via cfe-commits
- r248980 - Patch over a really horrible bug in our vector builtins that showed up
Chandler Carruth via cfe-commits
- r248982 - Decorating virtual functions load with invariant.load
Piotr Padlewski via cfe-commits
- r248982 - Decorating virtual functions load with invariant.load
Chandler Carruth via cfe-commits
- r248982 - Decorating virtual functions load with invariant.load
Piotr Padlewski via cfe-commits
- r248984 - Test fix
Piotr Padlewski via cfe-commits
- r248984 - Test fix
Renato Golin via cfe-commits
- r248984 - Test fix
Renato Golin via cfe-commits
- r248984 - Test fix
Richard Smith via cfe-commits
- r248984 - Test fix
Kim Gräsman via cfe-commits
- r248999 - [clang-format] Add support of consecutive declarations alignment
Daniel Jasper via cfe-commits
- r249001 - C++11 rangify for loops, NFC.
Yaron Keren via cfe-commits
- r249005 - Revert "Decorating virtual functions load with invariant.load" and fix
Renato Golin via cfe-commits
- r249009 - [PowerPC] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros on all PPC cores
Hal Finkel via cfe-commits
- r249019 - [VFS] Remove unused setters. NFC.
Benjamin Kramer via cfe-commits
- r249030 - Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris via cfe-commits
- r249031 - Module debugging: Also emit Objective-C interfaces forward declarations
Adrian Prantl via cfe-commits
- r249053 - Teach -Wtautological-overlap-compare about enums
George Burgess IV via cfe-commits
- r249060 - Simplify Sema::DeduceFunctionTypeFromReturnExpr and eliminae a redundant check.
Douglas Gregor via cfe-commits
- r249063 - [analyzer] Add TK_EntireMemSpace invalidation trait.
Devin Coughlin via cfe-commits
- r249065 - Perform Objective-C lifetime adjustments before comparing deduced lambda result types.
Douglas Gregor via cfe-commits
- r249085 - Don't adjust field offsets when using external record layout.
Zachary Turner via cfe-commits
- r249090 - Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType.
Kaelyn Takata via cfe-commits
- r249097 - Fix the SSE4 byte sign extension in a cleaner way, and more thoroughly
Chandler Carruth via cfe-commits
- r249113 - Explicitly delete a function that is supposed to never be called.
Richard Smith via cfe-commits
- r249114 - PR24921: checking explicitly-specified template arguments when matching a
Richard Smith via cfe-commits
- r249115 - [CMake] Fixing clang bootstrap to use LLVM_RUNTIME_OUTPUT_INTDIR instead of CMAKE_BINARY_DIR.
Chris Bieneman via cfe-commits
- r249116 - Be slightly more permissive when checking for type-erased blocks.
Bob Wilson via cfe-commits
- r249129 - Divide TraverseInitListExpr to a different function for each form.
Angel Garcia Gomez via cfe-commits
- r249131 - Move functions declared in Stmt{ObjC, CXX}.h and OpenMPClause.h into
James Y Knight via cfe-commits
- r249137 - Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- r249138 - Fix bogus comment.
Douglas Katzman via cfe-commits
- r249140 - Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets.
Alexandros Lamprineas via cfe-commits
- r249141 - Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris via cfe-commits
- r249141 - Revert "Add support for the new mips-mti-linux toolchain."
Yaron Keren via cfe-commits
- r249141 - Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris via cfe-commits
- r249142 - Make test more resilient to FastIsel changes. NFC.
Andrea Di Biagio via cfe-commits
- r249143 - [DarwinDriver] Reapply: Use -lto_library to specify the path for libLTO.dylib
Bruno Cardoso Lopes via cfe-commits
- r249148 - [OpenMP] Target directive host codegen.
Samuel Antao via cfe-commits
- r249152 - constify ClassTemplatePartialSpecializationDecl::getInstantiatedFromMember and VarTemplatePartialSpecializationDecl::getInstantiatedFromMember.
Yaron Keren via cfe-commits
- r249154 - [OpenMP] Capture global variables in target regions.
Samuel Antao via cfe-commits
- r249155 - Remove unused variable.
Adrian Prantl via cfe-commits
- r249156 - Break long lines for readability.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249159 - constify four getInstantiatedFromMemberTemplate() in DeclTemplate.h.
Yaron Keren via cfe-commits
- r249166 - [Myriad]: Accept '-nostdlib' option
Douglas Katzman via cfe-commits
- r249176 - [WebAssembly] Add a __builtin_wasm_memory_size() intrinsic.
Dan Gohman via cfe-commits
- r249179 - [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.
Dan Gohman via cfe-commits
- r249197 - Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski via cfe-commits
- r249205 - Don't nil check non-nil class receiver of AArch64 stret calls.
Ahmed Bougacha via cfe-commits
- r249213 - [Headers][X86] Fix stream_load (movntdqa) to accept const*.
Ahmed Bougacha via cfe-commits
- r249215 - [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. (following llvm r249214)
Kostya Serebryany via cfe-commits
- r249223 - Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed something. :)
NAKAMURA Takumi via cfe-commits
- r249227 - Driver: follow WoA ABI recommendations
Saleem Abdulrasool via cfe-commits
- r249228 - Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid().
Yaron Keren via cfe-commits
- r249229 - try to fix the ARM self host bots
Saleem Abdulrasool via cfe-commits
- r249232 - fix previous commit
Saleem Abdulrasool via cfe-commits
- r249235 - Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren via cfe-commits
- r249252 - Diagnose const atomics in __atomic builtins.
Eric Fiselier via cfe-commits
- r249259 - SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper via cfe-commits
- r249260 - Pass SourceRange by value in a test I missed in r249259.
Craig Topper via cfe-commits
- r249279 - Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool via cfe-commits
- r249281 - Fix makefile build on OSX when ARM targets are not enabled
Keno Fischer via cfe-commits
- r249282 - Module Debugging: Emit (ObjC) function declarations in the module scope
Adrian Prantl via cfe-commits
- r249283 - [CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools).
NAKAMURA Takumi via cfe-commits
Last message date:
Sun Oct 4 19:04:49 PDT 2015
Archived on: Mon Oct 5 05:28:53 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).