The Week Of Monday 26 August 2013 Archives by thread
Starting: Mon Aug 26 00:39:27 PDT 2013
Ending: Sun Sep 1 23:12:40 PDT 2013
Messages: 706
- IWYU command-line wishes (was Re: [PATCH] Header dependencies support for modularize)
Manuel Klimek
- r189211 - clang-format: Fix bug in column-layout formatting.
Daniel Jasper
- [PATCH] Avoid double edges when constructing CFGs
Pavel Labath
- r189212 - Teach the Linux toolchain about more modern Gentoo installations of GCC
Chandler Carruth
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (3 diff)
Tim Northover
- r189214 - Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Change the vdtor implicit "should_call_delete" argument type to int
Timur Iskhodzhanov
- [PATCH] clang-replace: Delete change description files
Edwin Vane
- r189218 - Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.
Rafael Espindola
- r189219 - Handle predefined expression for a captured statement
Wei Pan
- [PATCH] Handle captured statements for predefined expressions
Wei Pan
- [clang-tools-extra] r189228 - Fixed some issues that resulted in erroneous duplicate symbol error messages.
John Thompson
- [Patch] Merge diagnostic group tables to reduce data size and relocation entries
Rafael Espíndola
- Patch for LWG issue 2061
Marshall Clow
- [PATCH] Fix r188763 - CLANG_ORDER_FILE defined as a BOOL instead as a STRING
Jordan Rose
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [clang-tools-extra] r189229 - Updated the main comment with respect to problems and future directions.
John Thompson
- [libcxx][PATCH] N3471 constexpr for initializer_list
Marshall Clow
- [PATCH] [Review request][analyzer] Diagnostic: take ownership instead of free.
Jordan Rose
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- r189166 - Fix test, make the template type a const pointer.
Robinson, Paul
- [libcxx] r189232 - Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc++ already fixed them.
Marshall Clow
- [PATCH] Mostly correct conditional handling for Consumed analysis
David Blaikie
- [PATCH] modularize - header dependencies - version 2
Thompson, John
- [PATCH] clang-replace: Afford applying replacements in memory
Edwin Vane
- [clang-tools-extra] r189008 - Introducing new tool clang-replace
Vane, Edwin
- [clang-tools-extra] r189268 - clang-replace: Delete change description files
Tareq A. Siraj
- r189175 - Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Reid Kleckner
- r189208 - [-cxx-abi microsoft] Unnamed types are mangled less wrong
Reid Kleckner
- [PATCH] clang-replace: Re-org of file structure
Edwin Vane
- [libcxx] r189271 - Apply constexpr to initializer_list for c++1y.
Howard Hinnant
- [libcxx] r189273 - G M: Improvements to Windows support.
Howard Hinnant
- [patch] libcxx src win32
Howard Hinnant
- r189276 - Test
David Blaikie
- r189277 - Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
- r189278 - Consumed analyis: Renamed *PStatus to *PInfo.
DeLesley Hutchins
- [PATCH] Renamed *PStatus to *PInfo in Consumed analysis
Delesley Hutchins
- r189280 - Use CHECK-DAG in this test.
Rafael Espindola
- r189283 - Debug Info: add an identifier field to DICompositeType.
Manman Ren
- r189284 - Since r179585, __declspec(property) has gotten special treatment as an attribute where it is not processed as part of the typical Sema attribute functionality. Specifying this attribute as being "ignored" because there is no sema handler for it as a Decl attribute, and no AST node generated for it.
Aaron Ballman
- r189286 - Debug Info: follow-up patch to r189283.
Manman Ren
- r189287 - Simplify a bit.
Rafael Espindola
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- r189302 - R600: Add local address pointer size to DataLayout
Tom Stellard
- r189303 - Itanium mangler: remove "proposal" comments for manglings that are in the
Richard Smith
- [PATCH] Attribute consistency
Aaron Ballman
- [PATCH] clang-cl: support -fsanitize=address
Hans Wennborg
- r189306 - Show which decls are marked invalid in -ast-dump.
Nick Lewycky
- [PATCH] Fix for debug info for thunks using mangled name (PR14569)
Dinesh Dwivedi
- r189311 - Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.
Michael Gottesman
- r189320 - PR14569: Omit debug info for thunks
David Blaikie
- patch: clarify missing template arguments when parsing base specifier
Nick Lewycky
- r189325 - [-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!
David Majnemer
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Manuel Klimek
- r189327 - clang-format: Fix bug in column layout.
Daniel Jasper
- [cfe-dev] OpenCL address space and mangling
David Tweed
- r189336 - [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int
Timur Iskhodzhanov
- [PATCH] cpp11-migrate: Add a class to support include directives modifications (Windows bot fix)
Guillaume Papin
- r189337 - clang-format: Revamp builder-type call formatting.
Daniel Jasper
- [PATCH] [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- [patch] Trying to fix pr13124
Rafael Espíndola
- r189344 - Adding const buffer iterator generators to Rewriter
Edwin Vane
- [libcxx] r189345 - Implement LWG issue 2061
Marshall Clow
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- r189346 - Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
- [libcxx] r189352 - Update synopsis in <locale> to match LWG Issue 2229. No code change
Marshall Clow
- r189353 - clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
- [clang-tools-extra] r189354 - cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Manuel Klimek
- [patch] libcxx win32 support
G M
- PATCH - LWG issue 2176
Marshall Clow
- r189357 - Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- [PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- r189358 - Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
- [libcxx] r189359 - Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++.
Marshall Clow
- [PATCH] Generate more normal LLVM IR for ARM NEON intrinsics
Tim Northover
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- r189362 - Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [PATCH] Aarch64 Neon ACLE scalar instrinsic name mangling with BHSD suffix
Ana Pazos
- [clang-tools-extra] r189363 - cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
- PATCH - LWG issue 2162
Marshall Clow
- [PATCH] Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
Samuel Benzaquen
- r189368 - Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
Samuel Benzaquen
- r189369 - Warn that -O4 is the same as -O3.
Rafael Espindola
- [PATCH] CodeGen: Devirtualize member calls on classes that are provably final.
John McCall
- r189370 - [analyzer] Don't include Clang headers inside a namespace.
Jordan Rose
- r189371 - CMake: Fix out-of-source build's symlinks.
Jordan Rose
- r189372 - scan-build: Set CC and CXX as make variables when wrapping make builds.
Jordan Rose
- [PATCH] Fix: Relax nullptr C++11 rules in ms-mode
Will Wilson
- [clang-tools-extra] r189387 - Temporarily revert r189363 as it seems to be failing to build.
Eric Christopher
- [PATCH] isCharInSet refactoring.
Alexander Kornienko
- [PATCH] Use new UnicodeCharSet interface.
Alexander Kornienko
- r189389 - clang-cl: Support -fsanitize=address
Hans Wennborg
- r189390 - Revert "CMake: Fix out-of-source build's symlinks."
Reid Kleckner
- [PATCH] Allow post/pre increment/decrement on vectors in OpenCL
Matt Arsenault
- r189395 - Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available
Roman Divacky
- [PATCH] AST: Don't treat a TemplateExpansion as a Template
Richard Smith
- [libcxx] r189398 - LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11
Marshall Clow
- [libcxx] r189399 - LWG Issue 2162: mark allocator_traits::maxsize as noexcept
Marshall Clow
- [libcxx] r189401 - Marked #2163 as complete in previous commit instead of #2162. Corrected.
Marshall Clow
- r189402 - [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers.
Ted Kremenek
- r189403 - Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers."
Ted Kremenek
- r189406 - CMake: Fix standalone Clang build, take two.
Jordan Rose
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- r189409 - ObjectiveC migrator: Do not add explicit cf annotation for
Fariborz Jahanian
- r189412 - Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- OpenCL address space and mangling
Michele Scandale
- r189414 - Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers.
Ted Kremenek
- [PATCH] Sema: Subst type default template args earlier
David Majnemer
- r189420 - ObjectiveC migrator: minor refactoring of my last
Fariborz Jahanian
- r189421 - Revert "PR14569: Omit debug info for thunks"
David Blaikie
- r189422 - AST: Don't treat a TemplateExpansion as a Template
David Majnemer
- r189425 - This test now needs C++11
David Majnemer
- r189426 - Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers."
Ted Kremenek
- r189429 - Some of this test doesn't want -std=c++11
David Majnemer
- [PATCH] [PATCH] [clang-tools-extra] A Clang extra tool to find missing includes
Luke Zarko
- r189435 - cmake: install a cl.exe binary in the tools/msbuild-bin dir
Hans Wennborg
- r187969 - The only useful loop unrolling flag to give realistically is
Hal Finkel
- r189438 - Merge diagnostic group tables to reduce data size and relocation entries.
Craig Topper
- r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189441 - Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
- r189443 - [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_OUTPUT_DIRECTORY to install clang headers for Xcode builds.
Ted Kremenek
- r189444 - Richard makes a good point, clean up this test.
David Majnemer
- r189445 - Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary.
Craig Topper
- r189446 - Remove comment on the availability of boxed expressions. They have been available for a while.
Ted Kremenek
- [PATCH] AST: __uuidof should leak through templated types
David Majnemer
- r189449 - clang-format: Fix space in decltype-constexprs.
Daniel Jasper
- r189450 - clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
- r189451 - clang-format: Improve braced init list detection:
Daniel Jasper
- r189452 - [analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
- r189453 - clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
- r189455 - clang-format: Don't insert space in __has_include
Daniel Jasper
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- r189459 - clang-format: Fix infinite loop in macro special case.
Daniel Jasper
- r189460 - clang-format: Fix segfault in 'incomplete' macros.
Daniel Jasper
- r189462 - ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlsl
Tim Northover
- r189463 - ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics
Tim Northover
- r189464 - ARM: comment on why vmull intrinsic has to exist for now.
Tim Northover
- r189466 - clang-format: Improve token breaking behavior.
Daniel Jasper
- [PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Wei Pan
- Patch for LWG issue #2148
Marshall Clow
- r189492 - [analyzer] Add support for testing the presence of weak functions.
Jordan Rose
- [clang-tools-extra] r189493 - clang-replace: Afford applying replacements in memory
Edwin Vane
- r189494 - PR16995: Failing to associate static members with their enclosing class
David Blaikie
- r189496 - clang-cl: Pass -debug to the linker when using -fsanitize=address
Hans Wennborg
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
David Blaikie
- Patch for LWG issue 2128
Marshall Clow
- r189498 - Debug Info testing case: move uuid-related testing to a separate file.
Manman Ren
- r189500 - Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
- [VIRUS SCAN ERROR] [libc++] Patch for AIX
Xing Xue
- r189504 - Comments for r189494
David Blaikie
- r189508 - [doxygen] Added code for generating doxygen documentation for clang for cmake.
Michael Gottesman
- r189509 - [doxygen] Added support for doxygen external search.
Michael Gottesman
- r189510 - Improve error for assignment to incomplete class.
Eli Friedman
- r189511 - Handle -D arguments ending in a backslash.
Eli Friedman
- r189514 - For methods where clang automatically infers instancetype from the selector
Fariborz Jahanian
- r189515 - Fix "//" comments with -traditional-cpp in C++.
Eli Friedman
- r189516 - More comments for r189494.
David Blaikie
- r189518 - Debug Info testing case: update uuid testing case to check against Itanium.
Manman Ren
- r189519 - Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
Manman Ren
- r189520 - ObjectiveC migrator: In suggesting 'instancetype' use clang's
Fariborz Jahanian
- [PATCH] Remove one test in MSVC. I believe MSVC injects some code into the AST and is causing these tests to fail by finding nodes I am not expecting.
Samuel Benzaquen
- [cfe-commits] [PATCH] Add missing definitions to unwind.h
Peter Collingbourne
- r189521 - Format. Thanks David for pointing it out.
Manman Ren
- r189523 - [doxygen] Add a few missing variables to the doxygen.cfg.in for external search and cleaned up external_search_map.
Michael Gottesman
- [PATCH] Use correct semantic DeclContext for local declarations of variables and functions with linkage
Eli Friedman
- [patch] Look for libstdc++ install dir before /usr
Rafael Espíndola
- r189530 - DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).
David Blaikie
- r189531 - 80-col.
Eric Christopher
- r189532 - Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td.
Aaron Ballman
- r189535 - Add missing definitions to unwind.h.
Peter Collingbourne
- r189536 - Look for libstdc++ first on the clang install directory.
Rafael Espindola
- r189537 - ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
- r189538 - 80 cols.
Peter Collingbourne
- r189540 - Sema: Subst type default template args earlier
David Majnemer
- r189542 - use the last passed -munaligned-access / -mno-unaligned-access
Renato Golin
- [PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
- r189548 - Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
- r189557 - Properly escape filenames in line directives.
Eli Friedman
- r189558 - Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
- r189562 - [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.
Daniel Dunbar
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- r189568 - Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o.
Craig Topper
- r189569 - Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header.
Craig Topper
- r189571 - Change return type of Sema::DiagnoseAmbiguousLookup from bool to void.
Serge Pavlov
- r189574 - mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix.
Kevin Qin
- r189575 - Removed useless default branch of switch statement.
Serge Pavlov
- [PATCH] Add clang-format VS extension
Manuel Klimek
- r189583 - Use new UnicodeCharSet interface.
Alexander Kornienko
- [clang-tools-extra] r189584 - cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
- [PATCH] Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- [PATCH] cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [PATCH] Module use declarations (II)
Daniel Jasper
- r189585 - Fixes various problems with accounting for tabs in the original code.
Manuel Klimek
- [libcxx] r189586 - Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code changes to libc++
Marshall Clow
- [PATCH] [analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
- r189587 - Fix tests to be more specific.
Samuel Benzaquen
- Fwd: [cfe-dev] lower bound error searching for module preprocessing entities within a source range
Tom Honermann
- r189590 - [analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
- r189591 - clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32.
NAKAMURA Takumi
- r189592 - ObjectiveC migrator: remove dead code.
Fariborz Jahanian
- r189594 - Consumed analysis: improve handling of conditionals.
DeLesley Hutchins
- r189595 - Better support for multiline string literals (including C++11 raw string literals).
Alexander Kornienko
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (shift)
Hao Liu
- r189596 - Fix warning about anonymous structs in anonymous unions.
Eric Christopher
- r189600 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- [libcxx] r189601 - Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to libc++ code.
Marshall Clow
- [libcxx] r189602 - Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete"
Marshall Clow
- [libcxxabi] r189603 - Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT
Jean-Daniel Dupas
- [PATCH] Changed non-const method behaviour.
Christian Wailes
- r189605 - Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do).
Aaron Ballman
- r189606 - Silencing the warning from r189605 in a more conformant manner.
Aaron Ballman
- r189609 - Debug Info: this reverts commit r189600.
Manman Ren
- [libcxx] r189610 - Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire.
Howard Hinnant
- [libcxx][PATCH] N3672 - optional
Howard Hinnant
- r189612 - Consumed analysis: non-const methods no longer transfer an object into an
DeLesley Hutchins
- [PATCH] Track state of function parameters
Christian Wailes
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Eli Friedman
- [PATCH] Add more specific lexer flags for misc GNU extensions
Eli Friedman
- r189616 - Consumed analysis: track function parameters.
DeLesley Hutchins
- r189622 - Debug Info: generate a unique identifier for C++ struct, class, union, and enum.
Manman Ren
- [libcxx] r189623 - Xing Xue: Some minor changes for IBM XLC++/AIX.
Howard Hinnant
- r189625 - Adjust clang for change to APFloat::toString.
Eli Friedman
- [libcxx] r189626 - Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.
Howard Hinnant
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- r189627 - Be lazier when loading KeyFunctions from PCH/modules. We don't need to load
Richard Smith
- r189628 - ObjectiveC migrator: User of hexadecimal enumerator
Fariborz Jahanian
- Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM XLC++/AIX.
"C. Bergström"
- r189629 - Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains.
Richard Smith
- r189633 - Pass the special backend option to this test for now to get it passing
Eric Christopher
- [libcxx] r189634 - LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
Marshall Clow
- [PATCH] [analyzer] Enable limited support for temporary destructors
Jordan Rose
- [PATCH] [-cxx-abi microsoft] Mangle TemplateArgument::Declaration correctly for member pointers
David Majnemer
- r189644 - Add ms_abi and sysv_abi attribute handling.
Charles Davis
- r189645 - Simplify slightly.
Richard Smith
- r189646 - Don't eagerly load all conversion operators when loading a class declaration
Richard Smith
- r189647 - Mention in AST dump whether a class declaration is a definition.
Richard Smith
- r189649 - Fixing a bug where debug info for a local variable gets emitted at file scope.
Yunzhong Gao
- r189655 - clang-format: Fix corner case in builder-type calls.
Daniel Jasper
- r189657 - clang-format: Don't indent builders relative to "return".
Daniel Jasper
- [PATCH] Parse: Template specializations which aren't dependent needn't have their parsing be delayed
David Majnemer
- r189658 - clang-format: Fix incorrect indentation.
Daniel Jasper
- r189659 - Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- r189660 - Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
- r189661 - Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths"
Hans Wennborg
- r189662 - clang-format: Improve recovery from enums with errors.
Daniel Jasper
- r189663 - clang-format: Enable formatting of protocol buffer definitions.
Daniel Jasper
- r189664 - clang-cl: Pass -incremental:no to linker when using ASan
Hans Wennborg
- [PATCH] Store first and last newline position in the token text for string literals and comments.
Alexander Kornienko
- Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM XLC++/AIX
Xing Xue
- [PATCH] Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Samuel Benzaquen
- r189670 - Add support for -march=slm, aka Intel Atom Silvermont.
Benjamin Kramer
- [clang-tools-extra] r189671 - clang-replace: Re-org of file structure
Edwin Vane
- r189676 - Reduce the number of symbols by changing how templates are instantiated per function bound in the registry.
Samuel Benzaquen
- [clang-tools-extra] r189681 - clang-replace: Fix autoconf build failures
Edwin Vane
- Unavailable method checker
Richard Mazorodze
- [PATCH] [Patch] Enhance CFG to model C++ delete more precisely.
Jordan Rose
- [PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Alexander Kornienko
- [PATCH] Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher.
Samuel Benzaquen
- r189682 - ObjectiveC migrator: infer NS_ENUM even when user
Fariborz Jahanian
- [PATCH] Test for empty .clang-format file.
Alexander Kornienko
- [PATCH] CONSUMABLE class attribute
Christian Wailes
- [PATCH] Remove instantiations of OwningPtr<T> and IntrusiveRefCntPtr<T> for every AST node type.
Samuel Benzaquen
- [libcxx] r189687 - is_destructible for function types was mistakenly returning true instead of false. This is true in both C++11 and C++1y, but has been clarified by the post C++11 LWG issue 2049.
Howard Hinnant
- r189688 - [analyzer] Treat the rvalue of a forward-declared struct as Unknown.
Jordan Rose
- [clang-tools-extra] r189689 - cpp11-migrate: Refactor for driver model of operation
Edwin Vane
- [clang-tools-extra] r189691 - cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency
Edwin Vane
- [libcxx] r189692 - [tests] Change with_system_lib feature to match what XFAIL lines expect.
Daniel Dunbar
- [clang-tools-extra] r189700 - Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency"
Michael Gottesman
- r189702 - Consumed analysis: add 'consumable' class attribute.
DeLesley Hutchins
- [PATCH] Removing the notion of an attribute parameter
Aaron Ballman
- [PATCH] Add 'return_typestate' function attribute
Christian Wailes
- r189707 - ObjectiveC migrator: If we find a method that returns a C pointer
Fariborz Jahanian
- r189709 - Add initial clang targeted compatible decls for Intrin.h. Step towards
Eric Christopher
- r189710 - Typo.
Eric Christopher
- r189711 - Consolidating the notion of a GNU attribute parameter with the attribute argument list.
Aaron Ballman
- r189712 - Possibly appeasing the build bots from r189711
Aaron Ballman
- [PATCH] Ignore calling conventions when checking function template specializations
Reid Kleckner
- r189716 - The diagnostic err_init_conversion_failed uses the enum
Richard Trieu
- r189721 - Clean out unused diagnostics.
Benjamin Kramer
- [libcxx] r189722 - SFINAE out duration converting constructor if the constructor would otherwise cause a ratio compile-time overflow. This fixes LWG 2094.
Howard Hinnant
- [libcxx] r189723 - Forgot to svn add the test for r189722.
Howard Hinnant
- OpenCL C "long" should always have 64 bits
Erik Schnetter
- [PATCH] Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
- Bug fix 12730: Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on ARM
weimingz at codeaurora.org
- r177035 - Add support for the 'endian' attribute for OpenCL.
Aaron Ballman
- r189731 - Improving objc_ownership attribute test coverage.
Aaron Ballman
- r187374 - PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if
Nick Lewycky
Last message date:
Sun Sep 1 23:12:40 PDT 2013
Archived on: Tue Aug 4 15:31:13 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).