The Week Of Monday 13 January 2014 Archives by thread
Starting: Mon Jan 13 01:06:46 PST 2014
Ending: Sun Jan 19 23:22:28 PST 2014
Messages: 513
- [PATCH] Fixed error recovery if sizeof is used without parenthesis
Serge Pavlov
- r199083 - [cleanup] Update the include of Dominators.h to reflect its move to the
Chandler Carruth
- [PATCH] Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
- [PATCH] Test that an ObjC property of type void at least doesn't crash
Scott Talbot
- [PATCH] Enhance CFG to model C++ new more precisely
Karthik Bhat
- [PATCH] Select correct clang++ output directory when building with cmake as sub directory on Windows
Neil Henning
- [clang-tools-extra] r199094 - Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
- r199096 - [PM] Update Clang to reflect LLVM r199095 which moves the core DomTree
Chandler Carruth
- r199105 - clang-format: Don't indent relative to ./->.
Daniel Jasper
- r199107 - clang-format: Fix corner case with comment in ctor initializer.
Daniel Jasper
- r198858 - Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Derek Schuff
- r199076 - [CMake] Move BUG_REPORT_URL from clang to llvm.
Jordan Rose
- [PATCH] Update code owner for parser
Rafael Espíndola
- r199120 - [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] Attributes code owner
Aaron Ballman
- Add new redhat triple
Rafael Espíndola
- [libcxx] r199122 - Fix a bug in regex_token_iterator's copy constructor. Caught by Bob Wilson.
Marshall Clow
- [libcxx] r198878 - Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator.
Marshall Clow
- r199123 - [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
- r199037 - SPARC passes non-trivial C++ objects indirectly like everybody else.
Rafael Espíndola
- r199124 - Hook up NetBSD/aarch64.
Joerg Sonnenberger
- r199126 - Update for getLazyBitcodeModule API change.
Rafael Espindola
- [clang-tools-extra] r194707 - Make clang's static analyzer checks available through clang-tidy.
Alexander Kornienko
- r199128 - Follow-up to r199120: don't try referencing the dtor if the param decl isn't valid.
Hans Wennborg
- r199129 - [ms-abi] Quick fix layout of an array of records
Reid Kleckner
- r199130 - Update tests in preparation for using the MS ABI for Win32 targets
Hans Wennborg
- r199131 - Use the MS ABI for Win32 targets by default
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- r199132 - [ms-abi] Leading VFPtrs don't suppress the leading zero sized flag
Warren Hunt
- r199136 - CodeGen: Remove some unnecessary braces
Justin Bogner
- r199137 - CodeGen: Remove a superfluous setCurrentRegionCount
Justin Bogner
- r199138 - CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
Justin Bogner
- r199139 - CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
- r199140 - CodeGen: Clarify a comment about PGO in case statement ranges
Justin Bogner
- r199141 - There is no such thing as __attribute__((align)); that's a __declspec attribute. Fixing these test cases to use the proper spelling for their syntax.
Aaron Ballman
- r199142 - Updating the attribute declarations to have the correct syntaxes. This means giving a __declspec spelling to: deprecated, naked, noinline, noreturn, and nothrow. uuid has no GNU spelling, so it was switched to __declspec. dllexport and dllimport both are now supported with GNU spellings.
Aaron Ballman
- r199143 - __forceinline is a keyword, and not a GNU-style attribute. This FIXME appears to be out-dated, and the attribute syntax is becoming more important these days.
Aaron Ballman
- r198640 - CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
- r199144 - When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).
Aaron Ballman
- r199150 - Teach the standalone Clang CMake bits about the flag to force using an
Chandler Carruth
- r199151 - Adding myself as the code owner for the attribute subsystem.
Aaron Ballman
- r199152 - LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,
Chandler Carruth
- r199153 - clang-cl: Ignore /fallback when not actually compiling (PR18456)
Hans Wennborg
- r199154 - [ms-abi] Reordering __declspec(align) pragma pack handling
Warren Hunt
- r199160 - [ms-abi] Always generate complete constructors in the Microsoft C++ ABI
Reid Kleckner
- FW: [PATCH] Fix failure to find header in module build
Thompson, John
- r199168 - [ms-abi] Report VBPtrOffset correctly
Warren Hunt
- r199169 - Consumed analysis: add two new attributes which fine-tune the behavior of
DeLesley Hutchins
- [PATCH] Ensure i686-nacl long long is aligned 8 bytes (like malign-double)
Jan Voung
- r199171 - [ms-abi] Remove duplicated vbptr offset code
Reid Kleckner
- r199172 - [ms-abi] Small Change to pack+alignment interaction.
Warren Hunt
- [PATCH] add predefined macros for thumbv8
Weiming Zhao
- [PATCH] Remove the -cxx-abi command-line option
Hans Wennborg
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Richard Smith
- r199175 - Removing some attribute magic related to the OpenCL keyword attributes. Instead of mapping them to their semantics as a custom part of the parser, they instead map declaratively through the rest of the attribute system.
Aaron Ballman
- r199176 - Remove a temporary workaround that is no longer relevant.
Bob Wilson
- r199053 - Clarify warn_cxx98_compat_attribute diagnostic
Richard Smith
- r199177 - Update feature name "Generalized Attributes" to match the heading in the paper.
Richard Smith
- [libcxx] r199184 - Rename libc++ internal templates __is_void, __is_integral, __is_floating_point, __is_pointer, __is_function_imp, __is_function, __is_member_function_pointer, __is_member_pointer, __is_signed_impl, __is_signed, __is_unsigned_impl, __is_unsigned to __libcpp_is_XXX, because some compilers have decided that __is_XXX are keywords. No functionality change.
Marshall Clow
- r199188 - Puny 24-byte structs are returned by value on SPARC.
Jakob Stoklund Olesen
- r199189 - This test is passing on SPARC.
Jakob Stoklund Olesen
- r199190 - Sema: Predefine size_t in MSVC Compatibility mode
David Majnemer
- r199195 - Switch to ssize_t from size_t to unbreak windows builders.
David Majnemer
- r199196 - Disable this test for windows builders
David Majnemer
- r199198 - clang-format: Fix bug introduced in r198871.
Daniel Jasper
- [PATCH] Add __sinpi and friends as libcalls
Tim Northover
- r199199 - Remove trailing spaces
Sylvestre Ledru
- r199201 - clang/test/Index/recursive-cxx-member-calls.cpp: Add "-target" rather than XFAILing.
NAKAMURA Takumi
- r199208 - [OpenCL] Disallow casts between address spaces.
Joey Gouly
- r199209 - Rename language option MicrosoftMode to MSVCCompat
Alp Toker
- r199210 - Switch around the order of MSVCCompat and MicrosoftExt
Alp Toker
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- r199215 - Clarify the LibTooling.rst a bit
Eli Bendersky
- r198497 - Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
- r199220 - Update CodeGen to use DLL storage class for dllimport/dllexport
Nico Rieck
- [PATCH] clang-format properly handles try/catch blocks.
Diego Alexander Rojas
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [libcxx] r199222 - Update lib/buildit and test/testit to both pay attention to an env flag CXX_LANG, which people can set to 'c++03', 'c++11' or 'c++1y' to build/test using that language variant. If you don't set this env variable, you get c++11, just like today. Drive-by fix; remove duplicate -nostdinc++.
Marshall Clow
- [libcxx] r199224 - Whoops! Set the default in the last commit to c++1y instead of c++11
Marshall Clow
- r199225 - Use a proper lvalue-to-rvalue conversion in Objective-C++ property accessors.
Jordan Rose
- r199226 - [analyzer] Use synthesized ASTs for property getters when available.
Jordan Rose
- r199227 - CFG: use Visit instead of VisitStmt to look through parens.
Jordan Rose
- r199229 - Simplifying the OpenCL image attribute. It does not need a semantic integer parameter because the required information is encoded in the spelling. Added an appropriate subject to the attribute, and simplified the semantic checking (which will likely be expanded upon in a future patch). Also, removed the GNU spelling since it was unsupported in the first place.
Aaron Ballman
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- r199230 - Remove unused function to fix clang -Werror build
Reid Kleckner
- r199247 - Clarify driver/frontend -fms-compatibility help text
Alp Toker
- r199249 - Darwin: add __sinpi (etc) and __exp10 libbuiltins
Tim Northover
- r199250 - Remove the -cxx-abi command-line flag.
Hans Wennborg
- [PATCH]: -fno-inline doesnt prevent inlining
Roman Divacky
- r199255 - ObjectiveC. produce more expressive warning when
Fariborz Jahanian
- r199256 - Driver: clarify help string for "-###"
Tim Northover
- [libcxx patch] Modify testit to allow filtering tests by prefixes
Marshall Clow
- r199257 - ObjectiveC. add comment.
Fariborz Jahanian
- r199258 - Improve comment.
Fariborz Jahanian
- r199260 - Use i686 as the ISA in %microsoft_abi_triple on ARM
Reid Kleckner
- r199277 - Teach DeadStoresChecker about attribute objc_precise_lifetime.
Ted Kremenek
- r199278 - ObjectiveC. Improve on diagnostics per Jordan's feedback.
Fariborz Jahanian
- r199280 - lit.cfg: Don't expand %ms_abi_triple to non-X86 triples
Hans Wennborg
- [PATCH] Generalized attribute support
Alp Toker
- r199283 - Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>
Bob Wilson
- r199284 - Fixed error recovery if sizeof is used without parenthesis
Serge Pavlov
- r198082 - Implement MSVC header search algorithm in MicrosoftMode.
Reid Kleckner
- r199292 - Fix cxx_variable_templates feature check and documentation
Alp Toker
- r199298 - Fix the attribute enable_if example in the docs to be 100% real-world, instead of merely being close to the real world to mislead people. This now matches the test.
Nick Lewycky
- r199302 - CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Justin Bogner
- r199303 - replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>
Kostya Serebryany
- r199306 - This code block wasn't showing up in the html. Try this?
Nick Lewycky
- [PATCH] MS ABI: Improve selection of an inheritance model
David Majnemer
- r199307 - Switch this test from needlessly running the clang driver to directly
Chandler Carruth
- r199308 - Move a bunch of tests to directly use the CC1 layer. This at least saves
Chandler Carruth
- r199311 - Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
- [Patch] Fix for PR9812
Erik Verbruggen
- [PATCH] Warn when NULL is returned from 'operator new' without 'throw()'
Artyom Skrobov
- r199317 - clang-format: Fixed formatting of JavaScript container literals
Daniel Jasper
- [PATCH] clang-format properly handles try/catch blocks
Alexander Rojas
- [libcxx] r199318 - Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'.
Marshall Clow
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- r199320 - [analyzer] Print function name when dumping its CFG.
Jordan Rose
- r199321 - [analyzer] BlockCall shouldn't really be an AnyFunctionCall.
Jordan Rose
- r199324 - Make -fno-inline attach NoInline attribute to all functions that are not
Roman Divacky
- [PATCH] Whitespace issues during preprocessing
Harald van Dijk
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] Fix source range of destructor name
Olivier Goffart
- r199335 - Ensure i686-nacl long long is aligned 8 bytes (like malign-double)
Jan Wen Voung
- r199336 - Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
- [PATCH?] 'this' in typedefs, possibly overly complicated code in other 'this' checks?
Harald van Dijk
- [PATCH] Improve error message when a stale PCH dependency is encountered
Ben Langmuir
- [PATCH] Distinguishing between user-written and implicit attributes
Aaron Ballman
- r199347 - Disable and XFAIL a test that never worked
Alp Toker
- r199348 - Forbid driver use in Sema tests
Alp Toker
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Hal Finkel
- r199367 - MachO: use *-*-*-macho for MachO embedded targets.
Tim Northover
- r199368 - clang-format: Enable formatting of lambdas with explicit return type.
Daniel Jasper
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernard Ogden
- r199372 - [asan] Remove -fsanitize-address-zero-base-shadow command line
Evgeniy Stepanov
- r199374 - Sema: Fix crash during member pointer conversion involving incomplete classes
David Majnemer
- r199378 - Distinguish between attributes explicitly written at the request of the user, and attributes implicitly generated to assist in bookkeeping by the compiler. This is done so by table generating a CreateImplicit method for each attribute.
Aaron Ballman
- r199382 - Giving the asm attribute some keyword spellings based off of GCC's documentation. No functional changes.
Aaron Ballman
- [PATCH] Add Multilib selection machinery to Clang
Simon Atanasyan
- r199383 - [ASan] Describe online/offline symbolization of reports, mention dsymutil.
Alexander Potapenko
- r199385 - [ASan] Typo fix (symbolize=0 disables online symbolization)
Alexander Potapenko
- r199387 - Factored some function-like type reasoning out of SemaDeclAttr and onto Decl itself. This allows for more declarative subjects in attribute tablegen where the attribute appertains to something function-like, but not strictly a FunctionDecl.
Aaron Ballman
- r199388 - [ASan] Enough to have llvm-symbolizer in $PATH.
Alexander Potapenko
- r199392 - Fixing a warning that causes the sanitizer build disliked about mixing && and ||. Since this is generated code, the && has been removed from the expression entirely.
Aaron Ballman
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- r199398 - www: link to the planet clang newsfeed
Alp Toker
- r199399 - SPARCv9 implements long double as an IEEE quad.
Jakob Stoklund Olesen
- [libcxx] r199400 - Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
Marshall Clow
- r199401 - www: update the "Follow what's going on" section too
Alp Toker
- [PATCH] Warn on suspicious use of absolute value function
Reid Kleckner
- r199405 - [analyzer] Shitfing a constant value by its bit width is undefined.
Jordan Rose
- r199410 - Giving a spelling to the Override attribute, and commenting on the absence of a spelling for a few implicitly-only attributes. No functional change intended.
Aaron Ballman
- r199411 - clang-format: Improve formatting of ObjC Blocks with return type.
Daniel Jasper
- r199414 - When generating Spelling enumeration values, do not generate identifiers in the reserved namespace. Strip underscores as appropriate, taking care to not create duplicate identifiers.
Aaron Ballman
- r199416 - MS ABI: Improve selection of an inheritance model
David Majnemer
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Support explicit template arguments with variadic generic lambdas
Richard Smith
- r199431 - Remove an unnecessary special case to check for a few Darwin-specific options.
Bob Wilson
- [PATCH] C++11: Reject string literal to non-const char * conversion
Richard Smith
- r199436 - Consumed analysis: bugfix for operator calls. Also fixes some formatting
DeLesley Hutchins
- [PATCH] Add implementations of _cpuid and _xgetbv to Intrin.h
Hans Wennborg
- r199438 - Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
- r199439 - Add implementations of _cpuid and _xgetbv to Intrin.h
Hans Wennborg
- r199441 - Relax the ms-intrin.cpp test
Hans Wennborg
- r199442 - ms-intrin.cpp: no need for -verify anymore
Hans Wennborg
- r199443 - Move away from 'general' / 'generalized' as a way of identifying C++11
Richard Smith
- r199444 - Debug info: Refactor NoLocation and ArtificialLocation to use a common base
Adrian Prantl
- r199446 - Improve the error message when a PCH dependency is modified
Ben Langmuir
- r199450 - ms-intrin.cpp: add -Werror to the test
Hans Wennborg
- r199451 - Split out -verify into two distinct option flags
Alp Toker
- r199452 - Issue a warning if a throwing operator new or operator new[] returns a null
Richard Smith
- Update for getting started page
Nikola Smiljanic
- r199453 - PR18477: Create a function scope representing the constructor call when
Richard Smith
- r199454 - Driver: Stub -Wa, -compress-debug-sections support for integrated-as with a suppressable warning
David Blaikie
- r199455 - Make -verify a -cc1 NoDriverOption
Alp Toker
- r199456 - Tweak test run line for readability
Alp Toker
- r199457 - Updating the minimum version information for Visual Studio.
Aaron Ballman
- r199458 - Make -cl-kernel-arg-info a cc1-only option like the others
Alp Toker
- r199459 - Kill off obsolete err_target_unknown_cxxabi diag
Alp Toker
- r199460 - Refine diagnostic: attribute 'nonnull' applies to both functions and methods.
Ted Kremenek
- r199464 - Make 'CheckNonNullArguments' a static function. No functionality change.
Ted Kremenek
- r199465 - Push NonNullAttr inspection loop into CheckNonNullArguments.
Ted Kremenek
- r199466 - Add ArrayRef<> interface to get the parameters of a FunctionDecl/ObjCMethodDecl.
Ted Kremenek
- r199467 - Enhance attribute 'nonnull' to be applicable to parameters directly (infix).
Ted Kremenek
- r199469 - Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.
NAKAMURA Takumi
- r199471 - Add ArrayRef<> interface to get the formal parameters of a BlockDecl.
Ted Kremenek
- r199472 - Change CallEvent to use ArrayRef<> interface to get formal parameters of callee.
Ted Kremenek
- r199473 - [analyzer] Teach NonNullParamChecker about 'nonnull' attributes on parameters.
Ted Kremenek
- r199475 - Revert r199416, "MS ABI: Improve selection of an inheritance model"
NAKAMURA Takumi
- PR12788
Nikola Smiljanic
- r199480 - Add more test cases for attribute 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r199482 - Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""
David Majnemer
- r199486 - Fix a build-bot breakage for clang-modernize when run with the MSVC ABI
David Majnemer
- r199490 - Permit redeclaration of tags introduced by using decls
Alp Toker
- [libcxx] r199494 - Build fix for gcc builtin
Alp Toker
- [libcxx] r198505 - Switch to using C++ style casts.
Alp Toker
- r199496 - Adding a test case for nonnull being attached to something other than a function, Objective-C method, or parameter.
Aaron Ballman
- [PATCH] MSVC 2013 type trait support
Alp Toker
- [PATCH] bad name of function in PthreadlockChecker
Jean Baptiste Noblot
- r199499 - [analyzer] Fix incorrect spelling of 'pthread_rwlock_trywrlock'. Patch by Jean Baptiste Noblot.
Ted Kremenek
- [PATCH] [ARM] Add ACLE enum/wchar size predefines
Bradley Smith
- [libcxx] r199500 - Adjust build fix from r199494 to use C++ casts
Alp Toker
- r199501 - clang-format: Don't break lines starting with "import <string-literal>"
Daniel Jasper
- [PATCH] XCore target exception handling
robert lytton
- [PATCH] Removing the "specialness" from thread-safety attribute parsing
Aaron Ballman
- r199512 - Don't allow 'this' within typedefs within classes that otherwise look like they
Richard Smith
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
- r199522 - PR12788: Remove unnecessary and incorrect special case for indirect fields.
Richard Smith
- r199529 - Use switch statements in preparation for adding more architectures.
Joerg Sonnenberger
- r199531 - Restrict redeclaration of tags introduced by using decls to MSVCCompat
Alp Toker
- r199532 - Refactor ABI argument lowering a little
Reid Kleckner
- r199535 - Driver support for -fdebug-types-sections
David Blaikie
- libc++ fix for PR18514 - regex doesn't use regex_traits::value() to parse quantifiers and backreferences
Marshall Clow
- r199538 - Try to fix this link.
Nick Lewycky
- [libcxx] r199541 - Update __parse_DUP_COUNT and __parse_BACKREF to use the traits class to recognize digits. Fixes PR18514
Marshall Clow
- [libcxx] r199542 - Fix erroneous test; was failing on darwin-ppc32. Fixes PR18469.
Marshall Clow
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- r199560 - Make unreferenced f-group options anonymous
Alp Toker
- r199562 - docs: clarify the role of compiler-builtin type trait primitives
Alp Toker
- r199563 - Fix comment typos
Alp Toker
- [PATCH] Fix PR18473 - Set NullType of ParenListExpr to Void (Similar to what's done for InitListExpr)
Faisal Vali
- r199571 - Harden InitListExpr::isStringLiteralInit() against getInit() returning null.
Ted Kremenek
- r199573 - clang-format: Fix ObjC block as first call parameter formatting.
Daniel Jasper
- [clang-tools-extra] r199578 - [CMake] check_library_exists() requires inclusion in clang standalone build.
NAKAMURA Takumi
- r199579 - [CMake] check-clang requires clang-tblgen. It is not required by anyone when external CLANG_TABLEGEN is specified.
NAKAMURA Takumi
- r199580 - clang-format: Better support and testing for protocol buffers.
Daniel Jasper
- [clang-tools-extra] r199583 - [CMake] Import CLANG_TOOLS_DIR from check-clang into check-clang-tools for standalone clang.
NAKAMURA Takumi
- [clang-tools-extra] r199589 - check-clang-tools: Fixup for r199583.
NAKAMURA Takumi
- r199591 - [CMake] Prune LLVM_TOOLS_DIR and LLVM_LIBS_DIR in clang/test/CMakeLists.txt. They are overridden in configure_lit_site_cfg().
NAKAMURA Takumi
- r199596 - [CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR to point appropriate target directories.
NAKAMURA Takumi
- [clang-tools-extra] r199597 - [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
- r199597 - [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
- r199617 - PR18544: don't assert that 'operator new' is not declared inside a namespace;
Richard Smith
- r199618 - Fix nothrow trait with multiple default constructors
Alp Toker
- r199619 - MSVC 2013 type trait support
Alp Toker
- [PATCH] clang-format fix Mozilla defaults
Anthony Jones
- r199625 - These attributes are no longer "checker-specific."
Ted Kremenek
- r199626 - Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
- r199627 - PR18551: accepts invalid strong enum to bool when operator! is used
Alp Toker
Last message date:
Sun Jan 19 23:22:28 PST 2014
Archived on: Tue Aug 4 15:31:27 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).