The Week Of Monday 20 May 2013 Archives by thread
Starting: Mon May 20 01:23:10 PDT 2013
Ending: Sun May 26 23:05:10 PDT 2013
Messages: 351
- r182170 - Thread safety analysis: add two new attributes to the thread safety analysis:
Evgeniy Stepanov
- r181587 - Add support for __wchar_t in -fms-extensions mode.
Enea Zaffanella
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Reid Kleckner
- [PATCH] [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Add CGCXXABI::NeedsBodylessEmission function.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI.
Timur Iskhodzhanov
- r182263 - Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module.
Douglas Gregor
- r182264 - Fix broken test
Douglas Gregor
- r180603 - C++1y: support simple variable assignments in constexpr functions.
Hans Wennborg
- r182266 - Implement __declspec(selectany) under -fms-extensions
Reid Kleckner
- [PATCH] Implement __declspec(selectany) under -fms-extensions
Reid Kleckner
- r182268 - Add arm_neon.h to the builtin intrinsics module map.
Douglas Gregor
- r182269 - Extend default blacklist logic to MSan and TSan.
Evgeniy Stepanov
- r182270 - [ms-cxxabi] Look up operator delete() at every virtual dtor declaration.
Peter Collingbourne
- [PATCH] [ms-cxxabi] Look up operator delete() at every virtual dtor declaration.
Peter Collingbourne
- r182278 - Nuke build of static ASan runtime on Mac OS - clang part
Alexey Samsonov
- r182280 - ReleaseNotes: add note about ASTContext::WCharTy and WideCharTy
Hans Wennborg
- [PATCH] Enhancements for the DynTypedNode
Samuel Benzaquen
- [PATCH] Enhancements for the DynTypedNode/DynTypedMatcher system.
Samuel Benzaquen
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- r182294 - ReleaseNotes.rst: typo
Hans Wennborg
- [PATCH] Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()
Timur Iskhodzhanov
- r182305 - Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov.
DeLesley Hutchins
- r182309 - Make this const since it never changes (and should never change).
Eric Christopher
- r181964 - Replace a pile of calls with an instance variable that's set
Eric Christopher
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- [PATCH] Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute
Stephen Lin
- r182316 - Objective-C [qoi]: When an class conforms to multiple
Fariborz Jahanian
- r182320 - Warn on and drop dllimport attrs from variable definitions
Reid Kleckner
- r182329 - PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
- r182331 - Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing
Richard Smith
- r182333 - Revert r182331, these checks should be based on the target not the host.
Richard Smith
- r182334 - doc. parsing. HeaderDoc documentaton allows use of
Fariborz Jahanian
- r181081 - [doc parsing]: Make warning about unknown command
Bill Wendling
- r181342 - C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support.
Bill Wendling
- r181283 - C++ status:
Bill Wendling
- r182342 - [analyzer; alternate edges] optimize edges for ObjC fast enumeration loops.
Ted Kremenek
- [PATCH] Private Headers for Modules
Lawrence Crowl
- r182350 - In -ast-dump, only dump comments when dumping the actual Decl to which they
Richard Smith
- r182362 - Allow breaking before a trailing const.
Daniel Jasper
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- [PATCH] Add support for polymorphic matchers.
Manuel Klimek
- r182368 - Remove unused diagnostics.
Benjamin Kramer
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
NAKAMURA Takumi
- [PATCH] Let clang-format move the cursor appropriately.
Daniel Jasper
- r182373 - Let clang-format move the cursor appropriately.
Daniel Jasper
- r182386 - Fix behavior of clang-format's -cursor flag.
Daniel Jasper
- r182395 - Fix off-by-one error in clang-format's emacs integration.
Daniel Jasper
- r182400 - Fix whitespace
David Blaikie
- r182403 - Debug Info: don't bother reinserting elements into maps we just retrieved them from
David Blaikie
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- r182404 - Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a duplicate lookup in the insertion case
David Blaikie
- r180976 - Move parsing of identifiers in MS-style inline assembly into
Reid Kleckner
- [PATCH] [ms-cxxabi] There are no key functions in the Microsoft C++ ABI
Reid Kleckner
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- r182406 - Refactor places which perform contextual implicit conversions to go through a
Richard Smith
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Manuel Klimek
- [libcxx] r182421 - Fix a couple of bugs in linear_congruential_engine::seed. Regression test added.
Howard Hinnant
- [libcxx] r182422 - Neglected to remove a debugging comment from last commit.
Howard Hinnant
- r182423 - Objective-C arc: don't count use of __weak
Fariborz Jahanian
- r182425 - [analyzer; alternated edges] look through expressions just like Environment does.
Ted Kremenek
- r182426 - [analyzer; alternate edges] prune out extra edges to a subexpression where we dive-in and out of a subexpression.
Ted Kremenek
- r182432 - PR16094: I should have known Obj-C init-capture disambiguation couldn't be
Richard Smith
- r182433 - PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr
Richard Smith
- r182436 - Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the
Richard Smith
- r182445 - [analyzer] Do not assert on reports ending in calls within macros.
Anna Zaks
- r182449 - Cut-off clang-format analysis.
Daniel Jasper
- r182455 - Improve handling of trailing 'const'.
Daniel Jasper
- r182457 - Fix function declaration behavior.
Daniel Jasper
- r182458 - Improve clang-format's stream formatting.
Daniel Jasper
- r182467 - Makes whitespace management more consistent.
Manuel Klimek
- r182468 - [NVPTX] Add entire list of supported builtins
Justin Holewinski
- r182476 - Fix uninitialized access error found by valgrind.
Manuel Klimek
- r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.
Reid Kleckner
- r182497 - [analyzer] Don't crash if a block doesn't have a type signature.
Jordan Rose
- r182498 - scan-build: use the xcodebuild specified by the user.
Jordan Rose
- [PATCH] [ms-cxxabi] Mangle function pointer arguments correctly
Reid Kleckner
- r182500 - Remove unused #include <map>
Reid Kleckner
- r182501 - Remove unnecessary assignment.
Ted Kremenek
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Ted Kremenek
- r182504 - Bugfix for r181629:
Adrian Prantl
- r182505 - [analyzer; alternate edges] remove redundant adjacent "events" with the same text.
Ted Kremenek
- r182506 - Simplifiy code using return value of erase().
Ted Kremenek
- [PATCH] Initial support for __sptr and __uptr
Richard Smith
- r182509 - Use scope-resolution operator to hopefully unbreak Windows builds.
Ted Kremenek
- r182514 - Insert explicit casts to try appease overload resolution in the buildbots
Pete Cooper
- r182524 - Comment and cleanup.
Adrian Prantl
- r182533 - Debug Info: Handle function/method types using the most specific type
David Blaikie
- r182535 - Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes.
Aaron Ballman
- r182541 - PR14772: Support constant expression evaluation for _Atomic types.
Richard Smith
- r182544 - Fix bitcode desynchronization when loading a PCH containing a class template
Richard Smith
- [libcxx] r182551 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- r182562 - [analyzer; alternate edges] fix type that was causing the wrong path piece to get removed.
Ted Kremenek
- [PATCH] Expand parsing of braced init lists.
Manuel Klimek
- [PATCH] Lexical scope of friend function should not be taken into account for access checking
Ismail Pazarbasi
- r182568 - Expand parsing of braced init lists.
Manuel Klimek
- r182569 - Fix no-assert compiles.
Manuel Klimek
- r182570 - Improve formatting of braced lists.
Daniel Jasper
- r182572 - Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
- r182577 - Stop aligning trailing comments which are aligned with the next line.
Manuel Klimek
- r182589 - Make helper functions static.
Benjamin Kramer
- r182596 - clang-format integration for git.
Daniel Jasper
- r182597 - Improve formatting of braced lists.
Daniel Jasper
- r182601 - Increase test coverage for braced init lists.
Daniel Jasper
- [PATCH] Driver: implement --runtime-sysroot option.
Peter Collingbourne
- r182604 - Add caveat to __builtin_readcyclecounter documentation.
Tim Northover
- r182605 - Fix aligning of comments that are at the start of the line.
Manuel Klimek
- [PATCH] Fix printing CXXTemporaryObjectExpr with default args
Will Wilson
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- r182608 - Fix aligning of comments.
Manuel Klimek
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Harald van Dijk
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- r182612 - [analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm.
Ted Kremenek
- r182614 - More tests and a fix for braced init lists.
Daniel Jasper
- [PATCH| ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and Sema::ActOnDocumentableDecls
Robert Wilhelm
- r182615 - Fix assert on temporary std::initializer_list.
Richard Smith
- r182620 - Constify the 'dump' method so that it can be called by a const object.
Bill Wendling
- r182624 - Fix crash-on-invalid if list-initialization works, but we bail out when
Richard Smith
- r182626 - Update static analyzer build to checker-275.
Ted Kremenek
- [patch] Warn on va_start() when called with a reference parameter
Nico Weber
- [PATCH][libcxx] regex does not handle (?=^) correctly
William Fisher
- r182629 - [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state.
Argyrios Kyrtzidis
- r182632 - User correct case for 'FileCheck'.
Argyrios Kyrtzidis
- r182642 - Fix comment typo pointed out by maslen on IRC.
Duncan Sands
- r182645 - Add -lrt to sanitizer link arguments.
Evgeniy Stepanov
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [analyzer][PATCH][Review request] Information about special handling for a particular region/symbol.
Anton Yartsev
- r182647 - Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples.
Aaron Ballman
- r182651 - Fix printing CXXTemporaryObjectExpr with default args.
Rafael Espindola
- r182658 - Ignore contents of #if 0 blocks.
Alexander Kornienko
- r182659 - [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen
Chad Rosier
- r182660 - typo.
Adrian Prantl
- [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Diego Novillo
- [PATCH] Major refactoring of BreakableToken.
Manuel Klimek
- r182666 - [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Diego Novillo
- [PATCH] Support for #pragma detect_mismatch
Aaron Ballman
- r182673 - PR16091: Error when attempting to emit debug info for undeduced auto return types
David Blaikie
- r182674 - DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclaration
David Blaikie
- r182675 - Replace Count{Leading, Trailing}Zeros_{32, 64} with count{Leading, Trailing}Zeros.
Michael J. Spencer
- r182676 - [analyzer; new edges] Properly set location after exiting an inlined call.
Jordan Rose
- r182677 - [analyzer] Treat analyzer-synthesized function bodies like implicit bodies.
Jordan Rose
- r182678 - [analyzer] Fix test for r182677.
Jordan Rose
- r182681 - Add some safety checks in a couple of SourceManager functions.
Argyrios Kyrtzidis
- r182682 - [libclang] Add logging for clang_createTranslationUnit.
Argyrios Kyrtzidis
- r182694 - Warn on va_start() when called with a reference parameter.
Nico Weber
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Argyrios Kyrtzidis
- r182696 - Increase the portability of this script a bit: use /usr/bin/env to find bash,
Richard Smith
- r182698 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID (V2).
Argyrios Kyrtzidis
- r182699 - [Preprocessor] Prevent expansion of y in x ## y when x is empty
Argyrios Kyrtzidis
- r182711 - Fix linkage computation for derived types in inline functions.
Rafael Espindola
- [Patch] Add C11 uchar/wchar related __STDC_* definitions
Ed Schouten
- r182716 - Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
- r179379 - Revamps structural error detection / handling.
Nico Weber
- [PATCH] ArrayRef'ize Sema::CodeComplete*
Robert Wilhelm
- [Patch] Make atomics work on FreeBSD+arm
Ed Schouten
- [PATCH] Refuse explicit instantiation of alias templates
Ismail Pazarbasi
- r182720 - Tests and status for DR51-99.
Richard Smith
- [PATCH] Perform calculation of array size in chars instead of bits to prevent an assertion.
John McCall
- [PATCH] PR12262 - assertion when substituting explicit template arguments does not substitute a sizeof-pack expression.
Serge Pavlov
Last message date:
Sun May 26 23:05:10 PDT 2013
Archived on: Tue Aug 4 15:31:04 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).