The Week Of Monday 18 April 2016 Archives by author
Starting: Mon Apr 18 02:08:59 PDT 2016
Ending: Sun Apr 24 22:32:36 PDT 2016
Messages: 586
- [PATCH] D19311: Self Assignment Checker
Balogh, Ádám via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Balogh, Ádám via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Balogh, Ádám via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Balogh, Ádám via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Balogh, Ádám via cfe-commits
- r266644 - Clarifying the wording of this diagnostic; it confused parameter and argument.
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Aaron Ballman via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Aaron Ballman via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Aaron Ballman via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Aaron Ballman via cfe-commits
- [PATCH] D19362: [ASTMatchers] Statically specify ownership of verifiers in tests. NFC
Aaron Ballman via cfe-commits
- r266986 - Clarify memory ownership semantics; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D19362: [ASTMatchers] Statically specify ownership of verifiers in tests. NFC
Aaron Ballman via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Aaron Ballman via cfe-commits
- [PATCH] D18768: Refactoring attribute subject diagnostics
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
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.
Aaron Ballman via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Aaron Ballman via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- r266827 - [Parse] Use StringSwitch to improve readability. NFC
Adam Nemet via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- r266829 - [Parse] Reuse OptionUnroll rather than matching it again. NFC
Adam Nemet via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Adam Nemet via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Adam Nemet via cfe-commits
- r266887 - Add warning about CR+LF line endings on Windows.
Adrian McCarthy via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Adrian Prantl via cfe-commits
- r266698 - [ObjC++] Fix crash when emitting debug info for a block member capturing this.
Adrian Prantl via cfe-commits
- r266814 - cc1as: Don't crash when CIE is requested and no DWARF version is specified.
Adrian Prantl via cfe-commits
- r266937 - Module Debugging: Emit the canonical debug info for Objective-C classes
Adrian Prantl via cfe-commits
- [PATCH] D19443: Module Debugging: Fix the condition for determining whether a template instantiation is in a module.
Adrian Prantl via cfe-commits
- r267369 - Debug info: Apply an empty debug location for global OpenMP destructors.
Adrian Prantl via cfe-commits
- [PATCH] D18998: [CodeGen] Explicitly widen non-power-of-2 vector HFA base types.
Ahmed Bougacha via cfe-commits
- r266783 - [CodeGen] Fix whitespace. NFC.
Ahmed Bougacha via cfe-commits
- r266784 - [CodeGen] Widen non-power-of-2 vector HFA base types.
Ahmed Bougacha via cfe-commits
- [PATCH] D18998: [CodeGen] Explicitly widen non-power-of-2 vector HFA base types.
Ahmed Bougacha via cfe-commits
- r266807 - [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.
Ahmed Bougacha via cfe-commits
- r266645 - [Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- r266706 - Add a test case to check a member's default constructor is also run.
Akira Hatanaka via cfe-commits
- r266645 - [Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Alexander Kornienko via cfe-commits
- [PATCH] D19231: [ASTMatchers] Do not try to memoize nodes we can't compare.
Alexander Kornienko via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Alexander Kornienko via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Alexander Kornienko via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Alexander Kornienko via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Alexander Kornienko via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Alexander Kornienko via cfe-commits
- [PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.
Alexander Kornienko via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Alexander Kornienko via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Alexander Kornienko via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r266992 - [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Alexander Kornienko via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Alexander Kornienko via cfe-commits
- [PATCH] D18745: [clang-tidy] Adds modernize-use-bool-literals check.
Alexander Kornienko via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Alexander Kornienko via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Alexander Kornienko via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Alexander Kornienko via cfe-commits
- [PATCH] D19201: [clang-tidy] misc-throw-with-noexcept
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267254 - [clang-tidy] Fix misc-macro-repeated-side-effects false positive with stringified arguments
Alexander Kornienko via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
- r266722 - [OPENMP] Codegen for untied tasks.
Alexey Bataev via cfe-commits
- r266724 - Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev via cfe-commits
- r266754 - [OPENMP] Codegen for untied tasks.
Alexey Bataev via cfe-commits
- r266755 - Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev via cfe-commits
- r266853 - [OPENMP] Codegen for untied tasks.
Alexey Bataev via cfe-commits
- r267101 - [OPENMP] Fix for LCV in simd directives in explicit clauses.
Alexey Bataev via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Alexey Bataev via cfe-commits
- r267125 - [OPENMP] Fix for PR27463: Privatizing struct fields with array type
Alexey Bataev via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Amaury SECHET via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Amaury SECHET via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D18398: Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy via cfe-commits
- r266747 - Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D18398: Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy via cfe-commits
- r266753 - Revert r266747 (Compilation for Intel MCU (Part 1/3)) since it breaks a few buildbots.
Andrey Turetskiy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy via cfe-commits
- r266972 - Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Anna Zaks via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Anna Zaks via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Anna Zaks via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Anna Zaks via cfe-commits
- [PATCH] D18860: [analyzer] Fix the "Zombie symbols" issue.
Anna Zaks via cfe-commits
- [PATCH] D19057: [analyzer] Let TK_PreserveContents span across the whole base region.
Anna Zaks via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19084: [clang-analyzer] fix warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- r267116 - [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.
Argyrios Kyrtzidis via cfe-commits
- r267117 - [index] Add a SymbolSubKind for an ObjC unit test.
Argyrios Kyrtzidis via cfe-commits
- r267118 - [index] Add SymbolSubKinds for ObjC IB annotations.
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D19248: [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Artem Belevich via cfe-commits
- r267062 - [CUDA] removed unneeded __nvvm_reflect_anchor()
Artem Belevich via cfe-commits
- [PATCH] D19074: [CUDA] removed unneeded __nvvm_reflect_anchor()
Artem Belevich via cfe-commits
- [PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [libcxxabi] r266611 - Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig via cfe-commits
- [PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig via cfe-commits
- [PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [libcxxabi] r266729 - Enable testing for static libc++abi
Ben Craig via cfe-commits
- [libcxx] r266730 - Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Ben Craig via cfe-commits
- [PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Ben Craig via cfe-commits
- [PATCH] D19280: Include initializer_list from utility
Ben Craig via cfe-commits
- [libcxx] r266808 - Include initializer_list from utility
Ben Craig via cfe-commits
- [PATCH] D19280: Include initializer_list from utility
Ben Craig via cfe-commits
- [libcxx] r266820 - XFAILing new test on C++03
Ben Craig via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r266870 - [include-fixer] Add a prototype for a new include fixing tool.
Benjamin Kramer via cfe-commits
- [PATCH] D19323: Fix cast compiler warning message in include-fixer.
Benjamin Kramer via cfe-commits
- [PATCH] D19356: [Tooling] Inject -resource-dir instead of overwriting argv[0].
Benjamin Kramer via cfe-commits
- r266973 - [Tooling] Inject -resource-dir instead of overwriting argv[0].
Benjamin Kramer via cfe-commits
- r266975 - Back out the test case for r266973 for now.
Benjamin Kramer via cfe-commits
- r266938 - Remove the (ignored) -Wreceived-is-weak diagnostic.
Bob Wilson via cfe-commits
- [PATCH] D18398: Compilation for Intel MCU (Part 1/3)
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D19432: [SystemZ] Support Swift calling convention
Bryan Chan via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Chandler Carruth via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Chandler Carruth via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Chandler Carruth via cfe-commits
- r266925 - [Tooling] Fix getting fully qualified names of template alias types.
Chaoren Lin via cfe-commits
- [PATCH] D19253: [Tooling] Fix getting fully qualified names of template alias types.
Chaoren Lin via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Chih-Hung Hsieh via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19362: [ASTMatchers] Statically specify ownership of verifiers in tests. NFC
Clement Courbet via cfe-commits
- [PATCH] D19362: [ASTMatchers] Statically specify ownership of verifiers in tests. NFC
Clement Courbet via cfe-commits
- [PATCH] D19362: [ASTMatchers] Statically specify ownership of verifiers in tests. NFC
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- r267313 - Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1.
Craig Topper via cfe-commits
- r266599 - clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Daniel Jasper via cfe-commits
- [PATCH] D19242: clang-format: [JS] simplify import/export.
Daniel Jasper via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Daniel Jasper via cfe-commits
- [PATCH] D19206: Add a test for "foo as bar" casts.
Daniel Jasper via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Daniel Jasper via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Daniel Jasper via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Daniel Jasper via cfe-commits
- [clang-tools-extra] r266735 - Initial version of misc-unused-using-decl check.
Daniel Jasper via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Daniel Jasper via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Daniel Jasper via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Daniel Jasper via cfe-commits
- [clang-tools-extra] r266864 - clang-tidy: [misc-unused-using-decls] Always use the canonical decl to
Daniel Jasper via cfe-commits
- [clang-tools-extra] r266866 - clang-tidy: [misc-unused-using-decls] Support template types.
Daniel Jasper via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Daniel Jasper via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Daniel Jasper via cfe-commits
- r267054 - Split interesting warnings off from -Wfloat-conversion
David Blaikie via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
David Li via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
David Li via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
David Li via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
David Li via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
David Li via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Denis Zobnin via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
Denis Zobnin via cfe-commits
- [PATCH] D18652: [Inline asm] Correctly parse GCC-style asm line following MS-style asm line
Denis Zobnin via cfe-commits
- r266976 - Correctly parse GCC-style asm line following MS-style asm line.
Denis Zobnin via cfe-commits
- [PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Denis Zobnin via cfe-commits
- r267059 - [esan] EfficiencySanitizer driver flags
Derek Bruening via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Derek Schuff via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- r266775 - Pass dwarf-version to cc1as.
Douglas Katzman via cfe-commits
- r266797 - Fix PR26999 better- RenderDebugEnablingArgs() once only
Douglas Katzman via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- r267297 - DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
Duncan P. N. Exon Smith via cfe-commits
- r267302 - DebugInfo: DIGlobalVariables became 'distinct' in LLVM r267301
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Eric Christopher via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Eric Fiselier via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Eric Fiselier via cfe-commits
- [PATCH] D19247: Deprecate C++03 <functional> Extensions: std::function, std::mem_fn and more
Eric Fiselier via cfe-commits
- [PATCH] D16544: [libcxx] Framework to allow testing of static libc++abi
Eric Fiselier via cfe-commits
- [libcxx] r266703 - Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier via cfe-commits
- [PATCH] D19254: Implement P0033R1 - Re-enabling shared_from_this
Eric Fiselier via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Eric Fiselier via cfe-commits
- [PATCH] D19280: Include initializer_list from utility
Eric Fiselier via cfe-commits
- [libcxx] r266836 - Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier via cfe-commits
- [PATCH] D11329: [libcxx] Add __invoke_constexpr functions. Try 2.
Eric Fiselier via cfe-commits
- [libcxx] r266851 - [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate.
Eric Fiselier via cfe-commits
- [PATCH] D13748: [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate.
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Eric Fiselier via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Eric Fiselier via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Eric Fiselier via cfe-commits
- [libcxx] r266855 - Add cxx_runtime_root options for testing against a different libc++ at runtime
Eric Fiselier via cfe-commits
- [PATCH] D19344: [libc++] fix constexpr error when build with MUSL and macro redef warning when no exception
Eric Fiselier via cfe-commits
- [PATCH] D19344: [libc++] fix constexpr error when build with MUSL and macro redef warning when no exception
Eric Fiselier via cfe-commits
- [PATCH] D19344: [libc++] fix macro redef warning when exception is disabled
Eric Fiselier via cfe-commits
- [PATCH] D19344: [libc++] fix macro redef warning when exception is disabled
Eric Fiselier via cfe-commits
- [PATCH] D14411: Use __attribute__((internal_linkage)) when available.
Eric Fiselier via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Eric Fiselier via cfe-commits
- [libcxx] r267074 - Fix most GCC attribute ignored warnings
Eric Fiselier via cfe-commits
- [libcxx] r267076 - Make ios_base::failure visibility specified consistent
Eric Fiselier via cfe-commits
- [libcxx] r267079 - Add is_swappable/is_nothrow_swappable traits
Eric Fiselier via cfe-commits
- [libcxx] r267085 - Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier via cfe-commits
- [libcxx] r267090 - Fix C++03 build breakage
Eric Fiselier via cfe-commits
- [libcxx] r267091 - Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Eric Fiselier via cfe-commits
- [libcxx] r267131 - Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier via cfe-commits
- [PATCH] D19247: Deprecate C++03 <functional> Extensions: std::function, std::mem_fn and more
Eric Fiselier via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- r266803 - Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- [PATCH] D19106: Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18868: [Sema] PR27155: Fix a template argument deduction bug with base classes
Erik Pilkington via cfe-commits
- [clang-tools-extra] r267003 - [clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron via cfe-commits
- [PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r267009 - [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r267011 - [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19146: [clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron via cfe-commits
- [PATCH] D19379: [clang-tidy] Fix broken build bot.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r267027 - [clang-tidy] Fix broken build bot.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19459: Cleanup redundant expression in InstCombineAndOrXor.
Etienne Bergeron via cfe-commits
- [PATCH] D19460: Fix incorrect redundant expresion in target AMDGPU.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [libcxxabi] r266635 - [CMake] Fix misleading error message in CMakeLists.txt.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r266770 - [Release Notes] Mention Clang-tidy misc-unused-using-decls check.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r266795 - [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines/ProTypeMemberInitCheck.cpp.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r267026 - [Release Notes] Mention Clang-tidy misc-string-constructor and misc-suspicious-string-compare checks.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r267228 - [Clang-tidy] Fix Clang warning in misc/StringConstructorCheck.h.
Eugene Zelenko via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Eugene Zelenko via cfe-commits
- [PATCH] D14411: Use __attribute__((internal_linkage)) when available.
Evgeniy Stepanov via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Evgeniy Stepanov via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Evgeniy Stepanov via cfe-commits
- [libcxx] r267093 - Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov via cfe-commits
- [PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).
Evgeniy Stepanov via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Faisal Vali via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Filipe Cabecinhas via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Filipe Cabecinhas via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Filipe Cabecinhas via cfe-commits
- [clang-tools-extra] r266734 - [clang-tidy] readability-container-size-empty fixes
Gabor Horvath via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- [PATCH] D18540: [Sema] Note when we've actually encountered a failure in ExprConstant, and take that into account when looking up objects.
George Burgess IV via cfe-commits
- [PATCH] D19262: [clang-tidy] readability-container-size-empty fixes
Gábor Horváth via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D19262: [clang-tidy] readability-container-size-empty fixes
Haojian Wu via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Haojian Wu via cfe-commits
- [clang-tools-extra] r266862 - Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Haojian Wu via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Haojian Wu via cfe-commits
- [clang-tools-extra] r266970 - Fix cast compiler warning message in include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19323: Fix cast compiler warning message in include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19406: [clang-tidy] fix link in Release Notes
Haojian Wu via cfe-commits
- [clang-tools-extra] r267155 - [clang-tidy] fix link in Release Notes
Haojian Wu via cfe-commits
- [PATCH] D19406: [clang-tidy] fix link in Release Notes
Haojian Wu via cfe-commits
- [PATCH] D19406: [clang-tidy] fix link in Release Notes
Haojian Wu via cfe-commits
- [PATCH] D18919: [Clang-tidy] Add check "modernize use using"
Haojian Wu via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Haojian Wu via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- r266641 - NFC: unify clang / LLVM atomic ordering
JF Bastien via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
JF Bastien via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
JF Bastien via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
JF Bastien via cfe-commits
- [PATCH] D18745: [clang-tidy] Adds modernize-use-bool-literals check.
Jakub Staroń via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
John McCall via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
John McCall via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
John McCall via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
John McCall via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
John McCall via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
John McCall via cfe-commits
- [PATCH] D19248: [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Justin Lebar via cfe-commits
- [PATCH] D19251: [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.
Justin Lebar via cfe-commits
- [PATCH] D19248: [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Justin Lebar via cfe-commits
- [PATCH] D19248: [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Justin Lebar via cfe-commits
- r266707 - [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Justin Lebar via cfe-commits
- r266708 - [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.
Justin Lebar via cfe-commits
- [PATCH] D19248: [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and --cuda-device-only.
Justin Lebar via cfe-commits
- [PATCH] D19251: [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.
Justin Lebar via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- r266796 - [CUDA] Add a test for r266496 (raise an error if a CUDA installation isn't found)
Justin Lebar via cfe-commits
- r266496 - [CUDA] Raise an error if the CUDA install can't be found.
Justin Lebar via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Kamal Essoufi via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Kamal Essoufi via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Kamal Essoufi via cfe-commits
- [PATCH] D19406: [clang-tidy] Release Notes fix typo in check link
Kirill Bobyrev via cfe-commits
- [PATCH] D19406: [clang-tidy] fix link in Release Notes
Kirill Bobyrev via cfe-commits
- r266672 - [sanitizer-coverage] better docs for -fsanitize-coverage=trace-bb
Kostya Serebryany via cfe-commits
- r266673 - [sanitizer-coverage] make sure coverage flags are not passed to clang if the driver thinks they are unused
Kostya Serebryany via cfe-commits
- r266647 - [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriate
Krzysztof Parzyszek via cfe-commits
- r266671 - [Hexagon] V60/HVX builtin definitions for clang
Krzysztof Parzyszek via cfe-commits
- r266976 - Correctly parse GCC-style asm line following MS-style asm line.
Krzysztof Parzyszek via cfe-commits
- r266989 - [Hexagon] Define architecture version macros for hexagonv55
Krzysztof Parzyszek via cfe-commits
- r266976 - Correctly parse GCC-style asm line following MS-style asm line.
Krzysztof Parzyszek via cfe-commits
- r267159 - [Hexagon] Add definitions for circular and bit-reverse loads/stores
Krzysztof Parzyszek via cfe-commits
- r266726 - D17487: [analyzer][scan-build-py] flag filter modification for compilation database creation
Laszlo Nagy via cfe-commits
- [PATCH] D19260: [analyzer][scan-build-py] subprocess output handling reviewed in clang module
Laszlo Nagy via cfe-commits
- [PATCH] D19274: Compilation for Intel MCU (Part 2/3)
Mandeep Singh Grang via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Mandeep Singh Grang via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Mandeep Singh Grang via cfe-commits
- r266843 - [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Mandeep Singh Grang via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Mandeep Singh Grang via cfe-commits
- r266648 - Block: Fix a crash when we have type attributes or qualifiers with omitted
Manman Ren via cfe-commits
- r266800 - ObjC Class Property: don't emit class properties on old deployment targets.
Manman Ren via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Manuel Klimek via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Manuel Klimek via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Manuel Klimek via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Manuel Klimek via cfe-commits
- [PATCH] D19356: [Tooling] Inject -resource-dir instead of overwriting argv[0].
Manuel Klimek via cfe-commits
- r266817 - [AArch64] Fix D19098 fallout.
Marcin Koscielnicki via cfe-commits
- [PATCH] D19099: [clang] [AArch64] Fix D19098 fallout.
Marcin Kościelnicki via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Marek via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Marek via cfe-commits
- [PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Marek via cfe-commits
- [libcxx] r267119 - Add missing include of <algorithm>
Marshall Clow via cfe-commits
- [libcxx] r267287 - Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch
Marshall Clow via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst via cfe-commits
- [PATCH] D19242: clang-format: [JS] simplify import/export.
Martin Probst via cfe-commits
- r266743 - clang-format: [JS] simplify import/export.
Martin Probst via cfe-commits
- r266744 - Summary:
Martin Probst via cfe-commits
- [PATCH] D19242: clang-format: [JS] simplify import/export.
Martin Probst via cfe-commits
- [PATCH] D19242: clang-format: [JS] simplify import/export.
Martin Probst via cfe-commits
- [PATCH] D19206: Add a test for "foo as bar" casts.
Martin Probst via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst via cfe-commits
- r266789 - clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst via cfe-commits
- r266790 - reuse mustBeJSIdent for interface detection
Martin Probst via cfe-commits
- [PATCH] D19240: clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- r267368 - clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D19204: clang-format: [JS] generator and async functions.
Martin Probst via cfe-commits
- [PATCH] D15031: CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre via cfe-commits
- r266594 - Add missing include for StringRef (NFC)
Mehdi Amini via cfe-commits
- r267321 - Make thinlto clang test more robust against LLVM changes.
Mehdi Amini via cfe-commits
- [PATCH] D19458: Add address space 258 to Clang documentation
Michael Kuperstein via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Michael Miller via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Michael Miller via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Michael Miller via cfe-commits
- r266745 - [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSERT{I|F} instruction set
Michael Zuckerman via cfe-commits
- r266763 - [Clang][Builtin][AVX512] Adding intrinsics for VGETMANT{PD|PS} and VGETEXP{PD|PS} instruction set
Michael Zuckerman via cfe-commits
- r266983 - [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD} , VPGATHER{QD|QQ|DD|DQ} and VGATHERPF{0|1}{DPS|QPS|DPD|QPD} instruction set .
Michael Zuckerman via cfe-commits
- r267129 - [Clang][AVX512][BUILTIN] Adding scalar intrinsics for rsqrt14 , rcp14, getexp and getmant instruction set
Michael Zuckerman via cfe-commits
- r267135 - [clang][AVX512][Builtin] adding intrinsics for vf{n}madd{ss|sd} and vf{n}sub{ss|sd} instruction set
Michael Zuckerman via cfe-commits
- r267380 - [Clang][AVX512][BuiltIn] Adding support to intrinsics of VPERMD and VPERMW instruction set
Michael Zuckerman via cfe-commits
- [clang-tools-extra] r266874 - IncludeFixerTest.cpp: Tweak not to assume clang-tools-extra were onto clang/tools/extra.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r267087 - clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r267003.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r267290 - clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp: Use raw_string_ostream::str() to flush the buffer explicitly.
NAKAMURA Takumi via cfe-commits
- [PATCH] D18584: Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
NAKAMURA Takumi via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Nico Weber via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Nico Weber via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Nico Weber via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Nico Weber via cfe-commits
- r267089 - Try to get test passing on OS X (see comment at top of file).
Nico Weber via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Nico Weber via cfe-commits
- r267054 - Split interesting warnings off from -Wfloat-conversion
Nico Weber via cfe-commits
- [PATCH] D19425: driver: Add a `--rsp-quoting` flag to choose which unquoting behavior to use in rsp files.
Nico Weber via cfe-commits
- [PATCH] D18081: Make sizeof and alignof a CXCursor_UnaryExpr
Olivier Goffart via cfe-commits
- [PATCH] D18080: CIndex: add support for static_assert
Olivier Goffart via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Paul Robinson via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D18567: Block: Fix a crash when we have type attributes or qualifiers with omitted return type.
Phabricator via cfe-commits
- [PATCH] D19262: [clang-tidy] readability-container-size-empty fixes
Phabricator via cfe-commits
- [PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.
Phabricator via cfe-commits
- [PATCH] D19356: [Tooling] Inject -resource-dir instead of overwriting argv[0].
Phabricator via cfe-commits
- [PATCH] D18652: [Inline asm] Correctly parse GCC-style asm line following MS-style asm line
Phabricator via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D19156: [ms][dll] #27212: Generating of implicit special members should take into account MSVC compatibility version
Reid Kleckner via cfe-commits
- [PATCH] D19253: [Tooling] Fix getting fully qualified names of template alias types.
Reid Kleckner via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Reid Kleckner via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Reid Kleckner via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Reid Kleckner via cfe-commits
- [PATCH] D19225: [ARM] predefines __ELF__ macro for arm-none-eabi
Renato Golin via cfe-commits
- r266976 - Correctly parse GCC-style asm line following MS-style asm line.
Renato Golin via cfe-commits
- r266993 - [x86] Force mixes asm syntax test to check for x86
Renato Golin via cfe-commits
- r266976 - Correctly parse GCC-style asm line following MS-style asm line.
Renato Golin via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Richard Smith via cfe-commits
- r265766 - [modules] Add a comment to explain why -E leaves some #includes in the preprocessed output.
Richard Smith via cfe-commits
- r266645 - [Parser][ObjC] Make sure c++11 in-class initialization is done when the
Richard Smith via cfe-commits
- r265766 - [modules] Add a comment to explain why -E leaves some #includes in the preprocessed output.
Richard Smith via cfe-commits
- r266687 - [modules] Remove some more unnecessary forwarding functions.
Richard Smith via cfe-commits
- r266695 - Mark -Xclang as being a compilation-only option so that the clang driver
Richard Smith via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Richard Smith via cfe-commits
- [PATCH] D19244: Extend checking of va_start builtin
Richard Smith via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Richard Smith via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Richard Smith via cfe-commits
- [PATCH] D19336: Repair redeclaration chain of friend template functions.
Richard Smith via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Richard Smith via cfe-commits
- [PATCH] D18652: [Inline asm] Correctly parse GCC-style asm line following MS-style asm line
Richard Smith via cfe-commits
- [libunwind] r266926 - unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS
Richard Smith via cfe-commits
- [libunwind] r266926 - unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS
Richard Smith via cfe-commits
- r266945 - [modules] Make the tweak to avoid circular inclusion of emmintrin.h and
Richard Smith via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Richard Smith via cfe-commits
- [PATCH] D18657: Propagate missing empty exception spec from function declared in system header
Richard Smith via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Richard Smith via cfe-commits
- [PATCH] D18768: Refactoring attribute subject diagnostics
Richard Smith via cfe-commits
- r267054 - Split interesting warnings off from -Wfloat-conversion
Richard Trieu via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Richard Trieu via cfe-commits
- r267054 - Split interesting warnings off from -Wfloat-conversion
Richard Trieu via cfe-commits
- r267054 - Split interesting warnings off from -Wfloat-conversion
Richard Trieu via cfe-commits
- r267234 - Revert the bool portion of r267054
Richard Trieu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- r267224 - PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name
Rong Xu via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Rong Xu via cfe-commits
- [libunwind] r266913 - unwind: unify _LIBUNWIND_SUPPORT_DWARF_UNWIND
Saleem Abdulrasool via cfe-commits
- [libunwind] r266915 - unwind: remove an instance of -Wexpansion-to-defined
Saleem Abdulrasool via cfe-commits
- [libunwind] r266916 - unwind: remove a second instance of -Wexpansion-to-defined
Saleem Abdulrasool via cfe-commits
- [libunwind] r266926 - unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS
Saleem Abdulrasool via cfe-commits
- [libunwind] r266927 - unwind: remove another instance of -Wexpansion-to-defined
Saleem Abdulrasool via cfe-commits
- [libunwind] r267169 - unwind: unify some more macros
Saleem Abdulrasool via cfe-commits
- [libunwind] r267364 - unwind: unify _LIBUNWIND_ABORT
Saleem Abdulrasool via cfe-commits
- [libunwind] r267365 - unwind: remove unnecessary header
Saleem Abdulrasool via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D19231: [ASTMatchers] Do not try to memoize nodes we can't compare.
Samuel Benzaquen via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Samuel Benzaquen via cfe-commits
- r266748 - [ASTMatchers] Do not try to memoize nodes we can't compare.
Samuel Benzaquen via cfe-commits
- [PATCH] D19231: [ASTMatchers] Do not try to memoize nodes we can't compare.
Samuel Benzaquen via cfe-commits
- [PATCH] D19144: Handle TemplateArgument in DynTypedNode comparison operations.
Samuel Benzaquen via cfe-commits
- [PATCH] D19357: [ASTMatchers] New matcher forFunction
Samuel Benzaquen via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Samuel Benzaquen via cfe-commits
- r266765 - reduce indentation; NFCI
Sanjay Patel via cfe-commits
- r266787 - reduce indentation; NFCI
Sanjay Patel via cfe-commits
- r266788 - [builtin_expect] tighten checks, add test, add comments
Sanjay Patel via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Sean Silva via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Sean Silva via cfe-commits
- r267262 - [profile] Use cc1 in these tests instead of the driver.
Sean Silva via cfe-commits
- r267263 - [profile] Fix another use of the driver.
Sean Silva via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D19336: Repair redeclaration chain of friend template functions.
Serge Pavlov via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- r266840 - MarkEOLs should only be true for clang-cl.exe.
Stephen Hines via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Stephen Hines via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Stephen Hines via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Stephen Hines via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Taewook Oh via cfe-commits
- r266852 - Enable ODR uniquing of DITypes for ThinLTO backends
Teresa Johnson via cfe-commits
- [PATCH] D19099: [clang] [AArch64] Fix D19098 fallout.
Tim Northover via cfe-commits
- [PATCH] D18998: [CodeGen] Explicitly widen non-power-of-2 vector HFA base types.
Tim Northover via cfe-commits
- r265766 - [modules] Add a comment to explain why -E leaves some #includes in the preprocessed output.
Vassil Vassilev via cfe-commits
- r265766 - [modules] Add a comment to explain why -E leaves some #includes in the preprocessed output.
Vassil Vassilev via cfe-commits
- r265766 - [modules] Add a comment to explain why -E leaves some #includes in the preprocessed output.
Vassil Vassilev via cfe-commits
- [PATCH] D19184: Remove MaxFunctionCount module flag annotation
Vedant Kumar via cfe-commits
- [PATCH] D19243: [CodeGen] Move some CodeGenPGO stuff out of CodeGenFunction.h
Vedant Kumar via cfe-commits
- [PATCH] D19243: [CodeGen] Move some CodeGenPGO stuff out of CodeGenFunction.h
Vedant Kumar via cfe-commits
- [PATCH] D19295: [profile] Clang support for memory-mapping profile counters
Vedant Kumar via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Vedant Kumar via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Vedant Kumar via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Vedant Kumar via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Vedant Kumar via cfe-commits
- r267040 - clang-cl: Don't assert on using /Yc with non-source files, PR27450
Vedant Kumar via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Vladimir Yakovlev via cfe-commits
- [PATCH] D19225: [ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao via cfe-commits
- r266625 - [ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao via cfe-commits
- [PATCH] D19225: [ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao via cfe-commits
- [PATCH] D19344: [libc++] fix constexpr error when build with MUSL and macro redef warning when no exception
Weiming Zhao via cfe-commits
- [PATCH] D19344: [libc++] fix macro redef warning when exception is disabled
Weiming Zhao via cfe-commits
- [libcxx] r266956 - [libc++] fix macro redef warning when exception is disabled
Weiming Zhao via cfe-commits
- [PATCH] D19344: [libc++] fix macro redef warning when exception is disabled
Weiming Zhao via cfe-commits
- [PATCH] D17741: adds __FILE_BASENAME__ builtin macro
Weiming Zhao via cfe-commits
- r266638 - Update InstrProf pass creator API reference
Xinliang David Li via cfe-commits
- [PATCH] D18624: [PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name.
Xinliang David Li via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D12200: Add framework for iterative compilation to clang
Zoran Jovanovic via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about whether a vardecl is local in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
Last message date:
Sun Apr 24 22:32:36 PDT 2016
Archived on: Sun Apr 24 22:35:49 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).