The Week Of Monday 14 April 2014 Archives by thread
Starting: Mon Apr 14 00:22:47 PDT 2014
Ending: Sun Apr 20 20:58:05 PDT 2014
Messages: 452
- [PATCH] Add clang-format option for ensuring newlines after @(interface|implementation|protocol) and before @end
Allen Ding
- [PATCH] PR19095 Undefined reference to friend template function defined inside template class
suyog sarda
- r206155 - clang-format: Improve formatting of annotated variables.
Daniel Jasper
- [PATCH] Format code around VCS conflict markers.
Daniel Jasper
- r206157 - Format code around VCS conflict markers.
Manuel Klimek
- [PATCH] Partial revert of 183015
Evgeniy Stepanov
- __is_constructible return true for abstract types PR19178
Nikola Smiljanic
- r206159 - clang-format: Don't allow hanging indentation for operators on new lines
Daniel Jasper
- r206161 - clang-format: With ColumnLimit=0, keep short array literals on a line.
Daniel Jasper
- r206162 - clang-format: Improve array literal formatting fix in r206161.
Daniel Jasper
- r206165 - clang-format: Fix incorrect &&-detection in macros.
Daniel Jasper
- r206173 - clang-format: Fix regression caused by r206165.
Daniel Jasper
- r206176 - Add support for named values in the parser.
Samuel Benzaquen
- r206124 - MS ABI: #pragma vtordisp(0) only disables new vtordisps
Keith Walker
- r204261 - Add a new spelling for module map files 'module.modulemap'
Nico Weber
- [Patch] Missed evaluation in "type" parameter of va_arg
Rahul Jain
- [PATCH] Add support for optimization reports.
Diego Novillo
- [libcxx] r206184 - Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined,
Marshall Clow
- [PATCH] Use -ivfsoverlay in ASTUnit
Ben Langmuir
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Jonathan Roelofs
- r206186 - Properly diagnose standard C++ attributes which have optional argument lists when the arguments are elided. eg)
Aaron Ballman
- [PATCH] Support for CUDA __launch_bounds__ attribute
keveman at gmail.com
- r205226 - Introduced an attribute syntax-neutral method for parsing attribute arguments that is currently being used by GNU and C++-style attributes. This allows C++11 attributes with argument lists to be handled properly, fixing the "deprecated", "type_visibility", and capability-related attributes with arguments.
Aaron Ballman
- [PATCH] Add a new flag -fmodules-require-modular-includes
Ben Langmuir
- r206188 - OnDiskHashTable: clang-format and consistent naming
Justin Bogner
- r206189 - OnDiskHashTable: Make the iterable version separate.
Justin Bogner
- [PATCH] OnDiskHashTable: Make the iterable version separate
Justin Bogner
- r206191 - Properly diagnose Microsoft __declspec attributes which have optional argument lists when the arguments are elided. eg)
Aaron Ballman
- r206201 - Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- [PATCH] Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
- r206202 - Add clang:: qualifier back to Module
Ben Langmuir
- r206027 - Add -fmodules-strict-decluse to check that all headers are in modules
Richard Smith
- [PATCH] don't diagnose -Wchar-subscript for safe char literal
Richard Smith
- r206203 - Fix find command in test/Modules/prune.m broken by r206201
Ben Langmuir
- [PATCH] Suggest fix-it ':' when '=' used in for-range-declaration while initializing an auto
Ismail Pazarbasi
- r205651 - DebugInfo: PR19298: function local const variables duplicated in the root scope
Eric Christopher
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- [PATCH] Sema: Add dll attribute tests for variable templates
Reid Kleckner
- r206204 - PR19411: Walk lexical parents, not semantic parents, when determining whether a
Richard Smith
- r206205 - PR19415: Converting 'constexpr' to 'const' in a non-static data member can fail
Richard Smith
- [PATCH] Add -L args for sanitizers
Greg Fitzgerald
- r205653 - Try harder about not suggesting methods as corrections when they
Kaelyn Takata
- r206217 - Add module name and module map file to -module-file-info
Ben Langmuir
- r206221 - Make sure these two files are distinct, or else the modules system may, on certain file systems, treat them as if they were the same file.
Nick Lewycky
- r206223 - Ensure we evaluate VLA bounds if a variably-modified type is used as the
Richard Smith
- r206224 - Fix warning in ms-x86-vtordisp test case
Reid Kleckner
- [PATCH] Added support for CUDA __launch_bounds__ attribute to CodeGen.
Reid Kleckner
- r206227 - [Driver][ARM64] Make sure the default CPU is passed to the assembler.
Quentin Colombet
- r206229 - Fixing a typo, updating the diagnostic wording and logic based on post-commit review feedback. Amends r206186.
Aaron Ballman
- [PATCH] Allow overriding -split-dwarf-file
Reid Kleckner
- r206231 - CodeGen: Handle CapturedStmt in instrumentation based profiling
Justin Bogner
- r206232 - Fix a bad interaction between -Wtautological-overlap-compare and delayed
Richard Trieu
- r206081 - CodeGen: Fix handling of C++11 lambdas in profiling
Justin Bogner
- r206234 - Fix typo from r206232
Richard Trieu
- r206237 - Partial revert of r206229, to get the build bots green again.
Aaron Ballman
- r206247 - AST: Elaborated type specifier mangling occurs before nested-name
David Majnemer
- r206258 - clang-format: Cache results of formatting nested blocks.
Daniel Jasper
- r206260 - clang-format: Early cut-off for inlining nested blocks.
Daniel Jasper
- r206263 - clang-format: Basic support for C++1y.
Daniel Jasper
- r206264 - Test commit: minor formatting
Fraser Cormack
- r206268 - x
Daniel Jasper
- r206269 - clang-format: Understand proto text format without commas.
Daniel Jasper
- r206273 - PR19178 __is_constructible returns true for abstract types.
Nikola Smiljanic
- r206275 - Allow address space qualifiers on OpenCL array parameters
Fraser Cormack
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Dinesh Dwivedi
- [PATCH] Factor out builtin argument range checks
Richard Sandiford
- [PATCH] Fix assertion when breaking string literals with tab characters.
Alexander Kornienko
- r206294 - Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating.
NAKAMURA Takumi
- r206295 - Fix assertion when breaking string literals with tab characters.
Alexander Kornienko
- r206296 - ARM64: track alignment padding registers on AAPCS targets
Tim Northover
- [PATCH] Do not build modules with missing submodule headers
Ben Langmuir
- r206298 - Fix a comment to match the implementation
Alp Toker
- r206301 - verify-di: Call debug info verifier from clang
Duncan P. N. Exon Smith
- r206302 - Add support for CUDA __launch_bounds__ attribute to CodeGen.
Eli Bendersky
- r206303 - Add test case for r206302
Eli Bendersky
- r206304 - Replace push_back()s by initializer list for shorter and cleaner code.
Eli Bendersky
- r206309 - Honour -ivfsoverlay in ASTUnit to match clang
Ben Langmuir
- [PATCH] MINGW64 Driver, TLS and SEH exception
Martell Malone
- r206314 - [ARM64] Update tests to reflect the change of the default CPU in llvm.
Quentin Colombet
- [PATCH] Add new 'let' command to bind arbitrary values into constants.
Samuel Benzaquen
- [libcxx] r203443 - Fix bug I introduced (enabling implicit conversions from compare function to map) in r202994. Thanks to Sebastian Redl for the catch.
Richard Smith
- r206317 - AST: Respect alignment attributes on typedef'd arrays
Justin Bogner
- [PATCH] [libcxxabi] Fix broken codesourcery.com links in comments
Jon Roelofs
- r206320 - Move comment back to being next to the thing it's describing.
Richard Smith
- r206321 - CodeGen: Remove a comment that isn't in the right place
Justin Bogner
- [PATCH] CodeGen: Emit warnings when dropping profile data during PGO
Justin Bogner
- [PATCH] [libcxxabi] replace bzero with memset and add wmmx registers to Registers_arm
Jon Roelofs
- [PATCH] [libcxxabi] Make new preprocessor guards for SJLJ and ARM_EHABI
Jon Roelofs
- [PATCH] [libcxxabi] On single threaded systems, turn mutexes into nops
Jon Roelofs
- r206322 - CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
- r206324 - [Allocator] Make the ContentCache object actually carry the 8-byte
Chandler Carruth
- LLVM buildmaster will be restarted today after 6 PM Pacific Time.
Galina Kistanova
- [PATCH] InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
- [PATCH] PR19341, debug-info refers to nonexistent object
Robinson, Paul
- r206338 - Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFG
DeLesley Hutchins
- r206339 - Format.cpp: Don't use initializer list.
NAKAMURA Takumi
- r206340 - Make -Wabsolute-value C++-aware.
Richard Trieu
- r206341 - Fix build after r206338
Duncan P. N. Exon Smith
- r206342 - Fixed problem with exclude header. The exclude header argument needs to be relative to the module.map file.
John Thompson
- r206345 - threadSafety::CopyOnWriteVector: Use LLVM_DELETED_FUNCTION here due to missing functionality of msc17.
NAKAMURA Takumi
- r206346 - Reformat.
NAKAMURA Takumi
- r206347 - threadSafety::SExprBuilder::BlockInfo: Non-static member initializer is unavailable. Use default constructor instead.
NAKAMURA Takumi
- r206352 - Lex: Fix __has_feature(cxx_exceptions) for objective C++
Justin Bogner
- r206360 - -Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit casts in C++.
Ted Kremenek
- r206362 - Re-enable several builtins in non-gnu modes.
Evgeniy Stepanov
- r206364 - Sema: Factor out argument range checks for builtin functions
Richard Sandiford
- PR19352 getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- r206373 - Hopefully avoid a warning on some GCCs (but not all strangely,
Chandler Carruth
- r206374 - Adding a move constructor (due to CopyOnWriteVector requiring move-only semantics) to appease MSVC.
Aaron Ballman
- [PATCH][ARM64] Fix predefines and add plumbing for -mfpu=
James Molloy
- r206384 - clang-format: Add special case to reduce indentaiton in streams.
Daniel Jasper
- r206386 - Minor formatting cleanups -- no functional changes intended.
Aaron Ballman
- [PATCH] [OPENMP] parsing 'linear' clause (for directive 'omp simd')
Alexander Musman
- [PATCH] Fix PR19408 -- Missing static this adjustment in a vtordisp thunk
Timur Iskhodzhanov
- r206390 - [ARM64] Fix up predefines, including adding big endian support to Targets.cpp
James Molloy
- r206394 - [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon.
James Molloy
- r206395 - [ARM64] Plumb in the -mfpu= flag.
James Molloy
- r206397 - InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
- r206401 - Add support for optimization reports.
Diego Novillo
- r206402 - Objective-C rewriter. Use _WIN64 instead of __LLP64__
Fariborz Jahanian
- r206404 - Minor cleanups for deleted functions to ensure they're a bit more robustly "deleted".
Aaron Ballman
- [cfe-dev] [PATCH 1/3] Fixes type of dyldInfo for glibc/bionic systems
Jonathan Roelofs
- r206406 - More minor refactoring. Updated for const-correctness, moved another deleted function to be private, 0 -> nullptr and some style corrections. No functional changes intended.
Aaron Ballman
- [cfe-dev] [PATCH 2/3] Fixes incorrect #ifs for SJ/LJ exceptions
Jonathan Roelofs
- r206409 - [objc] Consider new initializers inside @implementation when determining if the class
Argyrios Kyrtzidis
- r206410 - [objc] -[NSObject init] is documented to not do anything, don't warn if subclasses do not call [super init] on their initializers.
Argyrios Kyrtzidis
- [PATCH] Adding type info for f16c floating-point type
Yunzhong Gao
- r206411 - Fix indentation, NFC.
Argyrios Kyrtzidis
- r206412 - Fix check failure on hexagon targets.
Diego Novillo
- r206413 - Move -fms-extensions predefined macros into InitPreprocessor
Reid Kleckner
- r206414 - Attempting to unbreak the MSVC 2012 build.
Aaron Ballman
- r206415 - Revert "Move -fms-extensions predefined macros into InitPreprocessor"
Reid Kleckner
- r206416 - Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also check
Joerg Sonnenberger
- [PATCH] Add documentation for sample profiling support.
Diego Novillo
- r206418 - Added dump method for global module index.
John Thompson
- r206420 - Attempting to unbreak the MSVC 2012 build a second time.
Aaron Ballman
- [libcxx] r206424 - Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the catch.
Marshall Clow
- [libcxxabi] r206427 - Replace bzero with memset
Jonathan Roelofs
- r206430 - Debug info: When collecting the parameters of C++ partial template
Adrian Prantl
- [PATCH] Add support for named values in the parser.
Peter Collingbourne
- r206431 - Rename lib/Headers/module.map to module.modulemap
Ben Langmuir
- r206434 - Further simplify r206430.
Adrian Prantl
- r206435 - PR19452: Implement more of [over.match.oper]p3's restrictions on which non-member overloaded operators can be found when no operand is of class type. We used to fail to implement this rule if there was an operand of dependent type.
Richard Smith
- r206436 - Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
- r206439 - Adding type info for f16c floating-point type. This is consistent with the
Yunzhong Gao
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- r206440 - [Parser] Remove "add -fmodules" from the "use of '@import' when modules are disabled, add -fmodules" error.
Argyrios Kyrtzidis
- r206441 - Don't emit an ExtWarn on declarations of variable template specializations;
Richard Smith
- r206442 - Refactor all the checking for missing 'template<>'s when a declaration has a
Richard Smith
- r206443 - When writing YAML in libclang, use yaml::escape instead of write_escaped
Ben Langmuir
- r206444 - PR19340: If we see a declaration of a member of an unspecialized class template
Richard Smith
- [cfe-commits] [clang-tools-extra] r172072 - /clang-tools-extra/trunk/clang-format/clang-format.py
Nico Weber
- r206451 - SemaTemplate.cpp: Appease msvc to get rid of default argument in lambda definition.
NAKAMURA Takumi
- r206452 - SemaTemplate.cpp: Rework r206451. Removing an argument was really bad idea.
NAKAMURA Takumi
- r206456 - ARM64: remove holes from *all* HFAs on the stack.
Tim Northover
- r206457 - Fix PR19408 - Missing static this adjustment in a vtordisp thunk
Timur Iskhodzhanov
- r206458 - clang-format: Respect BinPackParameters in Cpp11BracedListStyle.
Daniel Jasper
- [Patch] Fix for PR18746 -rejects-valid on a constexpr member function of a class template with a deduced return type and no return statements
Rahul Jain
- [PATCH] String plus char
Anders Rönnholm
- r206460 - Preventing future MSVC 2012 surprises with SimpleArray by giving it an explicit move assignment operator.
Aaron Ballman
- r206461 - [ARM64] Default to the 'generic' CPU, unless -arch is present for backwards compatibility.
James Molloy
- r206462 - [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was missing.
James Molloy
- r206463 - [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more tests.
James Molloy
- r206464 - [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.
James Molloy
- r206465 - [ARM64] Fix __clear_cache - ensure it is predefined.
James Molloy
- r206467 - Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroext
Keith Walker
- [PATCH] Fix alignment of trailing block comments.
Alexander Kornienko
- [PATCH] Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
- [PATCH] Follow-up to r206457 -- fix static adjustments for some subtle virtual inheritance cases
Timur Iskhodzhanov
- [PATCH] Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
- [PATCH] Add 32-bit alignment minimum for globals in Thumb1 code
Moritz Roth
- r206471 - Since the object is new'ed in the enterCFG function, now deleting in the exitCFG function instead of the destructor to ensure proper pairing. This allows reuse of the builder without creating a memory leak.
Aaron Ballman
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Alexander Kornienko
- r206472 - Fix alignment of trailing block comments.
Alexander Kornienko
- r206474 - Revised per Dmitri's comments. My first exposure to range-based for loops, thanks!
John Thompson
- r206478 - Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
- r206479 - clang-format.py: Don't omit the first two words from error messages.
Nico Weber
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
- [PATCH] Test case for bug 19437.
Diego Novillo
- [libcxx] r206482 - Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03.
Marshall Clow
- r206483 - Revised per Dmitri's comments. My first exposure to range-based for loops, thanks!
John Thompson
- r206491 - Nitpicky refactoring -- use of nullptr and auto, made a bit more const-correct. No functional changes intended.
Aaron Ballman
- r206493 - Add missing serialization code for one of the CXXRecordDecl definition flags.
Richard Smith
- r206494 - Fix comment.
Richard Smith
- r206503 - Making some public members into private members. This also introduces a bit more const-correctness, and now uses some range-based for loops. No functional changes intended.
Aaron Ballman
- r206504 - Follow-up to r206457 -- fix static adjustments for some subtle virtual inheritance cases
Timur Iskhodzhanov
- r206508 - MS ABI: Don't append to vbtables that we shouldn't extend
Reid Kleckner
- r206509 - test: Use llvm-profdata merge in Profile tests
Justin Bogner
- r206543 - BackendUtil: Pass through -mdisable-tail-calls
Duncan P. N. Exon Smith
- r206545 - Fix a -Wmicrosoft warning on an unrepresentable enum
Reid Kleckner
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- [PATCH] SEH exceptions on Win64 (clang part)
Yaron Keren
- [PATCH] MinGW toolchain
Yaron Keren
- [PATCH] TLS for MinGW
Yaron Keren
- r206580 - ARM64: make sure HFAs on the stack get properly aligned.
Tim Northover
- Improving -Wunused-member-function
Nuno Lopes
- r206590 - Updating to use more range-based for loops, nullptr and auto. No functional changes.
Aaron Ballman
- [PATCH] preview patch for fixit for finding modules needing import/inclusion
Thompson, John
- r206594 - ARM64: make sure the caller is expected to extend in AAPCS.
Tim Northover
- r206595 - Add more constness to module-related APIs
Dmitri Gribenko
- r206614 - Split out the no-thunk multiple inheritance tests
Timur Iskhodzhanov
- [libcxx] r206623 - Bug #19473. If you pass an allocator to std::function, we should use that allocator, not construct one from scratch. Add a test to make sure
Marshall Clow
- r206637 - Remove OnDiskHashTable.h, since it's been moved to llvm
Justin Bogner
- r206640 - Teach users of OnDiskHashTable to define hash_value and offset types
Justin Bogner
- r206644 - Don't read CompilerInstance fields that don't exist in ASTUnit
Ben Langmuir
- r206657 - [Cleanup] Remove a trailing whitespace
Justin Bogner
- r206658 - CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
- r206660 - Add support for building Sphinx documentation when being inside LLVM source tree and using CMake
Reid Kleckner
- r206661 - Fix sphinx-build warnings in clang docs.
Reid Kleckner
- r206664 - Don't build modules with (submodules with) missing headers
Ben Langmuir
- r206667 - CodeGen: Remove an unused include
Justin Bogner
- r206673 - Fix a hole with nested unavailable submodules from r206664
Ben Langmuir
- r206676 - Thread Safety Analysis: Update SSA pass to handle loops.
DeLesley Hutchins
- r206680 - When a module completes the definition of a class template specialization imported from another module, emit an update record, rather than using the broken decl rewriting mechanism. If multiple modules do this, merge the definitions together, much as we would if they were separate declarations.
Richard Smith
- r206681 - Thread Safety Analysis: Convert to minimal SSA.
DeLesley Hutchins
- [PATCH] [REFACTOR] Sema::MatchTemplateParametersToScopeSpecifier
Faisal Vali
- r206682 - Speculative fix for buildbot failure. Apparently Clang 3.1 got move semantics wrong.
Richard Smith
- r206685 - clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644.
NAKAMURA Takumi
- r206686 - Re-enable the C++11 modules integration test on OS X
Alp Toker
- r206687 - Move ObjC Cocoa.h header test to Headers
Alp Toker
- r206688 - Disallow driver use in more Sema tests
Alp Toker
- r206703 - Fix and restore the macro-multiline.c test
Alp Toker
- C++11 attributes for C11 (was Re: [PATCH] Generalized attribute support)
Alp Toker
- r206709 - Remove some empty statements
Alp Toker
- r206712 - cindex.py: Avoid deprecated function
Alp Toker
- PING: [PATCH] Improve message 'Undefined allocation of 0 bytes'
Daniel Marjamäki
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Dan Liew
- r206728 - Fix a comment typo.
Bob Wilson
- r206729 - ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.
Bob Wilson
Last message date:
Sun Apr 20 20:58:05 PDT 2014
Archived on: Tue Aug 4 15:31:35 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).