The Week Of Monday 23 January 2017 Archives by subject
Starting: Mon Jan 23 00:23:06 PST 2017
Ending: Sun Jan 29 23:11:28 PST 2017
Messages: 653
- [clang-tools-extra] r291892 - Fix the build of the include-fixer plugin for some shared cmake builds and MSVC.
Hans Wennborg via cfe-commits
- [clang-tools-extra] r292786 - [clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Malcolm Parsons via cfe-commits
- [clang-tools-extra] r292917 - [clang-tidy] Add more tests for modernize-use-using.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r292918 - [clang-tidy] Avoid incorrect fixes in modernize-use-using
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r292926 - [clang-tidy] Fix NOLINT test
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r292938 - [clang-tidy] Don't modernize-raw-string-literal if replacement is longer.
Gabor Horvath via cfe-commits
- [clang-tools-extra] r293182 - [change-namespace] add leading '::' to references in new namespace when name conflict is possible.
Eric Liu via cfe-commits
- [clang-tools-extra] r293187 - [change-namespace] correctly shorten namespace when references have leading '::'
Eric Liu via cfe-commits
- [clang-tools-extra] r293217 - Implement a new clang-tidy check that suggests users replace dynamic exception specifications with noexcept exception specifications.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r293217 - Implement a new clang-tidy check that suggests users replace dynamic exception specifications with noexcept exception specifications.
Diana Picus via cfe-commits
- [clang-tools-extra] r293217 - Implement a new clang-tidy check that suggests users replace dynamic exception specifications with noexcept exception specifications.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r293218 - Correcting a typo in the test case to appease bots.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r293234 - [Clang-tidy documentation] Consistency (fix-it); 80 characters per line.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r293267 - Revert "Implement a new clang-tidy check that suggests users replace dynamic exception specifications with noexcept exception specifications."
Diana Picus via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Nico Weber via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Nico Weber via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Nico Weber via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake via cfe-commits
- [libcxx] r290889 - [libcxx] Add build/test support for the externally threaded libc++abi variant
Nico Weber via cfe-commits
- [libcxx] r291928 - Update version to 5.0
Hans Wennborg via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
Nico Weber via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
George Burgess via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
Eric Fiselier via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
George Burgess via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
Eric Fiselier via cfe-commits
- [libcxx] r291961 - Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
George Burgess via cfe-commits
- [libcxx] r292276 - Fix std::string assignment ambiguity from braced initializer lists.
Dimitry Andric via cfe-commits
- [libcxx] r292564 - Disable aligned new/delete on Apple platforms without posix_memalign
Hans Wennborg via cfe-commits
- [libcxx] r292607 - Don't default older GCC's to C++17, but C++14 or C++11 instead
Hans Wennborg via cfe-commits
- [libcxx] r292607 - Don't default older GCC's to C++17, but C++14 or C++11 instead
Hans Wennborg via cfe-commits
- [libcxx] r292607 - Don't default older GCC's to C++17, but C++14 or C++11 instead
Renato Golin via cfe-commits
- [libcxx] r292607 - Don't default older GCC's to C++17, but C++14 or C++11 instead
Marshall Clow via cfe-commits
- [libcxx] r292607 - Don't default older GCC's to C++17, but C++14 or C++11 instead
Hans Wennborg via cfe-commits
- [libcxx] r292806 - Removed some un-needed ifdefs
Marshall Clow via cfe-commits
- [libcxx] r292809 - Revert previous cleanup; I got too agressive removing #ifdefs
Marshall Clow via cfe-commits
- [libcxx] r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.
Marshall Clow via cfe-commits
- [libcxx] r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.
Eric Fiselier via cfe-commits
- [libcxx] r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.
Hans Wennborg via cfe-commits
- [libcxx] r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.
Eric Fiselier via cfe-commits
- [libcxx] r292823 - Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow via cfe-commits
- [libcxx] r292830 - Fix GCC C++03 build by hiding default template argument in C++03
Eric Fiselier via cfe-commits
- [libcxx] r292830 - Fix GCC C++03 build by hiding default template argument in C++03
Eric Fiselier via cfe-commits
- [libcxx] r292830 - Fix GCC C++03 build by hiding default template argument in C++03
Hans Wennborg via cfe-commits
- [libcxx] r292830 - Fix GCC C++03 build by hiding default template argument in C++03
Eric Fiselier via cfe-commits
- [libcxx] r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.
Eric Fiselier via cfe-commits
- [libcxx] r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.
Eric Fiselier via cfe-commits
- [libcxx] r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.
Hans Wennborg via cfe-commits
- [libcxx] r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.
Eric Fiselier via cfe-commits
- [libcxx] r292866 - Merge r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.
Eric Fiselier via cfe-commits
- [libcxx] r292867 - Merge r292830 - Fix GCC C++03 build by hiding default template argument in C++03
Eric Fiselier via cfe-commits
- [libcxx] r292869 - Merge r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.
Eric Fiselier via cfe-commits
- [libcxx] r292883 - [libcxx] Never use <cassert> within libc++
Eric Fiselier via cfe-commits
- [libcxx] r292901 - Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier via cfe-commits
- [libcxx] r292905 - Fix bad XFAIL which recent LIT changes diagnosed
Eric Fiselier via cfe-commits
- [libcxx] r292908 - Revert yet another accidental change caused by r292684
Eric Fiselier via cfe-commits
- [libcxx] r292923 - Revert "[libcxx] Never use <cassert> within libc++"
Eric Fiselier via cfe-commits
- [libcxx] r292929 - Update Linux ABI lists to reflect inlining change in LLVM. More investigation tomorrow.
Eric Fiselier via cfe-commits
- [libcxx] r292943 - A couple more tests for constexpr stuff in string_view. No changes other than test code.
Marshall Clow via cfe-commits
- [libcxx] r292958 - Mark LWG2736 as complete. No code changes, but we have more tests now
Marshall Clow via cfe-commits
- [libcxx] r292962 - Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for C++17, so replicate the changes in experimental.
Marshall Clow via cfe-commits
- [libcxx] r292967 - Update status for LWG2733
Marshall Clow via cfe-commits
- [libcxx] r292969 - Add a test to make sure that implicit conversion from error_code to bool will fail
Marshall Clow via cfe-commits
- [libcxx] r292986 - Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
Marshall Clow via cfe-commits
- [libcxx] r292990 - Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
Marshall Clow via cfe-commits
- [libcxx] r292990 - Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
Hans Wennborg via cfe-commits
- [libcxx] r292990 - Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
Marshall Clow via cfe-commits
- [libcxx] r292990 - Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
Hans Wennborg via cfe-commits
- [libcxx] r292992 - Implement LWG2556: Wide contract for future::share()
Marshall Clow via cfe-commits
- [libcxx] r293071 - [libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in the doc
Mehdi Amini via cfe-commits
- [libcxx] r293079 - Fixed a typo in the synopsis (noecept -> noexcept). Thanks to Kim for the catch
Marshall Clow via cfe-commits
- [libcxx] r293154 - Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support.
Marshall Clow via cfe-commits
- [libcxx] r293154 - Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support.
Marshall Clow via cfe-commits
- [libcxx] r293154 - Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support.
Hans Wennborg via cfe-commits
- [libcxx] r293167 - Fix chromium build (libcxx)
Asiri Rathnayake via cfe-commits
- [libcxx] r293179 - Fixed a couple of invalid statuses for 2665 and 2758
Marshall Clow via cfe-commits
- [libcxx] r293192 - Merging r292990:
Hans Wennborg via cfe-commits
- [libcxx] r293193 - Merging r293154:
Hans Wennborg via cfe-commits
- [libcxx] r293197 - Disable thread safety analysis for some functions in __thread_support
Dimitry Andric via cfe-commits
- [libcxx] r293197 - Disable thread safety analysis for some functions in __thread_support
Dimitry Andric via cfe-commits
- [libcxx] r293197 - Disable thread safety analysis for some functions in __thread_support
Eric Fiselier via cfe-commits
- [libcxx] r293197 - Disable thread safety analysis for some functions in __thread_support
Dimitry Andric via cfe-commits
- [libcxx] r293301 - Merging r292607:
Hans Wennborg via cfe-commits
- [libcxx] r293439 - config: prevent the re-definition of a macro
Saleem Abdulrasool via cfe-commits
- [libcxx] r293443 - Merging r293197:
Dimitry Andric via cfe-commits
- [libcxx] r293445 - experimental: remove dead function
Saleem Abdulrasool via cfe-commits
- [libcxx] r293449 - experimental: tolerate the existence of a `__deref` macro
Saleem Abdulrasool via cfe-commits
- [libcxx] r293450 - experimental: inline single use of a typedef
Saleem Abdulrasool via cfe-commits
- [libcxx] r293454 - experimental: remove some extraneous _LIBCPP_FUNC_VIS
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r292638 - Fix catch_reference_nullptr.pass.cpp test for GCC.
Hans Wennborg via cfe-commits
- [libcxxabi] r292906 - Remove all usages of REQUIRES-ANY in the test suite.
Eric Fiselier via cfe-commits
- [libcxxabi] r292963 - cxa_demangle: avoid butchering the last parameter type
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r292973 - cxa_demangle: fix rvalue ref check
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r293166 - Fix chromium build (libcxxabi)
Asiri Rathnayake via cfe-commits
- [libcxxabi] r293330 - Fix ASAN failure in cxa_demangle
Mehdi Amini via cfe-commits
- [libunwind] r292721 - DWARF: convert error logs to _LIBUNWIND_LOG
Evgenii Stepanov via cfe-commits
- [libunwind] r292721 - DWARF: convert error logs to _LIBUNWIND_LOG
Evgenii Stepanov via cfe-commits
- [libunwind] r292721 - DWARF: convert error logs to _LIBUNWIND_LOG
Saleem Abdulrasool via cfe-commits
- [libunwind] r292722 - DWARF: allow enabling tracing at runtime
Oliver Stannard via cfe-commits
- [libunwind] r292722 - DWARF: allow enabling tracing at runtime
Saleem Abdulrasool via cfe-commits
- [libunwind] r292723 - X86: swap EBP, ESP on !APPLE
Hans Wennborg via cfe-commits
- [libunwind] r292723 - X86: swap EBP, ESP on !APPLE
Saleem Abdulrasool via cfe-commits
- [libunwind] r292723 - X86: swap EBP, ESP on !APPLE
Hans Wennborg via cfe-commits
- [libunwind] r293008 - DWARF: fix -Asserts builds
Saleem Abdulrasool via cfe-commits
- [libunwind] r293257 - Revert "DWARF: convert error logs to _LIBUNWIND_LOG"
Saleem Abdulrasool via cfe-commits
- [libunwind] r293298 - Merging r292723:
Hans Wennborg via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Petr Pavlu via Phabricator via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
Amjad Aboud via Phabricator via cfe-commits
- [PATCH] D17890: [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
Phabricator via Phabricator via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Stanisław Barzowski via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
don hinton via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
don hinton via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
don hinton via Phabricator via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via Phabricator via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Daniel Jasper via Phabricator via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Raphael Isemann via Phabricator via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Trieu via Phabricator via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Smith via Phabricator via cfe-commits
- [PATCH] D21675: New ODR checker for modules
Richard Trieu via Phabricator via cfe-commits
- [PATCH] D22057: Prevent devirtualization of calls to un-instantiated functions.
Sunil Srivastava via Phabricator via cfe-commits
- [PATCH] D22057: Prevent devirtualization of calls to un-instantiated functions.
Piotr Padlewski via Phabricator via cfe-commits
- [PATCH] D22391: [Sema] Add warning for implicitly casting a null constant to a non null pointer type
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D22391: [Sema] Add warning for implicitly casting a null constant to a non null pointer type
Jordan Rose via Phabricator via cfe-commits
- [PATCH] D22391: [Sema] Add warning for implicitly casting a null constant to a non null pointer type
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D22587: [ASTContext] Fix part of DR224 for nontype template arguments
Matthias Gehre via Phabricator via cfe-commits
- [PATCH] D22587: [ASTContext] Fix part of DR224 for nontype template arguments
Richard Smith via Phabricator via cfe-commits
- [PATCH] D25024: [clang-tidy] Add check for detecting declarations with multiple names
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind along with compiler-rt when necessary on Linux
Michał Górny via Phabricator via cfe-commits
- [PATCH] D25402: [Driver] Pass -lunwind along with compiler-rt when necessary on Linux
Saleem Abdulrasool via Phabricator via cfe-commits
- [PATCH] D25674: [Concepts] Class template associated constraints
Hubert Tong via Phabricator via cfe-commits
- [PATCH] D25674: [Concepts] Class template associated constraints
Hubert Tong via Phabricator via cfe-commits
- [PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D26110: Add a check for GCC to the _LIBCPP_EXPLICIT define
Marshall Clow via Phabricator via cfe-commits
- [PATCH] D26110: Add a check for GCC to the _LIBCPP_EXPLICIT define
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D26345: Extend small data threshold driver options to PPC target
Richard Smith via Phabricator via cfe-commits
- [PATCH] D26345: Extend small data threshold driver options to PPC target
Jack Andersen via Phabricator via cfe-commits
- [PATCH] D26345: Extend small data threshold driver options to PPC target
Richard Smith via Phabricator via cfe-commits
- [PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files
Nikita Kakuev via Phabricator via cfe-commits
- [PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D26466: [clang-tidy] Fix NOLINT test
Nikita Kakuev via Phabricator via cfe-commits
- [PATCH] D26466: [clang-tidy] Fix NOLINT test
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via Phabricator via cfe-commits
- [PATCH] D26753: ASTImporter: improve support for C++ templates
Aleksei Sidorin via Phabricator via cfe-commits
- [PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well
Bruno Cardoso Lopes via Phabricator via cfe-commits
- [PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D27430: [libc++] Annotate template methods with visibility
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D27604: [Driver] Add compiler option to generate a reproducer
Vassil Vassilev via Phabricator via cfe-commits
- [PATCH] D27621: [clang-tidy] check to find declarations declaring more than one name
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D27621: [clang-tidy] check to find declarations declaring more than one name
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
John McCall via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
John McCall via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
John McCall via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
John McCall via Phabricator via cfe-commits
- [PATCH] D27680: [CodeGen] Move lifetime.start of a variable when goto jumps back past its declaration
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D27689: Module: hash the pcm content and use it as SIGNATURE for implicit modules.
Duncan P. N. Exon Smith via Phabricator via cfe-commits
- [PATCH] D27689: Module: hash the pcm content and use it as SIGNATURE for implicit modules.
Duncan P. N. Exon Smith via Phabricator via cfe-commits
- [PATCH] D27800: Add overload of TransformToPotentiallyEvaluated for TypeSourceInfo
Eli Friedman via Phabricator via cfe-commits
- [PATCH] D27810: Normalize all filenames before searching FileManager caches
Erik Verbruggen via Phabricator via cfe-commits
- [PATCH] D27810: Normalize all filenames before searching FileManager caches
Erik Verbruggen via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Eric Christopher via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Eric Christopher via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Tim Shen via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Justin Lebar via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Tim Shen via Phabricator via cfe-commits
- [PATCH] D27872: [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Justin Lebar via Phabricator via cfe-commits
- [PATCH] D27917: [OpenCL] Improve diagnostics for double type
Egor Churaev via Phabricator via cfe-commits
- [PATCH] D27917: [OpenCL] Improve diagnostics for double type
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D27985: Add demangling support for C++11 thread_local variables
Dave Bozier via Phabricator via cfe-commits
- [PATCH] D27985: Add demangling support for C++11 thread_local variables
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D28007: Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
David L. Jones via Phabricator via cfe-commits
- [PATCH] D28007: Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
David L. Jones via Phabricator via cfe-commits
- [PATCH] D28080: [Docs][OpenCL] Added OpenCL feature description to user manual.
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28080: [Docs][OpenCL] Added OpenCL feature description to user manual.
Pekka Jääskeläinen via Phabricator via cfe-commits
- [PATCH] D28299: Module: use PCMCache to manage memory buffers for pcm files.
Bruno Cardoso Lopes via Phabricator via cfe-commits
- [PATCH] D28299: Module: use PCMCache to manage memory buffers for pcm files.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D28365: [Driver] Updated for Visual Studio 2017
Hamza Sood via Phabricator via cfe-commits
- [PATCH] D28445: [Analyzer] Extend taint propagation and checking
Vlad Tsyrklevich via Phabricator via cfe-commits
- [PATCH] D28451: [AVR] Add support for the 'interrupt' and 'naked' attributes
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D28477: Add LF_ prefix to LibFunc enums in TargetLibraryInfo.
David L. Jones via Phabricator via cfe-commits
- [PATCH] D28510: Reinstate CWG1607 restrictions on lambdas appearing inside certain constant-expressions
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28510: Reinstate CWG1607 restrictions on lambdas appearing inside certain constant-expressions
Faisal Vali via Phabricator via cfe-commits
- [PATCH] D28510: Reinstate CWG1607 restrictions on lambdas appearing inside certain constant-expressions
Faisal Vali via Phabricator via cfe-commits
- [PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls
Akira Hatanaka via Phabricator via cfe-commits
- [PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls
Alex Lorenz via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Delesley Hutchins via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Delesley Hutchins via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28526: [ARM] Add diagnostics when initialization global variables with ropi/rwpi
Weiming Zhao via Phabricator via cfe-commits
- [PATCH] D28529: [test] Port clang tests to canonicalized booleans
Jonas Hahnfeld via Phabricator via cfe-commits
- [PATCH] D28529: [test] Port clang tests to canonicalized booleans
Michał Górny via Phabricator via cfe-commits
- [PATCH] D28620: Guard __gnuc_va_list typedef
Paul Robinson via Phabricator via cfe-commits
- [PATCH] D28667: [clang-tidy] Don't modernize-raw-string-literal if replacement is longer.
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D28667: [clang-tidy] Don't modernize-raw-string-literal if replacement is longer.
Phabricator via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
- [PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D28768: [clang-tidy] Add check 'modernize-return-braced-init-list'
Alexander Kornienko via Phabricator via cfe-commits
- [PATCH] D28768: [clang-tidy] Add check 'modernize-return-braced-init-list'
Jonas Devlieghere via Phabricator via cfe-commits
- [PATCH] D28772: [Preprocessor] Fix incorrect token caching that occurs when lexing _Pragma in macro argument pre-expansion mode when skipping a function body
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28814: [OpenCL] Add missing address spaces in IR generation of Blocks
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28832: Improve redefinition errors pointing to the same header.
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28835: [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28835: [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Gor Nishanov via Phabricator via cfe-commits
- [PATCH] D28835: [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Gor Nishanov via Phabricator via cfe-commits
- [PATCH] D28835: [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Gor Nishanov via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via Phabricator via cfe-commits
- [PATCH] D28845: Prototype of modules codegen
David Blaikie via cfe-commits
- [PATCH] D28860: [OpenCL] Diagnose write_only image3d when extension is disabled
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28860: [OpenCL] Diagnose write_only image3d when extension is disabled
Sven van Haastregt via Phabricator via cfe-commits
- [PATCH] D28860: [OpenCL] Diagnose write_only image3d when extension is disabled
Sven van Haastregt via Phabricator via cfe-commits
- [PATCH] D28860: [OpenCL] Diagnose write_only image3d when extension is disabled
Yaxun Liu via Phabricator via cfe-commits
- [PATCH] D28860: [OpenCL] Diagnose write_only image3d when extension is disabled
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
Aaron Ballman via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
Richard Smith via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via Phabricator via cfe-commits
- [PATCH] D28905: [analyzer] Consider function call arguments while building CallGraph
Artem Dergachev via Phabricator via cfe-commits
- [PATCH] D28905: [analyzer] Consider function call arguments while building CallGraph
Phabricator via Phabricator via cfe-commits
- [PATCH] D28933: Revert the return type for `emplace_(back|front)` to `void` in C++14 and before
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D28933: Revert the return type for `emplace_(back|front)` to `void` in C++14 and before
Marshall Clow via cfe-commits
- [PATCH] D28933: Revert the return type for `emplace_(back|front)` to `void` in C++14 and before
Marshall Clow via Phabricator via cfe-commits
- [PATCH] D28946: [analyzer] Fix memory space for block-captured static locals.
Phabricator via Phabricator via cfe-commits
- [PATCH] D28946: [analyzer] Fix memory space for block-captured static locals.
Artem Dergachev via Phabricator via cfe-commits
- [PATCH] D28946: [analyzer] Fix memory space for block-captured static locals.
Devin Coughlin via Phabricator via cfe-commits
- [PATCH] D28946: [analyzer] Fix memory space for block-captured static locals.
Phabricator via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Devin Coughlin via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Dominic Chen via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Dominic Chen via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Devin Coughlin via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Nuno Lopes via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Dominic Chen via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Dominic Chen via Phabricator via cfe-commits
- [PATCH] D28952: [analyzer] Add new Z3 constraint manager backend
Nuno Lopes via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Marshall Clow via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Marshall Clow via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Jonathan Wakely via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Dimitry Andric via Phabricator via cfe-commits
- [PATCH] D28983: clang-format: remove tests that assume no config file will be found as this is not always the case
Antonio Maiorano via Phabricator via cfe-commits
- [PATCH] D28989: [X86][MS]Adjacent comments within multi-line inline assembly statement
coby via Phabricator via cfe-commits
- [PATCH] D29018: [clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Malcolm Parsons via Phabricator via cfe-commits
- [PATCH] D29018: [clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Mads Ravn via Phabricator via cfe-commits
- [PATCH] D29018: [clang-tidy] Ignore implicit functions in performance-unnecessary-value-param
Malcolm Parsons via Phabricator via cfe-commits
- [PATCH] D29025: Revert "IRGen: Start using the WriteThinLTOBitcode pass."
Martin Böhme via Phabricator via cfe-commits
- [PATCH] D29025: Revert "IRGen: Start using the WriteThinLTOBitcode pass."
Martin Böhme via Phabricator via cfe-commits
- [PATCH] D29026: [OpenMP] DSAChecker bug fix for combined directives.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29026: [OpenMP] DSAChecker bug fix for combined directives.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29026: [OpenMP] DSAChecker bug fix for combined directives.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29027: [Stack Protection] Add remark for reasons why Stack Protection has been applied
James Henderson via Phabricator via cfe-commits
- [PATCH] D29027: [Stack Protection] Add remark for reasons why Stack Protection has been applied
Richard Smith via Phabricator via cfe-commits
- [PATCH] D29027: [Stack Protection] Add remark for reasons why Stack Protection has been applied
James Henderson via Phabricator via cfe-commits
- [PATCH] D29031: [mips] Add support for static model on N64
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29031: [mips] Add support for static model on N64
Sean Bruno via Phabricator via cfe-commits
- [PATCH] D29031: [mips] Add support for static model on N64
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29031: [mips] Add support for static model on N64
Sagar Thakur via Phabricator via cfe-commits
- [PATCH] D29031: [mips] Add support for static model on N64
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Joerg Sonnenberger via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Sean Bruno via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Ed Maste via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Ed Maste via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Simon Dardis via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Joerg Sonnenberger via Phabricator via cfe-commits
- [PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Ed Maste via Phabricator via cfe-commits
- [PATCH] D29033: [clang-format] Fix LanguageKind comments.
Daniel Jasper via Phabricator via cfe-commits
- [PATCH] D29033: [clang-format] Fix LanguageKind comments.
Krasimir Georgiev via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Matt Arsenault via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Matt Arsenault via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.0 and CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29038: [OpenCL] Accept logical NOT for pointer types in CL1.1
Anastasia Stulova via Phabricator via cfe-commits
- [PATCH] D29039: Proposal for clang-format -r option
Daniel Jasper via Phabricator via cfe-commits
- [PATCH] D29039: Proposal for clang-format -r option
Mateusz Janek via Phabricator via cfe-commits
- [PATCH] D29039: Proposal for clang-format -r option
Daniel Jasper via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Marshall Clow via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Asiri Rathnayake via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Asiri Rathnayake via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Eric Fiselier via Phabricator via cfe-commits
- [PATCH] D29063: [libcxx] Never use <cassert> within libc++
Asiri Rathnayake via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Steven Wu via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Steven Wu via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Steven Wu via Phabricator via cfe-commits
- [PATCH] D29065: Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29066: Forward -bitcode_process_mode to ld64 in marker-only mode
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29066: Forward -bitcode_process_mode to ld64 in marker-only mode
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29066: Forward -bitcode_process_mode to ld64 in marker-only mode
Steven Wu via Phabricator via cfe-commits
- [PATCH] D29066: Forward -bitcode_process_mode to ld64 in marker-only mode
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Peter Collingbourne via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Teresa Johnson via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Peter Collingbourne via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Peter Collingbourne via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Teresa Johnson via Phabricator via cfe-commits
- [PATCH] D29067: IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Peter Collingbourne via Phabricator via cfe-commits
- [PATCH] D29077: [lsan] Enable LSan for x86 Linux.
Maxim Ostapenko via Phabricator via cfe-commits
- [PATCH] D29077: [lsan] Enable LSan for x86 Linux.
Kostya Serebryany via Phabricator via cfe-commits
- [PATCH] D29077: [lsan] Enable LSan for x86 Linux.
Evgeniy Stepanov via Phabricator via cfe-commits
- [PATCH] D29077: [lsan] Enable LSan for x86 Linux.
Maxim Ostapenko via Phabricator via cfe-commits
- [PATCH] D29077: [lsan] Enable LSan for x86 Linux.
Evgeniy Stepanov via Phabricator via cfe-commits
- [PATCH] D29082: [OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29082: [OpenMP] Support for the num_threads-clause on 'target parallel'.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29082: [OpenMP] Support for the num_threads-clause on 'target parallel'.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29083: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX device.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29083: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX device.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29083: [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX device.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29084: [OpenMP] Codegen support for 'target teams' on the host.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29084: [OpenMP] Codegen support for 'target teams' on the host.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29084: [OpenMP] Codegen support for 'target teams' on the host.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29085: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29085: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29085: [OpenMP] Support for num_teams-clause on the 'target teams' directive.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29087: [OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29087: [OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29087: [OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29101: Ignore -f(no)objc-arc-exception when -fno-objc-arc set
Onha Choe via Phabricator via cfe-commits
- [PATCH] D29101: Ignore -f(no)objc-arc-exception when -fno-objc-arc set
John McCall via Phabricator via cfe-commits
- [PATCH] D29101: Ignore -f(no)objc-arc-exception when -fno-objc-arc set
Saleem Abdulrasool via Phabricator via cfe-commits
- [PATCH] D29117: SPARC: allow usage of floating-point registers in inline ASM
Patrick Boettcher via Phabricator via cfe-commits
- [PATCH] D29117: SPARC: allow usage of floating-point registers in inline ASM
Patrick Boettcher via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonas Toth via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Ben Cox via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D29123: [Driver] Prevent no-arc-exception-silence.m test from writing output.
Martin Böhme via Phabricator via cfe-commits
- [PATCH] D29123: [Driver] Prevent no-arc-exception-silence.m test from writing output.
Martin Böhme via Phabricator via cfe-commits
- [PATCH] D29128: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29128: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29128: [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29135: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29136: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29137: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29138: [libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT.
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29139: [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object prevents copy elision".
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29140: [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.
Stephan T. Lavavej via Phabricator via cfe-commits
- [PATCH] D29143: [OpenMP] Codegen support for 'target teams' on the NVPTX device.
Arpith Jacob via Phabricator via cfe-commits
- [PATCH] D29143: [OpenMP] Codegen support for 'target teams' on the NVPTX device.
Alexey Bataev via Phabricator via cfe-commits
- [PATCH] D29143: [OpenMP] Codegen support for 'target teams' on the NVPTX device.
Phabricator via Phabricator via cfe-commits
- [PATCH] D29151: [clang-tidy] Add misc-invalidated-iterators check.
Eugene Zelenko via Phabricator via cfe-commits
- [PATCH] D29151: [clang-tidy] Add misc-invalidated-iterators check.
Piotr Padlewski via Phabricator via cfe-commits
- [PATCH] D29151: [clang-tidy] Add misc-invalidated-iterators check.
Piotr Padlewski via Phabricator via cfe-commits
- [PATCH] D29151: [clang-tidy] Add misc-invalidated-iterators check.
Eugene Zelenko via Phabricator via cfe-commits
- [PATCH] D29151: [clang-tidy] Add misc-invalidated-iterators check.
Anna Zaks via Phabricator via cfe-commits
- [PATCH] D29152: Drop 'dllimport' when redeclaring inline function template without the attribute (PR31695)
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D29152: Drop 'dllimport' when redeclaring inline function template without the attribute (PR31695)
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D29157: [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members
Shoaib Meenai via Phabricator via cfe-commits
- [PATCH] D29162: AMDGPU: Add a test checking alignments of emitted globals/allocas
Matt Arsenault via Phabricator via cfe-commits
- [PATCH] D29176: [change-namespace] add leading '::' to references in new namespace when name conflict is possible.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D29176: [change-namespace] add leading '::' to references in new namespace when name conflict is possible.
Benjamin Kramer via Phabricator via cfe-commits
- [PATCH] D29176: [change-namespace] add leading '::' to references in new namespace when name conflict is possible.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D29176: [change-namespace] add leading '::' to references in new namespace when name conflict is possible.
Eric Liu via Phabricator via cfe-commits
- [PATCH] D29182: [change-namespace] correctly shorten namespace when references have leading '::'
Eric Liu via Phabricator via cfe-commits
- [PATCH] D29182: [change-namespace] correctly shorten namespace when references have leading '::'
Benjamin Kramer via Phabricator via cfe-commits
- [PATCH] D29182: [change-namespace] correctly shorten namespace when references have leading '::'
Eric Liu via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Balogh, Ádám via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Gábor Horváth via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Balogh, Ádám via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Balogh, Ádám via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Artem Dergachev via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Balogh, Ádám via Phabricator via cfe-commits
- [PATCH] D29183: [Analysis] Fix for call graph to correctly handle nested call expressions
Balogh, Ádám via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Daniel Jasper via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Alex Eagle via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.
Martin Probst via Phabricator via cfe-commits
- [PATCH] D29197: Avoid implementation defined behavior in a test.
Dan Albert via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Adrian McCarthy via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Reid Kleckner via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Saleem Abdulrasool via Phabricator via cfe-commits
- [PATCH] D29198: clang-cl: Warn about /U flags that look like filenames (PR31662)
Hans Wennborg via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29208: Prevent ICE in dllexport class with _Atomic() data member
Warren Ristow via Phabricator via cfe-commits
- [PATCH] D29208: Prevent ICE in dllexport class with _Atomic() data member
Warren Ristow via Phabricator via cfe-commits
- [PATCH] D29209: Use copy.deepcopy instead of doing it manually.
Dan Albert via Phabricator via cfe-commits
- [PATCH] D29221: clang-format-vsix: "format on save" feature
Antonio Maiorano via Phabricator via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via Phabricator via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Mehdi AMINI via Phabricator via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Mehdi Amini via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Mehdi Amini via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Mehdi Amini via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Hans Wennborg via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
Richard Smith via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via Phabricator via cfe-commits
- [PATCH] D29233: Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via Phabricator via cfe-commits
- [PATCH] D29234: [ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Vedant Kumar via Phabricator via cfe-commits
- [PATCH] D29234: [ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Phabricator via Phabricator via cfe-commits
- [PATCH] D29267: [clang-tidy] safety-no-assembler
Jonathan B Coe via Phabricator via cfe-commits
- [PATCH] D29267: [clang-tidy] safety-no-assembler
Eugene Zelenko via Phabricator via cfe-commits
- Add warning for c++ member variable shadowing
James Sun via cfe-commits
- Add warning for c++ member variable shadowing
James Sun via cfe-commits
- Add warning for c++ member variable shadowing
Saleem Abdulrasool via cfe-commits
- Add warning for c++ member variable shadowing
James Sun via cfe-commits
- Add warning for c++ member variable shadowing
Richard Smith via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- r291905 - [Sema] Add warning for unused lambda captures
Nico Weber via cfe-commits
- r291905 - [Sema] Add warning for unused lambda captures
Aaron Ballman via cfe-commits
- r291905 - [Sema] Add warning for unused lambda captures
Nico Weber via cfe-commits
- r291905 - [Sema] Add warning for unused lambda captures
Aaron Ballman via cfe-commits
- r291963 - [clang] Emit `diagnose_if` warnings from system headers
Hans Wennborg via cfe-commits
- r291963 - [clang] Emit `diagnose_if` warnings from system headers
Hans Wennborg via cfe-commits
- r292194 - [AST] AttributedType should derive type properties from the EquivalentType
Hans Wennborg via cfe-commits
- r292497 - [Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp in C mode
Hans Wennborg via cfe-commits
- r292522 - Don't inline dllimport functions referencing non-imported methods
Hans Wennborg via cfe-commits
- r292555 - P0426: Make the library implementation of constexpr char_traits a little easier
Hans Wennborg via cfe-commits
- r292558 - Add documentation for constexpr string builtin support.
Richard Smith via cfe-commits
- r292561 - PR31701: Fix crash on invalid caused by parsing a dependent initializer when we
Hans Wennborg via cfe-commits
- r292561 - PR31701: Fix crash on invalid caused by parsing a dependent initializer when we
Richard Smith via cfe-commits
- r292561 - PR31701: Fix crash on invalid caused by parsing a dependent initializer when we
Hans Wennborg via cfe-commits
- r292590 - [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
Hans Wennborg via cfe-commits
- r292590 - [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
Alexey Bataev via cfe-commits
- r292590 - [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
Hans Wennborg via cfe-commits
- r292590 - [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
Alexey Bataev via cfe-commits
- r292632 - Fix actually-reachable llvm_unreachable.
David Blaikie via cfe-commits
- r292632 - Fix actually-reachable llvm_unreachable.
Richard Smith via cfe-commits
- r292776 - ASTImporter: improve support for C++ templates
Aleksei Sidorin via cfe-commits
- r292778 - ASTImporter: add forgotten tests for rL292776
Aleksei Sidorin via cfe-commits
- r292779 - ASTImporter: quick test fix
Aleksei Sidorin via cfe-commits
- r292781 - ASTImporter: fix tests on Windows with removing slashed parts of paths
Aleksei Sidorin via cfe-commits
- r292787 - clang-format: remove tests that assume no config file will be found as this is not always the case
Antonio Maiorano via cfe-commits
- r292791 - Revert "IRGen: Start using the WriteThinLTOBitcode pass."
Martin Bohme via cfe-commits
- r292794 - [OpenMP] DSAChecker bug fix for combined directives.
Arpith Chacko Jacob via cfe-commits
- r292796 - [clang-format] Fix LanguageKind comments.
Krasimir Georgiev via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Artem Dergachev via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Artem Dergachev via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Hans Wennborg via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Anna Zaks via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Hans Wennborg via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Devin Coughlin via cfe-commits
- r292800 - [analyzer] Fix memory space of static locals seen from nested blocks.
Hans Wennborg via cfe-commits
- r292801 - Revert "DebugInfo: Omit class definitions even in the presence of available_externally vtables"
David Blaikie via cfe-commits
- r292804 - [OpenCL] Improved enqueue_kernel diagnostic message
Anastasia Stulova via cfe-commits
- r292805 - [Sema] UsingShadowDecl shouldn't be hidden by the UsingDecl that owns it
Alex Lorenz via cfe-commits
- r292811 - Fix documentation typo from r292558.
Richard Smith via cfe-commits
- r292819 - Guard __gnuc_va_list typedef.
Paul Robinson via cfe-commits
- r292838 - AMDGPU: Update for changed subtarget feature name
Matt Arsenault via cfe-commits
- r292839 - [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble, IEEEdouble)
Tim Shen via cfe-commits
- r292847 - PR31692: Don't mark a declaration as invalid if we haven't necessarily emitted a (user-visible) error.
Richard Smith via cfe-commits
- r292847 - PR31692: Don't mark a declaration as invalid if we haven't necessarily emitted a (user-visible) error.
Richard Smith via cfe-commits
- r292847 - PR31692: Don't mark a declaration as invalid if we haven't necessarily emitted a (user-visible) error.
Hans Wennborg via cfe-commits
- r292849 - Add LF_ prefix to LibFunc enums in TargetLibraryInfo.
David L. Jones via cfe-commits
- r292856 - Re-commit "Don't inline dllimport functions referencing non-imported methods"
Hans Wennborg via cfe-commits
- r292862 - [sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if' by default. Update the docs, also add deprecation notes around other parts of sanitizer coverage
Kostya Serebryany via cfe-commits
- r292868 - Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
David L. Jones via cfe-commits
- r292874 - Revert "[analyzer] Fix memory space of static locals seen from nested blocks."
Devin Coughlin via cfe-commits
- r292897 - [test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`.
Greg Parker via cfe-commits
- r292898 - Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`."
Greg Parker via cfe-commits
- r292914 - Replace use of chdir with llvm::sys::fs::set_current_path
Pavel Labath via cfe-commits
- r292927 - [Sema] Fix assumption about typo corrections containing no decl.
Benjamin Kramer via cfe-commits
- r292932 - [CodeCompletion] Ensure that ObjC root class completes instance
Alex Lorenz via cfe-commits
- r292960 - Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
Mehdi Amini via cfe-commits
- r292961 - Forward -bitcode_process_mode to ld64 in marker-only mode
Mehdi Amini via cfe-commits
- r292964 - Fix test/Driver/embed-bitcode.c on non-Darwin host by setting the target explicitly
Mehdi Amini via cfe-commits
- r292968 - [docs] Add TableGen-based generator for command line argument documentation,
Richard Smith via cfe-commits
- r292970 - IRGen: Factor out function clang::FindThinLTOModule. NFCI.
Peter Collingbourne via cfe-commits
- r292972 - IRGen: Factor out function CodeGenAction::loadModule. NFCI.
Peter Collingbourne via cfe-commits
- r292978 - Strengthen test from r292632 to also check we get the mangling correct for this case.
Richard Smith via cfe-commits
- r292991 - PR31742: Don't emit a bogus "zero size array" extwarn when initializing a
Richard Smith via cfe-commits
- r292991 - PR31742: Don't emit a bogus "zero size array" extwarn when initializing a
Richard Smith via cfe-commits
- r292991 - PR31742: Don't emit a bogus "zero size array" extwarn when initializing a
Hans Wennborg via cfe-commits
- r292997 - [OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob via cfe-commits
- r292999 - [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX device.
Arpith Chacko Jacob via cfe-commits
- r293001 - [OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob via cfe-commits
- r293003 - Reverting commit because an NVPTX patch sneaked in. Break up into two
Arpith Chacko Jacob via cfe-commits
- r293004 - Use filename in linemarker when compiling preprocessed source
David Callahan via cfe-commits
- r293004 - Use filename in linemarker when compiling preprocessed source
Diana Picus via cfe-commits
- r293004 - Use filename in linemarker when compiling preprocessed source
Diana Picus via cfe-commits
- r293005 - [OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob via cfe-commits
- r293014 - Driver: ignore -fno-objc-arc-exception when -fno-objc-arc set
Saleem Abdulrasool via cfe-commits
- r293026 - Try to fix test from r293004
Diana Picus via cfe-commits
- r293032 - Revert "Use filename in linemarker when compiling preprocessed source"
Diana Picus via cfe-commits
- r293043 - [analyzer] Fix MacOSXAPIChecker fp with static locals seen from nested blocks.
Artem Dergachev via cfe-commits
- r293048 - [OpenMP] Support for num_teams-clause on the 'target teams' directive.
Arpith Chacko Jacob via cfe-commits
- r293049 - [OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Chacko Jacob via cfe-commits
- r293050 - [OpenCL] Diagnose write_only image3d when extension is disabled
Anastasia Stulova via cfe-commits
- r293051 - [Driver] Prevent no-arc-exception-silence.m test from writing output.
Martin Bohme via cfe-commits
- r293052 - [test] Port clang tests to canonicalized booleans
Michal Gorny via cfe-commits
- r293053 - [test] Add HAVE_LIBZ to canonicalized booleans
Michal Gorny via cfe-commits
- r293055 - [clang-format] Implement comment reflowing.
Krasimir Georgiev via cfe-commits
- r293065 - Clarify how to forward-declare __llvm_profile symbols.
Nico Weber via cfe-commits
- r293069 - [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device.
Arpith Chacko Jacob via cfe-commits
- r293097 - [CodeGen] [CUDA] Add the ability set default attrs on functions in linked modules.
Justin Lebar via cfe-commits
- r293106 - [CodeGen] Suppress emission of lifetime markers if a label has been seen
Akira Hatanaka via cfe-commits
- r293108 - Remove the return type from the check string in test case.
Akira Hatanaka via cfe-commits
- r293111 - Fix test case committed in r293106 so that it passes on targets whose
Akira Hatanaka via cfe-commits
- r293123 - Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith via cfe-commits
- r293123 - Remove and replace DiagStatePoint tracking and lookup data structure.
Duncan P. N. Exon Smith via cfe-commits
- r293123 - Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith via cfe-commits
- r293134 - [index] When indexing an ObjC method declaration use its base name for the location.
Argyrios Kyrtzidis via cfe-commits
- r293134 - [index] When indexing an ObjC method declaration use its base name for the location.
Argyrios Kyrtzidis via cfe-commits
- r293134 - [index] When indexing an ObjC method declaration use its base name for the location.
Argyrios Kyrtzidis via cfe-commits
- r293134 - [index] When indexing an ObjC method declaration use its base name for the location.
Hans Wennborg via cfe-commits
- r293134 - [index] When indexing an ObjC method declaration use its base name for the location.
Argyrios Kyrtzidis via cfe-commits
- r293146 - Support MIR opt-remarks with -fsave-optimization-record
Adam Nemet via cfe-commits
- r293147 - Fix test from r293146
Adam Nemet via cfe-commits
- r293149 - Further fixes to test from r293146
Adam Nemet via cfe-commits
- r293183 - [OpenMP] Codegen support for 'target teams' on the NVPTX device.
Arpith Chacko Jacob via cfe-commits
- r293190 - Use TargetMachine adjustPassManager hook
Stanislav Mekhanoshin via cfe-commits
- r293194 - [Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warning
Akira Hatanaka via cfe-commits
- r293199 - Turn on -Wblock-capture-autoreleasing by default.
Akira Hatanaka via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Richard Smith via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Yung, Douglas via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Yung, Douglas via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Richard Smith via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Galina Kistanova via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Richard Smith via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Richard Smith via cfe-commits
- r293207 - PR0091R3: Implement parsing support for using templates as types.
Yung, Douglas via cfe-commits
- r293209 - IRGen: When loading the main module in the distributed ThinLTO backend, look for the module containing the summary.
Peter Collingbourne via cfe-commits
- r293210 - Add missing x86 requirement.
Peter Collingbourne via cfe-commits
- r293219 - [modules] When reading / writing a typedef that is a name for linkage for
Richard Smith via cfe-commits
- r293222 - Add files forgotten in r293219.
Richard Smith via cfe-commits
- r293223 - [modules] Additional tests.
Richard Smith via cfe-commits
- r293231 - Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."
Peter Collingbourne via cfe-commits
- r293252 - Improve workaround for Sphinx's lack of support for command line options containing '+', '.' etc. to be more stable as the set of options changes.
Richard Smith via cfe-commits
- r293254 - [docs] Add help text and refine grouping for various options.
Richard Smith via cfe-commits
- r293270 - clang-format: [JS] do not format MPEG transport streams.
Martin Probst via cfe-commits
- r293280 - [analyzer] Consider function call arguments while building CallGraph.
Artem Dergachev via cfe-commits
- r293285 - [mips] Add support for static model on N64
Simon Dardis via cfe-commits
- r293286 - [OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova via cfe-commits
- r293305 - clang-cl: Warn about /U flags that look like filenames (PR31662)
Hans Wennborg via cfe-commits
- r293311 - ARM-Darwin: re-enable -momit-leaf-frame-pointer.
Tim Northover via cfe-commits
- r293333 - PR31783: Don't request the alignment of an invalid declaration.
Richard Smith via cfe-commits
- r293343 - [ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Vedant Kumar via cfe-commits
- r293344 - Fix linkage of static locals in available_externally functions to be DiscardableODR/linkonce_odr
David Blaikie via cfe-commits
- r293350 - When converting a template argument representing &array to an expression for a
Richard Smith via cfe-commits
- r293354 - Convert sequence of 'if's on the same value to a switch. No functionality change intended.
Richard Smith via cfe-commits
- r293355 - Support '#pragma clang __debug dump' within C++ classes.
Richard Smith via cfe-commits
- r293358 - -Wunused-func-template: do not warn on non-template function declarations that
Richard Smith via cfe-commits
- r293360 - Change how we handle diagnose_if attributes.
George Burgess IV via cfe-commits
- r293360 - Change how we handle diagnose_if attributes.
George Burgess IV via cfe-commits
- r293364 - Avoid calling dump() in normal code
Matthias Braun via cfe-commits
- r293367 - Switch the template specialization kind for a non-defining declaration of a
Richard Smith via cfe-commits
- r293369 - Attempt to unbreak buildbots.
George Burgess IV via cfe-commits
- r293370 - Fix typo introduced in r292960 that may affect -flto -save-temps (saving the optimized bitcode)
Mehdi Amini via cfe-commits
- r293379 - Pass a char instead of a string to the find function. clang-tidy: performance-faster-string-find
Sylvestre Ledru via cfe-commits
- r293381 - Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
Sylvestre Ledru via cfe-commits
- r293393 - Modules: Separate out a checkSignature helper, almost NFC
Duncan P. N. Exon Smith via cfe-commits
- r293394 - Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFC
Duncan P. N. Exon Smith via cfe-commits
- r293395 - Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC
Duncan P. N. Exon Smith via cfe-commits
- r293396 - [scan-build-py] use subprocess wrapper
Laszlo Nagy via cfe-commits
- r293397 - [scan-build-py] remove batch files
Laszlo Nagy via cfe-commits
- r293398 - Modules: Enforce that ModuleManager::removeModules deletes the tail
Duncan P. N. Exon Smith via cfe-commits
- r293399 - Modules: Clean up ModuleFile::Imports in ModuleManager::removeModules
Duncan P. N. Exon Smith via cfe-commits
- r293400 - Modules: Return early in ModuleManager::addModule; NFC
Duncan P. N. Exon Smith via cfe-commits
- r293404 - Modules: Simplify the ModuleFile constructor; likely NFC
Duncan P. N. Exon Smith via cfe-commits
- r293415 - Modules: Fix a minor performance bug from r293393
Duncan P. N. Exon Smith via cfe-commits
- r293416 - [c-index-test] Provide capability for 'c-index-test core' to dump symbol information from a PCH/module file.
Argyrios Kyrtzidis via cfe-commits
- r293418 - [scan-build-py] remove not used flag
Laszlo Nagy via cfe-commits
- r293420 - [windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk".
Marcos Pividori via cfe-commits
- r293444 - [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
Arpith Chacko Jacob via cfe-commits
- r293455 - Towards P0091R3: parsing support for class template argument deduction in typename-specifiers.
Richard Smith via cfe-commits
- r293456 - Prototype of modules codegen
David Blaikie via cfe-commits
- r293457 - Tidy up codegen modules test & make it x86 specific since it relies on Itanium name manglings
David Blaikie via cfe-commits
- r293461 - [c-index-test] Provide capability to index module file imports and dump their input files.
Argyrios Kyrtzidis via cfe-commits
- r293462 - Reapply "DebugInfo: Omit class definitions even in the presence of available_externally vtables"
David Blaikie via cfe-commits
- r293463 - [index] CMake: add missing reference to clangSerialization library.
Argyrios Kyrtzidis via cfe-commits
- r293465 - clang-format: [JavaScript] Undo r291974 for JavaScript.
Daniel Jasper via cfe-commits
- r293466 - [c-index-test] CMake: add missing reference to clangSerialization library.
Argyrios Kyrtzidis via cfe-commits
Last message date:
Sun Jan 29 23:11:28 PST 2017
Archived on: Sun Jan 29 23:22:16 PST 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).