The Week Of Monday 1 July 2013 Archives by thread
Starting: Mon Jul 1 01:13:34 PDT 2013
Ending: Sun Jul 7 23:59:23 PDT 2013
Messages: 363
- r185312 - Following the modification introduced in llvm by commit 185311
Sylvestre Ledru
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Timur Iskhodzhanov
- r185319 - Fix braced-list detection in lieu of trailing comments.
Daniel Jasper
- r185320 - Keep space between pointer and block comment.
Daniel Jasper
- r185321 - Don't add an extra space before ellipsis after pointers.
Daniel Jasper
- r185323 - clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly on cygwin.
NAKAMURA Takumi
- r185327 - Don't align "} // namespace" comments.
Daniel Jasper
- [PATCH] [PATCH] Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout
Serge Pavlov
- [PATCH] Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
- [libcxx] r185265 - Add operators to make launch a bitmask type. Searched all of the standard, and libc++ to see if this error occurred elsewhere and didn't see any other place. This fixes http://llvm.org/bugs/show_bug.cgi?id=16207
Marshall Clow
- r185337 - Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- Fwd: [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Eli Bendersky
- [PATCH] Teach static analyzer about AttributedStmts
Jordan Rose
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Marshall Clow
- [PATCH] [analyzer] Improve handling of noreturn destructors
Jordan Rose
- r185346 - Fix incorrect token counting introduced by r185319.
Daniel Jasper
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- [libcxx] r185352 - Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
Marshall Clow
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- r185362 - Fix MSP430 builtin types.
Anton Korobeynikov
- r185372 - Fix mangling for block literals.
Eli Friedman
- [PATCH] Warn on suspicious increments/decrements in for loops
Richard Trieu
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- r185374 - Fix CMakeLists.txt.
Eli Friedman
- [PATCH] Emit "expected unqualified-id" message on same line as declarator.
Richard Trieu
- r185381 - Simplify linkage code for static local vars.
Eli Friedman
- r185384 - Simplify code in mangler.
Eli Friedman
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
- [libcxx] r185391 - XFAIL this test on 10.7 and 10.8
Howard Hinnant
- [PATCH] Properly taint gets()
Keaton Mowery
- r185401 - [analyzer] Explicitly disallow mixed Loc-NonLoc comparisons.
Jordan Rose
- [PATCH] Fix SimpleSValBuilder::evalBinOpLN
Jordan Rose
- r185402 - Don't skip lambdas when mangling local vars.
Eli Friedman
- [PATCH] [ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] Initial clang-tidy architecture
Daniel Jasper
- r185417 - Teach static analyzer about AttributedStmts
Pavel Labath
- r185418 - Fix formatting of long declarations with const type.
Daniel Jasper
- r185423 - Fix ranges computed by git clang-format.
Daniel Jasper
- r182596 - clang-format integration for git.
Daniel Jasper
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- Buildbot on windows is failing
Rafael Espíndola
- fix passing long argument lists to the linker, PR 15171, take 2
Rafael Espíndola
- r185438 - Simplify getting CXXRecordDecl from a base iterator
Timur Iskhodzhanov
- r185439 - Suppress "control reaches end of non-void function" warning when compiling with gcc.
Andy Gibbs
- XFAIL Headers/cxx11.cpp for Hexagon
Jyotsna Verma
- r185444 - [analyzer] Pointers-to-members are (currently) Locs, not NonLocs.
Jordan Rose
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- r185446 - Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout.
Serge Pavlov
- [libcxx] r185449 - Bill Fisher: This patch fixes a bug where the regex parser doesn't advance the pointer after reading the third character of an octal escape (in awk mode).
Howard Hinnant
- [PATCH][libcxx] regex/awk does not handle 3-char octal escapes correctly
Howard Hinnant
- r185450 - More fixes for block mangling.
Eli Friedman
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Howard Hinnant
- [libcxx] r185452 - Constrain launch ~ operator to defined bits.
Howard Hinnant
- r185453 - Add regression test for PR12331.
Richard Smith
- r185454 - [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- adding an xcore front end
Robert Lytton
- [libcxx] r185457 - Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snprintf_l
Howard Hinnant
- libcxx patch for N3655
Marshall Clow
- [libcxx] r185462 - Updated CREDITS.TXT
Howard Hinnant
- r185463 - Debug Info: clean up usage of Verify.
Manman Ren
- [libcxxabi] r185464 - Updated CREDITS.TXT
Howard Hinnant
- [libcxx] r185467 - Don't free the C locale on NetBSD.
Joerg Sonnenberger
- [libcxx] r185468 - Adorn make_unique with visibility and inline attributes
Marshall Clow
- r185469 - Documentation: Update docs for C++ lambdas to more accurately reflect
James Dennett
- r185470 - Redirect the output of a test to a temporary file to prevent messing up
Richard Trieu
- [PATCH] [libc++] Remove unaligned type punning from murmurhash/cityhash
Matthew Dempsky
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
Richard Smith
- r185483 - Debug Info: set default to gdwarf-2 for Darwin.
Manman Ren
- r185486 - Look for corrections in enclosing namespaces that require a global NestedNameSpecifier.
Kaelyn Uhrain
- r185487 - Allow typo correction to try removing nested name specifiers.
Kaelyn Uhrain
- [PATCH 1/2] Don't differentiate between openSUSE versions.
Rafael Ávila De Espíndola
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Eric Christopher
- r185493 - Fixed test options.
Serge Pavlov
- r185522 - [analyzer] Improve handling of noreturn destructors
Pavel Labath
- r185530 - Don't insert confusing line breaks in comparisons.
Daniel Jasper
- r185531 - Prevent error message when formatting an empty file.
Daniel Jasper
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Guillaume Papin
- [PATCH] Initial support for Attribute subjects
Aaron Ballman
- [clang-tools-extra] r185535 - cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
- r185537 - We don't need to know the OpenSUSE version, so don't parse it.
Rafael Espindola
- r185543 - Test case for PR7887 - failed with asm("")
Serge Pavlov
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
- r185548 - With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.
Jordan Rose
- Fix build with CLANG_ENABLE_STATIC_ANALYZER
Jordan Rose
- [Bug 16352] Unimplemented Function in Scan-Build
Jordan Rose
- r185555 - [scan-build] Log compiler invocation to stderr, not stdout.
Jordan Rose
- r185557 - Chris has agree to take part ownership of the driver.
Chad Rosier
- [libcxx] r185558 - Matthew Dempsky: Attached patch replaces the type punning with memcpy(), which on
Howard Hinnant
- r185562 - Add file suffix for assembler-with-cpp.
Eli Friedman
- r185563 - Provide test case for commit r185544.
Bill Schmidt
- r185565 - Enable -ffreestanding for this test, to avoid #include_next'ing the system's
Richard Smith
- [PATCH] Prevent LoopConvert from shadowing already defined variables with the same name as the loop variable.
Ariel Bernal
- r185568 - Add target hook CodeGen queries when generating builtin pow*.
Eli Bendersky
- [libcxx] r185569 - Commit patch for integer sequences. Suggested by Richard, reworked by Howard, and annotated by me
Marshall Clow
- [PATCH, RFC] Fix PR16456 (make bool a context-sensitive keyword in Altivec mode)
Bill Schmidt
- r185572 - Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
Roman Divacky
- r183722 - Implement DR85: Redeclaration of member is forbidden
Kim Gräsman
- r185574 - Revert r185557 as it was a bit (a lot) premature.
Chad Rosier
- r185577 - Update testing cases to check dwarf-2 for Darwin.
Manman Ren
- r185578 - Add support for TF/TC modes available on eg. PowerPC64.
Roman Divacky
- r185580 - "bool" should be a context-sensitive keyword in Altivec mode.
Bill Schmidt
- r185582 - [PowerPC] FreeBSD does not require f128 in its data layout string.
Bill Schmidt
- r185584 - Check LongDoubleFormat instead of just Width as this is PowerPC specific.
Roman Divacky
- Question about [r185450 - More fixes for block mangling.]
Faisal Vali
- r185591 - [ObjectiveC Migration]: Provide knobs for
Fariborz Jahanian
- r185593 - Minor refactoring of my last patch.
Fariborz Jahanian
- [libcxx] r185597 - Patch for N3655 (Transformation type traits) with Howard's additions
Marshall Clow
- r185598 - PR16480: Reimplement token-caching for constructor initializer lists. This
Richard Smith
- r185599 - [ObjectiveC migrator] relax the rules for setter/getter
Fariborz Jahanian
- r185602 - Improve -Wlogical-not-parentheses to catch when the not is applied to an enum.
Richard Trieu
- r185604 - Part of PR15673: If a function template has a default argument in which
Richard Smith
- [PATCH] Apply BlackList -> GlobalList rename in Clang.
Peter Collingbourne
- r185608 - [analyzer] Make sure that inlined defensive checks work on div by zero.
Anna Zaks
- r185609 - [analyzer] Suppress reports reported in std::list
Anna Zaks
- r185610 - Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
Craig Topper
- r185611 - Add a space between closing template '>' to unbreak build.
Craig Topper
- r185613 - Testcase for PR14130, which was probably fixed by r183859.
Richard Smith
- r185614 - Add test for PR4997. This has been fixed for a while.
Richard Smith
- patch: add readonly argument attribute
Nick Lewycky
- [PATCH] Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- r185622 - Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
- [PATCH] cpp11-migrate: Fix parsing of '.' for header include/excludes
Edwin Vane
- r185623 - Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- r185628 - Clang has no nested function support. Delete this test.
Rafael Espindola
- r185629 - Remove old test.
Rafael Espindola
- r185630 - Remove old test.
Rafael Espindola
- r185634 - Replace void with int to make this a valid C++ file.
Rafael Espindola
- r185635 - Convert test to FileCheck.
Rafael Espindola
- r185636 - Remove tcl quotes.
Rafael Espindola
- r185637 - Use a clang -cc1 option instead of -m32 and remove tcl quotes.
Rafael Espindola
- r185639 - clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test.
Rafael Espindola
- r185640 - Fixed typo: NoneComment -> NonComment, no other changes.
Alexander Kornienko
- r185641 - Remove unused -verify.
Rafael Espindola
- r185643 - Remove more unused uses of -verify.
Rafael Espindola
- r185644 - Add missing expected-warning.
Rafael Espindola
- r185645 - Convert test to FileCheck.
Rafael Espindola
- [libcxx] r185646 - Fix bashism.
Joerg Sonnenberger
- r185647 - Remove test for the old debug format which was XFAILed since 2009.
Rafael Espindola
- r185648 - Replace 'grep foo | count 0' with 'not grep foo'.
Rafael Espindola
- r185649 - Relax pattern to accept a signext on ppc64.
Rafael Espindola
- r185650 - Looks like {{.*}} doesn't match the empty string. Fix test.
Rafael Espindola
- r185652 - Add 'not' to commands that are expected to fail.
Rafael Espindola
- r185653 - Require a shell for this test.
Rafael Espindola
- [clang-tools-extra] r185654 - Add 'not' to commands that are expected to fail.
Rafael Espindola
- [clang-tools-extra] r185660 - cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Guillaume Papin
- [libcxx] r185665 - Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/bugs/show_bug.cgi?id=16538
Howard Hinnant
- [libcxx] r185666 - Removed extension in [unordered_][multi]map which allowed one to emplace using just an argument for the key, as opposed to using piecewise_construct. However a bug report exposed that this created an unfortunate ambiguity. People who are currently using the extension will be notified the next time they compile, and will have to change to using piecewise_construct. There are no ABI issues with the removal of this extension. This fixes http://llvm.org/bugs/show_bug.cgi?id=16542
Howard Hinnant
- r185668 - Add test for r185584.
Roman Divacky
- r185672 - Minor documentation cleanup
James Dennett
- r185674 - Add some more documentation on how to navigate from a LambdaExpr::Capture
James Dennett
- [patch] Correctly classifying PackExpansionType as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
- r185679 - Use the new --crash option in commands that are expected to crash.
Rafael Espindola
- [PATCH] Step 1: Simple Generic lambda (no captures or nested lambdas)
Faisal Vali
- r185682 - Add typedefs for Densemaps containing SmallVectors to avoid repeating the SmallVector size when creating iterators for the DenseMap.
Craig Topper
- r185683 - Use typedef for Densemap contraining SmallVector passed to a function to avoid repeating SmallVector size.
Craig Topper
- r185684 - Sema: Call IgnoreParens fewer times in CheckAddressOfOperand
David Majnemer
- [PATCH] Fixing source range for functional casts and unresolved ctor calls.
Enea Zaffanella
- r185685 - Don't break after a "(" following a binary operator.
Daniel Jasper
- r185687 - Improve detection for preventing certain kind of formatting patterns.
Daniel Jasper
- r185699 - Fix formatting for allocation of new pointer variables.
Daniel Jasper
- r185702 - We don't need to check for windows' error codes in here.
Rafael Espindola
- r185707 - Fix PR16547.
Rafael Espindola
- r185708 - Add a test case for r185707/PR16547.
Benjamin Kramer
- [PATCH] Fixing source location info in UnaryTransformTypeLoc nodes.
Enea Zaffanella
- r185710 - Objective-C: diagnose when synthesizing an ivar of
Fariborz Jahanian
- [libcxx] r185711 - Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes http://llvm.org/bugs/show_bug.cgi?id=16549
Howard Hinnant
- r185713 - Fix regression from r185450.
Eli Friedman
- r185715 - Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
- r185717 - Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
- [clang-tools-extra] r185718 - Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
- r185721 - Don't use mangleCXXRTTIName in TBAA for C code.
Eli Friedman
- r185722 - [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional"
Argyrios Kyrtzidis
- r185724 - [objc migrator]: More knobs to do migration to
Fariborz Jahanian
- r185725 - [libclang] Add the new function to libclang.exports
Argyrios Kyrtzidis
- r185727 - Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Austin Seipp
- r185732 - [comment parsing]: Removes an unsafe API whose
Fariborz Jahanian
- r185734 - Remove referece type onproperty of abstract
Fariborz Jahanian
- r185736 - Update test for change in r185735.
Nick Lewycky
- [PATCH] Add full semantic support for dllimport/export attributes
Nico Rieck
- r185745 - Sema: Fix a crash when main is redeclared as a function-template.
David Majnemer
- r185752 - Remove some useless declarations (found by scan-build)
Sylvestre Ledru
- [libcxx] r185756 - Silence -Wint-to-void-pointer-cast warning in test.
Howard Hinnant
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- r185762 - Objective-C: Warn when fast enumeration variable isn't used.
Fariborz Jahanian
- r185765 - Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
- r185771 - Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes.
James Dennett
- r185772 - Rename test to match C++1y paragraph number per N3690, and add additional test
Richard Smith
- r185773 - Fixed source range for functional cast and unresolved construct expr nodes.
Enea Zaffanella
- [PATCH] Adding preproc callback for pragma directives.
Enea Zaffanella
- [PATCH] Allow builtin definition with -fno-builtin
Francois Pichet
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- r185779 - Sema: Do not merge new decls with invalid, old decls
David Majnemer
- r185784 - Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- r185785 - Function argument formatting fixes.
Craig Topper
- r185786 - Function argument formatting fixes. No functional change.
Craig Topper
- r185787 - Remove 'else' after 'return'
Craig Topper
- r185789 - Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the small size of the inner SmallVector.
Craig Topper
- r185792 - Simplify code. No functional change.
Craig Topper
- r185795 - AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now.
NAKAMURA Takumi
- r185796 - clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown.
NAKAMURA Takumi
- r185797 - clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'.
NAKAMURA Takumi
Last message date:
Sun Jul 7 23:59:23 PDT 2013
Archived on: Tue Aug 4 15:31:07 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).