The Week Of Monday 1 July 2013 Archives by author
Starting: Mon Jul 1 01:13:34 PDT 2013
Ending: Sun Jul 7 23:59:23 PDT 2013
Messages: 363
- [PATCH] Initial support for Attribute subjects
Aaron Ballman
- Fwd: [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Eli Bendersky
- r185568 - Add target hook CodeGen queries when generating builtin pow*.
Eli Bendersky
- r185568 - Add target hook CodeGen queries when generating builtin pow*.
Eli Bendersky
- [PATCH] Prevent LoopConvert from shadowing already defined variables with the same name as the loop variable.
Ariel Bernal
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
David Blaikie
- r185582 - [PowerPC] FreeBSD does not require f128 in its data layout string.
David Blaikie
- r185584 - Check LongDoubleFormat instead of just Width as this is PowerPC specific.
David Blaikie
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
David Blaikie
- r185584 - Check LongDoubleFormat instead of just Width as this is PowerPC specific.
David Blaikie
- [patch] Correctly classifying PackExpansionType as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
- [libcxx] r185352 - Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
Chandler Carruth
- XFAIL Headers/cxx11.cpp for Hexagon
Chandler Carruth
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Chandler Carruth
- [PATCH] Initial clang-tidy architecture
Chandler Carruth
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Eric Christopher
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Eric Christopher
- r185557 - Chris has agree to take part ownership of the driver.
Eric Christopher
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Eric Christopher
- [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
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Marshall Clow
- [libcxx] r185352 - Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
Marshall Clow
- libcxx patch for N3655
Marshall Clow
- [libcxx] r185468 - Adorn make_unique with visibility and inline attributes
Marshall Clow
- libcxx patch for N3655
Marshall Clow
- [libcxx] r185569 - Commit patch for integer sequences. Suggested by Richard, reworked by Howard, and annotated by me
Marshall Clow
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Marshall Clow
- [libcxx] r185597 - Patch for N3655 (Transformation type traits) with Howard's additions
Marshall Clow
- libcxx patch for N3655
Marshall Clow
- [PATCH] Apply BlackList -> GlobalList rename in Clang.
Peter Collingbourne
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Matthew Dempsky
- [PATCH] [libc++] Remove unaligned type punning from murmurhash/cityhash
Matthew Dempsky
- r185469 - Documentation: Update docs for C++ lambdas to more accurately reflect
James Dennett
- r185672 - Minor documentation cleanup
James Dennett
- r185674 - Add some more documentation on how to navigate from a LambdaExpr::Capture
James Dennett
- r185771 - Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes.
James Dennett
- r185572 - Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
Roman Divacky
- r185578 - Add support for TF/TC modes available on eg. PowerPC64.
Roman Divacky
- r185584 - Check LongDoubleFormat instead of just Width as this is PowerPC specific.
Roman Divacky
- r185584 - Check LongDoubleFormat instead of just Width as this is PowerPC specific.
Roman Divacky
- r185668 - Add test for r185584.
Roman Divacky
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Jean-Daniel Dupas
- [PATCH 1/2] Don't differentiate between openSUSE versions.
İsmail Dönmez
- r185537 - We don't need to know the OpenSUSE version, so don't parse it.
Rafael Espindola
- 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
- 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
- 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
- r185679 - Use the new --crash option in commands that are expected to crash.
Rafael Espindola
- r185702 - We don't need to check for windows' error codes in here.
Rafael Espindola
- r185707 - Fix PR16547.
Rafael Espindola
- r185717 - Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
- [clang-tools-extra] r185718 - Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
- r185727 - Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
- [PATCH 1/2] Don't differentiate between openSUSE versions.
Rafael Ávila De Espíndola
- [PATCH] [PATCH] Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout
Rafael Espíndola
- Buildbot on windows is failing
Rafael Espíndola
- fix passing long argument lists to the linker, PR 15171, take 2
Rafael Espíndola
- r185446 - Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout.
Rafael Espíndola
- [PATCH 1/2] Don't differentiate between openSUSE versions.
Rafael Espíndola
- r185381 - Simplify linkage code for static local vars.
Rafael Espíndola
- r185568 - Add target hook CodeGen queries when generating builtin pow*.
Rafael Espíndola
- r185635 - Convert test to FileCheck.
Rafael Espíndola
- r185708 - Add a test case for r185707/PR16547.
Rafael Espíndola
- r185372 - Fix mangling for block literals.
Eli Friedman
- r185374 - Fix CMakeLists.txt.
Eli Friedman
- r185372 - Fix mangling for block literals.
Eli Friedman
- 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
Eli Friedman
- r185402 - Don't skip lambdas when mangling local vars.
Eli Friedman
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Eli Friedman
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Eli Friedman
- r185450 - More fixes for block mangling.
Eli Friedman
- adding an xcore front end
Eli Friedman
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Eli Friedman
- r185562 - Add file suffix for assembler-with-cpp.
Eli Friedman
- r185557 - Chris has agree to take part ownership of the driver.
Eli Friedman
- r185572 - Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
Eli Friedman
- r185578 - Add support for TF/TC modes available on eg. PowerPC64.
Eli Friedman
- Question about [r185450 - More fixes for block mangling.]
Eli Friedman
- [PATCH] Fixing source location info in UnaryTransformTypeLoc nodes.
Eli Friedman
- r185713 - Fix regression from r185450.
Eli Friedman
- r185450 - More fixes for block mangling.
Eli Friedman
- [PATCH] Fixing source range for functional casts and unresolved ctor calls.
Eli Friedman
- r185721 - Don't use mangleCXXRTTIName in TBAA for C code.
Eli Friedman
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Eli Friedman
- [PATCH] Add full semantic support for dllimport/export attributes
Eli Friedman
- [PATCH] Add full semantic support for dllimport/export attributes
Eli Friedman
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Óscar Fuentes
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- r185439 - Suppress "control reaches end of non-void function" warning when compiling with gcc.
Andy Gibbs
- r183722 - Implement DR85: Redeclaration of member is forbidden
Kim Gräsman
- r183722 - Implement DR85: Redeclaration of member is forbidden
Kim Gräsman
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Howard Hinnant
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Howard Hinnant
- [libcxx] r185391 - XFAIL this test on 10.7 and 10.8
Howard Hinnant
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Howard Hinnant
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Howard Hinnant
- [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
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Howard Hinnant
- [libcxx] r185452 - Constrain launch ~ operator to defined bits.
Howard Hinnant
- [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
Howard Hinnant
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Howard Hinnant
- [libcxx] r185457 - Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snprintf_l
Howard Hinnant
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Howard Hinnant
- [libcxx] r185462 - Updated CREDITS.TXT
Howard Hinnant
- [libcxxabi] r185464 - Updated CREDITS.TXT
Howard Hinnant
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Howard Hinnant
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Howard Hinnant
- libcxx patch for N3655
Howard Hinnant
- libcxx patch for N3655
Howard Hinnant
- [libcxx] r185558 - Matthew Dempsky: Attached patch replaces the type punning with memcpy(), which on
Howard Hinnant
- [PATCH] [libc++] Remove unaligned type punning from murmurhash/cityhash
Howard Hinnant
- libcxx patch for N3655
Howard Hinnant
- [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
- [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
- [libcxx] r185756 - Silence -Wint-to-void-pointer-cast warning in test.
Howard Hinnant
- r185229 - PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
Timur Iskhodzhanov
- r185438 - Simplify getting CXXRecordDecl from a base iterator
Timur Iskhodzhanov
- r185591 - [ObjectiveC Migration]: Provide knobs for
Fariborz Jahanian
- r185593 - Minor refactoring of my last patch.
Fariborz Jahanian
- r185599 - [ObjectiveC migrator] relax the rules for setter/getter
Fariborz Jahanian
- r185710 - Objective-C: diagnose when synthesizing an ivar of
Fariborz Jahanian
- r185724 - [objc migrator]: More knobs to do migration to
Fariborz Jahanian
- r185732 - [comment parsing]: Removes an unsafe API whose
Fariborz Jahanian
- r185734 - Remove referece type onproperty of abstract
Fariborz Jahanian
- r185762 - Objective-C: Warn when fast enumeration variable isn't used.
Fariborz Jahanian
- 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
- r185327 - Don't align "} // namespace" comments.
Daniel Jasper
- [PATCH] Avoid column limit violation in block comments in certain cases.
Daniel Jasper
- r185346 - Fix incorrect token counting introduced by r185319.
Daniel Jasper
- [PATCH] Initial clang-tidy architecture
Daniel Jasper
- 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
- r185423 - Fix ranges computed by git clang-format.
Daniel Jasper
- [PATCH] Initial clang-tidy architecture
Daniel Jasper
- r185530 - Don't insert confusing line breaks in comparisons.
Daniel Jasper
- r185531 - Prevent error message when formatting an empty file.
Daniel Jasper
- [PATCH] Added AlwaysBreakBeforeMultilineStrings option.
Daniel Jasper
- [PATCH] Added AlwaysBreakBeforeMultilineStrings option.
Daniel Jasper
- 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
- Fix build with CLANG_ENABLE_STATIC_ANALYZER
Stephen Kelly
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- [PATCH] [ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
- r185454 - [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] Add full semantic support for dllimport/export attributes
Reid Kleckner
- [PATCH] Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
- r185337 - Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
- [PATCH] Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
- [PATCH] Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
- [PATCH] Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
- r185622 - Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
- r185640 - Fixed typo: NoneComment -> NonComment, no other changes.
Alexander Kornienko
- r185362 - Fix MSP430 builtin types.
Anton Korobeynikov
- r185708 - Add a test case for r185707/PR16547.
Benjamin Kramer
- r185707 - Fix PR16547.
Benjamin Kramer
- r185722 - [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional"
Argyrios Kyrtzidis
- r185725 - [libclang] Add the new function to libclang.exports
Argyrios Kyrtzidis
- r185417 - Teach static analyzer about AttributedStmts
Pavel Labath
- [PATCH] Teach static analyzer about AttributedStmts
Pavel Labath
- [PATCH] [analyzer] Improve handling of noreturn destructors
Pavel Labath
- r185522 - [analyzer] Improve handling of noreturn destructors
Pavel Labath
- [PATCH] [analyzer] Improve handling of noreturn destructors
Pavel Labath
- patch: add readonly argument attribute
Chris Lattner
- r185312 - Following the modification introduced in llvm by commit 185311
Sylvestre Ledru
- r185752 - Remove some useless declarations (found by scan-build)
Sylvestre Ledru
- patch: add readonly argument attribute
Nick Lewycky
- r185736 - Update test for change in r185735.
Nick Lewycky
- r185772 - Rename test to match C++1y paragraph number per N3690, and add additional test
Stephen Lin
- adding an xcore front end
Robert Lytton
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
David Majnemer
- r185684 - Sema: Call IgnoreParens fewer times in CheckAddressOfOperand
David Majnemer
- r185745 - Sema: Fix a crash when main is redeclared as a function-template.
David Majnemer
- r185779 - Sema: Do not merge new decls with invalid, old decls
David Majnemer
- [PATCH] [ms-cxxabi] Mangle variadic template parameter packs
João Matos
- [PATCH] Properly taint gets()
Keaton Mowery
- Fwd: [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Arthur O'Dwyer
- [PATCH] Add a truncation warning for values under a bitwise or
Sam Panzer
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Guillaume Papin
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Guillaume Papin
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Guillaume Papin
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Guillaume Papin
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Guillaume Papin
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Guillaume Papin
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Guillaume Papin
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Guillaume Papin
- [PATCH] [PATCH] Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout
Serge Pavlov
- r185446 - Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout.
Serge Pavlov
- r185493 - Fixed test options.
Serge Pavlov
- r185543 - Test case for PR7887 - failed with asm("")
Serge Pavlov
- [PATCH] Allow builtin definition with -fno-builtin
Francois Pichet
- r185463 - Debug Info: clean up usage of Verify.
Manman Ren
- r185483 - Debug Info: set default to gdwarf-2 for Darwin.
Manman Ren
- r184276 - Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Manman Ren
- r185483 - Debug Info: set default to gdwarf-2 for Darwin.
Manman Ren
- r185577 - Update testing cases to check dwarf-2 for Darwin.
Manman Ren
- [PATCH] Initial clang-tidy architecture
Nico Rieck
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Nico Rieck
- [libcxx] r185451 - Windows support in thread::hardware_concurrency.
Nico Rieck
- [PATCH] Add full semantic support for dllimport/export attributes
Nico Rieck
- [PATCH] Add full semantic support for dllimport/export attributes
Nico Rieck
- [PATCH] Teach static analyzer about AttributedStmts
Jordan Rose
- [PATCH] [analyzer] Improve handling of noreturn destructors
Jordan Rose
- r185401 - [analyzer] Explicitly disallow mixed Loc-NonLoc comparisons.
Jordan Rose
- [PATCH] Fix SimpleSValBuilder::evalBinOpLN
Jordan Rose
- r185444 - [analyzer] Pointers-to-members are (currently) Locs, not NonLocs.
Jordan Rose
- [PATCH] Fix SimpleSValBuilder::evalBinOpLN
Jordan Rose
- [PATCH] [analyzer] Improve handling of noreturn destructors
Jordan Rose
- 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
- r185608 - [analyzer] Make sure that inlined defensive checks work on div by zero.
Jordan Rose
- r185710 - Objective-C: diagnose when synthesizing an ivar of
Jordan Rose
- r185483 - Debug Info: set default to gdwarf-2 for Darwin.
Chad Rosier
- r185557 - Chris has agree to take part ownership of the driver.
Chad Rosier
- r185574 - Revert r185557 as it was a bit (a lot) premature.
Chad Rosier
- r185557 - Chris has agree to take part ownership of the driver.
Chad Rosier
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
- r185563 - Provide test case for commit r185544.
Bill Schmidt
- [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.
Bill Schmidt
- [PATCH, RFC] Fix PR16456 (make bool a context-sensitive keyword in Altivec mode)
Bill Schmidt
- [PATCH, RFC] Fix PR16456 (make bool a context-sensitive keyword in Altivec mode)
Bill Schmidt
- 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
- r185582 - [PowerPC] FreeBSD does not require f128 in its data layout string.
Bill Schmidt
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
Derek Schuff
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Austin Seipp
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Austin Seipp
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Richard Smith
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
- [PATCH] Better macro error messages involving initializer lists
Richard Smith
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Richard Smith
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Richard Smith
- r183283 - Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
- XFAIL Headers/cxx11.cpp for Hexagon
Richard Smith
- XFAIL Headers/cxx11.cpp for Hexagon
Richard Smith
- r185453 - Add regression test for PR12331.
Richard Smith
- XFAIL Headers/cxx11.cpp for Hexagon
Richard Smith
- XFAIL Headers/cxx11.cpp for Hexagon
Richard Smith
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
Richard Smith
- [libcxx] r185343 - Implement n3658 - Compile-time integer sequences
Richard Smith
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Richard Smith
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Richard Smith
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Richard Smith
- r185544 - Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Richard Smith
- r185565 - Enable -ffreestanding for this test, to avoid #include_next'ing the system's
Richard Smith
- XFAIL Headers/cxx11.cpp for Hexagon
Richard Smith
- [PATCH, RFC] Fix PR16456 (make bool a context-sensitive keyword in Altivec mode)
Richard Smith
- r183722 - Implement DR85: Redeclaration of member is forbidden
Richard Smith
- [PATCH, RFC] Fix PR16456 (make bool a context-sensitive keyword in Altivec mode)
Richard Smith
- r185598 - PR16480: Reimplement token-caching for constructor initializer lists. This
Richard Smith
- r185604 - Part of PR15673: If a function template has a default argument in which
Richard Smith
- 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
- r185772 - Rename test to match C++1y paragraph number per N3690, and add additional test
Richard Smith
- r185772 - Rename test to match C++1y paragraph number per N3690, and add additional test
Richard Smith
- [PATCH] [libc++] Use snprintf() instead of sprintf()
Joerg Sonnenberger
- [libcxx] r185467 - Don't free the C locale on NetBSD.
Joerg Sonnenberger
- [libcxx] r185646 - Fix bashism.
Joerg Sonnenberger
- r185450 - More fixes for block mangling.
Joerg Sonnenberger
- r185323 - clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly on cygwin.
NAKAMURA Takumi
- 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
- r185773 - Fixed source range for functional cast and unresolved construct expr nodes.
NAKAMURA Takumi
- 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
- r185623 - Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size.
Craig Topper
- 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
- r185715 - Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
- 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
- [PATCH] Warn on suspicious increments/decrements in for loops
Richard Trieu
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- [PATCH] Emit "expected unqualified-id" message on same line as declarator.
Richard Trieu
- r185470 - Redirect the output of a test to a temporary file to prevent messing up
Richard Trieu
- r185602 - Improve -Wlogical-not-parentheses to catch when the not is applied to an enum.
Richard Trieu
- 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
- Question about [r185450 - More fixes for block mangling.]
Faisal Vali
- [PATCH] Step 1: Simple Generic lambda (no captures or nested lambdas)
Faisal Vali
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
- [clang-tools-extra] r185535 - cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
- [PATCH] cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
- [PATCH] cpp11-migrate: Fix parsing of '.' for header include/excludes
Edwin Vane
- [clang-tools-extra] r185660 - cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
- [PATCH] cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Edwin Vane
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Edwin Vane
- XFAIL Headers/cxx11.cpp for Hexagon
Jyotsna Verma
- XFAIL Headers/cxx11.cpp for Hexagon
Jyotsna Verma
- XFAIL Headers/cxx11.cpp for Hexagon
Jyotsna Verma
- XFAIL Headers/cxx11.cpp for Hexagon
Jyotsna Verma
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- [PATCH] Top-level variable declaration (all but static data members)
Larisse Voufo
- r185372 - Fix mangling for block literals.
Nico Weber
- r185423 - Fix ranges computed by git clang-format.
Nico Weber
- [PATCH] Fixing source range for functional casts and unresolved ctor calls.
Enea Zaffanella
- [PATCH] Fixing source location info in UnaryTransformTypeLoc nodes.
Enea Zaffanella
- r185765 - Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
- r185773 - Fixed source range for functional cast and unresolved construct expr nodes.
Enea Zaffanella
- [PATCH] Fixing source range for functional casts and unresolved ctor calls.
Enea Zaffanella
- [PATCH] Adding preproc callback for pragma directives.
Enea Zaffanella
- [PATCH] Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- 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
- r185635 - Convert test to FileCheck.
jahanian
- r185635 - Convert test to FileCheck.
jahanian
- r185710 - Objective-C: diagnose when synthesizing an ivar of
jahanian
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).