The Week Of Monday 30 November 2015 Archives by thread
Starting: Mon Nov 30 02:15:21 PST 2015
Ending: Sun Dec 6 23:49:35 PST 2015
Messages: 445
- [PATCH] D15070: [mips] Added support for -Wa,-mips32 and similar.
Scott Egerton via cfe-commits
- [PATCH] Add a builtin for indexing into parameter packs
Louis Dionne via cfe-commits
- [PATCH] D14980: PR18513: make gcc compatible layout for bit-fields with explicit aligned attribute
Dmitry Polukhin via cfe-commits
- r254303 - Do not crash when dumping the objc_bridge_related attribute when its optional arguments are not supplied.
Aaron Ballman via cfe-commits
- [PATCH] Don't crash when dumping objc_bridge_related attributes
Aaron Ballman via cfe-commits
- [Static Analyzer] New checker hook: checkInitialState
Artem Dergachev via cfe-commits
- r254306 - Add --gcc-toolchain= to one of the libclang unitests to fix issue related to
Samuel Antao via cfe-commits
- [PATCH] D15025: [ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson via cfe-commits
- [PATCH] D13980: Add "x87" in x86 target feature map
Andrey Turetskiy via cfe-commits
- [PATCH] D14409: Remove visibility attributes from out-of-class method definitions in iostreams.
Evgeniy Stepanov via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev via cfe-commits
- [PATCH] D15087: [PATCH] Add CERT license clarification
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- r254323 - [MS Compat] Adjust thiscall to cdecl when deducing template arguments
David Majnemer via cfe-commits
- add null pointer check
Mathieu Baudet via cfe-commits
- [PATCH] D13015: [X86] Make f16c intrinsics accessible through emmintrin.h, per Intel docs
Paul Robinson via cfe-commits
- [PATCH] D15090: [Static Analyzer] New checker hook: checkInitialState
Gábor Kozár via cfe-commits
- [PATCH] D14871: [Power PC] fix calculating address of arguments on stack for variadic functions
John McCall via cfe-commits
- [PATCH] D14731: [libcxx] Add clang thread safety annotations to mutex and lock_guard
Marshall Clow via cfe-commits
- r254337 - [libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
Kostya Serebryany via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- r254346 - [PR25661] Revert part of r217213 according to r254323.
NAKAMURA Takumi via cfe-commits
- [PATCH] D15095: Accept "-Weverything" in pragma clang diagnostic ...
Sunil Srivastava via cfe-commits
- [PATCH] D14824: [PATCH] Add clang-tidy check for static or thread_local objects where construction may throw
Alexander Kornienko via cfe-commits
- Buildbot numbers for week of 11/22/2015 - 11/28/2015
Galina Kistanova via cfe-commits
- [PATCH] D15097: [Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka via cfe-commits
- r254359 - Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith via cfe-commits
- [PATCH] D14919: Fix IssueHash generation
Anna Zaks via cfe-commits
- r254365 - [modules] Don't reject multiple modules providing contents for the same embedded file.
Richard Smith via cfe-commits
- [PATCH] D14940: [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao via cfe-commits
- r254367 - [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev via cfe-commits
- [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target
Martell Malone via cfe-commits
- r254389 - [X86] Improve codegen for AVX2 gather with an all 1s mask.
Craig Topper via cfe-commits
- r254392 - Remove superfluous StringRef casts, NFC.
Yaron Keren via cfe-commits
- [PATCH] D7718: Itanium ABI: Properly mangle extern "C" template arguments
Yaron Keren via cfe-commits
- r254394 - [analyzer] Fix IssueHash generation.
Gabor Horvath via cfe-commits
- r254398 - [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev via cfe-commits
- [PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
Jonathan Roelofs via cfe-commits
- r254251 - ARM v8.1a adds Advanced SIMD instructions for Rounding Double Multiply
James Molloy via cfe-commits
- r254406 - This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
Daniel Jasper via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Asiri Rathnayake via cfe-commits
- r254407 - clang-format: treat Q_SIGNALS as an access modifier
Daniel Jasper via cfe-commits
- [PATCH] D14325: [clang-format] Do not align assignments that aren't after the same number of commas. (Closes: 25329)
Daniel Jasper via cfe-commits
- [PATCH] D14872: PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type
Dmitry Polukhin via cfe-commits
- [PATCH] D15007: [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
Gábor Horváth via cfe-commits
- r254414 - clang-format: Make it possible to turn off comment reflowing.
Daniel Jasper via cfe-commits
- [clang-tools-extra] r254415 - Add a new checker, cert-err58-cpp, that checks for static or thread_local objects that use a throwing constructor.
Aaron Ballman via cfe-commits
- r254423 - It appears that this horrible mutating copy constructor is unused. Kill it with fire.
Aaron Ballman via cfe-commits
- [PATCH] D15120: Add support for __float128 type to be used by targets that support it
Nemanja Ivanovic via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Richard via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Richard Smith via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Aaron Ballman via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Manuel Klimek via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Aaron Ballman via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- [PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
- r254439 - [MS ABI] Correctly mangle nullptr member pointers for variable templates
David Majnemer via cfe-commits
- r251874 - Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Nico Weber via cfe-commits
- r254446 - Avoid picking up system headers in unittest by providing a fake libstdc++ with a ridiculously high version number.
Benjamin Kramer via cfe-commits
- r254450 - Update for llvm api change.
Rafael Espindola via cfe-commits
- r254451 - Add an accessor to Decl::LoadedFieldsFromExternalStorage for LLDB.
Adrian Prantl via cfe-commits
- [PATCH] D15125: [OPENMP] 'omp distribute' directive basic support.
Carlo Bertolli via cfe-commits
- r254455 - Clang-format an 80-column violation.
Adrian Prantl via cfe-commits
- [PATCH] D15127: Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
Paul Robinson via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Laszlo Nagy via cfe-commits
- [PATCH] D14779: Adding checker to detect excess padding in records
Anna Zaks via cfe-commits
- [PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
David Majnemer via cfe-commits
- [PATCH] D14639: LLDB JIT needs android vector passing rules.
Stephen Hines via cfe-commits
- r254464 - docs: Add design documentation for forward-edge CFI for indirect calls.
Peter Collingbourne via cfe-commits
- [PATCH] D15130: Fix the clang driver when "-nostdlib" is present
Sumanth Gundapaneni via cfe-commits
- [clang-tools-extra] r254477 - Force test to a target that supports thread_local
Matthias Braun via cfe-commits
- r254481 - [sanitizer coverage] document -fsanitize-coverage=trace-bb
Kostya Serebryany via cfe-commits
- r254485 - clang/test/Driver/crash-report-modules.m: Avoid using /tmp/.
NAKAMURA Takumi via cfe-commits
- [PATCH] D15140: Update clang to use the updated LLVM EH instructions
David Majnemer via cfe-commits
- [PATCH] D15142: Teaches clang about Cortex-A35.
Renato Golin via cfe-commits
- [PATCH] D15145: Add expressions to ignore vim swap files in .gitinore.
Vasileios Kalintiris via cfe-commits
- r254505 - Teaches clang about Cortex-A35.
Christof Douma via cfe-commits
- [PATCH] D15147: [clang-format] Reflow block comments when they're over the column limit
Benjamin Kramer via cfe-commits
- [PATCH] D15149: Traverse the nested name specifier (loc) of namespace alias declarations.
Daniel Jasper via cfe-commits
- r254510 - Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.
Daniel Jasper via cfe-commits
- r254515 - Amending r254423 by deleting the copy constructor and adding a move constructor instead; NFC as neither of these constructors are currently called, but this is a safer design.
Aaron Ballman via cfe-commits
- r254516 - Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwing exception specification.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r254517 - Replace the custom AST matcher for nothrow functions with the canonical AST matcher from r254516.
Aaron Ballman via cfe-commits
- r254520 - Making the deleted copy constructor parameter const; NFC.
Aaron Ballman via cfe-commits
- r254143 - Fix for merging decls in pragma weak
Joerg Sonnenberger via cfe-commits
- r254521 - [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao via cfe-commits
- [PATCH] D13802: [OPENMP] Make -fopenmp to turn on OpenMP support by default.
Tom Stellard via cfe-commits
- [PATCH] D14691: clang side of http://reviews.llvm.org/D14690
Tom Stellard via cfe-commits
- r254528 - Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
Paul Robinson via cfe-commits
- r254535 - Fix the clang driver when "-nostdlib" is present
Sumanth Gundapaneni via cfe-commits
- [PATCH] D15158: [PGO] Instrument only base constructors and destructors.
Serge Pavlov via cfe-commits
- [PATCH] D15161: [CMake] On Darwin the LIBCXX_INSTALL_HEADERS and LIBCXX_INSTALL_LIBRARY options should default off
Chris Bieneman via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- r254554 - Add the `pass_object_size` attribute to clang.
George Burgess IV via cfe-commits
- [PATCH] D7606: Fix adress cast for C++ in SEMA
Samuel Antao via cfe-commits
- r254561 - fix typos; NFC
Sanjay Patel via cfe-commits
- [PATCH] D15163: Attach maximum function count to Module when using PGO mode.
David Li via cfe-commits
- [PATCH] D15165: change an assert when generating fmuladd to an ordinary 'if' check (PR25719)
Sanjay Patel via cfe-commits
- [PATCH] D15166: Fix C++ support on recent DragonFly BSD releases
Dimitry Andric via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization in LLVM
Richard Smith via cfe-commits
- [PATCH] D13614: [Extension] Optimizing passed by-value const objects.
Richard Smith via cfe-commits
- [PATCH] D14891: Replace assert with early-out in tryEmitFMulAdd
Steve Canon via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Richard Smith via cfe-commits
- r254573 - change an assert when generating fmuladd to an ordinary 'if' check (PR25719)
Sanjay Patel via cfe-commits
- [PATCH] D15169: [SemaCXX] Fix handling of C-style casts from void pointers to pointers in different address space.
Richard Smith via cfe-commits
- r254574 - PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith via cfe-commits
- r254576 - generalize CHECK lines to make buildbot happy
Sanjay Patel via cfe-commits
- r254579 - Fix a comment typo from r251874.
Nico Weber via cfe-commits
- [PATCH] D15170: clang-tidy llvm name checker: variables should start with upper case
Mike Aizatsky via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D15174: [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly.
Alexey Bataev via cfe-commits
- Allow tools to work without compilation database
Russell Wallace via cfe-commits
- r254594 - [X86] Stripped backend codegen tests
Simon Pilgrim via cfe-commits
- r254596 - PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, patch by D. Polukhin
Alexey Bataev via cfe-commits
- r254597 - [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev via cfe-commits
- r254599 - Add fall-back mode for clang tools.
Manuel Klimek via cfe-commits
- r254605 - Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration so that 2 decls for the 'weak' are merged. Differential Revision: http://reviews.llvm.org/D13048"
Alexander Kornienko via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- r254606 - Unxfail passing test: test/CodeGenCXX/crash.cpp
Krzysztof Parzyszek via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Alexander Droste via cfe-commits
- r254612 - Make check-clang depend on LTO.
Nico Weber via cfe-commits
- r254614 - Fix clang/test/Sema/struct-packed-align.c. "Windows" is not MS compiler.
NAKAMURA Takumi via cfe-commits
- r254622 - Fix Objective-C metadata for properties from class extensions after r251874
Nico Weber via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Nico Weber via cfe-commits
- [PATCH] D15195: PR4941: Add support for -fno-builtin-foo options.
Chad Rosier via cfe-commits
- [libcxx] r254628 - [CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install"
Chris Bieneman via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
James Y Knight via cfe-commits
- r254632 - Add tests for pass_object_size.
George Burgess IV via cfe-commits
- [clang-tools-extra] r254635 - Fixed header determination logic. Was missing extensionless headers in coverage check.
John Thompson via cfe-commits
- r254639 - [analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.
Devin Coughlin via cfe-commits
- r254642 - [CMake] Removing an unnecessary layer of variable indirection
Chris Bieneman via cfe-commits
- r254646 - Add tests for `&enable_if_function` diagnostics.
George Burgess IV via cfe-commits
- r254650 - Fix pass_object_size test on Windows.
George Burgess IV via cfe-commits
- r254663 - PR25731: namespace alias declarations can appear at block scope; ensure that we
Richard Smith via cfe-commits
- [PATCH] D15208: Patch for inline abort code generation
Richard Smith via cfe-commits
- r254670 - [PowerPC] Fix calculating address of arguments on stack for variadic func
Petar Jovanovic via cfe-commits
- [PATCH] D15217: Clang documentation for UBSan.
Dan Albert via cfe-commits
- r254672 - [Docs] Sanitizer docs migrated from code.google.com to github.com.
Alexey Samsonov via cfe-commits
- r254682 - LLDB JIT needs android vector passing rules.
Stephen Hines via cfe-commits
- [libcxxabi] r254690 - c++abi: whitespace adjustment
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r254691 - ibc++abi: mark visibility
Saleem Abdulrasool via cfe-commits
- [libcxxabi] r254692 - .gitignore: ignore vim swap files
Saleem Abdulrasool via cfe-commits
- r254699 - Don't assert if evaluation of an expression that we're syntactically required
Richard Smith via cfe-commits
- r254702 - [analyzer] Support inlining lambda-converted blocks.
Devin Coughlin via cfe-commits
- r254703 - [AST] ArrayRef-ize CompoundStmt::setStmts.
Craig Topper via cfe-commits
- r254704 - Fix an unused variable warning in released builds. While there use 'auto' to simplify code.
Craig Topper via cfe-commits
- [PATCH] D15222: [Patch][Profile] add “--dependent-lib= libclang_rt.profile-x86_64.a” to the CC1 command line when enabling code coverage on PS4
Ying Yi via cfe-commits
- [PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.
Alexandros Lamprineas via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Gábor Horváth via cfe-commits
- [PATCH] D14441: [OpenCL] Pipe types support.
Pekka Jääskeläinen via cfe-commits
- [PATCH] D15228: [PATCH] New diagnostic for non-idiomatic copy or move operations
Aaron Ballman via cfe-commits
- r254718 - [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
Gabor Horvath via cfe-commits
- r254723 - [PS4] Add an additional test for ASan+UBSan
Filipe Cabecinhas via cfe-commits
- [PATCH] D15030: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Aaron Ballman via cfe-commits
- r254733 - Clang documentation for UBSan.
Alexey Samsonov via cfe-commits
- r254734 - [Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
Alexey Samsonov via cfe-commits
- [PATCH] D12352: Clang part -- Changing @llvm.objectsize(i8*, i1) to @llvm.objectsize(i8*, i8)
George Burgess IV via cfe-commits
- [PATCH] D15237: [Docs] Use proper headling levels in CFI doc.
Alexey Samsonov via cfe-commits
- [PATCH] D14877: Fix ICE on lowering of constexpr vector splats
George Burgess IV via cfe-commits
- r254750 - Fix debug info for Objective-C properties from class extensions after r251874
Nico Weber via cfe-commits
- r254754 - Small follow-up to 254750 to get the test added there passing...
Nico Weber via cfe-commits
- [clang-tools-extra] r254756 - Backing out 254635 until I have a good workaround and test case.
John Thompson via cfe-commits
- [PATCH] D15203: clang-tidy readability identifiers: better diagnostic location
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r254766 - clang-tidy readability identifiers: better diagnostic location
Mike Aizatsky via cfe-commits
- r254771 - [Docs] Move the list of CFI schemes down to CFI doc, and update it.
Alexey Samsonov via cfe-commits
- [PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Chris Bieneman via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- [PATCH] D15246: [Docs] Update MSan docs
Alexey Samsonov via cfe-commits
- [clang-tools-extra] r254785 - Added coverage check for extensionless headers, and exclude hidden dot directoryies.
John Thompson via cfe-commits
- [PATCH] D13731: [Analyzer] Supporting function attributes in .model files.
Anna Zaks via cfe-commits
- r254788 - [Docs] Update MSan docs
Alexey Samsonov via cfe-commits
- [PATCH] D14938: Fix implicit conversion from _Nullable to _Nonnull warnings in C++
George Burgess IV via cfe-commits
- r254797 - [CMake] Don't build the libclang tests unless you're building libclang
Chris Bieneman via cfe-commits
- r254798 - [Docs] One more cleanup of -fsanitize= section.
Alexey Samsonov via cfe-commits
- r254806 - [analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).
Devin Coughlin via cfe-commits
- [PATCH] D15251: [Clang] Use range loops and autos in lib/Serialization/ASTReader.cpp
Eugene Zelenko via cfe-commits
- [PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Anna Zaks via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- r254817 - [WebAssembly] Remove an obsolete TODO comment.
Dan Gohman via cfe-commits
- r254823 - Revert "[x86] Exclusion of incorrect include headers paths for MCU target"
Reid Kleckner via cfe-commits
- r254195 - [x86] Exclusion of incorrect include headers paths for MCU target
Reid Kleckner via cfe-commits
- [PATCH] D15254: Fix crash when dumping NamedDecl with NULL getQualifier().
Dawn Perchik via cfe-commits
- [PATCH] D15255: Remove false positive from -Wpessimizing-move and GNU statement expressions
Richard Trieu via cfe-commits
- r254839 - Pass profile version info to name API (NFC)
Xinliang David Li via cfe-commits
- [PATCH] D15220: [OPENMP] dist_schedule clause for distribute directive
Carlo Bertolli via cfe-commits
- r254845 - Use std::copy and std::transform instead of manual loops. NFC
Craig Topper via cfe-commits
- r254846 - [AST] Use std::copy and std::fill to simplify some memcpy and memset calls. Also const-correct some methods being used since the std::copy catches the mismatch where memcpy didn't.
Craig Topper via cfe-commits
- r254847 - [X86][F16C] Stripped backend codegen tests
Simon Pilgrim via cfe-commits
- r254848 - Updated test names to match the intrinsics being tested
Simon Pilgrim via cfe-commits
- r254849 - [X86][3DNow!] Stripped backend codegen tests
Simon Pilgrim via cfe-commits
- [PATCH] Add ObjCBoxable handling to ObjCMigrator
AlexDenisov via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- r254867 - Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().
Dawn Perchik via cfe-commits
- r254870 - Use llvm::make_range to reduce mentions of iterator type. NFC
Craig Topper via cfe-commits
- r254876 - [PGO] Instrument only base constructors and destructors.
Serge Pavlov via cfe-commits
- [PATCH] D15062: [clang-format] Add test for AlignAfterOpenBracket = AlwaysBreak in C++.
Jean-Philippe Dufraigne via cfe-commits
- [PATCH] D15266: [clang-format] Handle \n the same way as std::endl with stream operator.
Jean-Philippe Dufraigne via cfe-commits
- [PATCH] D15267: For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann via cfe-commits
- [PATCH] D14814: [libcxx] Use __make_integer_seq builtin when available
David Majnemer via cfe-commits
- r254889 - Fix PR20334: invalid assertion while diagnosing list initialization failure
Faisal Vali via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about whether a vardecl is local in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
Last message date:
Sun Dec 6 23:49:35 PST 2015
Archived on: Sun Dec 6 23:47:12 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).