The Week Of Monday 25 January 2016 Archives by author
Starting: Mon Jan 25 01:29:38 PST 2016
Ending: Sun Jan 31 21:05:05 PST 2016
Messages: 707
- [PATCH] D16526: Add hasRetValue narrowing matcher for returnStmt
Aaron Ballman via cfe-commits
- [PATCH] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-control-flow check
Aaron Ballman via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Aaron Ballman via cfe-commits
- [PATCH] D16152: [clang-tidy] Add check performance-faster-string-find
Aaron Ballman via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Aaron Ballman via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Aaron Ballman via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Aaron Ballman via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Aaron Ballman via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r258714 - Add support to the misc-assert-side-effect check for MSVC-style assert macros, which use !! instead of an if statement or a conditional operator.
Aaron Ballman via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Aaron Ballman via cfe-commits
- [PATCH] D16567: [Clang] Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes
Aaron Ballman via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Aaron Ballman via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Aaron Ballman via cfe-commits
- [PATCH] D16219: PR8901: attribute "mode" rejected for enums and dependent types
Aaron Ballman via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Aaron Ballman via cfe-commits
- r259194 - Removing unnecessary casts; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
Aaron Ballman via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman via cfe-commits
- r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.
Aaron Ballman via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman via cfe-commits
- r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.
Aaron Ballman via cfe-commits
- [PATCH] D16697: Updating .debug_line section version information to match DWARF version.
Adrian Prantl via cfe-commits
- [PATCH] D16697: Updating .debug_line section version information to match DWARF version.
Adrian Prantl via cfe-commits
- [PATCH] D15599: [CodeGen] Fix a crash that occurs when attribute "naked" is attached to a c++ member function
Akira Hatanaka via cfe-commits
- [PATCH] D15599: [CodeGen] Fix a crash that occurs when attribute "naked" is attached to a c++ member function
Akira Hatanaka via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Akira Hatanaka via cfe-commits
- [libcxx] r258900 - [libcxx] Remove -Wpadded from buildit script.
Akira Hatanaka via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [libcxx] r259023 - [libcxx] Remove pragmas that were needed to suppress warnings produced
Akira Hatanaka via cfe-commits
- [PATCH] D16044: getVariableName() for MemRegion
Alexander Droste via cfe-commits
- [clang-tools-extra] r258801 - Fix crashing on user-defined conversion.
Alexander Kornienko via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Alexander Kornienko via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Alexander Kornienko via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Alexander Kornienko via cfe-commits
- [PATCH] D16578: [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-definitions-in-headers` check.
Alexander Kornienko via cfe-commits
- [PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
Alexander Kornienko via cfe-commits
- r258862 - Remove autoconf support
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258924 - Add clang-tools-extra documentation to the CMake build.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258925 - [clang-tidy] Use relative URL for redirection.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258926 - [clang-tidy] Fix documentation.
Alexander Kornienko via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- r258862 - Remove autoconf support
Alexander Kornienko via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258926 - [clang-tidy] Fix documentation.
Alexander Kornienko via cfe-commits
- [PATCH] D16721: [clang-tidy] Move implicit-cast-in-loop check to upstream.
Alexander Kornienko via cfe-commits
- [PATCH] D16721: [clang-tidy] Move implicit-cast-in-loop check to upstream.
Alexander Kornienko via cfe-commits
- [PATCH] D16587: Fixed function params comparison. Updated docs and tests.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259195 - [clang-tidy] Move implicit-cast-in-loop check to upstream.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259196 - [clang-tidy] Fix style issues. NFC
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259197 - Fixed function params comparison. Updated docs and tests.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259198 - [clang-tidy] Fix minor style issues. NFC
Alexander Kornienko via cfe-commits
- [PATCH] D16721: [clang-tidy] Move implicit-cast-in-loop check to upstream.
Alexander Kornienko via cfe-commits
- [PATCH] D16587: Fixed function params comparison. Updated docs and tests.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259199 - [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of loop variables.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r259214 - [clang-tidy] Don't use delegating constructors, since they are not supported by MSVC 2013
Alexander Kornienko via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
- [PATCH] D15373: Fix for bug 25786 - Assertion "Chunk.Kind == DeclaratorChunk::Function" failed with regparm attribute.
Alexander Makarov via cfe-commits
- [PATCH] D16748: Cleanup MemRegion.cpp/MemRegion.h
Alexander Riccio via cfe-commits
- [PATCH] D16748: Cleanup MemRegion.cpp/MemRegion.h
Alexander Riccio via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Alexei Starovoitov via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Alexei Starovoitov via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Alexey Bataev via cfe-commits
- [PATCH] D16553: [OpenMP] Parsing + sema for target parallel directive.
Alexey Bataev via cfe-commits
- r258804 - [OPENMP 4.5] Allow arrays in 'reduction' clause.
Alexey Bataev via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev via cfe-commits
- [PATCH] D16758: [OpenMP] Prevent nesting of target constructs within target code execution regions.
Alexey Bataev via cfe-commits
- r259260 - [UBSan] Add documentation for runtime issue suppression.
Alexey Samsonov via cfe-commits
- r259260 - [UBSan] Add documentation for runtime issue suppression.
Alexey Samsonov via cfe-commits
- r259260 - [UBSan] Add documentation for runtime issue suppression.
Alexey Samsonov via cfe-commits
- r259278 - Remove references to autotools build.
Alexey Samsonov via cfe-commits
- [libcxx] r259281 - [docs] Remove references to autoconf build.
Alexey Samsonov via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
Amjad Aboud via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
Amjad Aboud via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
Anastasia Stulova via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Anastasia Stulova via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Anastasia Stulova via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
Anastasia Stulova via cfe-commits
- [PATCH] D16047: [OpenCL] Add Sema checks for OpenCL 2.0
Anastasia Stulova via cfe-commits
- Merge OpenCL 2.0 Pipe builtins (r258782) in 3.8
Anastasia Stulova via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
Anastasia Stulova via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Anastasia Stulova via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Anastasia Stulova via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Anastasia Stulova via cfe-commits
- [PATCH] D16692: [OpenCL] Eliminate warning when declaring OpenCL builtin functions
Anastasia Stulova via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Anastasia Stulova via cfe-commits
- r258504 - Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- [PATCH] D16626: [x86] Correct setting of WIntType for MCU target
Andrey Bokhanko via cfe-commits
- r258504 - Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Andy Gibbs via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Andy Gibbs via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Andy Gibbs via cfe-commits
- r259221 - [analyzer] Improve Nullability checker diagnostics
Anna Zaks via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Anna Zaks via cfe-commits
- [PATCH] D16063: [Analyzer] Use a wider integer type for an array index
Anna Zaks via cfe-commits
- [PATCH] D16754: Bug 15785 - OpenCL errors using vector/scalar conditionals and short integer types
Anton Korobeynikov via cfe-commits
- r259287 - [SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.
Argyrios Kyrtzidis via cfe-commits
- r258817 - [OpenMP] Parsing + sema for defaultmap clause.
Arpith Chacko Jacob via cfe-commits
- r258832 - [OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Arpith Jacob via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Arpith Jacob via cfe-commits
- [PATCH] D16553: [OpenMP] Parsing + sema for target parallel directive.
Arpith Jacob via cfe-commits
- [PATCH] D16553: [OpenMP] Parsing + sema for target parallel directive.
Arpith Jacob via cfe-commits
- [PATCH] D16758: [OpenMP] Prevent nesting of target constructs within target code execution regions.
Arpith Jacob via cfe-commits
- [PATCH] D16759: [OpenMP] Parsing + sema for target parallel for directive.
Arpith Jacob via cfe-commits
- [PATCH] D16499: [CUDA] Disable ctor/dtor aliases in device code.
Artem Belevich via cfe-commits
- [PATCH] D16501: [CUDA] Don't generate aliases for static extern "C" functions.
Artem Belevich via cfe-commits
- [PATCH] D16501: [CUDA] Don't generate aliases for static extern "C" functions.
Artem Belevich via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Artem Belevich via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Artem Belevich via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Artem Belevich via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Artem Belevich via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Artem Belevich via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Artem Belevich via cfe-commits
- r258880 - [CUDA] Implemented device-side support functions in <cmath>.
Artem Belevich via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Artem Belevich via cfe-commits
- [PATCH] D16638: [CUDA] Added device-side std::{malloc/free}
Artem Belevich via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Artem Belevich via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Artem Belevich via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Artem Belevich via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Asiri Rathnayake via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
Asiri Rathnayake via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
Asiri Rathnayake via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Asiri Rathnayake via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
Asiri Rathnayake via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
Asiri Rathnayake via cfe-commits
- [PATCH] D16480: [libcxx] NFC: suppress warning on systems where sizeof(int) == sizeof(long)
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] D16639: [libcxx] Limit catopen usage to unix-like OSes
Ben Craig via cfe-commits
- [PATCH] D16634: [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig via cfe-commits
- [PATCH] D16634: [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig via cfe-commits
- [PATCH] D16639: [libcxx] Limit catopen usage to unix-like OSes
Ben Craig via cfe-commits
- [PATCH] D16634: [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig via cfe-commits
- [PATCH] D16634: [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig via cfe-commits
- [libcxx] r259193 - [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Ben Craig via cfe-commits
- r258679 - Fix printing of types in initializers with suppressed tags.
Benjamin Kramer via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Benjamin Kramer via cfe-commits
- r258918 - Update for LLVM change.
Benjamin Kramer via cfe-commits
- [PATCH] D16718: Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.
Benjamin Kramer via cfe-commits
- [PATCH] D16718: Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.
Benjamin Kramer via cfe-commits
- r259187 - Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.
Benjamin Kramer via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Benjamin Kramer via cfe-commits
- r259304 - [AST] Pull simple method inline.
Benjamin Kramer via cfe-commits
- [PATCH] D15283: [ARMv8-M] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- r259311 - [Parser] Update CachedTokens while parsing ObjectiveC template argument list
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- r258813 - [Driver] Update FIXME comment now that PR4941 has been addressed.
Chad Rosier via cfe-commits
- r258814 - [Driver] Make sure -fno-math-builtin option is being passed by the driver.
Chad Rosier via cfe-commits
- r258815 - Revert "[Driver] Make sure -fno-math-builtin option is being passed by the driver."
Chad Rosier via cfe-commits
- r258815 - Revert "[Driver] Make sure -fno-math-builtin option is being passed by the driver."
Chad Rosier via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Chad Rosier via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Chad Rosier via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Chad Rosier via cfe-commits
- r258862 - Remove autoconf support
Chris Bieneman via cfe-commits
- [clang-tools-extra] r258864 - Remove autoconf support
Chris Bieneman via cfe-commits
- r258935 - Adding back in a test that I inadvertently removed in r258862
Chris Bieneman via cfe-commits
- r258862 - Remove autoconf support
Chris Bieneman via cfe-commits
- r258862 - Remove autoconf support
Chris Bieneman via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Cong Liu via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Cong Liu via cfe-commits
- [PATCH] D16536: Fix crashing on user-defined conversion.
Cong Liu via cfe-commits
- [PATCH] D16587: Fixed function params comparison. Updated docs and tests.
Cong Liu via cfe-commits
- [PATCH] D16587: Fixed function params comparison. Updated docs and tests.
Cong Liu via cfe-commits
- [PATCH] D16587: Fixed function params comparison. Updated docs and tests.
Cong Liu via cfe-commits
- r259022 - [Lex] Share some common code between decimal and octal parsing in NumericLiteralParser.
Craig Topper via cfe-commits
- [PATCH] D16673: Don't split NumericConstant tokens if a digit separator proceeds a period.
Craig Topper via cfe-commits
- r259156 - Remove unnecessary forward declaration. NFC
Craig Topper via cfe-commits
- r259309 - Convert an unsigned to Twine instead of using utostr since we're already building a Twine. NFC
Craig Topper via cfe-commits
- r259310 - No need to use utostr when putting integers into a raw_ostream. NFC
Craig Topper via cfe-commits
- r259316 - Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less efficient, its unclear that the one place using the _32 version was doing so for efficiency.
Craig Topper via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Daniel Jasper via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Daniel Jasper via cfe-commits
- r258981 - clang-format: [Java] Remove unnecessary line break after complex annotations
Daniel Jasper via cfe-commits
- r258673 - [Sema] Improve constness
Daniel Marjamaki via cfe-commits
- r258911 - Fix array index out of bounds
Daniel Marjamaki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D11035: trivial patch, improve constness
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
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] D16582: fix array index out of bounds
Daniel Marjamäki via cfe-commits
- [PATCH] D16582: fix array index out of bounds
Daniel Marjamäki via cfe-commits
- [PATCH] D16582: fix array index out of bounds
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
- [PATCH] D16584: [libcxx] Work around for clang calling GAS after having already failed.
Daniel Sanders via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [libcxx] r258920 - [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16584: [libcxx] Work around for clang calling GAS after having already failed.
Daniel Sanders via cfe-commits
- [libcxx] r259046 - [libcxx] Work around for clang calling GAS after having already failed.
Daniel Sanders via cfe-commits
- [libcxx] r259046 - [libcxx] Work around for clang calling GAS after having already failed.
Daniel Sanders via cfe-commits
- [libcxx] r259058 - Merging r258920:
Daniel Sanders via cfe-commits
- [libcxx] r259092 - Merging r259046:
Daniel Sanders via cfe-commits
- [libcxx] r259046 - [libcxx] Work around for clang calling GAS after having already failed.
Daniel Sanders via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
David Blaikie via cfe-commits
- [PATCH] D16572: PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression
David Blaikie via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
David Blaikie via cfe-commits
- r259031 - Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline.
David Blaikie via cfe-commits
- [PATCH] D16697: Updating .debug_line section version information to match DWARF version.
David Blaikie via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
David Blaikie via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
David Blaikie via cfe-commits
- [PATCH][modules][PR26237]
David Blaikie via cfe-commits
- [PATCH][modules][PR26237]
David Blaikie via cfe-commits
- [PATCH][modules][PR26237]
David Blaikie via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
David Li via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
David Li via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
David Li via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
David Li via cfe-commits
- r258762 - [MS Compat] Don't crash if __GetExceptionInfo is in global scope
David Majnemer via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
David Majnemer via cfe-commits
- r258769 - [Sema] Remove stray semicolons.
David Majnemer via cfe-commits
- r258775 - Revert "[OpenCL] Pipe builtin functions"
David Majnemer via cfe-commits
- r258773 - [OpenCL] Pipe builtin functions
David Majnemer via cfe-commits
- r258839 - [MS ABI] Allow a member pointers' converted type to change
David Majnemer via cfe-commits
- r258877 - [WinEH] Annotate calls to __RTtypeid with a funclet bundle
David Majnemer via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
David Majnemer via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
David Majnemer via cfe-commits
- [PATCH] D13420: Fix deduction of __atomic_load's parameter types.
David Majnemer via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
David Majnemer via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
David Majnemer via cfe-commits
- r259335 - Mark DR1250 as implemented
David Majnemer via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
David Majnemer via cfe-commits
- r259302 - assert(false) -> llvm_unreachable().
Davide Italiano via cfe-commits
- [PATCH] D16219: PR8901: attribute "mode" rejected for enums and dependent types
Denis Zobnin via cfe-commits
- [PATCH] D16630: PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for-range expression
Denis Zobnin via cfe-commits
- r258886 - [analyzer] Body farm: Look for property ivar in shadowing readwrite property.
Devin Coughlin via cfe-commits
- r258896 - [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.
Devin Coughlin via cfe-commits
- [PATCH] D5023: [analyzer] Fix ObjC Dealloc Checker to operate only on classes with retained properties
Devin Coughlin via cfe-commits
- r259099 - [analyzer] Suppress nullability warnings in copy, mutableCopy, and init families.
Devin Coughlin via cfe-commits
- r259118 - [analyzer] NullabilityChecker: Remove unused isReturnSelf() function.
Devin Coughlin via cfe-commits
- r259222 - [analyzer] Suppress null reports from defensive checks in function-like macros.
Devin Coughlin via cfe-commits
- r259288 - [analyzer] Make suppression of macro defensive checks work with -analyzer-eagerly-assume.
Devin Coughlin via cfe-commits
- [PATCH] D16748: Cleanup MemRegion.cpp/MemRegion.h
Devin Coughlin via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
Dimitry Andric via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
Dimitry Andric via cfe-commits
- [PATCH] D16572: PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression
Dmitry Polukhin via cfe-commits
- [PATCH] D16572: PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression
Dmitry Polukhin via cfe-commits
- [PATCH] D16607: Implementation of PS4 ABI, round 1
Dmitry Polukhin via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Doug Gregor via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16541: [libc++] Renable test/std/re/re.alg/re.alg.match/awk.pass.cpp
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16639: [libcxx] Limit catopen usage to unix-like OSes
Ed Schouten via cfe-commits
- [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- r258772 - Revert the test for r258720 temporarily
Ehsan Akhgari via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- r258776 - Recommit the test for r258720 using -###
Ehsan Akhgari via cfe-commits
- r258772 - Revert the test for r258720 temporarily
Ehsan Akhgari via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- [PATCH] D16761: clang-cl: Support loading plugins on Windows
Ehsan Akhgari via cfe-commits
- r259239 - This patch adds doxygen comments for the intrinsincs in the header file __wmmintrin_pclmul.h. The doxygen comments are automatically generated based on Sony's intrinsics document.
Ekaterina Romanova via cfe-commits
- r259275 - This patch adds doxygen comments for the intrinsincs in the header file __wmmintrin_aes.h.
Ekaterina Romanova via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker via cfe-commits
- [PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Eric Christopher via cfe-commits
- [PATCH] D16538: [cc1as] Add MCTargetOptions argument to createAsmBackend
Eric Christopher via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Eric Christopher via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Eric Christopher via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Eric Christopher via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Eric Christopher via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Eric Christopher via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Eric Christopher via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Eric Christopher via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Eric Christopher via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Eric Christopher via cfe-commits
- r259137 - Use a consistent spelling for vtables.
Eric Christopher via cfe-commits
- r259138 - Add the clang debug info test directory to .gitignore as it's managed separately.
Eric Christopher via cfe-commits
- [PATCH] D16562: Adding doxygen comments to the LLVM intrinsics (part 3, __wmmintrin_aes.h)
Eric Christopher via cfe-commits
- [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet
Eric Christopher via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Eric Fiselier via cfe-commits
- [libcxx] r258852 - Fix PR26103 - Error calling is_convertible with incomplete type. Patch from Michael Daniels.
Eric Fiselier via cfe-commits
- [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type
Eric Fiselier via cfe-commits
- [libcxx] r258855 - Remove dead code missed in r258852.
Eric Fiselier via cfe-commits
- [PATCH] D16584: [libcxx] Work around for clang calling GAS after having already failed.
Eric Fiselier via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Eric Fiselier via cfe-commits
- [libcxx] r258888 - [libcxx] Fix undefined behavior in forward_list
Eric Fiselier via cfe-commits
- [PATCH] D15836: [libcxx] Fix undefined behavior in forward_list
Eric Fiselier via cfe-commits
- [PATCH] D15836: [libcxx] Fix undefined behavior in forward_list
Eric Fiselier via cfe-commits
- [PATCH] D15836: [libcxx] Fix undefined behavior in forward_list
Eric Fiselier via cfe-commits
- [libcxx] r258893 - Fix broken commit r258888. I missed adding two pointer conversions
Eric Fiselier via cfe-commits
- [PATCH] D16584: [libcxx] Work around for clang calling GAS after having already failed.
Eric Fiselier via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Eric Fiselier via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Eric Fiselier via cfe-commits
- [PATCH] D13420: Fix deduction of __atomic_load's parameter types.
Eric Fiselier via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Eric Fiselier via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Eric Fiselier via cfe-commits
- [PATCH] D16738: Fix invalid casts in <functional>.
Eric Fiselier via cfe-commits
- [PATCH] D16738: Fix invalid casts in <functional>.
Eric Fiselier via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-control-flow check
Eugene Zelenko via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Eugene Zelenko via cfe-commits
- [PATCH] D16567: [Clang] Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes
Eugene Zelenko via cfe-commits
- r258836 - Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r258870 - Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes.
Eugene Zelenko via cfe-commits
- [libcxx] r259091 - Remove autoconf support.
Eugene Zelenko via cfe-commits
- [PATCH] D16700: [Clang-tidy] Make null pointer literals for fixes configurable for two checks
Eugene Zelenko via cfe-commits
- [PATCH] D15699: [cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov via cfe-commits
- [PATCH] D15699: [cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov via cfe-commits
- r258745 - [cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov via cfe-commits
- [PATCH] D15699: [cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov via cfe-commits
- r258749 - Fix use of constexpr std::pair that's not in C++11.
Evgeniy Stepanov via cfe-commits
- r258997 - Strengthen cfi-check-fail test.
Evgeniy Stepanov via cfe-commits
- [PATCH] D16738: Fix invalid casts in <functional>.
Evgeniy Stepanov via cfe-commits
- [PATCH] D16738: Fix invalid casts in <functional>.
Evgeniy Stepanov via cfe-commits
- [PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
Felix Berger via cfe-commits
- [PATCH] D16694: [llvmlab] Enable clang tests that output to the console when we are on the buildbots
Galina via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Buildbot numbers for week of 1/17/2016 - 1/23/2016
Galina Kistanova via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- LLVM buildmaster will go off-line today after 5 PM Pacific for short time
Galina Kistanova via cfe-commits
- LLVM buildmaster will be restarted in few minutes.
Galina Kistanova via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- r259011 - [Sema] Make extended vectors of `bool` an error.
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.
Gábor Horváth via cfe-commits
- [PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.
Gábor Horváth via cfe-commits
- [PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.
Gábor Horváth via cfe-commits
- [PATCH] D16469: Pass --wrap=pthread_create to linker for -fsplit-stack
H.J Lu via cfe-commits
- [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments
Hans Wennborg via cfe-commits
- r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.
Hans Wennborg via cfe-commits
- r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.
Hans Wennborg via cfe-commits
- [libcxx] r258107 - Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as http://reviews.llvm.org/D16262
Hans Wennborg via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Hans Wennborg via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Hans Wennborg via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Hans Wennborg via cfe-commits
- [libcxx] r258887 - Merging r258403:
Hans Wennborg via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Hans Wennborg via cfe-commits
- [PATCH] D16632: clang-cl: Take dllexport from original function decl into account
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258924 - Add clang-tools-extra documentation to the CMake build.
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258960 - docs/conf.py: update copyright year
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258926 - [clang-tidy] Fix documentation.
Hans Wennborg via cfe-commits
- [libcxx] r259046 - [libcxx] Work around for clang calling GAS after having already failed.
Hans Wennborg via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Hans Wennborg via cfe-commits
- Merge OpenCL 2.0 Pipe builtins (r258782) in 3.8
Hans Wennborg via cfe-commits
- r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions
Hans Wennborg via cfe-commits
- r259218 - Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes."
Hans Wennborg via cfe-commits
- r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.
Hans Wennborg via cfe-commits
- r259260 - [UBSan] Add documentation for runtime issue suppression.
Hans Wennborg via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Haojian Wu via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Haojian Wu via cfe-commits
- [PATCH] D16578: [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-definitions-in-headers` check.
Haojian Wu via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Hubert Tong via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16750: Bug 15685 - OpenCL 'char' is not signed
Igor Chesnokov via cfe-commits
- [PATCH] D16750: Bug 15685 - OpenCL 'char' is not signed
Igor Chesnokov via cfe-commits
- [PATCH] D16750: Bug 15685 - OpenCL 'char' is not signed
Igor Chesnokov via cfe-commits
- [PATCH] D16574: Bug 15685 - OpenCL 'char' is not signed
Igor Chesnokov via cfe-commits
- [PATCH] D16682: 19957 - OpenCL incorrectly accepts implicit address space conversion with ternary operator
Igor Chesnokov via cfe-commits
- [PATCH] D16460: Bug 10002 - [opencl] Wrongfully assuming RHS is always unsigned
Igor Chesnokov via cfe-commits
- [PATCH] D16574: Bug 15685 - OpenCL 'char' is not signed
Igor Chesnokov via cfe-commits
- [PATCH] D16539: [FIX] 26194 - LLVM crash in CXXNameMangler::mangleType
Igor Chesnokov via cfe-commits
- [PATCH] D16754: Bug 15785 - OpenCL errors using vector/scalar conditionals and short integer types
Igor Chesnokov via cfe-commits
- [PATCH] D16754: Bug 15785 - OpenCL errors using vector/scalar conditionals and short integer types
Igor Chesnokov via cfe-commits
- [PATCH] D16460: Bug 10002 - [opencl] Wrongfully assuming RHS is always unsigned
Igor Chesnokov via cfe-commits
- [PATCH] D16682: 19957 - OpenCL incorrectly accepts implicit address space conversion with ternary operator
Igor Chesnokov via cfe-commits
- [PATCH] D16539: [FIX] 26194 - LLVM crash in CXXNameMangler::mangleType
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
- [PATCH] D16754: Bug 15785 - OpenCL errors using vector/scalar conditionals and short integer types
Igor Chesnokov via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Jack Howarth via cfe-commits
- r258894 - Revert "Change of UserLabelPrefix default value from "_" to """
James Y Knight via cfe-commits
- r258504 - Change of UserLabelPrefix default value from "_" to ""
James Y Knight via cfe-commits
- r258504 - Change of UserLabelPrefix default value from "_" to ""
James Y Knight via cfe-commits
- [PATCH] D16538: [cc1as] Add MCTargetOptions argument to createAsmBackend
Joel Jones via cfe-commits
- [PATCH] D16533: Bug 20796 - GCC's -Wstrict-prototypes warning not implemented in Clang
Joerg Sonnenberger via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Joerg Sonnenberger via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Joerg Sonnenberger via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Joerg Sonnenberger via cfe-commits
- [PATCH] D16613: Introduce a cmake module to figure out whether we need to link with libatomic.
Joerg Sonnenberger via cfe-commits
- [PATCH] D16586: Make clang AAPCS compliant w.r.t volatile bitfield accesses
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D16607: Implementation of PS4 ABI, round 1
John McCall via cfe-commits
- r258962 - Emit calls to objc_unsafeClaimAutoreleasedReturnValue when
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
John McCall via cfe-commits
- [PATCH] D15920: [CMake] Add option to switch default C++ stdlib
Jonas Hahnfeld via cfe-commits
- [PATCH] D16376: clang-tidy check: Assignment and Construction
Jonathan B Coe via cfe-commits
- [clang-tools-extra] r258835 - Test commit. Fix typo in comment.
Jonathan Coe via cfe-commits
- [PATCH] D16613: Use LLVM's CheckAtomic cmake module to figure out whether we need to link with libatomic.
Jonathan Roelofs via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Jonathan Roelofs via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Jonathan Roelofs via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Justin Bogner via cfe-commits
- [PATCH] D16501: [CUDA] Don't generate aliases for static extern "C" functions.
Justin Lebar via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Justin Lebar via cfe-commits
- r258733 - [CUDA] Disable ctor/dtor aliases in device code.
Justin Lebar via cfe-commits
- r258734 - [CUDA] Don't generate aliases for static extern "C" functions.
Justin Lebar via cfe-commits
- [PATCH] D16499: [CUDA] Disable ctor/dtor aliases in device code.
Justin Lebar via cfe-commits
- [PATCH] D16501: [CUDA] Don't generate aliases for static extern "C" functions.
Justin Lebar via cfe-commits
- r258737 - [CUDA] Add -target to cuda-constructor-alias.cu test so it doesn't fail on Mac.
Justin Lebar via cfe-commits
- r258822 - [CUDA] Add -fcuda-allow-variadic-functions.
Justin Lebar via cfe-commits
- [PATCH] D16559: [CUDA] Add -fcuda-allow-variadic-functions.
Justin Lebar via cfe-commits
- [PATCH] D16593: [CUDA] Implemented device-side support for functions in <cmath>.
Justin Lebar via cfe-commits
- [PATCH] D16638: [CUDA] Added device-side std::{malloc/free}
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- r259122 - [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
Justin Lebar via cfe-commits
- [PATCH] D16514: Add -stop-on-failure driver option, and enable it by default for CUDA compiles.
Justin Lebar via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- [PATCH] D16562: Adding doxygen comments to the LLVM intrinsics (part 3, __wmmintrin_aes.h)
Katya Romanova via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- [PATCH] D16697: Updating .debug_line section version information to match DWARF version.
Katya Romanova via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- [PATCH] D16562: Adding doxygen comments to the LLVM intrinsics (part 3, __wmmintrin_aes.h)
Katya Romanova via cfe-commits
- [PATCH] D16562: Adding doxygen comments to the LLVM intrinsics (part 3, __wmmintrin_aes.h)
Katya Romanova via cfe-commits
- [PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.
Kim Gräsman via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
Kim Gräsman via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
Kim Gräsman via cfe-commits
- r258768 - [Sema] Incomplete types are OK for covariant returns
Kim Gräsman via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Kuba Brecka via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Mailing List "cfe-commits" via cfe-commits
- r258727 - Move ObjCPropertyDecl to before ObjCContainerDecl.
Manman Ren via cfe-commits
- [PATCH] D15599: [CodeGen] Fix a crash that occurs when attribute "naked" is attached to a c++ member function
Manman Ren via cfe-commits
- r258735 - Update comments to match the implementation.
Manman Ren via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Manman Ren via cfe-commits
- r258824 - Use instance_properties instead of properties. NFC.
Manman Ren via cfe-commits
- r258834 - Class Property: parse property attribute (class).
Manman Ren via cfe-commits
- r258979 - Class Property: handle class properties.
Manman Ren via cfe-commits
- r258980 - Class Property: create accessors (class methods) for class property.
Manman Ren via cfe-commits
- r259070 - Class Property: class property and instance property can have the same name.
Manman Ren via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Manman Ren via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Manman Ren via cfe-commits
- r259116 - Check for frontend errors after releasing the Builder.
Manman Ren via cfe-commits
- r259119 - Class Property: change PropertyMap to include isClassProperty.
Manman Ren via cfe-commits
- r259224 - Class Property: parse @dynamic (class).
Manman Ren via cfe-commits
- r259226 - Class Property: warn for synthesize on a class property.
Manman Ren via cfe-commits
- r259229 - Class Property: generate metadata for class properties in classes.
Manman Ren via cfe-commits
- r259267 - Class Property: generate metadata for class properties in categories.
Manman Ren via cfe-commits
- r259268 - Class Property: generate metadata for class properties in protocols.
Manman Ren via cfe-commits
- [PATCH] D16718: Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.
Manuel Klimek via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Marshall Clow via cfe-commits
- [PATCH] D15862: A possible direction for fixing https://llvm.org/bugs/show_bug.cgi?id=25973.
Marshall Clow via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Marshall Clow via cfe-commits
- [PATCH] D16467: [libcxx] re.results.form: Format out-of-range subexpression references as null
Marshall Clow via cfe-commits
- [PATCH] D15836: [libcxx] Fix undefined behavior in forward_list
Marshall Clow via cfe-commits
- [libcxx] r258697 - Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [libcxx] r259014 - implement ostream_joiner. Reviewed as http://reviews.llvm.org/D16605
Marshall Clow via cfe-commits
- [libcxx] r259015 - Left a file out of r259014
Marshall Clow via cfe-commits
- [PATCH] D16605: Implement `std::experimental::ostream_joiner`
Marshall Clow via cfe-commits
- [PATCH] D16634: [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting
Marshall Clow via cfe-commits
- r258794 - AMDGPU: Add amdgcn cube builtins
Matt Arsenault via cfe-commits
- [PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Matt Arsenault via cfe-commits
- [PATCH] D16498: AMDGPU: Add amdgcn cube builtins
Matt Arsenault via cfe-commits
- [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet
Matthias Braun via cfe-commits
- r259284 - Avoid overly large SmallPtrSet/SmallSet
Matthias Braun via cfe-commits
- [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type
Michael Daniels via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
Michael Gottesman via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
Michael Gottesman via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
Michael Gottesman via cfe-commits
- [PATCH] D16708: Add a new attribute CFNoRelease.
Michael Gottesman via cfe-commits
- r259000 - [sancov] sancov tool documentation
Mike Aizatsky via cfe-commits
- r259016 - Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported features"
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r259289 - test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.
NAKAMURA Takumi via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- r259159 - [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p5 and p6:
Nathan Wilson via cfe-commits
- [PATCH] D16163: [Concepts] Diagnose when return type of a function concept or declaration type of a variable concept is not bool.
Nathan Wilson via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Nemanja Ivanovic via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Nemanja Ivanovic via cfe-commits
- [PATCH] D16533: Bug 20796 - GCC's -Wstrict-prototypes warning not implemented in Clang
Nico Weber via cfe-commits
- [PATCH] D16552: Let clang not error out on `const std::vector<int> empty_vec; ` with libstdc++5.3.
Nico Weber via cfe-commits
- r258772 - Revert the test for r258720 temporarily
Nico Weber via cfe-commits
- r258862 - Remove autoconf support
Nico Weber via cfe-commits
- r259063 - Fix strange indent.
Nico Weber via cfe-commits
- r259077 - Remove unused parameter.
Nico Weber via cfe-commits
- r259079 - Include RecordDecls from anonymous unions in the AST.
Nico Weber via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Nico Weber via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Nico Weber via cfe-commits
- [PATCH] D3976: -Wcomma, a new warning for questionable uses of the comma operator
Nico Weber via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Nico Weber via cfe-commits
- r259271 - Improve -Wconstant-conversion
Nico Weber via cfe-commits
- [PATCH] D15040: [ARM] Add command-line options for ARMv8.2-A
Oliver Stannard via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- r258950 - Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- r259036 - Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- [PATCH] D16591: Add backend dignostic printer for unsupported features
Oliver Stannard via cfe-commits
- r259043 - Revert r259036, it introduces a cyclic library dependency
Oliver Stannard via cfe-commits
- r258712 - LTO via the gold plugin needs to be told about debugger tuning.
Paul Robinson via cfe-commits
- [PATCH] D16094: Debugger tuning via gold plugin
Paul Robinson via cfe-commits
- [PATCH] D16607: Implementation of PS4 ABI, round 1
Paul Robinson via cfe-commits
- [PATCH] D15881: [DWARF] Omitting the explicit import of an anonymous namespace is a debugger-tuning decision, not a target decision.
Paul Robinson via cfe-commits
- [PATCH] D16533: Bug 20796 - GCC's -Wstrict-prototypes warning not implemented in Clang
Paul Titei via cfe-commits
- [PATCH] D16533: Bug 20796 - GCC's -Wstrict-prototypes warning not implemented in Clang
Paul Titei via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Pekka Jääskeläinen via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Pekka Jääskeläinen via cfe-commits
- r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions
Pekka Jääskeläinen via cfe-commits
- [PATCH] D15699: [cfi] Cross-DSO CFI diagnostic mode (clang part)
Peter Collingbourne via cfe-commits
- [PATCH] D16438: Fix printing of types in initializers with suppressed tags.
Phabricator via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Phabricator via cfe-commits
- [PATCH] D16567: [Clang] Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes
Phabricator via cfe-commits
- [PATCH] D16472: Remove autoconf support
Phabricator via cfe-commits
- [PATCH] D16475: Remove autoconf support
Phabricator via cfe-commits
- [PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Phabricator via cfe-commits
- [PATCH] D16607: Implementation of PS4 ABI, round 1
Phabricator via cfe-commits
- [PATCH] D16564: Fix an issue where backend crashes after frontend emits an error message
Phabricator via cfe-commits
- [PATCH] D16718: Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs.
Phabricator via cfe-commits
- [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet
Phabricator via cfe-commits
- r258698 - Pass --wrap=pthread_create to linker for -fsplit-stack.
Rafael Espindola via cfe-commits
- r259108 - Update for llvm change.
Rafael Espindola via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Rafael Espíndola via cfe-commits
- r258862 - Remove autoconf support
Rafael Espíndola via cfe-commits
- [PATCH] D16469: Pass --wrap=pthread_create to linker for -fsplit-stack
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D16094: Debugger tuning via gold plugin
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D16469: Pass --wrap=pthread_create to linker for -fsplit-stack
Rafael Ávila de Espíndola via cfe-commits
- [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments
Reid Kleckner via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Reid Kleckner via cfe-commits
- [PATCH] D16582: fix array index out of bounds
Reid Kleckner via cfe-commits
- [PATCH] D16632: clang-cl: Take dllexport from original function decl into account
Reid Kleckner via cfe-commits
- [PATCH] D15267: For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Reid Kleckner via cfe-commits
- [PATCH] D15267: For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner via cfe-commits
- [PATCH] D16664: [CUDA] Generate CUDA's printf alloca in its function's entry block.
Reid Kleckner via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Reid Kleckner via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Renato Golin via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Renato Golin via cfe-commits
- r258720 - [MSVC Compat] Only warn for unknown clang-cl arguments
Renato Golin 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] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
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] D16259: Add clang-tidy readability-redundant-control-flow check
Richard via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-control-flow check
Richard via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Richard via cfe-commits
- r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.
Richard via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard via cfe-commits
- [PATCH] D8149: Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard via cfe-commits
- [PATCH] D16529: [clang-tidy] Add modernize-raw-string-literal check
Richard via cfe-commits
- [PATCH] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
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] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
Richard via cfe-commits
- [PATCH] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
Richard via cfe-commits
- [PATCH] D16308: clang-tidy Enhance readability-simplify-boolean-expr check to handle implicit conversions of integral types to bool and member pointers
Richard via cfe-commits
- [PATCH] D16365: Do not define GXX_RTTI macro for C
Richard Smith via cfe-commits
- [PATCH] D16365: Do not define GXX_RTTI macro for C
Richard Smith via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Richard Smith via cfe-commits
- r259192 - Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump().
Richard Smith via cfe-commits
- r259192 - Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump().
Richard Smith via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Richard Trieu via cfe-commits
- r258778 - Fix -Wnull-conversion for long macros.
Richard Trieu via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Richard Trieu via cfe-commits
- r259271 - Improve -Wconstant-conversion
Richard Trieu via cfe-commits
- [PATCH] D3976: -Wcomma, a new warning for questionable uses of the comma operator
Richard Trieu via cfe-commits
- [PATCH] D16298: Improve test coverage of -Wdouble-promotion
Robert Lougher via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- Adding Python 3 compatibility to Clang Python bindings
Russell Keith-Magee via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
Saleem Abdulrasool via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
- [PATCH] D16579: Warn if friend function depends on template parameters.
Serge Pavlov via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Serge Pavlov via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Serge Pavlov via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Stephan Bergmann via cfe-commits
- [PATCH] D16632: clang-cl: Take dllexport from original function decl into account
Stephan Bergmann via cfe-commits
- [PATCH] D15267: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Stephan Bergmann via cfe-commits
- [PATCH] D16632: clang-cl: Take dllexport from original function decl into account
Stephan Bergmann via cfe-commits
- [PATCH] D15267: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D16628: clang-cl: support __cdecl-on-struct anachronism
Stephan Bergmann via cfe-commits
- [PATCH] D16607: Implementation of PS4 ABI, round 1
Sunil Srivastava via cfe-commits
- r259095 - Implementation of PS4 ABI, Round 1
Sunil Srivastava via cfe-commits
- r258976 - ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover via cfe-commits
- r258994 - ARMv7k: simplify logic for deciding sjlj-exceptions.
Tim Northover via cfe-commits
- [PATCH] D16498: AMDGPU: Add amdgcn cube builtins
Tom Stellard via cfe-commits
- [libclc] r258932 - Add _CLC_V_V_VP_VECTORIZE macro
Tom Stellard via cfe-commits
- [libclc] r258933 - Implement modf math builtin
Tom Stellard via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Ulrich Weigand via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Ulrich Weigand via cfe-commits
- r259183 - Add target triple to CodeGenOpenCL/pipe_types.cl test case
Ulrich Weigand via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Ulrich Weigand via cfe-commits
- [PATCH] D16613: Use LLVM's CheckAtomic cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
- [PATCH] D16613: Use LLVM's CheckAtomic cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
- [PATCH] D16613: Introduce a cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
- [PATCH] D16613: Introduce a cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
- [modules] PR24954
Vassil Vassilev via cfe-commits
- [PATCH][modules][PR26237]
Vassil Vassilev via cfe-commits
- [PATCH][modules][PR26237]
Vassil Vassilev via cfe-commits
- [PATCH][modules][PR26237]
Vassil Vassilev via cfe-commits
- [PATCH][modules][PR26237]
Vassil Vassilev via cfe-commits
- r259061 - [Coverage] Use a set to track visited FileIDs (NFC)
Vedant Kumar via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
Wolfgang Pieb via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Xinliang David Li via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Xinliang David Li via cfe-commits
- r259067 - [PGO] test case cleanups
Xinliang David Li via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Xinliang David Li via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Xiuli PAN via cfe-commits
- [PATCH] D16047: [OpenCL] Add Sema checks for OpenCL 2.0
Xiuli PAN via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli PAN via cfe-commits
- [PATCH] D16692: [OpenCL] Eliminate warning when declaring OpenCL builtin functions
Xiuli PAN via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Xiuli PAN via cfe-commits
- r258773 - [OpenCL] Pipe builtin functions
Xiuli Pan via cfe-commits
- r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions
Xiuli Pan via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Yaron Keren via cfe-commits
- r259192 - Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump().
Yaron Keren via cfe-commits
- r259192 - Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump().
Yaron Keren via cfe-commits
- r259232 - Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
Yaron Keren via cfe-commits
- r259192 - Implement TemplateArgument::dump() method for debugging, patterned after TemplateName::dump().
Yaron Keren via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Yaxun Liu via cfe-commits
- [PATCH] D16692: [OpenCL] Eliminate warning when declaring OpenCL builtin functions
Yaxun Liu via cfe-commits
- [PATCH] D16692: [OpenCL] Eliminate warning when declaring OpenCL builtin functions
Yaxun Liu via cfe-commits
- [PATCH] D16686: [OpenCL] Generate metadata for opencl_unroll_hint attribute
Yaxun Liu via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Yunzhong Gao via cfe-commits
- [PATCH] D16365: Do not define GXX_RTTI macro for C
Yunzhong Gao via cfe-commits
- r258850 - Do not define GXX_RTTI macro for C.
Yunzhong Gao via cfe-commits
- [PATCH] D16365: Do not define GXX_RTTI macro for C
Yunzhong Gao via cfe-commits
- r258902 - Adding a test for PR25717.
Yunzhong Gao via cfe-commits
- [PATCH] D16694: [llvmlab] Enable clang tests that output to the console when we are on the buildbots
Yunzhong Gao via cfe-commits
- [PATCH] D16694: [llvmlab] Enable clang tests that output to the console when we are on the buildbots
Yunzhong Gao via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Yunzhong Gao via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Yury Gribov via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Yury Gribov via cfe-commits
- r259030 - Small refactor in isBeforeInTranslationUnit.
Yury Gribov via cfe-commits
- r259031 - Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline.
Yury Gribov via cfe-commits
- r258773 - [OpenCL] Pipe builtin functions
xiuli pan via cfe-commits
- r258782 - Recommit: R258773 [OpenCL] Pipe builtin functions
xiuli pan via cfe-commits
Last message date:
Sun Jan 31 21:05:05 PST 2016
Archived on: Mon Feb 1 04:56:21 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).