The Week Of Monday 11 January 2016 Archives by thread
Starting: Mon Jan 11 00:28:03 PST 2016
Ending: Sun Jan 17 22:04:04 PST 2016
Messages: 636
- [PATCH] D14980: PR18513: make gcc compatible layout for bit-fields with explicit aligned attribute
Dmitry Polukhin via cfe-commits
- [PATCH] D15888: [Analyzer] Change the default SA checkers for PS4
Yury Gribov via cfe-commits
- [PATCH] D16047: [OpenCL] Add Sema checks for OpenCL 2.0
Xiuli PAN via cfe-commits
- r257318 - AnalysisConsumer: use canonical decl for both lookup and store of
Yury Gribov via cfe-commits
- [PATCH] D15410: AnalysisConsumer: use canonical decl for both lookup and store of visited decls
Yury Gribov via cfe-commits
- [PATCH] D15729: Load compiler plugins in ASTUnit, too
Kevin Funk via cfe-commits
- [PATCH] D12901: [Static Analyzer] Assertion "System is over constrained" after truncating 64 bits integers to 32 bits. (PR25078)
pierre gousseau via cfe-commits
- [PATCH] D15743: Fix assert hit when tree-transforming template template parameter packs.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r257320 - [clang-tidy] Fix a false positive in google-runtime-memset
Alexander Kornienko via cfe-commits
- r257324 - clang-format: [JS] Improve line-flow when calling functions on array literals.
Daniel Jasper via cfe-commits
- r257325 - clang-format: Slightly row back on r257257.
Daniel Jasper via cfe-commits
- [PATCH] D16044: getVariableName() for MemRegion
Gábor Horváth via cfe-commits
- r257326 - Fix assert hit when tree-transforming template template parameter packs.
Manuel Klimek via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Nemanja Ivanovic via cfe-commits
- [PATCH] D16056: [Gold] Pass -mllvm options to the gold plugin
James Molloy via cfe-commits
- r257327 - [WebAssembly] Fix a typo in a comment.
Dan Gohman via cfe-commits
- r257330 - clang-format: Fix overloading "operator, " definitions more thoroughly.
Daniel Jasper via cfe-commits
- [PATCH] D16058: [clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Alexey Bataev via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Artem Dergachev via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Anna Zaks via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Devin Coughlin via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Artem Dergachev via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Devin Coughlin via cfe-commits
- [PATCH] D16062: [analyzer] Rename kind-enumeration values of SVal, SymExpr, MemRegion classes, for consistency.
Phabricator via cfe-commits
- [PATCH] D15443: Fix getLocEnd for function declarations with exception specification.
Aaron Ballman via cfe-commits
- [PATCH] D15796: [PATCH] clang-tidy documentation redirects
Aaron Ballman via cfe-commits
- [PATCH] D15448: [analyzer] SVal Visitor.
Artem Dergachev via cfe-commits
- [PATCH] D16063: [Analyzer] Use a wider integer type for an array index
Aleksei Sidorin via cfe-commits
- [PATCH] D14277: [Analyzer] Make referenced SymbolMetadata live even if its region is dead
Aleksei Sidorin 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] D16065: Fix infinite recursion for invalid declaration
Dmitry Polukhin via cfe-commits
- [PATCH] D16066: Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker 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] D15823: Support virtual-near-miss check.
Alexander Kornienko via cfe-commits
- [PATCH] D16041: Change vfs::FileSystem to be managed with std::shared_ptr
David Blaikie via cfe-commits
- r257341 - [clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r257347 - Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases.
Aaron Ballman via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- r257357 - [Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka via cfe-commits
- [PATCH] D15097: [Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka via cfe-commits
- [PATCH] D15450: Avoid double deletion in Clang driver.
Serge Pavlov via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Reid Kleckner via cfe-commits
- [libcxx] r257368 - Preemptively disable unsigned integer sanitization in 32 and 64 bit versions of __murmur2_or_cityhash. This lets people use the unsigned integer overflow checker in UBSAN w/o getting hits from libc++'s hash code (where the unsigned integer overflow is legal and deliberate)> Patch by @danielaustin. Reviewed as: http://reviews.llvm.org/D15973
Marshall Clow via cfe-commits
- [PATCH] D15858: Warn undeclared identifiers in CUDA kernel calls
Jason Henline via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Anna Zaks via cfe-commits
- r257383 - Fix -Wmicrosoft-enum-value warning
Reid Kleckner via cfe-commits
- [PATCH] D16078: Add an Action* member to InputInfo.
Justin Lebar via cfe-commits
- [PATCH] D16079: [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Justin Lebar via cfe-commits
- [PATCH] D16080: [CUDA] Add tests for compiling CUDA files with -E.
Justin Lebar via cfe-commits
- [PATCH] D16081: [CUDA] Add test for compiling CUDA code with -S.
Justin Lebar via cfe-commits
- [PATCH] D16082: [CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar via cfe-commits
- [PATCH] D15539: [libcxxabi] Reducing stack usage of test
Ben Craig via cfe-commits
- r257392 - PR26087: Use nonstandard MSVC extension for VS2015 as well.
James Y Knight via cfe-commits
- [PATCH] D16087: Add some overview doxygen comments to lib/Format.
Nico Weber via cfe-commits
- r257403 - When a tag is declared in prototype scope in C, if we've decided that it
Richard Smith via cfe-commits
- [PATCH] D15314: Fix a bug in unavailable checking
Manman Ren via cfe-commits
- [PATCH] D15911: Move ownership of Action objects into Compilation.
Eric Christopher via cfe-commits
- [PATCH] D15960: Don't build jobs for the same Action + ToolChain twice.
Eric Christopher via cfe-commits
- r257406 - clang-format: [JS] Teach clang-format about "export interface".
Daniel Jasper via cfe-commits
- r257407 - Move ownership of Action objects into Compilation.
Justin Lebar via cfe-commits
- r257408 - Make Driver::BuildJobsForAction return an InputInfo, instead of using an outparam.
Justin Lebar via cfe-commits
- r257411 - Add an Action* member to InputInfo.
Justin Lebar via cfe-commits
- Buildbot numbers for week of 1/03/2016 - 1/09/2016
Galina Kistanova via cfe-commits
- r257413 - [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Justin Lebar via cfe-commits
- r257175 - Driver: Use the new ELF lld linker for AMDGPU
Rafael Espíndola via cfe-commits
- [libcxx] r196411 - Give all members of exception types default visibility. Lack of this is causing some illegal code relocations rare and hard to reproduce cases.
Rafael Espíndola via cfe-commits
- [PATCH] D16094: Debugger tuning via gold plugin
Paul Robinson via cfe-commits
- [PATCH] D15624: Add iOS/watchOS/tvOS support for ASan (clang part)
Alexey Samsonov via cfe-commits
- [PATCH] D15208: Patch for inline abort code generation
Alexey Samsonov via cfe-commits
- [libcxx] [PATCH] unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [libcxx] r257422 - Put the definition of _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK in the right place.
Marshall Clow via cfe-commits
- [PATCH] D16097: [CUDA] Add explicit mapping from sm_XX to compute_YY.
Justin Lebar via cfe-commits
- [PATCH] D15998: Implement __attribute__((gc_leaf_function)).
Philip Reames via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Anna Zaks via cfe-commits
- [PATCH] D16102: Bug 25496 - clang++ -pg links with -lc++ instead of -lc++_p
David Sanderson via cfe-commits
- [PATCH] D15791: Disable generating movt on FreeBSD
Davide Italiano via cfe-commits
- [PATCH] D15989: [OpenMP] Parsing + sema for "target enter data" and "target exit data" directives.
Alexey Bataev 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] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman 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] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Aaron Ballman 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] D8149: Add hasUnderlyingType narrowing matcher for TypedefDecls, functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes
Richard via cfe-commits
- r257451 - clang-format: [JS] Support exporting abstract classes.
Daniel Jasper via cfe-commits
- r257461 - Fix infinite recursion for invalid declaration, by Dmitry Polukhin
Alexey Bataev via cfe-commits
- r257462 - PR18513: make gcc compatible layout for bit-fields with explicit aligned attribute, by Dmitry Polukhin
Alexey Bataev via cfe-commits
- r257464 - [analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau via cfe-commits
- r257467 - [analyzer] Fix RangeConstraintManager's pinning of single value ranges.
Pierre Gousseau via cfe-commits
- r257468 - Revert r253898 and r253899, this breaks mingw compilation on openSUSE.
Ismail Donmez via cfe-commits
- [PATCH] D15006: Driver: Better detection of mingw-gcc
İsmail Dönmez via cfe-commits
- [PATCH] D16112: PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration
Denis Zobnin via cfe-commits
- [PATCH] D16008: [clang-tidy] Add calling virtual functions in constructors/destructors check.
Haojian Wu via cfe-commits
- [libcxx] r257474 - Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches.
Marshall Clow via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim 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] D16115: [test-suite] Add ClangAnalyzerBenchmarks directory to test-suite repository
Devin Coughlin via cfe-commits
- [PATCH] D15528: Teach clang-tidy how to -Werror checks.
Jonathan Roelofs via cfe-commits
- r257497 - function names start with a lower case letter ; NFC
Sanjay Patel via cfe-commits
- [libcxx] r257506 - One more missing std:: qualification from Jonathan
Marshall Clow via cfe-commits
- r257509 - Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).
Dimitry Andric via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- r257512 - [modules] Don't diagnose a conflict between two using-declarations that name equivalent internal linkage entities.
Richard Smith via cfe-commits
- r257516 - Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)
Hans Wennborg via cfe-commits
- [PATCH] D15636: Reduce false positives in printf/scanf format checker
Andy Gibbs via cfe-commits
- r257520 - Module debugging: Make the module format part of the module hash instead
Adrian Prantl via cfe-commits
- r257521 - Properly track the end location of an exception specification.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r257522 - Add extra tests for handling throw() and noexcept() specifiers.
Aaron Ballman via cfe-commits
- [PATCH] D15444: [clang-modernize] AddOverride: tests for handling throw() and noexcept() specifiers
Aaron Ballman via cfe-commits
- [PATCH] D15599: [CodeGen] Fix a crash that occurs when attribute "naked" is attached to a c++ member function
Hans Wennborg via cfe-commits
- r249995 - [Sema] Allow C conversions in C overload logic
George Burgess IV via cfe-commits
- r257529 - Improve AST dumping:
Richard Smith via cfe-commits
- [PATCH] D16113: [clang-tdiy] Add header file extension configuration support.
Aaron Ballman via cfe-commits
- r257530 - [CUDA] Add explicit mapping from sm_XX to compute_YY.
Justin Lebar via cfe-commits
- r257533 - D9600: Add scan-build python implementation
Laszlo Nagy 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] D14877: Fix ICE on lowering of constexpr vector splats
George Burgess IV via cfe-commits
- r257537 - clang-cl: Support /Dfoo#bar (PR25984)
Hans Wennborg via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich via cfe-commits
- r257541 - Follow-up to r257537: add test that majnemer asked about
Hans Wennborg via cfe-commits
- [PATCH] D15686: PR25910: clang allows two var definitions with the same mangled name
Reid Kleckner via cfe-commits
- [PATCH] D15670: Accept elided commas in macro function arguments for MS compatibility
Reid Kleckner via cfe-commits
- r257543 - [Darwin] Fix deployment target detection
Frederic Riss via cfe-commits
- r257554 - [CUDA] Report an error if code tries to mix incompatible CUDA attributes.
Justin Lebar via cfe-commits
- [PATCH] D15699: [cfi] Cross-DSO CFI diagnostic mode (clang part)
Peter Collingbourne via cfe-commits
- r257556 - Generalize r256026 to apply to all MachO targets, not just Darwin targets.
Bob Wilson via cfe-commits
- r257557 - [CUDA] Rename check-prefixes in cuda-options.cu and cuda-unused-arg-warning.cu.
Justin Lebar via cfe-commits
- r257559 - [Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV via cfe-commits
- r257562 - Install scan-build and scan-view only if Static Analyzer was enabled.
Eugene Zelenko via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
Amjad Aboud via cfe-commits
- [PATCH] D16138: Correct setting of UserLabelPrefix for MCU target
Andrey Bokhanko via cfe-commits
- [PATCH] D16139: [MIPS] initFeatureMap() to handle empty string argument
Bhushan Attarde via cfe-commits
- r257586 - [OPENMP] Fix for declarative/standalone directives use.
Alexey Bataev via cfe-commits
- r257598 - [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev via cfe-commits
- [clang-tools-extra] r257599 - Support virtual-near-miss check.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r257600 - [clang-tidy] Slightly clarified comments.
Alexander Kornienko via cfe-commits
- r257602 - [mips] Added support for -Wa,-mips32 and similar.
Scott Egerton via cfe-commits
- r257605 - [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.
Artem Dergachev via cfe-commits
- [PATCH] D15994: Allow for unfinished #if blocks in preambles.
Benjamin Kramer via cfe-commits
- r257608 - Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."
Artem Dergachev via cfe-commits
- [PATCH] D15709: [X86] Support 'interrupt' attribute for x86
Alexey Bataev via cfe-commits
- r257610 - Revert r257602 because it breaks integrated-as.s on mips hosts.
Scott Egerton via cfe-commits
- [libcxx] r257612 - [WebAssembly] Set std::numeric_limits's traps field for WebAssembly.
Dan Gohman via cfe-commits
- [libcxxabi] r257614 - [WebAssembly] Accomodate wasm's 128-bit long double.
Dan Gohman via cfe-commits
- r257615 - clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper via cfe-commits
- r257628 - Update version to 3.9
Hans Wennborg via cfe-commits
- [libcxx] r257629 - Update version to 3.9
Hans Wennborg via cfe-commits
- [libcxx] r257634 - Creating release_38 branch off revision 257626
Hans Wennborg via cfe-commits
- [libcxxabi] r257635 - Creating release_38 branch off revision 257626
Hans Wennborg via cfe-commits
- [libunwind] r257641 - Creating release_38 branch off revision 257626
Hans Wennborg via cfe-commits
- [clang-tools-extra] r257642 - Teach clang-tidy how to upgrade warnings into errors.
Jonathan Roelofs via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Hubert Tong via cfe-commits
- r257652 - Update cxx_dr_status.html after the 3.8 branch
Hans Wennborg via cfe-commits
- [PATCH] D16148: Fix for PR25271: Ensure that variadic template parameter defaults PCH roundtrip
Jannis Harder via cfe-commits
- [PATCH] D15861: Support fully-qualified names for all QualTypes
Richard Smith via cfe-commits
- [PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Rong Xu via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
Argyrios Kyrtzidis via cfe-commits
- [PATCH] D15907: Allow various function attributes to be specified on Objective-C blocks too.
Nicholas Allegra via cfe-commits
- [PATCH] D15421: [Feature] Add a builtin for indexing into parameter packs
Louis Dionne via cfe-commits
- [PATCH] D16152: [clang-tidy] Add check performance-faster-string-find
Samuel Benzaquen via cfe-commits
- [PATCH] D16154: Default vaarg lowering should support indirect struct types.
James Y Knight via cfe-commits
- [libcxx] r257682 - Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862
Marshall Clow via cfe-commits
- r257695 - Update make_cxx_dr_status after the 3.8 branch.
Richard Smith via cfe-commits
- [libcxx] r257696 - Fix test for C++03 - lacking noexcept
Marshall Clow via cfe-commits
- [PATCH][clang-format] Sublime script: prevent console window popup
Johan Engelen via cfe-commits
- [PATCH] D13453: Always generate cmake config files
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
- r257698 - Update cxx_dr_status for latest issues list.
Richard Smith via cfe-commits
- [PATCH] D16159: [Sema] Fix PR26085 -- regression caused by making overload resolution more lenient in C.
George Burgess IV via cfe-commits
- [libcxx] r257702 - Better comments in test. NFC
Marshall Clow via cfe-commits
- [libcxx] r257707 - Tame a -Wunknown-attributes warning
Jonathan Roelofs via cfe-commits
- r257710 - [Sema] Suppress diags in overload resolution.
George Burgess IV via cfe-commits
- [libcxx] r257716 - Merging r257682:
Hans Wennborg via cfe-commits
- [libcxx] r257720 - Merging r257696:
Hans Wennborg via cfe-commits
- [libcxx] r257721 - Merging r257702:
Hans Wennborg via cfe-commits
- libc++ commits to be merged to the 3.8 release branch
Hans Wennborg 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] D16171: Warning on redeclaring with a conflicting asm label
Weiming Zhao via cfe-commits
- r257738 - CodeGen: Only emit CFI unrelated cast checks for bit casts.
Peter Collingbourne via cfe-commits
- r257739 - Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,
Peter Collingbourne via cfe-commits
- [PATCH] D16175: Introduce -fsanitize-stats flag.
Peter Collingbourne via cfe-commits
- Adding Python 3 compatibility to Clang Python bindings
Russell Keith-Magee via cfe-commits
- [PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Katya Romanova via cfe-commits
- r257741 - clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
Daniel Jasper via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- r257754 - PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko via cfe-commits
- [PATCH] D16178: [analyzer] A quick fix on top of D12901/r257464
Artem Dergachev via cfe-commits
- [PATCH] D15373: Fix for bug 25786 - Assertion "Chunk.Kind == DeclaratorChunk::Function" failed with regparm attribute.
Alexander Makarov via cfe-commits
- [PATCH] D16179: [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
Gábor Horváth via cfe-commits
- r257756 - Correct setting of UserLabelPrefix for MCU target.
Andrey Bokhanko via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev via cfe-commits
- r257757 - Fix for armv7-a15 and thumbv7-a15 buildbot fails.
Andrey Bokhanko via cfe-commits
- r257762 - [mips] Added support for -Wa,-mips32 and similar.
Scott Egerton via cfe-commits
- [PATCH] D16183: Added CheckName field to YAML report
Alexander Kornienko via cfe-commits
- r257763 - clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper via cfe-commits
- r257765 - [Hexagon] Change all builtins returning "bool" to return "int" instead
Krzysztof Parzyszek via cfe-commits
- r257774 - [WebAssembly] Configure some simple include paths and runtime library settings.
Dan Gohman via cfe-commits
- r256468 - On {mips, mipsel, mips64, mips64el}-freebsd, we need to pass any -G option to the assembler.
Daniel Sanders via cfe-commits
- [PATCH] D15220: [OPENMP] dist_schedule clause for distribute directive
Carlo Bertolli via cfe-commits
- [PATCH] D15866: Warn when using `defined` in a macro definition.
Richard Smith via cfe-commits
- r257802 - Update for LLVM function name change.
Rui Ueyama via cfe-commits
- r257807 - [CUDA] Add tests for compiling CUDA files with -E.
Justin Lebar via cfe-commits
- r257808 - Don't build jobs for the same Action + ToolChain twice.
Justin Lebar via cfe-commits
- r257809 - [CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar via cfe-commits
- r257810 - [CUDA] Add test for compiling CUDA code with -S.
Justin Lebar via cfe-commits
- r257827 - [CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
Chris Bieneman via cfe-commits
- r257828 - [CMake] Move the install logic for libclang's headers into the libclang CMakelists
Chris Bieneman via cfe-commits
- r257831 - Refactor template type diffing
Richard Trieu via cfe-commits
- r257838 - Change the TSTiterator in Template Type Diffing.
Richard Trieu via cfe-commits
- r257839 - [CUDA] Warn undeclared identifiers in CUDA kernel calls
Justin Lebar via cfe-commits
- [PATCH] D16206: Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.
Nico Weber via cfe-commits
- r257853 - Make template type diffing use the new desguared iterator.
Richard Trieu via cfe-commits
- r257861 - Save the integer type for integral template arguments.
Richard Trieu via cfe-commits
- r257863 - When copying whitespace flags from the token naming a macro argument onto the
Richard Smith via cfe-commits
- r257865 - [CodeGen] Attach attributes to thread local wrapper function.
Akira Hatanaka via cfe-commits
- r257867 - [X86] Support 'interrupt' attribute for x86
Alexey Bataev via cfe-commits
- r257868 - PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration, by Denis Zobnin
Alexey Bataev via cfe-commits
- r257869 - Add new diff modes to template type diffing.
Richard Trieu via cfe-commits
- r257870 - Fixing more issues with template type diffing
Richard Trieu via cfe-commits
- r257871 - Fix a -Wparentheses warning in ASTDiagnostic.cpp.
James Y Knight via cfe-commits
- [PATCH] D12834: add gcc abi_tag support
Stefan Bühler via cfe-commits
- [PATCH] D16215: ASTMatchers: enable hasBody() matcher for FunctionDecls
Aleksei Sidorin via cfe-commits
- [PATCH] D13289: [libc++] Provide additional templates for valarray transcendentals that satisfy the standard synopsis
Petr Pavlu via cfe-commits
- [PATCH] D16216: Fix infinite loop when ::new or ::delete are found in member initializer list
Denis Zobnin via cfe-commits
- [PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces
Alexander Kornienko via cfe-commits
- [PATCH] D16219: PR8901: attribute "mode" rejected for enums and dependent types
Denis Zobnin via cfe-commits
- r257893 - [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.
Artem Dergachev via cfe-commits
- [libcxxabi] r256323 - Add new tests for throwing incomplete pointer types
Nico Weber via cfe-commits
- [libcxxabi] r257896 - Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.
Nico Weber via cfe-commits
- [clang-tools-extra] r257900 - [clang-tidy] Fix a copy-paste error.
Alexander Kornienko via cfe-commits
- r257917 - Add OpenMP dist_schedule clause to distribute directive and related regression tests.
Carlo Bertolli via cfe-commits
- r255890 - [ms-inline-asm] Add support for composite structs in MS inline asm
David Blaikie via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Anna Zaks via cfe-commits
- r257934 - [CMake] Support generation of linker order files using dtrace
Chris Bieneman via cfe-commits
- r257936 - [CMake] [Order-files] Use print_function as an attempt at being forward compatible.
Chris Bieneman via cfe-commits
- r257938 - [analyzer] Check for return of nil in ObjC methods with nonnull return type.
Devin Coughlin via cfe-commits
- [PATCH] D15384: Don't ask for the size of dependent integral types in template diffing
Richard Trieu via cfe-commits
- r257939 - Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.
Nico Weber via cfe-commits
- r257947 - Avoid self-assignment of SmallString, trigger UB behavior down the road.
Joerg Sonnenberger via cfe-commits
- r257948 - [CMake] Fix bots broken by including order file generation in check-all
Chris Bieneman via cfe-commits
- r257955 - OpaquePtr: Provide conversion-from-nullptr_t to make default construction simpler to read/write
David Blaikie via cfe-commits
- r257956 - OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef
David Blaikie via cfe-commits
- r257957 - OpaquePtr: Use nullptr construction for TemplateTy OpaquePtr typedef
David Blaikie via cfe-commits
- r257958 - OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie via cfe-commits
- r255281 - Do not generate DW_TAG_imported_module for anonymous namespaces (even nested) for all the platforms except PS4.
David Blaikie via cfe-commits
- r257968 - [libclang] Introduce APIs for evaluating a cursor and checking if a macro is builtin/function.
Argyrios Kyrtzidis via cfe-commits
- r257971 - Introduce -fsanitize-stats flag.
Peter Collingbourne via cfe-commits
- [PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Eugene Zelenko via cfe-commits
- [PATCH] D16250: Respect bound archs, even when they don't alter the toolchain.
Justin Lebar via cfe-commits
- [PATCH] D8822: Proposed fix for PR23076 (conditional branch debug line info)
David Blaikie via cfe-commits
- Fwd: [PATCH] Proposed fix for PR23076 (conditional branch debug line info)
David Blaikie via cfe-commits
- r257982 - [libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.
Argyrios Kyrtzidis via cfe-commits
- r257983 - Respect bound archs, even when they don't alter the toolchain.
Justin Lebar via cfe-commits
- r257984 - [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
NAKAMURA Takumi via cfe-commits
- r257986 - Fix buildbot bustage in Driver/darwin-multiarch-arm.c caused by r257983.
Justin Lebar via cfe-commits
- [PATCH] D16259: Add clang-tidy readability-redundant-return check
Richard via cfe-commits
- r257989 - clang/test/Driver/darwin-multiarch-arm.c: Appease the case that "ld.exe" exists on %PATH% on win32.
NAKAMURA Takumi via cfe-commits
- [PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Timon Van Overveldt via cfe-commits
- [PATCH] D16261: [CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar via cfe-commits
- [PATCH] D16262: [libc++] Treat trailing backslashes in a regex pattern as invalid.
Josh Petrie via cfe-commits
- [PATCH][Modules][PR26179]
Vassil Vassilev via cfe-commits
- [PATCH] D16264: For FreeBSD, use _p variants of libraries for linking C++ programs
Dimitry Andric via cfe-commits
- r258003 - [MS ABI] Don't crash while mangling recursive lambdas
David Majnemer via cfe-commits
- [PATCH] D16270: [clang-tidy] Python scripts shebang fixes
Kirill Bobyrev via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste 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
Last message date:
Sun Jan 17 22:04:04 PST 2016
Archived on: Mon Jan 18 09:43:04 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).