The Week Of Monday 18 January 2016 Archives by author
Starting: Mon Jan 18 01:42:23 PST 2016
Ending: Sun Jan 24 23:29:05 PST 2016
Messages: 697
- D16358: [OpenMP] Parsing + Sema for nowait clause on target directive
Hahnfeld, Jonas via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Romanova, Katya via cfe-commits
- r258070 - Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_TRUE instead of EXPECT_FALSE. Adds a matcher test to ensure that static member functions are properly handled. Generates the documentation from the matcher.
Aaron Ballman via cfe-commits
- r258072 - Add an AST matcher for checking whether a function is defaulted.
Aaron Ballman via cfe-commits
- r258077 - The destructor name should be matched to ~Foo instead of Foo.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r258098 - [clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Aaron Ballman via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Aaron Ballman via cfe-commits
- [PATCH] D16278: ASTMatcher for ParenExpr node.
Aaron Ballman via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Aaron Ballman via cfe-commits
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Aaron Ballman via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
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] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aaron Ballman via cfe-commits
- r257868 - PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration, by Denis Zobnin
Aaron Ballman via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Aaron Ballman via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Aaron Ballman via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Aaron Ballman via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Aaron Ballman via cfe-commits
- [PATCH] D15373: Fix for bug 25786 - Assertion "Chunk.Kind == DeclaratorChunk::Function" failed with regparm attribute.
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
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] D16301: Allow mode attribute for member variables again
Aaron Ballman via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aaron Ballman via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Aaron Ballman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Aaron Ballman via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Aaron Ballman via cfe-commits
- r258213 - Allow __attribute__((mode)) to appertain to field declarations again. Corrects compile issues with LibreOffice.
Aaron Ballman via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Aaron Ballman via cfe-commits
- r258317 - Silencing several -Wcast-qual warnings; NFC.
Aaron Ballman via cfe-commits
- r258321 - Add AST matcher for paren expressions.
Aaron Ballman via cfe-commits
- [PATCH] D16278: ASTMatcher for ParenExpr node.
Aaron Ballman via cfe-commits
- r258322 - Add AST matcher support for FunctionDecls with the hasBody matcher.
Aaron Ballman via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aaron Ballman via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Aaron Ballman via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Aaron Ballman via cfe-commits
- [PATCH] D15935: Improve diagnostics for literal conversion to Boolean
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
- r258341 - Register the isCopyAssignmentOperator AST matcher so that it can be used dynamically.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Aaron Ballman via cfe-commits
- [PATCH] D16377: Ensure virtual-near-miss does not crash on functions without names
Aaron Ballman via cfe-commits
- [PATCH] D16377: Ensure virtual-near-miss does not crash on functions without names
Aaron Ballman via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Aaron Ballman via cfe-commits
- [PATCH] D16394: Add an isVirtualAsWritten AST matcher.
Aaron Ballman via cfe-commits
- [PATCH] D11035: trivial patch, improve constness
Aaron Ballman via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Aaron Ballman via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Aaron Ballman via cfe-commits
- r258401 - When dumping documentation for AST matchers, do something more useful with \see doxygen commands. Ideally this would link to the target of \see, but for now it translates \see into "See also: "
Aaron Ballman via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Aaron Ballman via cfe-commits
- r258573 - Add am AST matcher for isMoveAssignmentOperator.
Aaron Ballman via cfe-commits
- r258579 - Properly encode the < entity; it was missing the semicolon. Regenerating the AST matcher reference after fixing the issue. Thanks to Richard for noticing the issue and bringing it to my attention!
Aaron Ballman via cfe-commits
- r258628 - Improving documentation for the isMoveAssignmentOperator AST matcher.
Aaron Ballman via cfe-commits
- [PATCH] D16377: Ensure virtual-near-miss does not crash on functions without names
Aaron Ballman via cfe-commits
- [PATCH] D15935: Improve diagnostics for literal conversion to Boolean
Aaron Ballman via cfe-commits
- [PATCH] D16526: Add hasRetValue narrowing matcher for returnStmt
Aaron Ballman via cfe-commits
- r226298 - [AVX512] Add intrinsics for masked aligned FP loads and stores
Adam Nemet via cfe-commits
- r258108 - [AVX512] Fix typo in r226298
Adam Nemet via cfe-commits
- r226298 - [AVX512] Add intrinsics for masked aligned FP loads and stores
Adam Nemet via cfe-commits
- r258152 - Module Debugging: Defer the emission of anonymous tag decls
Adrian Prantl via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
Adrian Prantl via cfe-commits
- r258250 - Module Debugging: Make sure that anonymous tag decls that define global
Adrian Prantl via cfe-commits
- r258251 - Module Debugging: Don't emit external type references to anonymous types.
Adrian Prantl via cfe-commits
- r258252 - Module Debugging: Add Objective-C testcases for anonymous tag decls. (NFC)
Adrian Prantl via cfe-commits
- r258251 - Module Debugging: Don't emit external type references to anonymous types.
Adrian Prantl via cfe-commits
- r258272 - Module Debugging: Fine-tune the condition that determines whether a type
Adrian Prantl via cfe-commits
- r258251 - Module Debugging: Don't emit external type references to anonymous types.
Adrian Prantl via cfe-commits
- r258507 - Module Debugging: Use a nonzero DWO id for precompiled headers.
Adrian Prantl via cfe-commits
- r258507 - Module Debugging: Use a nonzero DWO id for precompiled headers.
Adrian Prantl via cfe-commits
- r258518 - Fix 80-column violations.
Adrian Prantl via cfe-commits
- r258519 - Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.
Adrian Prantl via cfe-commits
- r258526 - Rephrase this test to help debug a buildbot issue
Adrian Prantl via cfe-commits
- r258531 - Fix the build by using the correct suffix for 64 bit literals
Adrian Prantl via cfe-commits
- r258555 - Module debugging: Create a parent DIModule with the PCH name for types
Adrian Prantl via cfe-commits
- r258582 - Module Debugging: Canonicalize the file names used as PCH module names
Adrian Prantl via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
Adrian Prantl via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Adrian Zgorzałek via cfe-commits
- [PATCH] D16278: ASTMatcher for ParenExpr node.
Adrian Zgorzałek via cfe-commits
- [PATCH] D12664: Fixed comparison.
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] D15599: [CodeGen] Fix a crash that occurs when attribute "naked" is attached to a c++ member function
Akira Hatanaka via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aleksei Sidorin via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aleksei Sidorin via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aleksei Sidorin via cfe-commits
- [PATCH] D16044: getVariableName() for MemRegion
Alexander Droste via cfe-commits
- [PATCH] D16270: [clang-tidy] Python scripts shebang fixes
Alexander Kornienko via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258098 - [clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258098 - [clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Alexander Kornienko via cfe-commits
- [PATCH] D16267: Handle C++11 brace initializers in readability-braces-around-statements
Alexander Kornienko via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Alexander Kornienko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258133 - [clang-tidy] Python scripts shebang fixes
Alexander Kornienko via cfe-commits
- [PATCH] D16270: [clang-tidy] Python scripts shebang fixes
Alexander Kornienko via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
Alexander Kornienko via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Alexander Kornienko via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Alexander Kornienko via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Alexander Kornienko via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Alexander Kornienko via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Alexander Kornienko via cfe-commits
- [PATCH] D16377: Ensure virtual-near-miss does not crash on functions without names
Alexander Kornienko via cfe-commits
- [PATCH] D16377: Ensure virtual-near-miss does not crash on functions without names
Alexander Kornienko via cfe-commits
- [PATCH] D16152: [clang-tidy] Add check performance-faster-string-find
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] D15373: Fix for bug 25786 - Assertion "Chunk.Kind == DeclaratorChunk::Function" failed with regparm attribute.
Alexander Makarov via cfe-commits
- r258290 - Fix infinite loop when ::new or ::delete are found in member initializer list, by Denis Zobnin
Alexey Bataev via cfe-commits
- [PATCH] D16216: Fix infinite loop when ::new or ::delete are found in member initializer list
Alexey Bataev via cfe-commits
- r258299 - [OPENMP 4.5] Allow to use non-static data members in non-static member functions in 'private' clause.
Alexey Bataev via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev via cfe-commits
- [PATCH] D16385: [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Alexey Bataev via cfe-commits
- D16358: [OpenMP] Parsing + Sema for nowait clause on target directive
Alexey Bataev via cfe-commits
- [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.
Alexey Bataev via cfe-commits
- r258394 - [OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev via cfe-commits
- r258396 - Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.
Alexey Bataev via cfe-commits
- [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.
Alexey Bataev via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Alexey Bataev via cfe-commits
- r258394 - [OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev via cfe-commits
- [PATCH] D16385: [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Alexey Bataev via cfe-commits
- r258495 - [OPENMP] Generalize codegen for 'sections'-based directive.
Alexey Bataev via cfe-commits
- [PATCH] D16401: [OpenMP] Sema for depend clause on target exit data directive.
Alexey Bataev via cfe-commits
- r258668 - Fixed processing of GNU extensions to C99 designated initializers
Alexey Bataev via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Alexey Bataev via cfe-commits
- r258669 - Allow capture typedefs/type aliases for VLAs in lambdas/captured statements chain.
Alexey Bataev via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Alexey Samsonov via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Alexey Samsonov via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Alexey Samsonov via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Alexey Samsonov via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Alexey Samsonov via cfe-commits
- r258476 - [Docs] Slightly update LSan documentation.
Alexey Samsonov via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Alexey Samsonov via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
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] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Anastasia Stulova via cfe-commits
- [PATCH] D16047: [OpenCL] Add Sema checks for OpenCL 2.0
Anastasia Stulova via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Anastasia Stulova via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Anastasia Stulova via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- r258504 - Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Anna Zaks via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Anna Zaks via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Anna Zaks via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Anna Zaks via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Anna Zaks via cfe-commits
- r258591 - [analyzer] Fixup r258572 Utility to match function calls.
Anna Zaks via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Anna Zaks via cfe-commits
- r258425 - [OpenMP] Check for at least one map clause on target data directive.
Arpith Chacko Jacob via cfe-commits
- r258441 - [OpenMP] Parsing + Sema for nowait clause on target directive
Arpith Chacko Jacob via cfe-commits
- r258457 - [OpenMP] Parsing + Sema for nowait clause on target enter data directive.
Arpith Chacko Jacob via cfe-commits
- r258459 - [OpenMP] Parsing + Sema for nowait clause on target exit data directive.
Arpith Chacko Jacob via cfe-commits
- r258460 - [OpenMP] Sema for depend clause on target directive.
Arpith Chacko Jacob via cfe-commits
- r258466 - [OpenMP] Sema for depend clause on target enter data directive.
Arpith Chacko Jacob via cfe-commits
- r258502 - [OpenMP] Sema for depend clause on target exit data directive.
Arpith Chacko Jacob via cfe-commits
- [PATCH] D15989: [OpenMP] Parsing + sema for "target enter data" and "target exit data" directives.
Arpith Jacob via cfe-commits
- [PATCH] D15989: [OpenMP] Parsing + sema for "target enter data" and "target exit data" directives.
Arpith Jacob via cfe-commits
- [PATCH] D16279: [OpenMP] Parsing + sema for "target exit data" directive.
Arpith Jacob via cfe-commits
- [PATCH] D16280: [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives.
Arpith Jacob via cfe-commits
- [PATCH] D16280: [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives.
Arpith Jacob via cfe-commits
- [PATCH] D16341: [OpenMP] Check for at least one map clause on target data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16358: [OpenMP] Parsing + Sema for nowait clause on target directive
Arpith Jacob via cfe-commits
- [PATCH] D16361: [OpenMP] Parsing + Sema for nowait clause on target enter data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16362: [OpenMP] Parsing + Sema for nowait clause on target exit data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16375: [OpenMP] Sema for depend clause on target directive.
Arpith Jacob via cfe-commits
- [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16401: [OpenMP] Sema for depend clause on target exit data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16401: [OpenMP] Sema for depend clause on target exit data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16341: [OpenMP] Check for at least one map clause on target data directive.
Arpith Jacob via cfe-commits
- [PATCH] D16527: [OpenMP] Parsing + sema for defaultmap clause.
Arpith Jacob via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
Artem Belevich via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Artem Belevich via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Artem Belevich via cfe-commits
- [PATCH] D16331: [CUDA] Bail, rather than crash, on va_arg in device code.
Artem Belevich via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Artem Belevich via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Artem Belevich via cfe-commits
- [PATCH] D16484: [CUDA] Disallow variadic functions other than printf in device code.
Artem Belevich via cfe-commits
- r258039 - [analyzer] Fix an off-by-one in evalIntegralCast()
Artem Dergachev via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
Artem Dergachev via cfe-commits
- [PATCH] D16006: [libcxxabi] Teach cxa_demangle about Hexagon's long double size
Ben Craig via cfe-commits
- [PATCH] D16007: [libcxxabi] Make test tolerant of uncommon floating literal demanglings
Ben Craig via cfe-commits
- [PATCH] D15539: [libcxxabi] Reducing stack usage of test
Ben Craig via cfe-commits
- [libcxxabi] r258311 - [libcxxabi] Make test tolerant of uncommon floating literal demanglings
Ben Craig via cfe-commits
- [libcxxabi] r258313 - [libcxxabi] Teach cxa_demangle about Hexagon's long double size
Ben Craig via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Ben Craig via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Ben Craig via cfe-commits
- [PATCH] D16480: [libcxx] NFC: suppress warning on systems where sizeof(int) == sizeof(long)
Ben Craig via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- r258650 - Clang changes for value profiling
Betul Buyukkurt via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- r258652 - [PGO] Windows buildbot failure fix. [NFC]
Betul Buyukkurt via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt 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
- r258140 - Activate OpenMP private clause for target construct and a regression test.
Carlo Bertolli via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Chad Rosier via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Chad Rosier via cfe-commits
- [Diffusion] rL257984: [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
Chih-hung Hsieh via cfe-commits
- r258143 - [CMake] Properly respect the CLANG_APPEND_VC_REV option
Chris Bieneman via cfe-commits
- r257827 - [CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
Chris Bieneman via cfe-commits
- [PATCH] D16158: [CMake] Add clang's targets to LLVM's export set when not building standalone
Chris Bieneman via cfe-commits
- r258209 - [CMake] Creating add_clang_tool macro to wrap add_clang_executable and generate install actions and targets.
Chris Bieneman via cfe-commits
- r258214 - [CMake] Don't apply Export set to clang tools
Chris Bieneman via cfe-commits
- [PATCH] D16472: Remove autoconf support
Chris Bieneman via cfe-commits
- [PATCH] D16475: Remove autoconf support
Chris Bieneman via cfe-commits
- [PATCH] D16115: [test-suite] Add ClangAnalyzerBenchmarks directory to test-suite repository
Chris Matthews via cfe-commits
- [PATCH] D16115: [test-suite] Add ClangAnalyzerBenchmarks directory to test-suite repository
Chris Matthews via cfe-commits
- r257827 - [CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
Craig Topper via cfe-commits
- r258066 - [TableGen] Merge the SuperClass Record and SMRange vector a single vector. This removes the state needed to manage the extract vector. NFC
Craig Topper via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Craig Topper via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Craig Topper via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Craig Topper via cfe-commits
- r258328 - clang-format-diff: Replace hard-code default for clang-format binary with flag.
Daniel Jasper via cfe-commits
- [PATCH] D16363: Add option to specify clang-format binary for clang-format-diff
Daniel Jasper via cfe-commits
- [PATCH] D16309: Use getCharWidth() instead of magic number
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] 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] D13126: New static analyzer checker for loss of sign/precision
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] 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
- r257827 - [CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
Daniel Sanders via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16406: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
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] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Daniel Sanders via cfe-commits
- r258251 - Module Debugging: Don't emit external type references to anonymous types.
David Blaikie via cfe-commits
- r258251 - Module Debugging: Don't emit external type references to anonymous types.
David Blaikie via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
David Blaikie via cfe-commits
- r258507 - Module Debugging: Use a nonzero DWO id for precompiled headers.
David Blaikie via cfe-commits
- [PATCH] D15853: [PGO]: Simplify coverage data lowering code
David Li via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
David Li via cfe-commits
- [PATCH] D16395: [Coverage] Reduce complexity of adding function mapping records
David Li via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
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
- r258447 - [MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2
David Majnemer via cfe-commits
- r258506 - [MSVC Compat] Don't provide /volatile:ms semantics to types > pointer
David Majnemer via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
David Majnemer via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
David Sanderson via cfe-commits
- [PATCH] D13285: Fix for bug 24196: clang fails on assertion on complex doubles multiplication when EH is enabled
Denis Zobnin via cfe-commits
- [PATCH] D16216: Fix infinite loop when ::new or ::delete are found in member initializer list
Denis Zobnin via cfe-commits
- [PATCH] D16216: Fix infinite loop when ::new or ::delete are found in member initializer list
Denis Zobnin via cfe-commits
- [PATCH] D16219: PR8901: attribute "mode" rejected for enums and dependent types
Denis Zobnin via cfe-commits
- r258061 - [analyzer] Nullability: Look through implicit casts when suppressing warnings on return.
Devin Coughlin via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
Devin Coughlin via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
Devin Coughlin via cfe-commits
- [PATCH] D16115: [test-suite] Add ClangAnalyzerBenchmarks directory to test-suite repository
Devin Coughlin via cfe-commits
- [PATCH] D16115: [test-suite] Add ClangAnalyzerBenchmarks directory to test-suite repository
Devin Coughlin via cfe-commits
- r258426 - [driver] Enable some static analyzer "unix" checkers on Windows.
Devin Coughlin via cfe-commits
- r258461 - [analyzer] Suppress nullability warning for defensive super initializer idiom.
Devin Coughlin via cfe-commits
- [PATCH] D5031: [analyzer] Remove duplicate test case from MissingDealloc.m
Devin Coughlin via cfe-commits
- r258493 - [analyzer] Update SATestBuild.py to handle spaces in paths.
Devin Coughlin via cfe-commits
- r258517 - [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.
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
- r258594 - [analyzer] SATestBuild.py: Remove html and log when producing reference results.
Devin Coughlin via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Diego Novillo via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Diego Novillo via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Diego Novillo via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Diego Novillo 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
Dimitry Andric via cfe-commits
- r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.
Dimitry Andric via cfe-commits
- [clang-tools-extra] r258327 - Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not use
Dimitry Andric via cfe-commits
- r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.
Dimitry Andric via cfe-commits
- r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.
Dimitry Andric via cfe-commits
- [libcxx] [PATCH] unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] [PATCH] unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
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] D12354: [libcxx] Add global assertion handler for debug mode.
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r258511 - unordered: Rename __construct_node_hash() to allow forwarding, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r258575 - unordered_map: Reuse insert logic in emplace when possible, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r258625 - Revert "unordered_map: Reuse insert logic in emplace when possible, NFC"
Duncan P. N. Exon Smith via cfe-commits
- [Diffusion] rL258575: unordered_map: Reuse insert logic in emplace when possible, NFC
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r258575 - unordered_map: Reuse insert logic in emplace when possible, NFC
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D12192: Add clang support for AAP
Edward Jones via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Ehsan Akhgari via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Ehsan Akhgari via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
Ehsan Akhgari via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
Ehsan Akhgari via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
Ehsan Akhgari via cfe-commits
- r258530 - [MSVC Compat] Accept elided commas in macro function arguments
Ehsan Akhgari via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Ehsan Akhgari via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Ehsan Akhgari via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Ehsan Akhgari via cfe-commits
- r258530 - [MSVC Compat] Accept elided commas in macro function arguments
Ehsan Akhgari via cfe-commits
- [PATCH] D16503: [MSVC Compat] Warn when suppressing a trailing comma in macro args
Ehsan Akhgari via cfe-commits
- r258530 - [MSVC Compat] Accept elided commas in macro function arguments
Ehsan Akhgari via cfe-commits
- [PATCH] D16511: [MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari via cfe-commits
- r258492 - 2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were added to the intrinsics header f16intrin.h
Ekaterina Romanova via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
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] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
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] D16372: [CUDA] Make printf work.
Eric Christopher via cfe-commits
- [PATCH] D16495: [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Eric Christopher via cfe-commits
- [PATCH] D16495: [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Eric Christopher via cfe-commits
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
Eric Christopher via cfe-commits
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
Eric Christopher via cfe-commits
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Eric Fiselier via cfe-commits
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Eric Fiselier via cfe-commits
- [libcxx] r258195 - Mark slow ASAN/MSAN tests as XFAIL for now.
Eric Fiselier via cfe-commits
- [libcxx] r258196 - Add missing license headers
Eric Fiselier via cfe-commits
- [libcxx] r258198 - Add more missing license headers
Eric Fiselier via cfe-commits
- [libcxxabi] r258201 - Add missing license headers
Eric Fiselier via cfe-commits
- [libcxx] r258217 - Fix enviroment variables when running shell scripts
Eric Fiselier via cfe-commits
- [libcxx] r258217 - Fix enviroment variables when running shell scripts
Eric Fiselier via cfe-commits
- Merge libc++/libc++abi license headers fixes into 3.8
Eric Fiselier via cfe-commits
- [libcxxabi] r258222 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [libcxxabi] r258228 - Revert r258222 because it's missing files. Will re-commit complete patch
Eric Fiselier via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [libcxx] [PATCH] unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [libcxx] r258270 - Add link to 3rd party GDB pretty-printers
Eric Fiselier via cfe-commits
- [libcxxabi] r258277 - Fix link flags order in RUN command.
Eric Fiselier via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [libcxxabi] r258284 - Mark some tests as XFAIL with GCC due to compiler bugs
Eric Fiselier via cfe-commits
- [libcxx] r258287 - Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier via cfe-commits
- [PATCH] D16345: Make __wrap_iter work with GCC again
Eric Fiselier via cfe-commits
- [libcxx] r258292 - Use TEST_STD_VER instead of __has_feature to detect noexcept. This fixes the test with GCC.
Eric Fiselier via cfe-commits
- [PATCH] D16346: Add stdbool.h wrapper for libc++
Eric Fiselier via cfe-commits
- [libcxx] Reinstate <string.h> and fix overload sets to be const-correct wherever possible
Eric Fiselier via cfe-commits
- [PATCH] D16006: [libcxxabi] Teach cxa_demangle about Hexagon's long double size
Eric Fiselier via cfe-commits
- [PATCH] D16007: [libcxxabi] Make test tolerant of uncommon floating literal demanglings
Eric Fiselier via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [PATCH] D13420: Fix deduction of __atomic_load's parameter types.
Eric Fiselier via cfe-commits
- [libcxx] r258463 - Merging r258217:
Eric Fiselier via cfe-commits
- [libcxx] r258464 - Merging r258196:
Eric Fiselier via cfe-commits
- [libcxx] r258467 - Merging r258198:
Eric Fiselier via cfe-commits
- [libcxxabi] r258468 - Merging r258201:
Eric Fiselier via cfe-commits
- [libcxxabi] r258469 - Merging r258249:
Eric Fiselier via cfe-commits
- [libcxxabi] r258470 - Merging r258277:
Eric Fiselier via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Eric Fiselier via cfe-commits
- [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type
Eric Fiselier via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Eric Fiselier via cfe-commits
- [libcxx] r258491 - Add __uncvref type for use in later patches
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Eric Fiselier via cfe-commits
- [PATCH] D16480: [libcxx] NFC: suppress warning on systems where sizeof(int) == sizeof(long)
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs
Eric Fiselier via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Eugene Zelenko via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Eugene Zelenko via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Eugene Zelenko via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Eugene Zelenko via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Evgenii Stepanov 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
- [PATCH] D16496: [cfi] Do not emit bit set entry for available_externally vtables.
Evgeniy Stepanov via cfe-commits
- r258596 - [cfi] Do not emit bit set entry for available_externally vtables.
Evgeniy Stepanov via cfe-commits
- [PATCH] D16496: [cfi] Do not emit bit set entry for available_externally vtables.
Evgeniy Stepanov via cfe-commits
- r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.
Faisal Vali via cfe-commits
- [PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
Felix Berger via cfe-commits
- [PATCH] D16517: ClangTidy check to flag uninitialized builtin and pointer fields.
Felix Berger via cfe-commits
- [clang-tools-extra] r258562 - [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Gabor Horvath via cfe-commits
- r258572 - [analyzer] Utility to match function calls.
Gabor Horvath via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- Buildbot numbers for week of 1/10/2016 - 1/16/2016
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] D14274: Add alloc_size attribute to clang
George Burgess IV via cfe-commits
- [PATCH] D16044: getVariableName() for MemRegion
Gábor Horváth via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Gábor Horváth via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Gábor Horváth via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Gábor Horváth via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
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] D16469: Pass --wrap=pthread_create to linker for -fsplit-stack
H.J Lu via cfe-commits
- r226298 - [AVX512] Add intrinsics for masked aligned FP loads and stores
Hal Finkel 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
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Hans Wennborg via cfe-commits
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Hans Wennborg via cfe-commits
- [libcxxabi] r258186 - Merging r257896:
Hans Wennborg via cfe-commits
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Hans Wennborg via cfe-commits
- [libcxxabi] r257896 - Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.
Hans Wennborg via cfe-commits
- [libcxx] r258233 - Creating release directory for release_380.
Hans Wennborg via cfe-commits
- [libcxx] r258234 - Creating release candidate rc1 from release_380 branch
Hans Wennborg via cfe-commits
- [libcxxabi] r258235 - Creating release directory for release_380.
Hans Wennborg via cfe-commits
- [libcxxabi] r258236 - Creating release candidate rc1 from release_380 branch
Hans Wennborg via cfe-commits
- [libunwind] r258247 - Creating release directory for release_380.
Hans Wennborg via cfe-commits
- [libunwind] r258248 - Creating release candidate rc1 from release_380 branch
Hans Wennborg via cfe-commits
- [Diffusion] rL257984: [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
Hans Wennborg via cfe-commits
- Merge libc++/libc++abi license headers fixes into 3.8
Hans Wennborg via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Hans Wennborg via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258327 - Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not use
Hans Wennborg via cfe-commits
- [PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
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
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Hans Wennborg via cfe-commits
- [clang-tools-extra] r258356 - Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
Hans Wennborg via cfe-commits
- r258307 - [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.
Hans Wennborg via cfe-commits
- r258394 - [OPENMP] Fix crash on reduction for complex variables.
Hans Wennborg via cfe-commits
- r258396 - Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured Statements, used in sizeof() expression only.
Hans Wennborg via cfe-commits
- r258110 - Fix PR26134: When substituting into default template arguments, keep CurContext unchanged.
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] D16113: [clang-tdiy] Add header file extension configuration support.
Haojian Wu via cfe-commits
- [PATCH] D16152: [clang-tidy] Add check performance-faster-string-find
Haojian Wu via cfe-commits
- [PATCH] D16163: [Concepts] Diagnose when return type of a function concept or declaration type of a variable concept is not bool.
Hubert Tong via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
Ilia Gromov via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Ivan Krasin via cfe-commits
- [PATCH] D16524: [clang-format-vs] Fix sort include main include: Use current path for the '-assume-filename'
Jean-Philippe Dufraigne via cfe-commits
- [PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Joerg Sonnenberger via cfe-commits
- r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.
Joerg Sonnenberger via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Jonas Hahnfeld via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [PATCH] D16376: clang-tidy check: User-defined copy without assignment
Jonathan B Coe via cfe-commits
- [clang-tools-extra] r258327 - Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not use
Jonathan Roelofs via cfe-commits
- [PATCH] D16262: [libc++] Treat trailing backslashes in a regex pattern as invalid.
Josh Petrie via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
Justin Lebar via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
Justin Lebar via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
Justin Lebar via cfe-commits
- r258174 - [CUDA] Handle -O options (more) correctly.
Justin Lebar via cfe-commits
- [PATCH] D16307: [CUDA] Handle -O options (more) correctly.
Justin Lebar via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- [PATCH] D16331: [CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar via cfe-commits
- [PATCH] D16331: [CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- r258263 - [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- r258264 - [CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- [PATCH] D16331: [CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar via cfe-commits
- [PATCH] D16331: [CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Justin Lebar via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Justin Lebar via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Justin Lebar via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Justin Lebar via cfe-commits
- [PATCH] D16484: [CUDA] Disallow variadic functions other than printf in device code.
Justin Lebar via cfe-commits
- [PATCH] D16484: [CUDA] Disallow variadic functions other than printf in device code.
Justin Lebar via cfe-commits
- [PATCH] D16484: [CUDA] Disallow variadic functions other than printf in device code.
Justin Lebar via cfe-commits
- [PATCH] D16495: [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
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
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
Justin Lebar via cfe-commits
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
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
- r258640 - [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Justin Lebar via cfe-commits
- r258641 - [CUDA] Reject the alias attribute in CUDA device code.
Justin Lebar via cfe-commits
- r258642 - [CUDA] Make printf work.
Justin Lebar via cfe-commits
- r258643 - [CUDA] Disallow variadic functions other than printf in device code.
Justin Lebar via cfe-commits
- [PATCH] D16495: [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Justin Lebar via cfe-commits
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
Justin Lebar via cfe-commits
- [PATCH] D16495: [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Justin Lebar via cfe-commits
- [PATCH] D16502: [CUDA] Reject the alias attribute in CUDA device code.
Justin Lebar via cfe-commits
- [PATCH] D16372: [CUDA] Make printf work.
Justin Lebar via cfe-commits
- [PATCH] D16484: [CUDA] Disallow variadic functions other than printf in device code.
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] 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] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Katya Romanova via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Katya Romanova via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Katya Romanova via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Katya Romanova via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
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] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
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] D16259: Add clang-tidy readability-redundant-return check
Kim Gräsman via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Kim Gräsman via cfe-commits
- [PATCH] D16270: [clang-tidy] Python scripts shebang fixes
Kirill Bobyrev via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Krzysztof Parzyszek via cfe-commits
- [PATCH] D16363: Add option to specify clang-format binary for clang-format-diff
Kwasi Mensah 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
- [PATCH] D15935: Improve diagnostics for literal conversion to Boolean
Manman Ren via cfe-commits
- r258042 - Add forEachArgumentWithParam AST matcher.
Manuel Klimek via cfe-commits
- r258123 - Fix formatting of fully qualified names in array subscripts.
Manuel Klimek via cfe-commits
- [PATCH] D16394: Add an isVirtualAsWritten AST matcher.
Manuel Klimek via cfe-commits
- [PATCH] D16413: Let RecursiveASTVisitor visit array index VarDecls
Manuel Klimek via cfe-commits
- [PATCH] D16262: [libc++] Treat trailing backslashes in a regex pattern as invalid.
Marshall Clow 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
Marshall Clow via cfe-commits
- [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Marshall Clow via cfe-commits
- Merge libc++/libc++abi license headers fixes into 3.8
Marshall Clow via cfe-commits
- [libcxx] r257629 - Update version to 3.9
Marshall Clow via cfe-commits
- [libcxx] r258279 - Fix up the tests I added for string exceptions to be skipped when exceptions are disabled
Marshall Clow via cfe-commits
- [libcxx] r258281 - Got the test backwards in r258279. Fixed that and de-tabbed
Marshall Clow via cfe-commits
- [libcxx] r258291 - More string fixes for noexcept cases. Apparently I didn't get them all in r258281.
Marshall Clow via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Marshall Clow via cfe-commits
- [libcxx] r258403 - [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Marshall Clow via cfe-commits
- [libcxx] r258418 - Implement LWG#2101 'Some transformation types can produce impossible types' Introduced a new (internal) type trait '__is_referenceable' with tests. Use that trait in add_lvalue_reference, add_rvalue_reference and add_pointer.
Marshall Clow via cfe-commits
- [libcxx] r258593 - Fix test to pass in C++03
Marshall Clow via cfe-commits
- [PATCH] D16444: AMDGPU: Rename builtins to use amdgcn prefix
Matt Arsenault via cfe-commits
- [PATCH] D16482: Add builtins for bitreverse intrinsic
Matt Arsenault via cfe-commits
- r258560 - AMDGPU: Rename builtins to use amdgcn prefix
Matt Arsenault via cfe-commits
- [PATCH] D16444: AMDGPU: Rename builtins to use amdgcn prefix
Matt Arsenault via cfe-commits
- r258564 - AMDGPU: Add barrier builtin
Matt Arsenault via cfe-commits
- [PATCH] D16498: AMDGPU: Add amdgcn cube builtins
Matt Arsenault via cfe-commits
- [PATCH] D16344: [libcxx] Fix PR26103 - Error calling is_convertible with incomplete type
Michael Daniels via cfe-commits
- r258219 - StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r258220 - StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [Diffusion] rL257984: [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
NAKAMURA Takumi via cfe-commits
- [Diffusion] rL257984: [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
NAKAMURA Takumi via cfe-commits
- r258598 - SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]
NAKAMURA Takumi 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] 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] D16352: Fix printing of C style casts with suppressed specifiers
Nick Sumner via cfe-commits
- [PATCH] D16430: Fix printing of nested variable declarations with suppressed specifiers
Nick Sumner via cfe-commits
- [PATCH] D16433: Fix printing signed character literals
Nick Sumner via cfe-commits
- [PATCH] D16437: Fix printing of enum casts with suppressed tags
Nick Sumner via cfe-commits
- [PATCH] D16438: Fix printing of nested variable declarations with suppressed tags
Nick Sumner via cfe-commits
- [PATCH] D16438: Fix printing of types in initializers with suppressed tags.
Nick Sumner via cfe-commits
- [PATCH] D16438: Fix printing of types in initializers with suppressed tags.
Nick Sumner via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- [PATCH] D15866: Warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- r258131 - Rename -Wexpansion-to-undefined to -Wexpansion-to-defined.
Nico Weber via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- r258128 - Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Nico Weber via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Nico Weber via cfe-commits
- [PATCH] D16394: Add an isVirtualAsWritten AST matcher.
Nico Weber via cfe-commits
- [PATCH] D16413: Let RecursiveASTVisitor visit array index VarDecls
Nico Weber via cfe-commits
- [PATCH] D16413: Let RecursiveASTVisitor visit array index VarDecls
Nico Weber via cfe-commits
- r258415 - Add an isVirtualAsWritten AST matcher.
Nico Weber via cfe-commits
- [PATCH] D16394: Add an isVirtualAsWritten AST matcher.
Nico Weber via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Nico Weber via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Nico Weber via cfe-commits
- r258500 - Replace some tabs with spaces.
Nico Weber via cfe-commits
- r258503 - Let RecursiveASTVisitor visit array index VarDecls
Nico Weber via cfe-commits
- [PATCH] D16413: Let RecursiveASTVisitor visit array index VarDecls
Nico Weber via cfe-commits
- r258505 - Try to pacify MSVC.
Nico Weber via cfe-commits
- r258505 - Try to pacify MSVC.
Nico Weber via cfe-commits
- [PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Nico Weber via cfe-commits
- r258530 - [MSVC Compat] Accept elided commas in macro function arguments
Nico Weber via cfe-commits
- r258530 - [MSVC Compat] Accept elided commas in macro function arguments
Nico Weber via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Nico Weber via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Oleksiy Vyalov via cfe-commits
- [PATCH] D9929: Add missing modules/header - stage 1
Paul Robinson via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
Paul Robinson via cfe-commits
- [PATCH] D16094: Debugger tuning via gold plugin
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] D16496: [cfi] Do not emit bit set entry for available_externally vtables.
Peter Collingbourne via cfe-commits
- [PATCH] D16178: [analyzer] A quick fix on top of D12901/r257464
Phabricator via cfe-commits
- [PATCH] D16395: [Coverage] Reduce complexity of adding function mapping records
Phabricator via cfe-commits
- [PATCH] D16341: [OpenMP] Check for at least one map clause on target data directive.
Phabricator via cfe-commits
- [PATCH] D16358: [OpenMP] Parsing + Sema for nowait clause on target directive
Phabricator via cfe-commits
- [PATCH] D16361: [OpenMP] Parsing + Sema for nowait clause on target enter data directive.
Phabricator via cfe-commits
- [PATCH] D16362: [OpenMP] Parsing + Sema for nowait clause on target exit data directive.
Phabricator via cfe-commits
- [PATCH] D16375: [OpenMP] Sema for depend clause on target directive.
Phabricator via cfe-commits
- [PATCH] D16400: [OpenMP] Sema for depend clause on target enter data directive.
Phabricator via cfe-commits
- [PATCH] D16401: [OpenMP] Sema for depend clause on target exit data directive.
Phabricator via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
Phabricator via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Phabricator via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Phabricator via cfe-commits
- [PATCH] Happy new year 2016 !
Prayag Verma via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
Rafael Espíndola via cfe-commits
- [PATCH] D16295: Change of UserLabelPrefix default value from "_" to ""
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] D15363: [UBSan] Implement runtime suppressions (PR25066).
Reid Kleckner via cfe-commits
- [PATCH] D16465: [MS ABI] Prevent some expressions from evaluating to a constant
Reid Kleckner via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Reid Kleckner via cfe-commits
- r257934 - [CMake] Support generation of linker order files using dtrace
Renato Golin via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Richard via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Richard via cfe-commits
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
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] D16259: Add clang-tidy readability-redundant-return 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] D16259: Add clang-tidy readability-redundant-return check
Richard via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Richard via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
Richard via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return 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] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16310: new clang-tidy checker misc-long-cast
Richard via cfe-commits
- [PATCH] D16286: [clang-tidy] Readability check for redundant parenthesis in return expression.
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] D16259: Add clang-tidy readability-redundant-return 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] D16526: Add hasRetValue narrowing matcher for returnStmt
Richard via cfe-commits
- [PATCH] D16526: Add hasRetValue narrowing matcher for returnStmt
Richard via cfe-commits
- [PATCH] D16526: Add hasRetValue narrowing matcher for returnStmt
Richard via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-control-flow check
Richard via cfe-commits
- Fwd: Re: [PATCH][Modules][PR26179]
Richard Smith via cfe-commits
- [PATCH][Modules][PR26179]
Richard Smith via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Richard Smith via cfe-commits
- [PATCH] D16216: Fix infinite loop when ::new or ::delete are found in member initializer list
Richard Smith via cfe-commits
- [PATCH] D16438: Fix printing of nested variable declarations with suppressed tags
Richard Smith via cfe-commits
- [PATCH] D16438: Fix printing of types in initializers with suppressed tags.
Richard Smith via cfe-commits
- r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.
Richard Smith 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
- Adding Python 3 compatibility to Clang Python bindings
Russell Keith-Magee via cfe-commits
- r258165 - [OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao via cfe-commits
- [PATCH] D15989: [OpenMP] Parsing + sema for "target enter data" and "target exit data" directives.
Samuel Antao via cfe-commits
- r258177 - [OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao via cfe-commits
- [PATCH] D16279: [OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao via cfe-commits
- r258179 - [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives.
Samuel Antao via cfe-commits
- [PATCH] D16280: [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives.
Samuel Antao via cfe-commits
- [PATCH] D16385: [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Samuel Antao via cfe-commits
- [PATCH] D16385: [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Samuel Antao via cfe-commits
- r258543 - [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.
Samuel Antao via cfe-commits
- r258550 - [OpenMP] Remove '#if 1' hanging in target_map_messages.cpp.
Samuel Antao via cfe-commits
- [PATCH] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Samuel Benzaquen via cfe-commits
- [PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces
Samuel Benzaquen via cfe-commits
- [PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces
Samuel Benzaquen via cfe-commits
- r258097 - fix formatting; NFC
Sanjay Patel via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Sean Silva via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Sean Silva via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Sean Silva via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
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] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
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] D16396: Warn if variable cannot be implicitly instantiated
Serge Pavlov via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Stephan Bergmann via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Stephan Bergmann via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Stephan Bergmann via cfe-commits
- [PATCH] D16301: Allow mode attribute for member variables again
Stephan Bergmann via cfe-commits
- [PATCH] D16444: AMDGPU: Rename builtins to use amdgcn prefix
Tom Stellard via cfe-commits
- [PATCH][Modules][PR26179]
Vassil Vassilev via cfe-commits
- [PATCH][Modules][PR26179]
Vassil Vassilev via cfe-commits
- [PATCH][Modules][PR26179]
Vassil Vassilev via cfe-commits
- [PATCH][Modules][PR26179]
Vassil Vassilev via cfe-commits
- [PATCH] D16395: [Coverage] Reduce complexity of adding function mapping records
Vedant Kumar via cfe-commits
- r258424 - [Coverage] Reduce complexity of adding function mapping records
Vedant Kumar via cfe-commits
- r258106 - Fix local variable name /NFC
Xinliang David Li via cfe-commits
- r258261 - Reference the updated function name /NFC
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] D15914: [OpenCL] Pipe builtin functions
Xiuli PAN via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Xiuli PAN via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli PAN via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Xiuli PAN via cfe-commits
- r258524 - Merge templated static member variables, fixes http://llvm.org/pr26179.
Yaron Keren via cfe-commits
- [PATCH][Modules][PR26179]
Yaron Keren via cfe-commits
- [PATCH] D16365: Do not define GXX_RTTI macro for C
Yunzhong Gao via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Yunzhong Gao via cfe-commits
- [PATCH] D16317: [Analyzer] Fix for PR23790: bind real value returned from strcmp when modelling strcmp.
Антон Ярцев via cfe-commits
- [PATCH] D16158: [CMake] Add clang's targets to LLVM's export set when not building standalone
don hinton via cfe-commits
Last message date:
Sun Jan 24 23:29:05 PST 2016
Archived on: Sun Jan 24 23:28:25 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).