The Week Of Monday 22 August 2016 Archives by subject
Starting: Mon Aug 22 00:34:21 PDT 2016
Ending: Sun Aug 28 23:42:45 PDT 2016
Messages: 555
- [clang-tools-extra] r279442 - [clang-tidy docs] Further cleanup of options
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r279494 - Fix style in some Clang-tidy checks documentation.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r279507 - [clang-tidy] readability-non-const-parameter: add new check that warns when function parameters should be const
Daniel Marjamaki via cfe-commits
- [clang-tools-extra] r279516 - [clang-tidy] Fix the order of ExtraArgsBefore
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r279519 - [clang-tidy] Merge ExtraArgs(Before) instead of overriding them.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r279541 - [Documentation] Fix style of Clang-tidy readability-non-const-parameter.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r279659 - Clang-tidy documentation style. Two Google checks are aliases.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r279666 - [clang-tidy misc-move-const-arg] more specific messages + suggest alternative solution
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r279803 - [clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn via cfe-commits
- [clang-tools-extra] r279814 - [clang-tidy] Some tweaks on header guard checks.
Haojian Wu via cfe-commits
- [clang-tools-extra] r279846 - [Clang-tidy] Fix some checks documentation style.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r279944 - Fix some typos in the doc
Sylvestre Ledru via cfe-commits
- [libclc] r279644 - amdgcn: Fix return type for get_global_size
Matt Arsenault via cfe-commits
- [libclc] r279656 - amdgcn: Also correct get_local_size type for HSA
Matt Arsenault via cfe-commits
- [libclc] r279692 - Strip opencl.ocl.version metadata
Matt Arsenault via cfe-commits
- [libclc] r279723 - amdgcn: Fix return type of get_num_groups
Matt Arsenault via cfe-commits
- [libcxx] r279453 - Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change.
Marshall Clow via cfe-commits
- [libcxx] r279552 - libcxx: Fix libcxx tests on aarch64 with libunwind
Adhemerval Zanella via cfe-commits
- [libcxx] r279552 - libcxx: Fix libcxx tests on aarch64 with libunwind
Asiri Rathnayake via cfe-commits
- [libcxx] r279584 - libc++: Perform configuration checks with -nodefaultlibs
Saleem Abdulrasool via cfe-commits
- [libcxx] r279596 - Revert "libc++: Perform configuration checks with -nodefaultlibs"
Saleem Abdulrasool via cfe-commits
- [libcxx] r279606 - libc++: add an option to build against compiler-rt
Saleem Abdulrasool via cfe-commits
- [libcxx] r279675 - [CMake] Be more consistent about naming targets and components
Chris Bieneman via cfe-commits
- [libcxx] r279709 - Creating release candidate rc3 from release_390 branch
Hans Wennborg via cfe-commits
- [libcxx] r279731 - Remove trailing WS [NFC]
Aditya Kumar via cfe-commits
- [libcxx] r279744 - Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception type we define. They either construct and throw the exception, or abort() (if exceptions are disabled). Use these functions everywhere instead of assert()ing when exceptions are disabled. WARNING: This is a behavior change - but only with exceptions disabled. Reviewed as: https://reviews.llvm.org/D23855.
Marshall Clow via cfe-commits
- [libcxx] r279746 - Remove duplicate inline
Marshall Clow via cfe-commits
- [libcxx] r279763 - Followon to r279744. Find the other exception types and make __throw_XXX routines (and call them). Remove the generic __libcpp_throw routine, since no one uses it anymore.
Marshall Clow via cfe-commits
- [libcxx] r279903 - Add attribute noreturn to functions that throw
Aditya Kumar via cfe-commits
- [libcxx] r279926 - Avoid embedded preprocessor directives in __tree
Dimitry Andric via cfe-commits
- [libcxx] r279940 - [Docs] Update libc++ target names after r279675.
Eric Fiselier via cfe-commits
- [libcxx] r279945 - Implement LWG 2711. Constrain path members.
Eric Fiselier via cfe-commits
- [libcxx] r279947 - Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier via cfe-commits
- [libcxx] r279948 - Implement C++17 std::sample.
Eric Fiselier via cfe-commits
- [libcxx] r279953 - Fix pair::operator=(TupleLike&&).
Eric Fiselier via cfe-commits
- [libcxx] r279953 - Fix pair::operator=(TupleLike&&).
Eric Fiselier via cfe-commits
- [libcxx] r279953 - Fix pair::operator=(TupleLike&&).
Eric Fiselier via cfe-commits
- [libcxx] r279954 - Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier via cfe-commits
- [libcxx] r279955 - Fix pair::operator=(TupleLike&&).
Eric Fiselier via cfe-commits
- [libcxx] r279955 - Fix pair::operator=(TupleLike&&).
Eric Fiselier via cfe-commits
- [libcxxabi] r279710 - Creating release candidate rc3 from release_390 branch
Hans Wennborg via cfe-commits
- [libcxxabi] r279935 - test: fix test under ASAN and MSAN
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r279936 - [CMake] Apply r279151 cleanup to libc++abi.
Eric Fiselier via cfe-commits
- [libcxxabi] r279938 - [CMake] Be more consistent about naming targets and components in libc++abi
Eric Fiselier via cfe-commits
- [libunwind] r279716 - Creating release candidate rc3 from release_390 branch
Hans Wennborg via cfe-commits
- [libunwind] r279871 - [ARM] Adding .arch directives around WMMX unwind code
Renato Golin via cfe-commits
- [libunwind] r279941 - EHABI: fail on WMMX vops without WMMX support
Saleem Abdulrasool via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Jason Juang via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Jean-Sebastien Mouret via cfe-commits
- [PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk
Jason Juang via cfe-commits
- [PATCH] D13909: clang-offload-bundler - offload files bundling/unbundling tool
Samuel Antao via cfe-commits
- [PATCH] D13909: clang-offload-bundler - offload files bundling/unbundling tool
Samuel Antao via cfe-commits
- [PATCH] D13909: clang-offload-bundler - offload files bundling/unbundling tool
Jonas Hahnfeld via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Serge Pavlov via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Sean Callanan via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Phabricator via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Gábor Horváth via cfe-commits
- [PATCH] D15332: new clang-tidy checker readability-non-const-parameter
Daniel Marjamäki via cfe-commits
- [PATCH] D15643: [clang-format] Don't allow newline after uppercase Obj-C block return types
Kent Sutherland via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Richard Smith via cfe-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Sergio Martins via cfe-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via cfe-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Mehdi AMINI via cfe-commits
- [PATCH] D18639: Use __builtin_isnan/isinf/isfinite in complex
Hal Finkel via cfe-commits
- [PATCH] D20168: [CodeGen] Handle structs directly in AMDGPUABIInfo
Matt Arsenault via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Alexander Kornienko via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- [PATCH] D21070: Pass the ABI in the triple when appropriate (currently for MIPS) for 'clang -cc1' and 'clang -cc1as'
Simon Dardis via cfe-commits
- [PATCH] D21072: [mips] Account for -mabi when determining whether IAS is the default or not.
Simon Dardis via cfe-commits
- [PATCH] D21072: [mips] Account for -mabi when determining whether IAS is the default or not.
Simon Dardis via cfe-commits
- [PATCH] D21134: clang-tidy: new check readability-misplaced-array-index
Daniel Marjamäki via cfe-commits
- [PATCH] D21134: clang-tidy: new check readability-misplaced-array-index
Daniel Marjamäki via cfe-commits
- [PATCH] D21134: clang-tidy: new check readability-misplaced-array-index
Alexander Kornienko via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Daniel Jasper via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via cfe-commits
- [PATCH] D21502: Fix heuristics skipping invalid ctor-initializers with C++11
Olivier Goffart via cfe-commits
- [PATCH] D21502: Fix heuristics skipping invalid ctor-initializers with C++11
Richard Smith via cfe-commits
- [PATCH] D21502: Fix heuristics skipping invalid ctor-initializers with C++11
Olivier Goffart via cfe-commits
- [PATCH] D21502: Fix heuristics skipping invalid ctor-initializers with C++11
Olivier Goffart via cfe-commits
- [PATCH] D21959: [X86] Add xgetbv xsetbv intrinsics
Guy Blank via cfe-commits
- [PATCH] D21959: [X86] Add xgetbv xsetbv intrinsics
Reid Kleckner via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Marshall Clow via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Asiri Rathnayake via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Asiri Rathnayake via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Asiri Rathnayake via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Saleem Abdulrasool via cfe-commits
- [PATCH] D21968: [libcxx] Externally threaded libc++ variant - Take 2
Asiri Rathnayake via cfe-commits
- [PATCH] D22090: [analyzer] Add more FileIDs to PlistDiagnostic map
Aleksei Sidorin via cfe-commits
- [PATCH] D22090: [analyzer] Add more FileIDs to PlistDiagnostic map
Anna Zaks via cfe-commits
- [PATCH] D22220: [clang-tidy] Add check 'misc-move-forwarding-reference'
Martin Böhme via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
Mayur Pandey via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
David Majnemer via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Daniel Jasper via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Peter Szecsi via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Peter Szecsi via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Alexander Kornienko via cfe-commits
- [PATCH] D22584: constexpr array support C++1z (P0031)
Marshall Clow via cfe-commits
- [PATCH] D22584: constexpr array support C++1z (P0031)
Jason Turner via cfe-commits
- [PATCH] D22666: Frontend: Fix mcount inlining bug
Honggyu Kim via cfe-commits
- [PATCH] D22766: Handle -mlong-calls on Hexagon
Krzysztof Parzyszek via cfe-commits
- [PATCH] D22766: Handle -mlong-calls on Hexagon
Saleem Abdulrasool via cfe-commits
- [PATCH] D22766: Handle -mlong-calls on Hexagon
Krzysztof Parzyszek via cfe-commits
- [PATCH] D22766: Handle -mlong-calls on Hexagon
Krzysztof Parzyszek via cfe-commits
- [PATCH] D22794: [Sema] Propagate nullability when deducing type of auto
Akira Hatanaka via cfe-commits
- [PATCH] D22834: Added 'inline' attribute to basic_string's destructor
Marshall Clow via cfe-commits
- [PATCH] D22834: Added 'inline' attribute to basic_string's destructor
Eric Fiselier via cfe-commits
- [PATCH] D22834: Added 'inline' attribute to basic_string's destructor
Aditya Kumar via cfe-commits
- [PATCH] D22871: Fix incorrect -Wtautological-constant-out-of-range warnings with enums
Ismail Badawi via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Andi via cfe-commits
- [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects
Andi via cfe-commits
- [PATCH] D22968: [analyzer] A checker for macOS-specific bool-like objects.
Devin Coughlin via cfe-commits
- [PATCH] D23079: ObjC: Use a new type for ObjC type parameter (patch 2 out of 3)
Doug Gregor via cfe-commits
- [PATCH] D23112: [analyzer] Correctly add assumptions based on array bounds.
Phabricator via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Hendrik von Prince via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Hendrik von Prince via cfe-commits
- [PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...
Akira Hatanaka via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Ben Craig via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Aaron Ballman via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Saleem Abdulrasool via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Ben Craig via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Aaron Ballman via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Aaron Ballman via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Ben Craig via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Eric Liu via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Daniel Jasper via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23279: clang-reorder-fields
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23284: Add -Rpass-with-hotness
Adam Nemet via cfe-commits
- [PATCH] D23284: Add -Rpass-with-hotness
Diego Novillo via cfe-commits
- [PATCH] D23343: [clang-tidy] modernize-make-{smart_ptr} private ctor bugfix
Alexander Kornienko via cfe-commits
- [PATCH] D23353: [clang-tidy] Add check 'misc-use-after-move'
Martin Böhme via cfe-commits
- [PATCH] D23353: [clang-tidy] Add check 'misc-use-after-move'
Martin Böhme via cfe-commits
- [PATCH] D23375: Add kfree( ) to MallocChecker.cpp
Andrew Wells via cfe-commits
- [PATCH] D23400: Implement Use-Define Chain.
Vassil Vassilev via cfe-commits
- [PATCH] D23400: Implement Use-Define Chain.
Vassil Vassilev via cfe-commits
- [PATCH] D23418: [analyzer] Added a reusable constraint system to the CloneDetector
Artem Dergachev via cfe-commits
- [PATCH] D23418: [analyzer] Added a reusable constraint system to the CloneDetector
Artem Dergachev via cfe-commits
- [PATCH] D23420: libcxx: Fix libcxx test on aarch64 with libunwind
Adhemerval Zanella via cfe-commits
- [PATCH] D23420: libcxx: Fix libcxx test on aarch64 with libunwind
Jonathan Roelofs via cfe-commits
- [PATCH] D23492: Make function local tags visible.
Adrian Kuegel via cfe-commits
- [PATCH] D23492: Make function local tags visible.
Vassil Vassilev via cfe-commits
- [PATCH] D23492: Make function local tags visible.
Adrian Kuegel via cfe-commits
- [PATCH] D23492: Make function local tags visible.
Vassil Vassilev via cfe-commits
- [PATCH] D23492: Make function local tags visible.
Richard Smith via cfe-commits
- [PATCH] D23493: Fix PR28366: Teach the const-expression evaluator to be more fault tolerant with non-const enclosing local variables, or otherwise fold them if const.
Richard Smith via cfe-commits
- [PATCH] D23526: [CUDA] Collapsed offload actions should not be top-level jobs.
Artem Belevich via cfe-commits
- [PATCH] D23595: [Clang] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Mehdi AMINI via cfe-commits
- [PATCH] D23595: [Clang] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko via cfe-commits
- [PATCH] D23641: [ASTMatchers] Fix documentation of is(Un)SignedInteger()
Clement Courbet via cfe-commits
- [PATCH] D23651: [clang-rename] improve performance for rename-all
Kirill Bobyrev via cfe-commits
- [PATCH] D23651: [clang-rename] improve performance for rename-all
Kirill Bobyrev via cfe-commits
- [PATCH] D23651: [clang-rename] improve performance for rename-all
Miklos Vajna via cfe-commits
- [PATCH] D23653: Minor cleanup of SimpleTypoCorrector
Dmitri Gribenko via cfe-commits
- [PATCH] D23653: Minor cleanup of SimpleTypoCorrector
Saleem Abdulrasool via cfe-commits
- [PATCH] D23657: Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D23685: [libcxx] [test] Include the iterator header for back_inserter.
Marshall Clow via cfe-commits
- [PATCH] D23699: [CMake] Be more consistent about naming targets and components
Chris Bieneman via cfe-commits
- [PATCH] D23699: [CMake] Be more consistent about naming targets and components
Phabricator via cfe-commits
- [PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Andrew Savonichev via cfe-commits
- [PATCH] D23719: [libc++] Use C11 for atomics check
Shoaib Meenai via cfe-commits
- [PATCH] D23720: Omit column info for CodeView by default
Reid Kleckner via cfe-commits
- [PATCH] D23720: Omit column info for CodeView by default
Adrian McCarthy via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Alexander Kornienko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Eugene Zelenko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Alexander Kornienko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Eugene Zelenko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Eugene Zelenko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Alexander Kornienko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Eugene Zelenko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Alexander Kornienko via cfe-commits
- [PATCH] D23728: [Clang-tidy] Fix style in some checks documentation
Phabricator via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
David Blaikie via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
David Blaikie via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
David Blaikie via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen via cfe-commits
- [PATCH] D23730: [GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen via cfe-commits
- [PATCH] D23744: driver: Support checking for rlimits via cmake (when bootstrapping)
Vedant Kumar via cfe-commits
- [PATCH] D23744: driver: Support checking for rlimits via cmake (when bootstrapping)
Chris Bieneman via cfe-commits
- [PATCH] D23744: driver: Support checking for rlimits via cmake (when bootstrapping)
Michał Górny via cfe-commits
- [PATCH] D23744: driver: Support checking for rlimits via cmake (when bootstrapping)
Phabricator via cfe-commits
- [PATCH] D23744: driver: Support checking for rlimits via cmake (when bootstrapping)
Chris Bieneman via cfe-commits
- [PATCH] D23746: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Tom Stellard via cfe-commits
- [PATCH] D23746: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Matt Arsenault via cfe-commits
- [PATCH] D23746: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Niels Ole Salscheider via cfe-commits
- [PATCH] D23746: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Niels Ole Salscheider via cfe-commits
- [PATCH] D23761: clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst via cfe-commits
- [PATCH] D23761: clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst via cfe-commits
- [PATCH] D23761: clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Daniel Jasper via cfe-commits
- [PATCH] D23761: clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst via cfe-commits
- [PATCH] D23765: Fix for clang PR 29087
Taewook Oh via cfe-commits
- [PATCH] D23767: DebugInfo: use llvm::di_flags_t for debug info flags
Victor via cfe-commits
- [PATCH] D23767: DebugInfo: use llvm::DIFlagsUnderlying type for debug info flags
Victor via cfe-commits
- [PATCH] D23780: [analyzer] Fixed crash in StmtDataCollector when analyzing methods of template classes.
Raphael Isemann via cfe-commits
- [PATCH] D23780: [analyzer] Fixed crash in StmtDataCollector when analyzing methods of template classes.
Artem Dergachev via cfe-commits
- [PATCH] D23780: [analyzer] Fixed crash in StmtDataCollector when analyzing methods of template classes.
Phabricator via cfe-commits
- [PATCH] D23783: [Sema][Comments] Support @param with c++ 'using' keyword
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23783: [Sema][Comments] Support @param with c++ 'using' keyword
Dmitri Gribenko via cfe-commits
- [PATCH] D23783: [Sema][Comments] Support @param with c++ 'using' keyword
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23784: Remove trailing WS [NFC]
Aditya Kumar via cfe-commits
- [PATCH] D23784: Remove trailing WS [NFC]
Aditya Kumar via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Dmitri Gribenko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Dmitri Gribenko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Dmitri Gribenko via cfe-commits
- [PATCH] D23787: Add builder for clang extra tools Sphinx docs
Dmitri Gribenko via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Shoaib Meenai via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Eric Fiselier via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Shoaib Meenai via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Shoaib Meenai via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Eric Fiselier via cfe-commits
- [PATCH] D23791: [libc++] Perform configuration checks with -nodefaultlibs
Saleem Abdulrasool via cfe-commits
- [PATCH] D23796: [libcxx] Make it possible to test static builds of libc++ on OSX
Asiri Rathnayake via cfe-commits
- [PATCH] D23805: clang-cl: Make /Brepro actually work.
Nico Weber via cfe-commits
- [PATCH] D23805: clang-cl: Make /Brepro actually work.
David Majnemer via cfe-commits
- [PATCH] D23805: clang-cl: Make /Brepro actually work.
Nico Weber via cfe-commits
- [PATCH] D23807: clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23807: clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Hans Wennborg via cfe-commits
- [PATCH] D23807: clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23815: [Clang-tidy] Documentation style. Two Google checks are aliases
Eugene Zelenko via cfe-commits
- [PATCH] D23815: [Clang-tidy] Documentation style. Two Google checks are aliases
Alexander Kornienko via cfe-commits
- [PATCH] D23815: [Clang-tidy] Documentation style. Two Google checks are aliases
Eugene Zelenko via cfe-commits
- [PATCH] D23815: [Clang-tidy] Documentation style. Two Google checks are aliases
Alexander Kornienko via cfe-commits
- [PATCH] D23815: [Clang-tidy] Documentation style. Two Google checks are aliases
Phabricator via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Nico Weber via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Richard Smith via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Richard Smith via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Richard Smith via cfe-commits
- [PATCH] D23816: Add support for -fdiagnostics-abs-path: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Hans Wennborg via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Nico Weber via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Hans Wennborg via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Nico Weber via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Hans Wennborg via cfe-commits
- [PATCH] D23816: clang-cl: Add support for /FC: absolute paths in diagnostics and __FILE__
Nico Weber via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Meike Baumgärtner via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Stephen Hines via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Meike Baumgärtner via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Meike Baumgärtner via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Richard Smith via cfe-commits
- [PATCH] D23820: Do not warn about format strings that are indexed string literals.
Meike Baumgärtner via cfe-commits
- [PATCH] D23821: Minor cleanup of the class Pattern
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23821: Minor cleanup of the class Pattern
Vedant Kumar via cfe-commits
- [PATCH] D23821: Minor cleanup of the class Pattern
Saleem Abdulrasool via cfe-commits
- [PATCH] D23826: Remove excessive padding from PTHStatData
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23826: Remove excessive padding from PTHStatData
Mehdi AMINI via cfe-commits
- [PATCH] D23826: Remove excessive padding from PTHStatData
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23826: Remove excessive padding from PTHStatData
Mehdi AMINI via cfe-commits
- [PATCH] D23828: Make InitListExpr::isExplicit const
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23828: Make InitListExpr::isExplicit const
Vedant Kumar via cfe-commits
- [PATCH] D23828: Make InitListExpr::isExplicit const
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23828: Make InitListExpr::isExplicit const
Phabricator via cfe-commits
- [PATCH] D23831: [libcxx] Fix gcc 4.9 -Wcast-qual warning.
Andrey Khalyavin via cfe-commits
- [PATCH] D23831: Fix gcc 4.9 -Wcast-qual warning.
Andrey Khalyavin via cfe-commits
- [PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages
Michał Górny via cfe-commits
- [PATCH] D23832: cmake: Add ordering dep between HTML Sphinx docs and manpages
Andrew Wilkins via cfe-commits
- [PATCH] D23835: [compiler-rt] tsan/tests: Add missing -I for top-level include directory
Michał Górny via cfe-commits
- [PATCH] D23837: Fix colored diagnostics from tools
Olivier Goffart via cfe-commits
- [PATCH] D23837: Fix colored diagnostics from tools
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23837: Fix colored diagnostics from tools
Olivier Goffart via cfe-commits
- [PATCH] D23837: Fix colored diagnostics from tools
Olivier Goffart via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
Sjoerd Meijer via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
Sjoerd Meijer via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
James Molloy via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
Sjoerd Meijer via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
James Molloy via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
Renato Golin via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
Sjoerd Meijer via cfe-commits
- [PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math
James Molloy via cfe-commits
- [PATCH] D23842: [CFG] Add iterator_ranges to CFG and CFGBlock.
Martin Böhme via cfe-commits
- [PATCH] D23842: [CFG] Add iterator_ranges to CFG and CFGBlock.
Martin Böhme via cfe-commits
- [PATCH] D23842: [CFG] Add iterator_ranges to CFG and CFGBlock.
Alexander Kornienko via cfe-commits
- [PATCH] D23842: [CFG] Add iterator_ranges to CFG and CFGBlock.
Alexander Kornienko via cfe-commits
- [PATCH] D23842: [CFG] Add iterator_ranges to CFG and CFGBlock.
Martin Böhme via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Alexander Kornienko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Eugene Zelenko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Alexander Kornienko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Alexander Kornienko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Alexander Kornienko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Adrian McCarthy via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Eugene Zelenko via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Zachary Turner via cfe-commits
- [PATCH] D23848: Add a clang-tidy Visual Studio extension
Adrian McCarthy via cfe-commits
- [PATCH] D23852: [SemaObjC] Fix crash while parsing type arguments and protocols
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23852: [SemaObjC] Fix crash while parsing type arguments and protocols
Doug Gregor via cfe-commits
- [PATCH] D23852: [SemaObjC] Fix crash while parsing type arguments and protocols
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23853: Assert in performTrivialCopy - Bug report and a possible solution
Devin Coughlin via cfe-commits
- [PATCH] D23853: Assert in performTrivialCopy - Bug report and a possible solution
Gábor Horváth via cfe-commits
- [PATCH] D23853: Assert in performTrivialCopy - Bug report and a possible solution
Anna Zaks via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Marshall Clow via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Sebastian Pop via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Marshall Clow via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Marshall Clow via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Marshall Clow via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Sebastian Pop via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Marshall Clow via cfe-commits
- [PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.
Asiri Rathnayake via cfe-commits
- [PATCH] D23856: [libc++] Perform configuration checks with -nodefaultlibs
Shoaib Meenai via cfe-commits
- [PATCH] D23856: [libc++] Perform configuration checks with -nodefaultlibs
Saleem Abdulrasool via cfe-commits
- [PATCH] D23856: [libc++] Perform configuration checks with -nodefaultlibs
Shoaib Meenai via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Manman Ren via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Ben Langmuir via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Richard Smith via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Manman Ren via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Richard Smith via cfe-commits
- [PATCH] D23858: Don't diagnose non-modular includes when we are not compiling a module
Phabricator via cfe-commits
- [PATCH] D23859: [Preprocessor] Add a macro for -fno-gnu-inline-asm
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23859: [Preprocessor] Add a macro for -fno-gnu-inline-asm
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23860: [Sema][Comments] Add support for TypeAliasTemplate
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23860: [Sema][Comments] Add support for TypeAliasTemplate
Dmitri Gribenko via cfe-commits
- [PATCH] D23860: [Sema][Comments] Add support for TypeAliasTemplate
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23871: [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
Elad Cohen via cfe-commits
- [PATCH] D23871: [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
Richard Smith via cfe-commits
- [PATCH] D23871: [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
Elad Cohen via cfe-commits
- [PATCH] D23878: [libc++abi] Fix test under ASAN and MSAN
Shoaib Meenai via cfe-commits
- [PATCH] D23878: [libc++abi] Fix test under ASAN and MSAN
Saleem Abdulrasool via cfe-commits
- [PATCH] D23878: [libc++abi] Fix test under ASAN and MSAN
Shoaib Meenai via cfe-commits
- [PATCH] D23878: [libc++abi] Fix test under ASAN and MSAN
Saleem Abdulrasool via cfe-commits
- [PATCH] D23894: [Clang-tidy] Fix some checks documentation style
Eugene Zelenko via cfe-commits
- [PATCH] D23894: [Clang-tidy] Fix some checks documentation style
Haojian Wu via cfe-commits
- [PATCH] D23894: [Clang-tidy] Fix some checks documentation style
Phabricator via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Nico Weber via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Richard Smith via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Reid Kleckner via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Richard Smith via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Aaron Ballman via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Nico Weber via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Nico Weber via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Kim Gräsman via cfe-commits
- [PATCH] D23895: [ms] Add support for parsing uuid as a MS attribute
Nico Weber via cfe-commits
- [PATCH] D23898: Minor cleanup of MismatchingNewDeleteDetector
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23898: Minor cleanup of MismatchingNewDeleteDetector
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23901: Minor cleanup of the class CallStackFrame
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23901: Minor cleanup of the class CallStackFrame
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23902: Minor cleanup of PTHWriter
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23902: Minor cleanup of PTHWriter
Alexander Shaposhnikov via cfe-commits
- [PATCH] D23902: Minor cleanup of PTHWriter
Reid Kleckner via cfe-commits
- [PATCH] D23905: [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23905: [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Richard Smith via cfe-commits
- [PATCH] D23905: [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23905: [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D23907: Fix documentation of MemberExpr::getMemberDecl
Stephan Bergmann via cfe-commits
- [PATCH] D23914: [OpenCL] Make is_valid_event overloadable.
Tyurin, Evgeniy via cfe-commits
- [PATCH] D23914: [OpenCL] Make is_valid_event overloadable.
Alexey Bader via cfe-commits
- [PATCH] D23914: [OpenCL] Make is_valid_event overloadable.
Yaxun Liu via cfe-commits
- [PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.
Tyurin, Evgeniy via cfe-commits
- [PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.
Alexey Bader via cfe-commits
- [PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.
Yaxun Liu via cfe-commits
- [PATCH] D23918: [clang-tidy docs] Add missing option docs.
Eugene Zelenko via cfe-commits
- [PATCH] D23918: [clang-tidy docs] Add missing options.
Haojian Wu via cfe-commits
- [PATCH] D23918: [clang-tidy docs] Add missing options.
Haojian Wu via cfe-commits
- [PATCH] D23921: Remove va_start diagnostic false positive with enumerations
Aaron Ballman via cfe-commits
- [PATCH] D23921: Remove va_start diagnostic false positive with enumerations
Dimitry Andric via cfe-commits
- [PATCH] D23926: [libcxx] Don't use C99 math ops in -std=c++03 mode
Asiri Rathnayake via cfe-commits
- [PATCH] D23926: [libcxx] Don't use C99 math ops in -std=c++03 mode
Eric Fiselier via cfe-commits
- [PATCH] D23926: [libcxx] Don't use C99 math ops in -std=c++03 mode
Asiri Rathnayake via cfe-commits
- [PATCH] D23932: [XRay] ARM 32-bit no-Thumb support in Clang
Serge Rogatch via cfe-commits
- [PATCH] D23932: [XRay] ARM 32-bit no-Thumb support in Clang
Renato Golin via cfe-commits
- [PATCH] D23932: [XRay] ARM 32-bit no-Thumb support in Clang
Dean Michael Berris via cfe-commits
- [PATCH] D23934: Add a -ffixed-date-time= flag that sets the initial value of __DATE__, __TIME__, __TIMESTAMP__
Nico Weber via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
David Majnemer via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
David Majnemer via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Hans Wennborg via cfe-commits
- [PATCH] D23938: clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber via cfe-commits
- [PATCH] D23945: clang-cl: Support MSVC2015's /validate-charset flag.
Nico Weber via cfe-commits
- [PATCH] D23945: clang-cl: Support MSVC2015's /validate-charset flag.
Hans Wennborg via cfe-commits
- [PATCH] D23945: clang-cl: Support MSVC2015's /validate-charset flag.
Nico Weber via cfe-commits
- [PATCH] D23953: OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
Matt Arsenault via cfe-commits
- [PATCH] D23953: OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
Matt Arsenault via cfe-commits
- [PATCH] D23957: Replace the Radeon GCN GPU family names by more descriptive ones
Niels Ole Salscheider via cfe-commits
- [PATCH] D23959: cmake: Support building unittests against installed LLVM gtest
Michał Górny via cfe-commits
- [PATCH] D23960: Avoid narrowing warnings in __bitset constructor
Dimitry Andric via cfe-commits
- [PATCH] D23961: Avoid embedded preprocessor directives in __tree
Dimitry Andric via cfe-commits
- [PATCH] D23961: Avoid embedded preprocessor directives in __tree
Eric Fiselier via cfe-commits
- [PATCH] D23961: Avoid embedded preprocessor directives in __tree
Dimitry Andric via cfe-commits
- [PATCH] D23961: Avoid embedded preprocessor directives in __tree
Vitaly Buka via cfe-commits
- [PATCH] D23961: Avoid embedded preprocessor directives in __tree
Dimitry Andric via cfe-commits
- [PATCH] D23963: [analyzer] pr28449 - Move literal rvalue construction away from RegionStore.
Artem Dergachev via cfe-commits
- [PATCH] D23963: [analyzer] pr28449 - Move literal rvalue construction away from RegionStore.
Artem Dergachev via cfe-commits
- [PATCH] D23972: clang-format: [JS] Sort all JavaScript imports if any changed.
Martin Probst via cfe-commits
- [PATCH] D23973: clang-format: [JS] handle default bindings in imports.
Martin Probst via cfe-commits
- Buildbot numbers for the last week of 8/14/2016 - 8/20/2016
Galina Kistanova via cfe-commits
- libclang: binary/unary operator spelling
Markus Lottmann via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- r253647 - [Myriad]: handle Preprocess job action (-E)
Richard Smith via cfe-commits
- r267338 - Improve diagnostic checking for va_start to also warn on other instances of undefined behavior, such as a parameter declared with the register keyword in C, or a parameter of a type that undergoes default argument promotion.
Frédéric Riss via cfe-commits
- r267338 - Improve diagnostic checking for va_start to also warn on other instances of undefined behavior, such as a parameter declared with the register keyword in C, or a parameter of a type that undergoes default argument promotion.
Aaron Ballman via cfe-commits
- r267338 - Improve diagnostic checking for va_start to also warn on other instances of undefined behavior, such as a parameter declared with the register keyword in C, or a parameter of a type that undergoes default argument promotion.
Frédéric Riss via cfe-commits
- r267338 - Improve diagnostic checking for va_start to also warn on other instances of undefined behavior, such as a parameter declared with the register keyword in C, or a parameter of a type that undergoes default argument promotion.
Aaron Ballman via cfe-commits
- r267338 - Improve diagnostic checking for va_start to also warn on other instances of undefined behavior, such as a parameter declared with the register keyword in C, or a parameter of a type that undergoes default argument promotion.
Frédéric Riss via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Adrian Prantl via cfe-commits
- r278483 - This patch implements PR#22821.
Nico Weber via cfe-commits
- r278483 - This patch implements PR#22821.
Roger Ferrer Ibanez via cfe-commits
- r278483 - This patch implements PR#22821.
Nico Weber via cfe-commits
- r278483 - This patch implements PR#22821.
Aaron Ballman via cfe-commits
- r278984 - Add test missed from r278983.
Akira Hatanaka via cfe-commits
- r278984 - Add test missed from r278983.
Yaron Keren via cfe-commits
- r278984 - Add test missed from r278983.
Richard Smith via cfe-commits
- r278984 - Add test missed from r278983.
Yaron Keren via cfe-commits
- r279419 - Test commit (Removing trailing whitespace).
Elad Cohen via cfe-commits
- r279425 - [analyzer] Correctly add assumptions based on array bounds.
Gabor Horvath via cfe-commits
- r279427 - Reapply "[analyzer] Added valist related checkers."
Gabor Horvath via cfe-commits
- r279436 - clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst via cfe-commits
- r279444 - Remove redundant test
David Blaikie via cfe-commits
- r279445 - PR29086: DebugInfo: Improve support for fixed array dimensions in variable length arrays
David Blaikie via cfe-commits
- r279455 - [CUDA] Collapsed offload actions should not be top-level jobs.
Artem Belevich via cfe-commits
- r279457 - ADT: Remove uses of ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith via cfe-commits
- r279463 - AMDGPU: Handle structs directly in AMDGPUABIInfo
Matt Arsenault via cfe-commits
- r279475 - [GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen via cfe-commits
- r279479 - [AST] Remove unused function, to silence a GCC7 warning.
Davide Italiano via cfe-commits
- r279481 - [SemaObjC] Do not RebuildObjCMessageExpr without valid method decl
Bruno Cardoso Lopes via cfe-commits
- r279485 - Module debug info: Don't assert when encountering an incomplete definition
Adrian Prantl via cfe-commits
- r279485 - Module debug info: Don't assert when encountering an incomplete definition
David Blaikie via cfe-commits
- r279485 - Module debug info: Don't assert when encountering an incomplete definition
Adrian Prantl via cfe-commits
- r279485 - Module debug info: Don't assert when encountering an incomplete definition
David Blaikie via cfe-commits
- r279486 - Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith via cfe-commits
- r279486 - Fix regression introduced by r279164: only pass definitions as the PatternDef
Chandler Carruth via cfe-commits
- r279486 - Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith via cfe-commits
- r279486 - Fix regression introduced by r279164: only pass definitions as the PatternDef
Vassil Vassilev via cfe-commits
- r279489 - Add the second half of the testcase I should have added in 279485.
Adrian Prantl via cfe-commits
- r279490 - Add comments. NFC
Adrian Prantl via cfe-commits
- r279491 - Typo.
Adrian Prantl via cfe-commits
- r279500 - Revert r279486 "Fix regression introduced by r279164"
Chandler Carruth via cfe-commits
- r279529 - [analyzer] Fix CloneDetector crash on calling methods of class templates.
Artem Dergachev via cfe-commits
- r279531 - clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.
Nico Weber via cfe-commits
- r279546 - ARM-Darwin: ignore and diagnose attempts to omit frame pointer.
Tim Northover via cfe-commits
- r279555 - clang-cl: Make /Brepro actually work.
Nico Weber via cfe-commits
- r279557 - Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith via cfe-commits
- r279558 - Remove two dos line endings.
Nico Weber via cfe-commits
- r279559 - driver: Support checking for rlimits via cmake (when bootstrapping)
Chris Bieneman via cfe-commits
- r279571 - Fix member call on null pointer, found by sanitizer buildbot.
Richard Smith via cfe-commits
- r279603 - Adding an additional test to ensure the frame pointer is emitted
Douglas Yung via cfe-commits
- r279607 - Remove excessive padding from PTHStatData (NFC)
Mehdi Amini via cfe-commits
- r279608 - [Pragma] Clear loop distribution attribute between loops
Adam Nemet via cfe-commits
- r279613 - [AST] Make InitListExpr::isExplicit const (NFC)
Vedant Kumar via cfe-commits
- r279632 - clang-offload-bundler - offload files bundling/unbundling tool
Samuel Antao via cfe-commits
- r279632 - clang-offload-bundler - offload files bundling/unbundling tool
Reid Kleckner via cfe-commits
- r279634 - [Driver][OpenMP][CUDA] Add capability to bundle object files in sections of the host binary format.
Samuel Antao via cfe-commits
- r279635 - Add target REQUIRES directives to offload bundler test.
Samuel Antao via cfe-commits
- r279639 - fix typo "varaible"
Nico Weber via cfe-commits
- r279641 - clang-offload-bundler: Update libdeps.
NAKAMURA Takumi via cfe-commits
- r279651 - DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU
David Blaikie via cfe-commits
- r279653 - Fix offload bundler tests so that diagnostic can start with caps.
Samuel Antao via cfe-commits
- r279653 - Fix offload bundler tests so that diagnostic can start with caps.
Vitaly Buka via cfe-commits
- r279653 - Fix offload bundler tests so that diagnostic can start with caps.
Samuel F Antao via cfe-commits
- r279662 - [Sema][Comments] Support @param with c++ 'using' keyword
Bruno Cardoso Lopes via cfe-commits
- r279667 - PR29097: add an update record when we instantiate the default member
Richard Smith via cfe-commits
- r279668 - Disable test under asan: it uses a lot of stack, and asan increases the
Richard Smith via cfe-commits
- r279673 - [Order Files] On Darwin use DTrace's oneshot probe
Chris Bieneman via cfe-commits
- r279687 - DebugInfo: Let -gsplit-dwarf and -gmlt compose if -fno-split-dwarf-inlining is used
David Blaikie via cfe-commits
- r279691 - [Sema][Comments] Factor out function type loc logic. NFCI
Bruno Cardoso Lopes via cfe-commits
- r279694 - Lazily load the ContextDecl for a lambda's DefinitionData, to fix a
Richard Smith via cfe-commits
- r279702 - Remove a pointless LLVM_CONSTEXPR. NFC.
George Burgess IV via cfe-commits
- r279722 - Fix memory leaks in clang-offload-bundler
Vitaly Buka via cfe-commits
- r279727 - clang-format: [JS] nested and tagged template strings.
Martin Probst via cfe-commits
- r279741 - Fix offload bundler test to support Windows new lines.
Samuel Antao via cfe-commits
- r279754 - [Sema][Comments] Add support for TypeAliasTemplate
Bruno Cardoso Lopes via cfe-commits
- r279764 - [MS] Pass non-trivially-copyable objects indirectly on Windows ARM
Reid Kleckner via cfe-commits
- r279765 - Omit column info for CodeView by default
Adrian McCarthy via cfe-commits
- r279766 - Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input).
Richard Smith via cfe-commits
- r279772 - Fix clang-offload-bundler.c test on Windows
Reid Kleckner via cfe-commits
- r279774 - [MS] Win64 va_arg should expect large arguments to be passed indirectly
Reid Kleckner via cfe-commits
- r279786 - Widen type of __offset_flags in RTTI on Mingw64
Reid Kleckner via cfe-commits
- r279794 - C++ Modules TS: add frontend support for building pcm files from module
Richard Smith via cfe-commits
- r279799 - Sort list of driver-known file extensions. It was previously approximately
Richard Smith via cfe-commits
- r279827 - Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics
Hans Wennborg via cfe-commits
- r279838 - Don't diagnose non-modular includes when we are not compiling a module.
Manman Ren via cfe-commits
- r279866 - clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
Nico Weber via cfe-commits
- r279869 - clang-cl: Accept MSVC2015's '/utf-8' flag.
Nico Weber via cfe-commits
- r279872 - clang-cl: Support MSVC2015's /validate-charset flag.
Nico Weber via cfe-commits
- r279942 - Fix a typo in the doc: overriden -> overridden
Sylvestre Ledru via cfe-commits
- r279946 - AST: improve layout of SimpleTypoCorrector
Saleem Abdulrasool via cfe-commits
Last message date:
Sun Aug 28 23:42:45 PDT 2016
Archived on: Mon Aug 29 05:08:54 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).