The Week Of Monday 4 January 2016 Archives by thread
Starting: Mon Jan 4 00:46:08 PST 2016
Ending: Sun Jan 10 23:42:48 PST 2016
Messages: 513
- [PATCH] D15805: [clang-tidy] Cleanup code in CERT module.
Haojian Wu via cfe-commits
- [PATCH] D15266: [clang-format] Handle \n the same way as std::endl with stream operator.
Daniel Jasper via cfe-commits
- [PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines
Daniel Jasper via cfe-commits
- r256742 - Convert test/CXX/lex/lex.literal/lex.string/p4.cpp back to DOS line
Dimitry Andric via cfe-commits
- r256704 - Fix several accidental DOS line endings in source files
Dimitry Andric via cfe-commits
- [PATCH] D15823: Support virtual-near-miss check.
Cong Liu via cfe-commits
- r256750 - clang-format: Fix corner case in builder-type call formatting.
Daniel Jasper via cfe-commits
- r256753 - clang-format: [JS] Improve empty array literal detection.
Daniel Jasper via cfe-commits
- [PATCH] D15686: PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko via cfe-commits
- [PATCH] D15710: [clang-tidy] Add non-inline function definition and variable definition check in header files.
Haojian Wu via cfe-commits
- [PATCH] D15283: [ARMv8-M] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith via cfe-commits
- [clang-tools-extra] r256756 - Rename the CERT namespace to cert, and update some checkers to use this namespace consistently.
Aaron Ballman 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] D15539: [libcxxabi] Reducing stack usage of test
Ben Craig via cfe-commits
- r256596 - Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.
Nico Weber via cfe-commits
- r256758 - clang-format: [JS] Support ES6 exports of array literals.
Daniel Jasper via cfe-commits
- r256759 - clang-format: [JS] Support more ES6 default exports.
Daniel Jasper via cfe-commits
- r256762 - Add some overlooked optnone tests, and tighten up an existing test.
Paul Robinson via cfe-commits
- [PATCH] D15704: Add some overlooked optnone tests, and tighten up an existing test
Paul Robinson 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
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] 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
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] 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
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] 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] D14877: Fix ICE on lowering of constexpr vector splats
George Burgess IV via cfe-commits
- [PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
- [PATCH] D15858: Warn undeclared identifiers in CUDA kernel calls
Jason Henline via cfe-commits
- [clang-tools-extra] r256562 - [clang-tidy] Fix a use-after-free bug found by asan
Kostya Serebryany via cfe-commits
- [PATCH] D15590: [Bugfix] Disqualify unaddressable overload candidates when a function is directly called indirectly.
George Burgess IV via cfe-commits
- [PATCH] D15603: [OpenCL] Pipe type support
Anastasia Stulova via cfe-commits
- [PATCH] D15589: [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf.
Tim Shen via cfe-commits
- [libcxx] r256772 - [libcxx] Fix typo in darwin target_info.py introduced by r256621.
Ahmed Bougacha via cfe-commits
- [PATCH] D15862: A possible direction for fixing https://llvm.org/bugs/show_bug.cgi?id=25973.
Marshall Clow via cfe-commits
- Getting fully qualified names of random qualtypes
Sterling Augustine 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
- [libcxx] [PATCH] unordered_map: Avoid unnecessary mallocs when no insert occurs
Duncan P. N. Exon Smith via cfe-commits
- [PATCH] D15866: Warn when using `defined` in a macro definition.
Nico Weber via cfe-commits
- [PATCH] D15861: Support fully-qualified names for all QualTypes
Nick Lewycky via cfe-commits
- [clang-tools-extra] r256780 - Fix typo.
Eugene Zelenko via cfe-commits
- r255371 - Error on redeclaring with a conflicting asm label and on redeclaring with an asm label after the first ODR-use. Detects problems like the one in PR22830 where gcc and clang both compiled the file but with different behaviour.
Kostya Serebryany via cfe-commits
- Buildbot numbers for week of 12/27/2015 - 1/2/2016
Galina Kistanova via cfe-commits
- [PATCH] D15456: [PATCH] New diagnostic for non-idiomatic copy or move operations (v2)
Aaron Ballman via cfe-commits
- r256793 - Remove setting of inlinehint and cold attributes based on profile data
Easwaran Raman via cfe-commits
- [PATCH] D15726: Remove setting of inlinehint and cold attributes based on profile data
Easwaran Raman via cfe-commits
- r256795 - [ms-inline-asm] Handle dependent identifiers in inline asm
David Majnemer via cfe-commits
- r256797 - Remove an unused parameter
David Majnemer via cfe-commits
- [PATCH] D15705: Adding a scripted test for PR25717
Yunzhong Gao via cfe-commits
- r256803 - Avoid walking all the declarations in the TU when a tag is declared in function
Richard Smith 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] D15882: Avoid assert failure on some invalid cc1 options.
Douglas Katzman via cfe-commits
- r256822 - [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.
Alexandros Lamprineas via cfe-commits
- [PATCH] D15888: [Analyzer] Change the default SA checkers for PS4
Sean Eveson via cfe-commits
- [PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Renato Golin via cfe-commits
- r256829 - [AArch64] Teaches clang about Samsung Exynos-M1
MinSeong Kim via cfe-commits
- [PATCH] D15664: Teaches clang about Exynos-M1
MinSeong KIM via cfe-commits
- r256830 - clang-format: Improve line wrapping behavior in call sequences.
Daniel Jasper via cfe-commits
- r256831 - clang-format: Avoid creating hanging indents in call sequences.
Daniel Jasper via cfe-commits
- r256832 - clang-format: Handle \n the same way as std::endl with stream operator.
Daniel Jasper via cfe-commits
- [PATCH] D15195: PR4941: Add support for -fno-builtin-foo options.
Chad Rosier via cfe-commits
- r256838 - [OpenCL] Disallow taking an address of a function.
Anastasia Stulova via cfe-commits
- [PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
- r244070 - [CMake] First pass at adding support for clang bootstrap builds to CMake
Chris Bieneman via cfe-commits
- r256841 - clang-format: Fix corner case in "if it saves columns"-calculation.
Daniel Jasper via cfe-commits
- r256842 - [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Laszlo Nagy via cfe-commits
- [PATCH] D15220: [OPENMP] dist_schedule clause for distribute directive
Carlo Bertolli via cfe-commits
- r256854 - [OpenMP] Allow file ID to be signed in the offloading metadata.
Samuel Antao via cfe-commits
- [PATCH] D12834: add gcc abi_tag support
Tavian Barnes via cfe-commits
- r256855 - [PGO] Enable clang to pass compiler-rt profile support library to linker on Windows
Nathan Slingerland via cfe-commits
- [PATCH] D15833: [PGO] Enable clang to pass compiler-rt profile support library to linker on Windows
Nathan Slingerland via cfe-commits
- r256858 - [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D15455: [Driver] Let -static override the toolchain default PIC setting.
Bob Wilson via cfe-commits
- [libcxx] r256859 - First half of LWG#2354: 'Unnecessary copying when inserting into maps with braced-init syntax'
Marshall Clow via cfe-commits
- [libcxx] r256861 - Remove some test scaffolding that I added and then didn't need. No functional change
Marshall Clow via cfe-commits
- [PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
- [libcxx] r256864 - Add explicit include directives; the file was getting implicitly included already. NFC
Marshall Clow via cfe-commits
- r256865 - [Clang/Support/Windows/Unix] Command lines created by clang may exceed the command length limit set by the OS
Oleg Ranevskyy via cfe-commits
- [PATCH] D15899: Add -fno-movt frontend option, to disable movt/movw on ARM
Dimitry Andric via cfe-commits
- [PATCH] D15584: [CMake] Support a simple case for bootstrap builds to generate PGO data
Justin Bogner via cfe-commits
- r252960 - [modules] Simplify and generalize the existing rule for finding hidden
Adrian Prantl via cfe-commits
- [PATCH] D15596: Add -L/path/to/cuda/lib if any of our inputs are CUDA files.
Justin Lebar via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Nico Weber via cfe-commits
- [PATCH] D15907: Allow various function attributes to be specified on Objective-C blocks too.
Nicholas Allegra via cfe-commits
- r256873 - [CMake] Support a simple case for bootstrap builds to generate PGO data
Chris Bieneman via cfe-commits
- r256874 - Fix a typo in testcase and increase its coverage!
Adrian Prantl via cfe-commits
- [PATCH] D15305: [CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich via cfe-commits
- [PATCH] D15448: [analyzer] SVal Visitor.
Anna Zaks via cfe-commits
- r256885 - [analyzer] Don't report null dereferences on address_space annotated memory
Anna Zaks via cfe-commits
- r256886 - [analyzer] Suppress reports coming from std::__independent_bits_engine
Anna Zaks via cfe-commits
- r256887 - [analyzer] Fix false warning about memory leak for QApplication::postEvent
Anna Zaks via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Phabricator via cfe-commits
- [PATCH] D15227: [analyzer] Valist checkers.
Anna Zaks via cfe-commits
- r256897 - Avoid assert failure on some invalid cc1 options.
Douglas Katzman via cfe-commits
- [PATCH] D15911: Switch Action and ActionList over to using std::shared_ptr.
Justin Lebar via cfe-commits
- r256907 - [modules] When a tag type that was imported from a module is referenced via an
Richard Smith via cfe-commits
- [PATCH] D15914: [OpenCL] Pipe builtin functions
Xiuli PAN via cfe-commits
- r256919 - Change the set of actions built for external gcc tools.
Eric Christopher via cfe-commits
- r256920 - Add -fno-movt frontend option, to disable movt/movw on ARM
Dimitry Andric via cfe-commits
- r256926 - [Analyzer] Change the default SA checkers for PS4
Sean Eveson via cfe-commits
- [PATCH] D15920: [CMake] Add option to switch default C++ stdlib
Jonas Hahnfeld via cfe-commits
- [PATCH] D15921: [analyzer] Utility to match function calls.
Gábor Horváth via cfe-commits
- [PATCH] D14329: Show inclusions from a preamble in clang_getInclusions.
Benjamin Kramer via cfe-commits
- r256933 - [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- r256934 - [Hexagon] Use back_inserter as target iterator in std::copy
Krzysztof Parzyszek via cfe-commits
- [PATCH] D15924: [analyzer] Utility to extract the variable name from a memory region.
Gábor Horváth via cfe-commits
- r256937 - [Driver] Add support for -fno-builtin-foo options.
Chad Rosier via cfe-commits
- [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer
Gábor Horváth via cfe-commits
- r256939 - Show inclusions from a preamble in clang_getInclusions.
Erik Verbruggen via cfe-commits
- [PATCH] D15926: Do not print certain warnings when input is a header.
Erik Verbruggen via cfe-commits
- [PATCH] D7606: Fix adress cast for C++ in SEMA
Samuel Antao via cfe-commits
- [PATCH] D15853: [PGO]: Simplify coverage data lowering code
David Li via cfe-commits
- r256956 - Bump DiagnosticDriverKinds count; we're close to hitting it.
Ahmed Bougacha via cfe-commits
- [PATCH] D15928: Add -Wfor-loop-analysis to -Wall.
Nico Weber via cfe-commits
- r256960 - Fix -Wdocumentation warning after r256933
Nico Weber via cfe-commits
- r256962 - Module debugging: Defer emitting tag types until their definition
Adrian Prantl via cfe-commits
- r256963 - Fix a typo.
Adrian Prantl via cfe-commits
- [PATCH] D12901: [Static Analyzer] Assertion "System is over constrained" after truncating 64 bits integers to 32 bits. (PR25078)
Anna Zaks via cfe-commits
- [PATCH] D15611: [Patch 2/3]: Rebasing Ryan Govostes' STP patch for Clang SA
Anna Zaks via cfe-commits
- r256967 - [WebAssembly] Add --gc-sections to the link line.
Dan Gohman via cfe-commits
- [PATCH] D15933: Rename -nocudalib to -nocudalibdevice.
Justin Lebar via cfe-commits
- r256975 - Add -Wfor-loop-analysis to -Wall.
Nico Weber via cfe-commits
- r256976 - Improve conditional checking during template instantiation.
Richard Trieu via cfe-commits
- r256977 - [Hexagon] Treat -march and -mcpu as equivalent
Krzysztof Parzyszek via cfe-commits
- [PATCH] D15935: Improve diagnostics for literal conversion to Boolean
Aaron Ballman via cfe-commits
- [PATCH] D15936: Update code in buildCudaActions to latest idiom.
Justin Lebar via cfe-commits
- r256978 - [Hexagon] Expand -mvN to -mcpu=hexagonvN
Krzysztof Parzyszek via cfe-commits
- r256979 - Fix half of PR26048. We don't yet diagnose the case where the anonymous union member is declared first and the tag name is declared second.
Richard Smith via cfe-commits
- r256983 - Only instantiate a default argument once.
John McCall via cfe-commits
- [PATCH] D15443: Fix getLocEnd for function declarations with exception specification.
Aaron Ballman via cfe-commits
- r256985 - PR26048, PR26050: put non-type template parameters and indirect field decls
Richard Smith via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Keno Fischer via cfe-commits
- r256996 - Properly bind up any cleanups in an ExprWithCleanups after
John McCall via cfe-commits
- [PATCH] D15939: Pass the Compilation as an arg to AddLinkerInputs.
Justin Lebar via cfe-commits
- [PATCH] D15173: [Preprocessor] Fix assertion in AnnotatePreviousCachedTokens
Bruno Cardoso Lopes via cfe-commits
- r257004 - [WebAssembly] Only enable --gc-sections when optimizations are enabled.
Dan Gohman via cfe-commits
- r257005 - [WebAssembly] Enable -ffunction-sections and -fdata-sections by default.
Dan Gohman via cfe-commits
- r257006 - [WebAssembly] Enable -fvisibility=hidden by default.
Dan Gohman via cfe-commits
- r257007 - [WebAssembly] Add a test to ensure that -fvisibility=default works.
Dan Gohman via cfe-commits
- r257008 - Improve documentation comments for IdentifierNamespace values.
Richard Smith via cfe-commits
- r257009 - Test that we're not forwarding on -g options to the non integrated assembler.
Eric Christopher via cfe-commits
- r257010 - Use an actual real architecture and massage a couple of comments.
Eric Christopher via cfe-commits
- r257011 - Remove leading space added in r227312.
Eric Christopher via cfe-commits
- r257014 - Replace a loop with the call that does the same thing.
Eric Christopher via cfe-commits
- r257016 - [Sema] Teach overload resolution about unaddressable functions.
George Burgess IV via cfe-commits
- [libcxx] r257018 - [libcxx] Set LC_ALL rather than LC_COLLATE to override collation.
Ahmed Bougacha via cfe-commits
- r257021 - [WebAssembly] Add -m:e to the target triple.
Dan Gohman via cfe-commits
- [PATCH] D15944: [OpenMP] Parsing and sema support for target update directive
Kelvin Li via cfe-commits
- [PATCH] Add ObjCBoxable handling to ObjCMigrator
Alex Denisov via cfe-commits
- [PATCH] Canonicalize UnaryTransformType types when they don't have a known underlying type
Vassil Vassilev via cfe-commits
- r257038 - clang-format: [JS] Support more ES6 imports.
Daniel Jasper via cfe-commits
- r257040 - Make sure we claim arguments that are going to be passed to a gcc tool,
Eric Christopher via cfe-commits
- r257041 - ARM: allow __thread on OS versions that have the required runtime support.
Tim Northover via cfe-commits
- r257043 - [libclang] Handle AutoType in clang_getTypeDeclaration
Sergey Kalinichev via cfe-commits
- [PATCH] D15006: Driver: Better detection of mingw-gcc
İsmail Dönmez via cfe-commits
- [PATCH] D13001: [libclang] Handle AutoType in clang_getTypeDeclaration
Sergey Kalinichev via cfe-commits
- r257057 - Add missing -no-canonical-prefixes.
Daniel Jasper via cfe-commits
- Proposing a fix for revision 256933
Aboud, Amjad via cfe-commits
- r257062 - clang-format: Support weird lambda macros.
Daniel Jasper via cfe-commits
- r257065 - [OpenMP] Fix issue in the offloading metadata testing.
Samuel Antao via cfe-commits
- [PATCH] D15953: Driver: Pass -flavor gnu to lld for AMDGPU rather than -flavor gnu-old
Tom Stellard via cfe-commits
- [PATCH] D15506: [ASTMatchers] Allow hasName() to look through inline namespaces
Eugene Zelenko via cfe-commits
- r257079 - clang-format: Fix corner case in one-per-line formatting.
Daniel Jasper 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] D15958: u8 character literals
Aaron Ballman via cfe-commits
- r257085 - Correcting the comment in a header file; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D15960: Don't build jobs for the same Action + ToolChain twice.
Justin Lebar via cfe-commits
- r257090 - Remove extraneous "Note t" in comment.
Justin Lebar via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- r257092 - [PGO] Simplify coverage mapping lowering
Xinliang David Li via cfe-commits
- r257097 - Properly track that a character literal is UTF-8, and pretty print the prefix properly.
Aaron Ballman via cfe-commits
- [PATCH] D15967: Turn off lldb debug tuning by default for FreeBSD
Dimitry Andric via cfe-commits
- r257104 - Turn off lldb debug tuning by default for FreeBSD
Dimitry Andric via cfe-commits
- [PATCH] D15974: [CUDA] Split out tests for unused-arg warnings from cuda-options.cu.
Justin Lebar via cfe-commits
- [PATCH] D15977: [Clang] Supporting all entities declared in lexical scope in LLVM debug info
Amjad Aboud via cfe-commits
- [PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).
Alexey Samsonov via cfe-commits
- [PATCH] D15985: AST: Support constant folding of variables of const pointer type.
Peter Collingbourne via cfe-commits
- [PATCH] D5023: [analyzer] Fix ObjC Dealloc Checker to operate only on classes with retained properties
Devin Coughlin via cfe-commits
- r256012 - Add a defensive check for a nullptr.
David Blaikie via cfe-commits
- r256049 - Split RequireCompleteType into a function that actually requires that the type
David Blaikie via cfe-commits
- r257135 - [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf
Kyle Butt via cfe-commits
- [PATCH] D15989: [OpenMP] Parsing + sema for "target enter data" and "target exit data" directives.
Arpith Jacob via cfe-commits
- r256287 - Document that we recommend to turn off -gmodules when building a static
David Blaikie via cfe-commits
- r256403 - Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
David Blaikie via cfe-commits
- r257142 - [CUDA] Split out tests for unused-arg warnings from cuda-options.cu.
Justin Lebar via cfe-commits
- r257154 - clang-format: [JS] Support more ES6 classes.
Daniel Jasper via cfe-commits
- r257159 - clang-format: [JS] Add some Closure Compiler JSDoc tags to the default
Daniel Jasper via cfe-commits
- [PATCH] D13280: [OpenCL] Adding reserved operator logical xor for OpenCL
Xiuli PAN via cfe-commits
- r257162 - clang-format: [JS] Prefer wrapping before the TypeScript return type
Daniel Jasper via cfe-commits
- [PATCH] D15994: Allow for unfinished #if blocks in preambles.
Erik Verbruggen via cfe-commits
- r257175 - Driver: Use the new ELF lld linker for AMDGPU
Tom Stellard via cfe-commits
- [clang-tools-extra] r257176 - [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r257177 - Disable part of the misc-move-constructor-init checker when the check is enabled through cert-oop11-cpp. The CERT guideline does not cover moveable parameters as part of the OOP11-CPP recommendation, just copy construction from move constructors.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r257178 - [clang-tidy] Add non-inline function definition and variable definition check in header files.
Alexander Kornienko via cfe-commits
- r257179 - [ThinLTO] Leverage new in-place renaming support
Teresa Johnson via cfe-commits
- [libcxx] r255177 - Remove visibility attributes from out-of-class method definitions in iostreams.
Nico Weber via cfe-commits
- [PATCH] D15999: Adding doxygen comments to the LLVM intrinsics (part 2, _wmmintrin_pclmul.h)
Katya Romanova via cfe-commits
- r257190 - Update code in buildCudaActions and BuildActions to latest idiom.
Justin Lebar via cfe-commits
- [libcxx] r257193 - Revert "Remove visibility attributes from out-of-class method definitions in iostreams."
Evgeniy Stepanov via cfe-commits
- r257197 - Fix incorrectly line-broken comment in Driver.h.
Justin Lebar 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
- r249995 - [Sema] Allow C conversions in C overload logic
Bob Wilson via cfe-commits
- r257205 - [MS ABI] Complete and base constructor GlobalDecls must have the same name
David Majnemer via cfe-commits
- [PATCH] D15097: [Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka via cfe-commits
- [PATCH] D16012: Carry raw string literal information through to the AST StringLiteral representation
Aaron Ballman via cfe-commits
- [PATCH] D15743: Fix assert hit when tree-transforming template template parameter packs.
David Blaikie via cfe-commits
- r257222 - [modules] Make sure we always include the contents of private headers when
Richard Smith via cfe-commits
- r252114 - [modules] If we're given a module file, via -fmodule-file=, for a module, but
Adrian Prantl via cfe-commits
- [PATCH] D8056: Fix for bug 21725: wrong results with union and strict-aliasing
Yin Ma via cfe-commits
- r257231 - Exclude function calls for functions which have return type nullptr_t from
Richard Trieu via cfe-commits
- [PATCH] D8940: Clang changes for indirect call target profiling
Betul Buyukkurt via cfe-commits
- Lit Test C++11 Compatibility Patch #7
Li, Charles via cfe-commits
- [libcxx] Reinstate <string.h> and fix overload sets to be const-correct wherever possible
Richard Smith 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.
Duncan P. N. Exon Smith via cfe-commits
- r257240 - Only take NULL macros instead of all macros into account for -Wnull-conversion.
Richard Trieu via cfe-commits
- r257241 - Module debugging: Add a testcase for standalone forward declarations.
Adrian Prantl via cfe-commits
- [PATCH] D16008: [clang-tidy] Add calling virtual functions in constructors/destructors check.
Eugene Zelenko via cfe-commits
- r257251 - [modules] If we're treating an elaborated-type-specifier as if it introduces a
Richard Smith via cfe-commits
- r257252 - Test Commit
Xiuli Pan via cfe-commits
- r257254 - [OpenCL] Pipe type support
Xiuli Pan via cfe-commits
- r257255 - clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.
Daniel Jasper via cfe-commits
- r257256 - clang-format: Support definitions/declarations of operator, .
Daniel Jasper via cfe-commits
- r257257 - clang-format: Fix incorrect line break in certain configurations.
Daniel Jasper via cfe-commits
- r257258 - clang-format: Improve selective comment formatting.
Daniel Jasper via cfe-commits
- r257259 - Make clang::format::reformat work with non 0-terminated strings.
Daniel Jasper via cfe-commits
- r257260 - [vfs] Normalize working directory if requested.
Benjamin Kramer via cfe-commits
- r257267 - clang-format: Fix the counting of leading whitespace in tok::unknown tokens
Daniel Jasper 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
- r257286 - Make test work on windows by turning \ in paths back into /.
Benjamin Kramer via cfe-commits
- r257287 - Simplify test code with initializer lists.
Benjamin Kramer via cfe-commits
- [PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli PAN via cfe-commits
- r257291 - Accidentally removed part of the file header. Restoring it back.
Ekaterina Romanova via cfe-commits
- Add BeforeWhileInDoWhile BraceWrapping option
Eric Baker via cfe-commits
- [PATCH] D16041: Change vfs::FileSystem to be managed with std::shared_ptr
Owen Anderson via cfe-commits
Last message date:
Sun Jan 10 23:42:48 PST 2016
Archived on: Sun Jan 10 23:42:26 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).