The Week Of Monday 20 May 2013 Archives by author
Starting: Mon May 20 01:23:10 PDT 2013
Ending: Sun May 26 23:05:10 PDT 2013
Messages: 351
- [PATCH] Initial support for __sptr and __uptr
Aaron Ballman
- [PATCH] Initial support for __sptr and __uptr
Aaron Ballman
- [PATCH] Initial support for __sptr and __uptr
Aaron Ballman
- [PATCH] Initial support for __sptr and __uptr
Aaron Ballman
- 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
- [PATCH] Initial support for __sptr and __uptr
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- 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
- [PATCH] Improve #pragma comment(lib) support
Aaron Ballman
- [PATCH] Support for #pragma detect_mismatch
Aaron Ballman
- [PATCH] Driver: implement --runtime-sysroot option.
Matt Beaumont-Gay
- [PATCH] Enhancements for the DynTypedNode
Samuel Benzaquen
- [PATCH] Enhancements for the DynTypedNode/DynTypedMatcher system.
Samuel Benzaquen
- [PATCH] Enhancements for the DynTypedNode
Samuel Benzaquen
- [PATCH] Enhancements for the DynTypedNode
Samuel Benzaquen
- [PATCH] Add support for polymorphic matchers.
Samuel Benzaquen
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Ariel Bernal
- r180603 - C++1y: support simple variable assignments in constexpr functions.
David Blaikie
- r182329 - PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
- r182400 - Fix whitespace
David Blaikie
- r182403 - Debug Info: don't bother reinserting elements into maps we just retrieved them from
David Blaikie
- r182404 - Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a duplicate lookup in the insertion case
David Blaikie
- r182406 - Refactor places which perform contextual implicit conversions to go through a
David Blaikie
- r182406 - Refactor places which perform contextual implicit conversions to go through a
David Blaikie
- r182533 - Debug Info: Handle function/method types using the most specific type
David Blaikie
- r182569 - Fix no-assert compiles.
David Blaikie
- r182673 - PR16091: Error when attempting to emit debug info for undeduced auto return types
David Blaikie
- r182674 - DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclaration
David Blaikie
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Chandler Carruth
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Chandler Carruth
- 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
- r182504 - Bugfix for r181629:
Eric Christopher
- 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
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Peter Collingbourne
- [PATCH] Driver: implement --runtime-sysroot option.
Peter Collingbourne
- [PATCH] Driver: implement --runtime-sysroot option.
Peter Collingbourne
- r182514 - Insert explicit casts to try appease overload resolution in the buildbots
Pete Cooper
- [PATCH] Private Headers for Modules
Lawrence Crowl
- [PATCH] Private Headers for Modules
Lawrence Crowl
- [PATCH] Private Headers for Modules
Lawrence Crowl
- [PATCH] Ignore contents of #if 0 blocks.
James Dennett
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Harald van Dijk
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Harald van Dijk
- r182651 - Fix printing CXXTemporaryObjectExpr with default args.
Rafael Espindola
- r182711 - Fix linkage computation for derived types in inline functions.
Rafael Espindola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [PATCH] Driver: implement --runtime-sysroot option.
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [PATCH] Driver: implement --runtime-sysroot option.
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Rafael Espíndola
- [PATCH] Fix printing CXXTemporaryObjectExpr with default args
Rafael Espíndola
- [patch] Fix linkage computation for derived types in inline functions
Rafael Espíndola
- [Patch] Make atomics work on FreeBSD+arm
Rafael Espíndola
- [PATCH][libcxx] regex does not handle (?=^) correctly
William Fisher
- 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
- r182268 - Add arm_neon.h to the builtin intrinsics module map.
Douglas Gregor
- [Patch] Add C11 uchar/wchar related __STDC_* definitions
Dmitri Gribenko
- r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.
Kim Gräsman
- [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
- r182468 - [NVPTX] Add entire list of supported builtins
Justin Holewinski
- r182305 - Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov.
DeLesley Hutchins
- [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
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Timur Iskhodzhanov
- [PATCH] Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Timur Iskhodzhanov
- [PATCH] Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()
Timur Iskhodzhanov
- r182316 - Objective-C [qoi]: When an class conforms to multiple
Fariborz Jahanian
- r182334 - doc. parsing. HeaderDoc documentaton allows use of
Fariborz Jahanian
- r182423 - Objective-C arc: don't count use of __weak
Fariborz Jahanian
- r182362 - Allow breaking before a trailing const.
Daniel Jasper
- [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
- r182362 - Allow breaking before a trailing const.
Daniel Jasper
- r182362 - Allow breaking before a trailing const.
Daniel Jasper
- r182449 - Cut-off clang-format analysis.
Daniel Jasper
- [PATCH] Change design for handling escaped newline and trailing comment layout.
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
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Daniel Jasper
- r182455 - Improve handling of trailing 'const'.
Daniel Jasper
- [PATCH] Expand parsing of braced init lists.
Daniel Jasper
- r182570 - Improve formatting of braced lists.
Daniel Jasper
- 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
- r182614 - More tests and a fix for braced init lists.
Daniel Jasper
- [PATCH] Ignore contents of #if 0 blocks.
Daniel Jasper
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] Search for gcc in the gcc-cross directory.
Stephen Kelly
- [PATCH] Driver: implement --runtime-sysroot option.
Stephen Kelly
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Reid Kleckner
- r182266 - Implement __declspec(selectany) under -fms-extensions
Reid Kleckner
- [PATCH] Implement __declspec(selectany) under -fms-extensions
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- r182320 - Warn on and drop dllimport attrs from variable definitions
Reid Kleckner
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
Reid Kleckner
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- 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
- r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle function pointer arguments correctly
Reid Kleckner
- r182500 - Remove unused #include <map>
Reid Kleckner
- r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.
Reid Kleckner
- [PATCH] Improve #pragma comment(lib) support
Reid Kleckner
- [PATCH] Improve #pragma comment(lib) support
Reid Kleckner
- [PATCH] Improve #pragma comment(lib) support
Reid Kleckner
- [PATCH] Private Headers for Modules
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- [PATCH] Add support for polymorphic matchers.
Manuel Klimek
- [PATCH] Enhancements for the DynTypedNode
Manuel Klimek
- [PATCH] Enhancements for the DynTypedNode
Manuel Klimek
- [PATCH] Let clang-format move the cursor appropriately.
Manuel Klimek
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Manuel Klimek
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Manuel Klimek
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Manuel Klimek
- [PATCH] Enhancements for the DynTypedNode
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- r182467 - Makes whitespace management more consistent.
Manuel Klimek
- [PATCH] Change design for handling escaped newline and trailing comment layout.
Manuel Klimek
- r182476 - Fix uninitialized access error found by valgrind.
Manuel Klimek
- [PATCH] Expand parsing of braced init lists.
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- [PATCH] Add debug method to visualize complex source locations
Manuel Klimek
- r182568 - Expand parsing of braced init lists.
Manuel Klimek
- [PATCH] Expand parsing of braced init lists.
Manuel Klimek
- r182569 - Fix no-assert compiles.
Manuel Klimek
- 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
- r182605 - Fix aligning of comments that are at the start of the line.
Manuel Klimek
- r182608 - Fix aligning of comments.
Manuel Klimek
- [PATCH] Ignore contents of #if 0 blocks.
Manuel Klimek
- [PATCH] Ignore contents of #if 0 blocks.
Manuel Klimek
- [PATCH] Major refactoring of BreakableToken.
Manuel Klimek
- r179379 - Revamps structural error detection / handling.
Manuel Klimek
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- [PATCH] Ignore contents of #if 0 blocks.
Alexander Kornienko
- r182658 - Ignore contents of #if 0 blocks.
Alexander Kornienko
- [PATCH] Major refactoring of BreakableToken.
Alexander Kornienko
- r182368 - Remove unused diagnostics.
Benjamin Kramer
- r182589 - Make helper functions static.
Benjamin Kramer
- r182342 - [analyzer; alternate edges] optimize edges for ObjC fast enumeration loops.
Ted Kremenek
- 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
- 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
- r182505 - [analyzer; alternate edges] remove redundant adjacent "events" with the same text.
Ted Kremenek
- r182505 - [analyzer; alternate edges] remove redundant adjacent "events" with the same text.
Ted Kremenek
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Ted Kremenek
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Ted Kremenek
- r182506 - Simplifiy code using return value of erase().
Ted Kremenek
- r182509 - Use scope-resolution operator to hopefully unbreak Windows builds.
Ted Kremenek
- r182562 - [analyzer; alternate edges] fix type that was causing the wrong path piece to get removed.
Ted Kremenek
- r182612 - [analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm.
Ted Kremenek
- r182626 - Update static analyzer build to checker-275.
Ted Kremenek
- 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
- r182681 - Add some safety checks in a couple of SourceManager functions.
Argyrios Kyrtzidis
- r182682 - [libclang] Add logging for clang_createTranslationUnit.
Argyrios Kyrtzidis
- r182681 - Add some safety checks in a couple of SourceManager functions.
Argyrios Kyrtzidis
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Argyrios Kyrtzidis
- r182681 - Add some safety checks in a couple of SourceManager functions.
Argyrios Kyrtzidis
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Argyrios Kyrtzidis
- r182698 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID (V2).
Argyrios Kyrtzidis
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Argyrios Kyrtzidis
- r182699 - [Preprocessor] Prevent expansion of y in x ## y when x is empty
Argyrios Kyrtzidis
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Argyrios Kyrtzidis
- [PATCH] Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute
Stephen Lin
- [PATCH] Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute
Stephen Lin
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] Add -fsanitize=leak to driver options.
Sergey Matveev
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
John McCall
- [patch] Fix linkage computation for derived types in inline functions
John McCall
- [patch] Fix linkage computation for derived types in inline functions
John McCall
- r182615 - Fix assert on temporary std::initializer_list.
John McCall
- [PATCH] Perform calculation of array size in chars instead of bits to prevent an assertion.
John McCall
- r182604 - Add caveat to __builtin_readcyclecounter documentation.
Tim Northover
- [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Diego Novillo
- r182666 - [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Diego Novillo
- [PATCH] PR12262 - assertion when substituting explicit template arguments does not substitute a sizeof-pack expression.
Serge Pavlov
- [PATCH] Lexical scope of friend function should not be taken into account for access checking
Ismail Pazarbasi
- [PATCH] Refuse explicit instantiation of alias templates
Ismail Pazarbasi
- r182504 - Bugfix for r181629:
Adrian Prantl
- r182524 - Comment and cleanup.
Adrian Prantl
- r182660 - typo.
Adrian Prantl
- r180603 - C++1y: support simple variable assignments in constexpr functions.
Jordan Rose
- r182331 - Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing
Jordan Rose
- [PATCH] Add debug method to visualize complex source locations
Jordan Rose
- 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
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Jordan Rose
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Jordan Rose
- r182505 - [analyzer; alternate edges] remove redundant adjacent "events" with the same text.
Jordan Rose
- r182502 - [analyzer; alternate edges] remove puny edges on the same line that span less than 3 columns.
Jordan Rose
- r182596 - clang-format integration for git.
Jordan Rose
- r182615 - Fix assert on temporary std::initializer_list.
Jordan Rose
- [patch] Warn on va_start() when called with a reference parameter
Jordan Rose
- 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.
Jordan Rose
- r182681 - Add some safety checks in a couple of SourceManager functions.
Jordan Rose
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Jordan Rose
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Jordan Rose
- r182695 - Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
Jordan Rose
- r180976 - Move parsing of identifiers in MS-style inline assembly into
Chad Rosier
- r182659 - [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen
Chad Rosier
- r180976 - Move parsing of identifiers in MS-style inline assembly into
Chad Rosier
- r182278 - Nuke build of static ASan runtime on Mac OS - clang part
Alexey Samsonov
- [PATCH] Add -fsanitize=leak to driver options.
Alexey Samsonov
- [PATCH] Add -fsanitize=leak to driver options.
Alexey Samsonov
- [PATCH] Add -fsanitize=leak to driver options.
Alexey Samsonov
- r182642 - Fix comment typo pointed out by maslen on IRC.
Duncan Sands
- [Patch] Add C11 uchar/wchar related __STDC_* definitions
Ed Schouten
- [Patch] Add C11 uchar/wchar related __STDC_* definitions
Ed Schouten
- [Patch] Make atomics work on FreeBSD+arm
Ed Schouten
- [Patch] Make atomics work on FreeBSD+arm
Ed Schouten
- [Patch] Make atomics work on FreeBSD+arm
Ed Schouten
- [PATCH] Add -fsanitize=leak to driver options.
Kostya Serebryany
- r180603 - C++1y: support simple variable assignments in constexpr functions.
Richard Smith
- r182331 - Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing
Richard Smith
- 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
- r182350 - In -ast-dump, only dump comments when dumping the actual Decl to which they
Richard Smith
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
Richard Smith
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
Richard Smith
- [PATCH] Add -fsanitize=leak to driver options.
Richard Smith
- [PATCH] Private Headers for Modules
Richard Smith
- r182362 - Allow breaking before a trailing const.
Richard Smith
- r182362 - Allow breaking before a trailing const.
Richard Smith
- r182406 - Refactor places which perform contextual implicit conversions to go through a
Richard Smith
- r182362 - Allow breaking before a trailing const.
Richard Smith
- r182406 - Refactor places which perform contextual implicit conversions to go through a
Richard Smith
- r182406 - Refactor places which perform contextual implicit conversions to go through a
Richard Smith
- 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
- [PATCH] Add -fsanitize=leak to driver options.
Richard Smith
- [PATCH] [ms-cxxabi] Mangle function pointer arguments correctly
Richard Smith
- [PATCH] Initial support for __sptr and __uptr
Richard Smith
- [PATCH] Initial support for __sptr and __uptr
Richard Smith
- [PATCH] Add debug method to visualize complex source locations
Richard Smith
- [PATCH] Initial support for __sptr and __uptr
Richard Smith
- 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
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- [PATCH] Fix printing CXXTemporaryObjectExpr with default args
Richard Smith
- r182615 - Fix assert on temporary std::initializer_list.
Richard Smith
- r182615 - Fix assert on temporary std::initializer_list.
Richard Smith
- r182615 - Fix assert on temporary std::initializer_list.
Richard Smith
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- [PATCH] Add -fsanitize=leak to driver options.
Richard Smith
- [PATCH] Improve #pragma comment(lib) support
Richard Smith
- [PATCH] Improve #pragma comment(lib) support
Richard Smith
- r182624 - Fix crash-on-invalid if list-initialization works, but we bail out when
Richard Smith
- r182624 - Fix crash-on-invalid if list-initialization works, but we bail out when
Richard Smith
- [PATCH] Add -fsanitize=leak to driver options.
Richard Smith
- [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Richard Smith
- r182666 - [PATCH] Generate cold attribute for functions marked __atribute__((cold))
Richard Smith
- r182696 - Increase the portability of this script a bit: use /usr/bin/env to find bash,
Richard Smith
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- [patch] Fix linkage computation for derived types in inline functions
Richard Smith
- r182720 - Tests and status for DR51-99.
Richard Smith
- [Patch] Add C11 uchar/wchar related __STDC_* definitions
Richard Smith
- [PATCH] Driver: implement --runtime-sysroot option.
Joerg Sonnenberger
- r182675 - Replace Count{Leading, Trailing}Zeros_{32, 64} with count{Leading, Trailing}Zeros.
Michael J. Spencer
- r182170 - Thread safety analysis: add two new attributes to the thread safety analysis:
Evgeniy Stepanov
- r182269 - Extend default blacklist logic to MSan and TSan.
Evgeniy Stepanov
- r182645 - Add -lrt to sanitizer link arguments.
Evgeniy Stepanov
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
NAKAMURA Takumi
- [PATCH] Improve #pragma comment(lib) support
Rui Ueyama
- [PATCH] Improve #pragma comment(lib) support
Rui Ueyama
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Edwin Vane
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Edwin Vane
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Edwin Vane
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Edwin Vane
- [PATCH] Fix UseAuto replacing declaration lists with new expressions
Edwin Vane
- r182455 - Improve handling of trailing 'const'.
Nico Weber
- [patch] Warn on va_start() when called with a reference parameter
Nico Weber
- [patch] Warn on va_start() when called with a reference parameter
Nico Weber
- r182694 - Warn on va_start() when called with a reference parameter.
Nico Weber
- [patch] Warn on va_start() when called with a reference parameter
Nico Weber
- r182716 - Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
- r179379 - Revamps structural error detection / handling.
Nico Weber
- 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
- [llvm-branch-commits] [cfe-branch] r182337 - Merging r182266:
Bill Wendling
- [libcxx] r182551 - Creating release candidate rc2 from release_33 branch
Bill Wendling
- r182620 - Constify the 'dump' method so that it can be called by a const object.
Bill Wendling
- r180603 - C++1y: support simple variable assignments in constexpr functions.
Hans Wennborg
- r182280 - ReleaseNotes: add note about ASTContext::WCharTy and WideCharTy
Hans Wennborg
- r181587 - Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
- r182294 - ReleaseNotes.rst: typo
Hans Wennborg
- r180603 - C++1y: support simple variable assignments in constexpr functions.
Hans Wennborg
- [PATCH| ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and Sema::ActOnDocumentableDecls
Robert Wilhelm
- [PATCH] ArrayRef'ize Sema::CodeComplete*
Robert Wilhelm
- [PATCH] Fix printing CXXTemporaryObjectExpr with default args
Will Wilson
- [PATCH] Fix printing CXXTemporaryObjectExpr with default args
Will Wilson
- [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
- r181587 - Add support for __wchar_t in -fms-extensions mode.
Enea Zaffanella
- r182445 - [analyzer] Do not assert on reports ending in calls within macros.
Anna Zaks
- r182589 - Make helper functions static.
jahanian
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).