The Week Of Monday 21 March 2016 Archives by author
Starting: Mon Mar 21 00:43:20 PDT 2016
Ending: Sun Mar 27 23:27:44 PDT 2016
Messages: 662
- r264281 - Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info."
Aboud, Amjad via cfe-commits
- r264281 - Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info."
Aboud, Amjad via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Balogh, Ádám via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Balogh, Ádám via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Balogh, Ádám via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Balogh, Ádám via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Balogh, Ádám via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Balogh, Ádám via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Balogh, Ádám via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Balogh, Ádám via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Balogh, Ádám via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Balogh, Ádám via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Balogh, Ádám via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Balogh, Ádám via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Balogh, Ádám via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Balogh, Ádám via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Balogh, Ádám via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Balogh, Ádám via cfe-commits
- [PATCH] D18391: Combine identical check-prefixes in Clang test/Preprocessor/arm-target-features.c
A. Skrobov via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Aaron Ballman via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Aaron Ballman via cfe-commits
- [clang-tools-extra] r264049 - Fix crashes from delayed template parsing code that assumed getBody() would return non-null.
Aaron Ballman via cfe-commits
- [PATCH] D18238: [clang-tidy] Fix clang-tidy crashes when using -fdelayed-template-parsing.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r264050 - Moving files that were placed in the wrong directory from r264049.
Aaron Ballman via cfe-commits
- [PATCH] D18262: [clang-tidy] Skip reporting of not applicable fixes.
Aaron Ballman via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Aaron Ballman via cfe-commits
- clang-tidy modernize-use-override
Aaron Ballman via cfe-commits
- r264263 - Fix Sphinx errors with documentation build.
Aaron Ballman via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Aaron Ballman via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Aaron Ballman via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Aaron Ballman via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Aaron Ballman via cfe-commits
- [PATCH] D18489: [PGO] Comment how function pointers for indirect calls are mapped to function names
Adam Nemet via cfe-commits
- r264366 - Debug Info: Add a testcase for the bug introduced by r259975.
Adrian Prantl via cfe-commits
- r259975 - Fix a crash when emitting dbeug info for forward-declared scoped enums.
Adrian Prantl via cfe-commits
- [PATCH] D18268: [Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo
Akira Hatanaka via cfe-commits
- r264025 - [Objective-c] Do not set IsExact to true when the receiver is a class.
Akira Hatanaka via cfe-commits
- [PATCH] D18268: [Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo
Akira Hatanaka via cfe-commits
- [PATCH] D18196: [CodeGen] Emit lifetime.end intrinsic after destructor call in landing pad
Akira Hatanaka via cfe-commits
- [PATCH] D18196: [CodeGen] Emit lifetime.end intrinsic after destructor call in landing pad
Akira Hatanaka via cfe-commits
- [PATCH] D18479: [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte alignment on Darwin
Akira Hatanaka via cfe-commits
- [PATCH] D18479: [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte alignment on Darwin
Akira Hatanaka via cfe-commits
- [PATCH] D18309: sourceRange function for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16044: getDescriptiveName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- r264037 - [ASTMatchers] New matcher hasReturnValue added
Alexander Kornienko via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Alexander Kornienko via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Alexander Kornienko via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Alexander Kornienko via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Alexander Kornienko via cfe-commits
- [PATCH] D18262: [clang-tidy] Skip reporting of not applicable fixes.
Alexander Kornienko via cfe-commits
- [PATCH] D18293: [clang-tidy] Fix redundant-string-init check with msvc 14 headers.
Alexander Kornienko via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Alexander Kornienko via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Alexander Kornienko via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Alexander Kornienko via cfe-commits
- r264158 - Use an enum instead of hardcoded indices. NFC.
Alexander Kornienko via cfe-commits
- [PATCH] D18395: -Wshadow: don't warn on ctor parameters with the same name as a field name
Alexander Kornienko via cfe-commits
- [PATCH] D18395: -Wshadow: don't warn on ctor parameters with the same name as a field name
Alexander Kornienko via cfe-commits
- [PATCH] D18396: Clang-tidy:modernize-use-override. Fix for __declspec attributes and const=0 without spacse
Alexander Kornienko via cfe-commits
- [PATCH] D18243: [ASTMatchers] Existing matcher hasAnyArgument fixed
Alexander Kornienko via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Alexander Kornienko via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Alexander Kornienko via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Alexander Kornienko via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Alexander Kornienko via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Alexander Kornienko via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Alexander Kornienko via cfe-commits
- [PATCH] D16962: clang-tidy: avoid std::bind
Alexander Kornienko via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Alexander Kornienko via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Alexander Kornienko via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Alexander Kornienko via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Alexander Kornienko via cfe-commits
- [PATCH] D18408: readability check for const params in declarations
Alexander Kornienko via cfe-commits
- [PATCH] D17987: [clang-tidy] Extension of checker misc-misplaced-widening-cast
Alexander Kornienko via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Alexander Kornienko via cfe-commits
- [PATCH] D18274: [clang-tidy] Add boost module
Alexander Kornienko via cfe-commits
- [PATCH] D17926: [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace.
Alexander Kornienko via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Alexander Kornienko via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Alexander Kornienko via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Alexander Kornienko via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Alexander Kornienko via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Alexander Riccio via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Alexander Riccio via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Alexander Riccio via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Alexander Riccio via cfe-commits
- Possible inaccuracy in CallAndMessageChecker
Alexander Smirnov via cfe-commits
- r264281 - Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info."
Alexey Samsonov via cfe-commits
- r264281 - Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info."
Alexey Samsonov via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
Alexey Samsonov via cfe-commits
- r264281 - Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info."
Amjad Aboud via cfe-commits
- [PATCH] D17821: [OpenCL] Complete image types support
Anastasia Stulova via cfe-commits
- [PATCH] D17955: [OpenCL] Fix pipe builtin bugs
Anastasia Stulova via cfe-commits
- [PATCH] D17596: [OpenCL] Add ocl and spir version for spir target
Anastasia Stulova via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Anastasia Stulova via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Anastasia Stulova via cfe-commits
- [PATCH] D18360: Add AIX Target/ToolChain to Clang Driver
Andrew Paprocki via cfe-commits
- r264149 - [X86] Add "x87" in x86 target feature map.
Andrey Turetskiy via cfe-commits
- [PATCH] D13980: Add "x87" in x86 target feature map
Andrey Turetskiy via cfe-commits
- [PATCH] D13980: Add "x87" in x86 target feature map
Andrey Turetskiy via cfe-commits
- [PATCH] D18398: Compilation for Intel MCU (Part 1/3)
Andrey Turetskiy via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Anna Zaks via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Anna Zaks via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Anna Zaks via cfe-commits
- r202683 - Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build.
Argyrios Kyrtzidis via cfe-commits
- r264018 - [OpenMP] Base support for target directive codegen on NVPTX device.
Arpith Chacko Jacob via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Artem Belevich via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Artem Belevich via cfe-commits
- [PATCH] D18170: [CUDA][OpenMP] Create generic offload toolchains
Artem Belevich via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Artem Belevich via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Artem Belevich via cfe-commits
- [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.
Artem Belevich via cfe-commits
- [PATCH] D18171: [CUDA][OpenMP] Create generic offload action
Artem Belevich via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Artem Belevich via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Artem Dergachev via cfe-commits
- r264155 - Combine identical check-prefixes in Clang test/Preprocessor/arm-target-features.c
Artyom Skrobov via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Ben Craig via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Ben Craig via cfe-commits
- r264423 - [index] Remove redundancy between symbol kind and language
Ben Langmuir via cfe-commits
- [PATCH] D17820: Clang Code Completion Filtering
Bianca-Cristina Cristescu via cfe-commits
- [PATCH] D17820: Clang Code Completion Filtering
Bianca-Cristina Cristescu via cfe-commits
- r264519 - Check if a path is already absolute before trying to make it so.
Bob Wilson via cfe-commits
- [PATCH] D18304: [DarwinDriver] Increase the number of valid digits for ld version string
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18296: [Sema] Handle UTF-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Carlo Bertolli via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Carlo Bertolli via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Carlo Bertolli via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- r264164 - [analyzer] Fix typo s/initalize/initialize/
Chih-Hung Hsieh via cfe-commits
- [PATCH] D18363: Fix typo s/initalize/initialize/
Chih-Hung Hsieh via cfe-commits
- r263997 - [Perf-training] Adding support for tests to skip the clang driver
Chris Bieneman via cfe-commits
- r264021 - [Perf-training] Fixing an issue with multi-threading PGO generation
Chris Bieneman via cfe-commits
- r264063 - [Perf-training] Cleanup based on feedback from Sean Silvas
Chris Bieneman via cfe-commits
- r264064 - [Perf-training] Using os.devnull instead of a temp file
Chris Bieneman via cfe-commits
- r257934 - [CMake] Support generation of linker order files using dtrace
Chris Bieneman via cfe-commits
- r264021 - [Perf-training] Fixing an issue with multi-threading PGO generation
Chris Bieneman via cfe-commits
- r264125 - [Apple Clang] Expose llvm-config from stage2 builds in stage1
Chris Bieneman via cfe-commits
- [PATCH] D18313: clang-format: Make include sorting's main include detection configurable.
Daniel Jasper via cfe-commits
- [PATCH] D18313: clang-format: Make include sorting's main include detection configurable.
Daniel Jasper via cfe-commits
- [PATCH] D18294: clang-format: [JS] no space in union and intersection types.
Daniel Jasper via cfe-commits
- [PATCH] D18313: clang-format: Make include sorting's main include detection configurable.
Daniel Jasper via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Daniel Jasper via cfe-commits
- r263943 - clang-format: Make include sorting's main include detection configurable.
Daniel Jasper via cfe-commits
- [PATCH] D18294: clang-format: [JS] no space in union and intersection types.
Daniel Jasper via cfe-commits
- r263961 - clang-format: [JS] no space in union and intersection types.
Daniel Jasper via cfe-commits
- [PATCH] D18294: clang-format: [JS] no space in union and intersection types.
Daniel Jasper via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper via cfe-commits
- r264055 - clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper via cfe-commits
- [PATCH] D18432: Test commit access to clang repo.
Daniel Jasper via cfe-commits
- r263709 - clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
Daniel Jasper via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D15332: new clang-tidy checker readability-non-const-parameter
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D16139: [MIPS] initFeatureMap() to handle empty string argument
Daniel Sanders via cfe-commits
- r264071 - StaticAnalyzer: Avoid an unintentional copy
David Blaikie via cfe-commits
- [PATCH] D18395: -Wshadow: don't warn on ctor parameters with the same name as a field name
David Blaikie via cfe-commits
- [PATCH] D18395: -Wshadow: don't warn on ctor parameters with the same name as a field name
David Blaikie via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
David Blaikie via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
David Blaikie via cfe-commits
- r264205 - [CUDA] Don't define __NVCC__.
David Blaikie via cfe-commits
- r264205 - [CUDA] Don't define __NVCC__.
David Blaikie via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
David Blaikie via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
David Blaikie via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
David Blaikie via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
David Li via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
David Li via cfe-commits
- [PATCH] D18489: [PGO, clang] Comment how function pointers for indirect calls are mapped to function names
David Li via cfe-commits
- r264065 - [MS ABI] Assign an inheritance model for the dest of a member pointer upcast
David Majnemer via cfe-commits
- r264066 - Make build bots happy
David Majnemer via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
David Majnemer via cfe-commits
- [PATCH] D18479: [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte alignment on Darwin
David Majnemer via cfe-commits
- r264529 - Improve the representation of CXXUuidofExpr
David Majnemer via cfe-commits
- r264530 - Use the correct alignment for uuid descriptors
David Majnemer via cfe-commits
- r264562 - Fix serialization/deserialization for __uuidof
David Majnemer via cfe-commits
- r264529 - Improve the representation of CXXUuidofExpr
David Majnemer via cfe-commits
- r264463 - [analyzer] Add CIFIlter modeling to DeallocChecker.
Devin Coughlin via cfe-commits
- [PATCH] D18501: Fix <cmath> compilation on FreeBSD
Dimitry Andric via cfe-commits
- [PATCH] D18501: Fix <cmath> compilation on FreeBSD
Dimitry Andric via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- r264372 - CGLoopInfo: Use the MD_loop metadata kind from r264371, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Easwaran Raman via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Easwaran Raman via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Easwaran Raman via cfe-commits
- r264342 - Attach profile summary information to Module.
Easwaran Raman via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Easwaran Raman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Edoardo Prezioso via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Eric Christopher via cfe-commits
- [PATCH] D16139: [MIPS] initFeatureMap() to handle empty string argument
Eric Christopher via cfe-commits
- r264227 - Modules builds are necessarily compile actions, but they don't
Eric Christopher via cfe-commits
- r264235 - The time when -faltivec (or, on clang only, -maltivec) will magically
Eric Christopher via cfe-commits
- r264236 - Add release notes for the removal of the silent include of altivec.h.
Eric Christopher via cfe-commits
- r259975 - Fix a crash when emitting dbeug info for forward-declared scoped enums.
Eric Christopher via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
Eric Fiselier via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Eric Fiselier via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
Eric Fiselier via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
Eric Fiselier via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D18432: Test commit access to clang repo.
Eric Liu via cfe-commits
- [PATCH] D18432: Test commit access to clang repo.
Eric Liu via cfe-commits
- r264252 - Test commit access to clang repo.
Eric Liu via cfe-commits
- r264253 - Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- r264254 - removed redundant comment in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Eric Liu via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu via cfe-commits
- r264256 - Revert "removed redundant comment in format::getStyle."
Eric Liu via cfe-commits
- r264257 - Revert "Added support for different VFSs in format::getStyle."
Eric Liu via cfe-commits
- r264275 - Revert "removed redundant comment in format::getStyle."
Eric Liu via cfe-commits
- r264276 - Revert "Added support for different VFSs in format::getStyle."
Eric Liu via cfe-commits
- r264277 - Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot.
Eric Liu via cfe-commits
- r264277 - Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot.
Eric Liu via cfe-commits
- r264289 - Dsiable FormatStyle::GetStyleOfFile test case for mingw.
Eric Liu via cfe-commits
- [PATCH] D17451: PR26448: [Sema] Fix determined type of ternary operator acting on two xvalue class types
Erik Pilkington via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Etienne Bergeron via cfe-commits
- [PATCH] D18293: [clang-tidy] Fix redundant-string-init check with msvc 14 headers.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r264069 - [clang-tidy] Fix redundant-string-init check with msvc 14 headers.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r264073 - [clang-tidy] Skip reporting of not applicable fixes.
Etienne Bergeron via cfe-commits
- [PATCH] D18262: [clang-tidy] Skip reporting of not applicable fixes.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r264075 - [clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r264080 - [clang-tidy] Fix broken test with redundant string init (msvc).
Etienne Bergeron via cfe-commits
- [PATCH] D18365: [clang-tidy] Fix broken test with redundant string init (msvc).
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Etienne Bergeron via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18454: Fix a missing comma between two string literals.
Etienne Bergeron via cfe-commits
- r264315 - Fix a missing comma between two string literals.
Etienne Bergeron via cfe-commits
- [PATCH] D18457: [clang-tidy] Add a new checker to detect missing comma in initializer list.
Etienne Bergeron via cfe-commits
- [PATCH] D18457: [clang-tidy] Add a new checker to detect missing comma in initializer list.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r264325 - [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Etienne Bergeron via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Etienne Bergeron via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Etienne Bergeron via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Eugene Zelenko via cfe-commits
- [PATCH] D18424: [Clang] Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes
Eugene Zelenko via cfe-commits
- [PATCH] D18475: [clang-tidy] Add more detection rules for redundant c_str calls.
Eugene Zelenko via cfe-commits
- r263921 - [Cxx1z] Implement Lambda Capture of *this by Value as [=, *this] (P0018R3)
Faisal Vali via cfe-commits
- r263922 - Reorder data members to be consistent with member initializers, to silence warnings.
Faisal Vali via cfe-commits
- r264170 - [NFC] Delete an unused function parameter from a static function
Faisal Vali via cfe-commits
- [PATCH] D14905: [constexpr-lambda] Support parsing of constexpr specifier (and its inference) on lambda expressions
Faisal Vali via cfe-commits
- [PATCH] D14905: [constexpr-lambda] Support parsing of constexpr specifier (and its inference) on lambda expressions
Faisal Vali via cfe-commits
- r264513 - [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and its inference) on lambda expressions
Faisal Vali via cfe-commits
- r264522 - [NFC] Tweak diagnostic for template template arguments, to include template aliases.
Faisal Vali via cfe-commits
- r264522 - [NFC] Tweak diagnostic for template template arguments, to include template aliases.
Faisal Vali via cfe-commits
- [PATCH] D14905: [constexpr-lambda] Support parsing of constexpr specifier (and its inference) on lambda expressions
Faisal Vali via cfe-commits
- [PATCH] D18139: [Cxx1z] Implement Lambda Capture of *this by Value as [=, *this] (P0018R3)
Faisal Vali via cfe-commits
- [PATCH] D18495: Check default arguments of template template parameters for compatibility.
Faisal Vali via cfe-commits
- [PATCH] D18495: Check default arguments of template template parameters for compatibility.
Faisal Vali via cfe-commits
- [PATCH] D18495: Check default arguments of template template parameters for compatibility.
Faisal Vali via cfe-commits
- [PATCH] D18510: [cxx1z-constexpr-lambda] Make conversion function constexpr
Faisal Vali via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Felix Berger via cfe-commits
- [clang-tools-extra] r264251 - [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Gabor Horvath via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Buildbot numbers for week of 3/06/2016 - 3/12/2016
Galina Kistanova via cfe-commits
- Buildbot numbers for week of 3/13/2016 - 3/19/2016
Galina Kistanova via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
George Burgess IV via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
George Burgess IV via cfe-commits
- r264132 - [Sema] Allow implicit conversions of &overloaded_fn in C.
George Burgess IV via cfe-commits
- [PATCH] D13704: [Fix] Allow implicit conversions of the address of overloadable functions in C + docs update
George Burgess IV via cfe-commits
- [PATCH] D13704: [Fix] Allow implicit conversions of the address of overloadable functions in C + docs update
George Burgess IV via cfe-commits
- [PATCH] D18425: [Sema] Make enable_if act correctly with value dependent conditions/arguments
George Burgess IV via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Gábor Horváth via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Gábor Horváth via cfe-commits
- r264205 - [CUDA] Don't define __NVCC__.
Hal Finkel via cfe-commits
- [PATCH] D18392: clang-cl: Don't warn about /Oy- being unused in 64-bit builds.
Hans Wennborg via cfe-commits
- [PATCH] D18293: [clang-tidy] Fix redundant-string-init check with msvc 14 headers.
Haojian Wu via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Haojian Wu via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Haojian Wu via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Haojian Wu via cfe-commits
- [clang-tools-extra] r264146 - Add check for unneeded copies of locals
Haojian Wu via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Haojian Wu via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Haojian Wu via cfe-commits
- [PATCH] D17378: Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga via cfe-commits
- [PATCH] D17950: Implement is_always_lock_free
JF Bastien via cfe-commits
- r264098 - Update cxx-features test to C++1z
JF Bastien via cfe-commits
- [PATCH] D17950: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- r264226 - NFC: clarify comment on lock-free macros
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [libcxx] r264413 - Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D17951: Implement is_always_lock_free
JF Bastien via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
James Robinson via cfe-commits
- [PATCH] D17950: Implement is_always_lock_free
James Y Knight via cfe-commits
- r263709 - clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
Jean-philippe Dufraigne via cfe-commits
- [PATCH] D18319: Add a PragmaHandler Registry for plugins to add PragmaHandlers to
John Brawn via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
John McCall via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
John McCall via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
John McCall via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
John McCall via cfe-commits
- [PATCH] D18461: ObjCXX: Warn undeclared identifiers.
John McCall via cfe-commits
- [PATCH] D18461: ObjCXX: Warn undeclared identifiers.
John McCall via cfe-commits
- [PATCH] D18325: export additional header modules from xmmintrin
John Thompson via cfe-commits
- [PATCH] D9557: Remove duplicate type definitions from f16cintrin.h
John Thompson via cfe-commits
- [clang-tools-extra] r264001 - Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names.
John Thompson via cfe-commits
- [PATCH] D18325: export additional header modules from xmmintrin
John Thompson via cfe-commits
- r264092 - D18325: Added mm_malloc module export.
John Thompson via cfe-commits
- [PATCH] D18478: python bindings: expose the clang version string
John Törnblom via cfe-commits
- [PATCH] D18276: [OpenMP] Allow reduction on pointer dereference
Jonas Hahnfeld via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Jonas Hahnfeld via cfe-commits
- [PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Jonas Hahnfeld via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Jonathan B Coe via cfe-commits
- [PATCH] D18268: [Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo
Jordan Rose via cfe-commits
- r264071 - StaticAnalyzer: Avoid an unintentional copy
Justin Bogner via cfe-commits
- [PATCH] D18327: [sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- r264008 - [sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.
Justin Lebar via cfe-commits
- r264009 - [CUDA] Implement atomicInc and atomicDec builtins
Justin Lebar via cfe-commits
- [PATCH] D18327: [sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.
Justin Lebar via cfe-commits
- [PATCH] D18322: [CUDA] Implement atomicInc and atomicDec builtins
Justin Lebar via cfe-commits
- [PATCH] D18373: [CUDA] Don't allow templated variadic functions.
Justin Lebar via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Justin Lebar via cfe-commits
- r264106 - [CUDA] Don't allow templated variadic functions.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18373: [CUDA] Don't allow templated variadic functions.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.
Justin Lebar via cfe-commits
- [PATCH] D18386: [CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-overload.cu.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18171: [CUDA][OpenMP] Create generic offload action
Justin Lebar via cfe-commits
- [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.
Justin Lebar via cfe-commits
- [PATCH] D18416: [CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18417: [CUDA] Don't define __NVCC__.
Justin Lebar via cfe-commits
- r264205 - [CUDA] Don't define __NVCC__.
Justin Lebar via cfe-commits
- r264206 - [CUDA] Simplify SemaCUDA/function-overload.cu test.
Justin Lebar via cfe-commits
- r264207 - [CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-overload.cu.
Justin Lebar via cfe-commits
- [PATCH] D18417: [CUDA] Don't define __NVCC__.
Justin Lebar via cfe-commits
- [PATCH] D18386: [CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-overload.cu.
Justin Lebar via cfe-commits
- [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Justin Lebar via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Justin Lebar via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Justin Lebar via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Justin Lebar via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Justin Lebar via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Justin Lebar via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
Jérôme Duval via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
Jérôme Duval via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Kelvin Li via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Kelvin Li via cfe-commits
- [PATCH] D17821: [OpenCL] Complete image types support
Mandeep Singh Grang via cfe-commits
- r263955 - NFC: wrap Availability-related data in its own struct in AttributeList.
Manman Ren via cfe-commits
- r263958 - Add replacement = "xxx" to AvailabilityAttr.
Manman Ren via cfe-commits
- r264167 - ObjC: Handle boolean fixed type for enum.
Manman Ren via cfe-commits
- r264196 - ObjC: add getter/setter for class properties to global pool.
Manman Ren via cfe-commits
- [PATCH] D18461: ObjCXX: Warn undeclared identifiers.
Manman Ren via cfe-commits
- [PATCH] D18461: ObjCXX: Warn undeclared identifiers.
Manman Ren via cfe-commits
- r264444 - [ObjCXX] Warn undeclared identifiers.
Manman Ren via cfe-commits
- [PATCH] D18313: clang-format: Make include sorting's main include detection configurable.
Manuel Klimek via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Manuel Klimek via cfe-commits
- [PATCH] D18313: clang-format: Make include sorting's main include detection configurable.
Manuel Klimek via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Manuel Klimek via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Manuel Klimek via cfe-commits
- [PATCH] D17852: Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Manuel Klimek via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Manuel Klimek via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Manuel Klimek via cfe-commits
- [PATCH] D18399: Added support for different VFSs in format::getStyle.
Manuel Klimek via cfe-commits
- [PATCH] D18412: [clang-tidy] Add support for different char-types for the readability-redundant-string-cstr checker.
Marianne Mailhot-Sarrasin via cfe-commits
- [PATCH] D18294: clang-format: [JS] no space in union and intersection types.
Martin Probst via cfe-commits
- [PATCH] D18294: clang-format: [JS] no space in union and intersection types.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D17440: clang-format: [JS] do not wrap ES6 imports/exports.
Martin Probst via cfe-commits
- [PATCH] D18283: clang-format: [JS] do not break location pragma comments.
Martin Probst via cfe-commits
- [PATCH] D16993: Add missing __builtin_bitreverse8
Matt Arsenault via cfe-commits
- [PATCH] D16993: Add missing __builtin_bitreverse8
Matt Arsenault via cfe-commits
- r264203 - Add missing __builtin_bitreverse8
Matt Arsenault via cfe-commits
- [PATCH] D16993: Add missing __builtin_bitreverse8
Matt Arsenault via cfe-commits
- [PATCH] D5896: Emit minnum / maxnum for __builtin_fmin/fmax
Matt Arsenault via cfe-commits
- [PATCH] D18473: AMDGPU: Add test for generic builtin behavior
Matt Arsenault via cfe-commits
- [PATCH] D17516: AMDGPU: Verify subtarget specific builtins
Matt Arsenault via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Matt Kulukundis via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Matt Kulukundis via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Matt Kulukundis via cfe-commits
- [PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.
Matt Kulukundis via cfe-commits
- [PATCH] D18149: Add check for unneeded copies of locals
Matt Kulukundis via cfe-commits
- [PATCH] D18408: readability check for const params in declarations
Matt Kulukundis via cfe-commits
- [PATCH] D18408: readability check for const params in declarations
Matt Kulukundis via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Mehdi Amini via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Mehdi Amini via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Mehdi Amini via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Michael Kuron via cfe-commits
- [PATCH] Proper detection and handling of RHEL and variants
Michael Lampe via cfe-commits
- [PATCH] RHEL: Look in more places to find g++ headers and runtime
Michael Lampe via cfe-commits
- [PATCH] Proper detection and handling of RHEL and variants
Michael Lampe via cfe-commits
- r264020 - Visual Studio Native Visualizations for constructors and methods
Mike Spertus via cfe-commits
- r264169 - Visualize fields of records as they were declared in Visual Studio debugger
Mike Spertus via cfe-commits
- r264229 - Display const/volatile/restrict qualifiers in Visual Studio visualizations
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up
Mike Spertus via cfe-commits
- [PATCH] D5041: Fix for clang_Cursor_getSpellingNameRange() reportage of C++ functions
Milian Wolff via cfe-commits
- r263931 - clang/test/Frontend/plugin-annotate-functions.c requires the target examples/AnnotateFunctions.
NAKAMURA Takumi via cfe-commits
- r263934 - clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp: Satisfy -Asserts.
NAKAMURA Takumi via cfe-commits
- r263936 - Remove debug output. Sorry for the noise.
NAKAMURA Takumi via cfe-commits
- r264007 - Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting."
NAKAMURA Takumi via cfe-commits
- r263974 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r264362 - clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp: Appease MS targets with -fno-ms-compatibility.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r264365 - Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r264367 - 3rd attempt of fixup with -std=c++11
NAKAMURA Takumi via cfe-commits
- r263953 - clang-cl: Move /FC from "Unsupported" to "Ignored" list.
Nico Weber via cfe-commits
- r263974 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber via cfe-commits
- r263974 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber via cfe-commits
- r263974 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber via cfe-commits
- [PATCH] D18392: clang-cl: Don't warn about /Oy- being unused in 64-bit builds.
Nico Weber via cfe-commits
- r264163 - clang-cl: Don't warn about /Oy- being unused in 64-bit builds.
Nico Weber via cfe-commits
- [PATCH] D18392: clang-cl: Don't warn about /Oy- being unused in 64-bit builds.
Nico Weber via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- r264174 - clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Nico Weber via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Nico Weber via cfe-commits
- r264178 - clang-cl: Add more tests for the interaction of /FI and /Yc /Yu.
Nico Weber via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Nico Weber via cfe-commits
- r264182 - clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.
Nico Weber via cfe-commits
- r264210 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber via cfe-commits
- r264211 - Fix typo in test from r264210, sigh.
Nico Weber via cfe-commits
- r264216 - clang-cl: Add a FIXME for bumping the default msc version.
Nico Weber via cfe-commits
- r264277 - Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot.
Nico Weber via cfe-commits
- [PATCH] D17596: [OpenCL] Add ocl and spir version for spir target
Pekka Jääskeläinen via cfe-commits
- r263984 - Revert "Convert some ObjC msgSends to runtime calls."
Pete Cooper via cfe-commits
- [PATCH] D18199: CodeGen: Implement IR generation for the relative vtable ABI (PR26723).
Peter Collingbourne via cfe-commits
- [PATCH] D18199: CodeGen: Implement IR generation for the relative vtable ABI (PR26723).
Peter Collingbourne via cfe-commits
- [PATCH] D18391: Combine identical check-prefixes in Clang test/Preprocessor/arm-target-features.c
Phabricator via cfe-commits
- [PATCH] D17596: [OpenCL] Add ocl and spir version for spir target
Phabricator via cfe-commits
- [PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators
Phabricator via cfe-commits
- [PATCH] D18461: ObjCXX: Warn undeclared identifiers.
Phabricator via cfe-commits
- [PATCH] Proper detection and handling of RHEL and variants
Rafael Espíndola via cfe-commits
- r263947 - clang-cl: support __cdecl-on-struct anachronism
Reid Kleckner via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Reid Kleckner via cfe-commits
- [PATCH] D18319: Add a PragmaHandler Registry for plugins to add PragmaHandlers to
Reid Kleckner via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Reid Kleckner via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Reid Kleckner via cfe-commits
- r263740 - Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner via cfe-commits
- [PATCH] D18365: [clang-tidy] Fix broken test with redundant string init (msvc).
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18430: For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner via cfe-commits
- r264205 - [CUDA] Don't define __NVCC__.
Reid Kleckner via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Reid Kleckner via cfe-commits
- [PATCH] D18454: Fix a missing comma between two string literals.
Reid Kleckner via cfe-commits
- r264333 - Revert "Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26942 (the fix is included in this commit)."
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Renato Golin via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Renato Golin via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Renato Golin via cfe-commits
- r263957 - [ARM] Clang tests for ARM Cortex-A32 support
Renato Golin via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Renato Golin via cfe-commits
- [PATCH] D18391: Combine identical check-prefixes in Clang test/Preprocessor/arm-target-features.c
Renato Golin via cfe-commits
- [PATCH] D15332: new clang-tidy checker readability-non-const-parameter
Richard via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Richard via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Richard via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Richard via cfe-commits
- [PATCH] D18509: clang-tidy: add_new_check.py stubs out release notes
Richard via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- [libcxx] r264191 - Guard a number of tests relying on threads support when built in
Richard Barton via cfe-commits
- [PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.
Richard Barton via cfe-commits
- Fwd: r202683 - Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build.
Richard Smith via cfe-commits
- r263970 - [modules] Don't invent a module cache path unless implicit module builds are enabled.
Richard Smith via cfe-commits
- r263989 - [modules] Renumber DECL_UPDATES from 30 to 50, so it no longer collides with
Richard Smith via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Richard Smith via cfe-commits
- r263996 - [modules] Store mangling numbers in a deterministic order so they don't cause the resulting .pcm files to be nondeterministic.
Richard Smith via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Richard Smith via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Richard Smith via cfe-commits
- [PATCH] D18328: [CUDA] Add option to mark most functions inside <complex> as host+device.
Richard Smith via cfe-commits
- [PATCH] D17950: Implement is_always_lock_free
Richard Smith via cfe-commits
- r263974 - clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Richard Smith via cfe-commits
- [PATCH] D17950: Implement is_always_lock_free
Richard Smith via cfe-commits
- [PATCH] D18325: export additional header modules from xmmintrin
Richard Smith via cfe-commits
- [PATCH] D18325: export additional header modules from xmmintrin
Richard Smith via cfe-commits
- [PATCH] D17462: Fix a codegen bug for variadic functions with pass_object_size params
Richard Smith via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
Richard Smith via cfe-commits
- [PATCH] D13704: [Fix] Allow implicit conversions of the address of overloadable functions in C + docs update
Richard Smith via cfe-commits
- [PATCH] D16993: Add missing __builtin_bitreverse8
Richard Smith via cfe-commits
- [PATCH] D17762: Fix an assertion failure in setPointOfInstantiation.
Richard Smith via cfe-commits
- [PATCH] D18401: clang-cl: Include /FI headers in /showIncludes output.
Richard Smith via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Richard Smith via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Richard Smith via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Richard Smith via cfe-commits
- r264184 - Make sure to perform dependent access checks when instantiating a
Richard Smith via cfe-commits
- r264189 - Make SemaAccess smarter about determining when a dependent class might
Richard Smith via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Richard Smith via cfe-commits
- [PATCH] D18380: [CUDA] Implement -fcuda-relaxed-constexpr, and enable it by default.
Richard Smith via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
Richard Smith via cfe-commits
- [PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode
Richard Smith via cfe-commits
- r264323 - Change ADL to produce lookup results in a deterministic order. This fixes some
Richard Smith via cfe-commits
- [PATCH] D16797: Update clang support on recent Haiku
Richard Smith via cfe-commits
- r264359 - [modules] Store offset to LOCAL_REDECLARATIONS record relative to the current
Richard Smith via cfe-commits
- r264363 - Fix nondeterminism in computation of builtin operator overload sets.
Richard Smith via cfe-commits
- [PATCH] D5041: Fix for clang_Cursor_getSpellingNameRange() reportage of C++ functions
Richard Smith via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Richard Smith via cfe-commits
- r264377 - [modules] Store a local offset to DeclContext lexical and visible contents. Saves a few bytes for each primary DeclContext.
Richard Smith via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Richard Smith via cfe-commits
- r264464 - Delete dead variable.
Richard Smith via cfe-commits
- r264466 - Store list of undefined-but-used objects in a deterministic order to fix
Richard Smith via cfe-commits
- r264471 - Don't warn on "use" of undefined inline function that isn't actually an ODR
Richard Smith via cfe-commits
- [PATCH] D18458: [CUDA] Mangle __host__ __device__ functions differently than __host__ or __device__ functions.
Richard Smith via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
Richard Smith via cfe-commits
- [PATCH] D14905: [constexpr-lambda] Support parsing of constexpr specifier (and its inference) on lambda expressions
Richard Smith via cfe-commits
- r264522 - [NFC] Tweak diagnostic for template template arguments, to include template aliases.
Richard Smith via cfe-commits
- [PATCH] D18495: Check default arguments of template template parameters for compatibility.
Richard Smith via cfe-commits
- r264533 - Remove unused support for replacing declarations from chained AST files.
Richard Smith via cfe-commits
- r264534 - Encapsulate a couple of on-disk structures a little more.
Richard Smith via cfe-commits
- r264529 - Improve the representation of CXXUuidofExpr
Richard Smith via cfe-commits
- r264540 - [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flag
Richard Smith via cfe-commits
- r264564 - P0138R2: Allow direct-list-initialization of an enumeration from an integral
Richard Smith via cfe-commits
- [clang-tools-extra] r264531 - Add clang-tools-extra release notes
Richard Thomson via cfe-commits
- [clang-tools-extra] r264539 - clang-tidy: Add check modernize-raw-string-literal
Richard Thomson via cfe-commits
- [clang-tools-extra] r264563 - clang-tidy: Fix broken buildbot
Richard Thomson via cfe-commits
- clang-tidy modernize-use-override
Robert Bolter via cfe-commits
- [PATCH] D18396: Clang-tidy:modernize-use-override. Fix for __declspec attributes and const=0 without spacse
Robert Bolter via cfe-commits
- [PATCH] D16965: Fix for Bug 14644 - clang confuses scope operator for global namespace giving extra qualification on member
Ryan Yee via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Sam Parker via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Sam Parker via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Sam Parker via cfe-commits
- [PATCH] D18311: Clang tests for ARM Cortex-A32 support.
Sam Parker 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] D18110: [OpenMP] Fix SEMA bug in the capture of global variables in template functions.
Samuel Antao via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Samuel Antao via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Samuel Antao via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Samuel Benzaquen via cfe-commits
- [clang-tools-extra] r263963 - [clang-tidy] Fix check broken in rL263822.
Samuel Benzaquen via cfe-commits
- [PATCH] D17986: [ASTMatchers] New matcher hasReturnValue added
Samuel Benzaquen via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Samuel Benzaquen via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- r264428 - [ASTMatchers] Fix build for VariadicFunction.
Samuel Benzaquen via cfe-commits
- [PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- r264453 - [ASTMatchers] Don't use brace-init lists.
Samuel Benzaquen via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen via cfe-commits
- [PATCH] D17811: [clang-tidy] Add check to detect dangling references in value handlers.
Samuel Benzaquen via cfe-commits
- r257934 - [CMake] Support generation of linker order files using dtrace
Sean Silva via cfe-commits
- r257934 - [CMake] Support generation of linker order files using dtrace
Sean Silva via cfe-commits
- [PATCH] D14286: ASTImporter: expressions, pt.1
Serge Pavlov via cfe-commits
- [PATCH] D18462: Fix for clang_Cursor_getSpellingNameRange()
Sergey Kalinichev via cfe-commits
- [PATCH] D11797: [LIbClang] Report the named type for ElaboratedType
Sergey Kalinichev via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Stephan Bergmann via cfe-commits
- r263740 - Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Stephan Bergmann via cfe-commits
- [PATCH] D18430: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- r263740 - Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Stephan Bergmann via cfe-commits
- [PATCH] D18430: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D18363: Fix typo s/initalize/initialize/
Stephen Hines via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
Tom Stellard via cfe-commits
- r264035 - Fix warning about extra semicolon. NFC.
Vasileios Kalintiris via cfe-commits
- r264021 - [Perf-training] Fixing an issue with multi-threading PGO generation
Vedant Kumar via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Vedant Kumar via cfe-commits
- r264218 - Fix a typo, Tiles -> Files, NFC
Vedant Kumar via cfe-commits
- [PATCH] D18289: Attach profile summary information to module
Vedant Kumar via cfe-commits
- [PATCH] D17741: adds __FILE_BASENAME__ builtin macro
Weiming Zhao via cfe-commits
- [PATCH] D17596: [OpenCL] Add ocl and spir version for spir target
Xiuli PAN via cfe-commits
- [PATCH] D17955: [OpenCL] Fix pipe builtin bugs
Xiuli PAN via cfe-commits
- [PATCH] D17438: [OpenCL] Add Sema checks for atomics and implicit declaration
Xiuli PAN via cfe-commits
- r264241 - [OpenCL] Add ocl and spir version for spir target
Xiuli Pan via cfe-commits
- [PATCH] D17955: [OpenCL] Fix pipe builtin bugs
Yaxun Liu via cfe-commits
- [PATCH] D17861: [OpenCL] Accept __attribute__((nosvm))
Yaxun Liu via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
Yaxun Liu via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
Yaxun Liu via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL 1.2/2.0 header files.
Yaxun Liu via cfe-commits
- [PATCH] D17552: Pass -backend-option to LLVM when there is no target machine
Yaxun Liu via cfe-commits
- [PATCH] D18095: Add __attribute__((linkonce_odr_linkage))
Yaxun Liu via cfe-commits
- [PATCH] D17412: PR19957: [OpenCL] incorrectly accepts implicit address space conversion with ternary operator
Yaxun Liu via cfe-commits
- [PATCH] D17412: PR19957: [OpenCL] incorrectly accepts implicit address space conversion with ternary operator
Yaxun Liu via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- [PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up
Zachary Turner via cfe-commits
- AUTO: Jacob Hansen is out of the office (returning 05/04/2016)
via cfe-commits
Last message date:
Sun Mar 27 23:27:44 PDT 2016
Archived on: Sun Mar 27 23:25:53 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).