The Week Of Monday 20 January 2014 Archives by thread
Starting: Mon Jan 20 00:46:46 PST 2014
Ending: Sun Jan 26 23:34:41 PST 2014
Messages: 418
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Alexey Bataev
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
- r199633 - Add the test trees that were supposed to be part of r199632.
Chandler Carruth
- r199640 - [CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
NAKAMURA Takumi
- r199642 - [ARM] Add ACLE enum/wchar size predefines
Bradley Smith
- [PATCH] XCore target exception handling
robert lytton
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- r199660 - clang-format: Leave 2 empty lines in Google's JavaScript style.
Daniel Jasper
- r199662 - HasFunctionProto is a more strict version of FunctionLike. Since attribute subjects are inclusive (passing a single subject test means no subject-related diagnostic will fire), these two subjects should not be combined.
Aaron Ballman
- r199663 - Making some minor improvements to r199626.
Aaron Ballman
- r199626 - Wire up basic parser/sema support for attribute 'returns_nonnull'.
Aaron Ballman
- r199664 - Since the diagnostics engine understands Attr objects, this code is no longer required -- we can just pass in the attribute directly.
Aaron Ballman
- r199665 - Remove virtual methods that were added in 2009 and still had 1 implementation.
Rafael Espindola
- r199666 - Fixing a typo (turned out to be harmless since the default priority values are the same between the two attributes).
Aaron Ballman
- [PATCH] Fix source range of destructor name
Olivier Goffart
- r199669 - Make the test more strict.
Rafael Espindola
- r199670 - Add a triple. Should fix the 64 bit bots.
Rafael Espindola
- r199671 - Formatting cleanups; no functional changes.
Aaron Ballman
- r199672 - clang-format: Properly format custom options in protocol buffer definitions.
Daniel Jasper
- r199676 - Remove some hard-coded specialness for thread-safety attributes from the parser, and made it more declarative. If an attribute is allowed to appear on a function definition when late parsed, it can now use the FunctionDefinition attribute subject. It's treated as a FunctionDecl for most purposes, except it also gets exposed on the AttributeList so that it can be used while parsing.
Aaron Ballman
- [PATCH] Removing the "specialness" from thread-safety attribute parsing
Aaron Ballman
- r199677 - Exposed a declarative way to specify that an attribute can be duplicated when merging attributes on a declaration. This replaces some hard-coded functionality from Sema.
Aaron Ballman
- r199679 - Adding a bit of documentation that was missed with r198883 (when ParseArgumentsAsUnevaluated was added).
Aaron Ballman
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Fariborz Jahanian
- r199685 - Simplify further.
Rafael Espindola
- r199686 - Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
- [libclc] r199687 - Fix build broken by LLVM commit r199279
Tom Stellard
- r199688 - Give explicit sections for string constants used in NSStrings.
Rafael Espindola
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- Unavailable method checker
Richard
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Nick Kledzik
- [libcxx] r199694 - Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David Fang for the report (and suggested fix)
Marshall Clow
- [libcxx] r199695 - Removed extra space; thanks to thakis_'s eagle eye
Marshall Clow
- r199696 - Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>
Bob Wilson
- r199699 - Update FunctionTypeLoc and related names to match r199686
Alp Toker
- r199700 - Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"
Justin Bogner
- r199302 - CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Justin Bogner
- r199703 - Simplify expression, made possible by r199702.
Nick Lewycky
- r199705 - Now that r199688 avoids the real issue, use private linkage for objc strings.
Rafael Espindola
- r199709 - Use private linkage for utf-16 objc strings too.
Rafael Espindola
- r199710 - Neither attribute overloadable nor enable_if are supported by GCC. Disable the
Nick Lewycky
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- r199713 - clang-format: text following #if is likely an expression.
Daniel Jasper
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernie Ogden
- [PATCH] Make Triple's parseArch helper parse 'aarch32*' as 'arm'
Renato Golin
- [PATCH] XCore target -fexceptions flag handling
robert lytton
- r199733 - Macho-embedded: rename compiler-rt support from Darwin-embedded
Tim Northover
- r199739 - Macho-embedded: fix tests after last rename
Tim Northover
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- r199750 - clang-format: Enable formatting for .proto and .protodevel files.
Daniel Jasper
- r199754 - Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- r199755 - Fix -Wsometimes-uninitialized in r199754
Alp Toker
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Nico Rieck
- r199758 - revert 199757 for buildbot breakage.
Adrian Prantl
- r199760 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- r199762 - Correct the function name shown in diagnostics in warn-thread-safety-analysis.c
David Blaikie
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- r199347 - Disable and XFAIL a test that never worked
David Blaikie
- r199764 - MSVC ABI: Support C++11's auto on variables
David Majnemer
- r199769 - Teach Clang to look in its installation libdir for libraries (such as
Chandler Carruth
- r199772 - Fix regression in r197623: only diagnose a by-copy capture of an incomplete
Richard Smith
- r199773 - Correct various uses of 'argument' that in fact refer to function parameters
Alp Toker
- r199774 - Delay attribute checking until auto types are deduced
Nico Rieck
- r199778 - When formatting a C++-only declaration name, enable C++ mode in the formatter's
Richard Smith
- r199779 - Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
Richard Smith
- r199780 - ObjectiveC driver. change to reinstate -fno-objc-legacy-dispatch behavior
Fariborz Jahanian
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Richard Smith
- r199783 - Add a test file missed from r199782.
Richard Smith
- [PATCH] [AArch64] Fix intrinsics implementation using nested macros
Jiangning Liu
- r199787 - clang-cl: make /Zp a Joined option (PR18503)
Hans Wennborg
- LLVM buildmaster will be restarted soon
Galina Kistanova
- r199790 - Add basic checking for returning null from functions/methods marked 'returns_nonnull'.
Ted Kremenek
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] [AArch64 ACLE] Fix a bug about vcles_f32 and vcled_f64.
Kevin Qin
- r199794 - Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
- r199795 - Change a dyn_cast from r199794 to a straight cast
Alp Toker
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
David Fang
- r199796 - clang-format: Treat "." in protos like namespace separators.
Daniel Jasper
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- r199799 - [CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_FILE to suppress LNK4197.
NAKAMURA Takumi
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- r199800 - [analyzer] The patch prevents the analyzer from crashing during CFG dump.
Anton Yartsev
- [PATCH] clang-format properly handles try/catch blocks
Daniel Jasper
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- r199817 - clang-format: Fix incorrect lambda recognition.
Daniel Jasper
- r199819 - PR18465: [Thumbv8] add predefined macros
Weiming Zhao
- r199820 - ObjectiveC. When issuing property implementation is
Fariborz Jahanian
- r199822 - Driver: Suppression support for -Wa, --compress-debug-sections
David Blaikie
- [PATCH] [libc++] Const qualify __mem_fn call operator
Marshall Clow
- r199828 - clang-cl: Expose the -ferror-limit= option
Hans Wennborg
- r199829 - When a special member is explicitly defaulted outside its class, and we reject
Richard Smith
- r199830 - Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Mark Seaborn
- [PATCH] Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
Mark Seaborn
- [PATCH] Adding diversity for security
Julian Lettner
- r199834 - If an attribute has a semantically meaningful spelling (such as ArgumentWithTypeTagAttr or MSInheritanceAttr), display the spelling used for the attribute as part of the AST dump. This should ease debugging the AST for these attributes. Attributes without semantically meaningful spelling variations are not affected.
Aaron Ballman
- [PATCH] Require a module.map file to load a module
Ben Langmuir
- [libcxx] r199848 - Const qualify __mem_fn call operator
Peter Collingbourne
- r199850 - Don't forget about a builtin if we're about to redeclare it and we couldn't
Richard Smith
- r199852 - Require a module.map file to load a module
Ben Langmuir
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- Add module dependencies with -MD, -MMD
Ben Langmuir
- [libcxxabi] r199859 - Fix unwinder to build for iOS
Nick Kledzik
- [libcxxabi] r199860 - Don't redefine static_assert()
Nick Kledzik
- r199862 - test/CodeGen: Fix a typo
Justin Bogner
- r199863 - test/CodeGenCXX: Give instr-profile exception tests their own file
Justin Bogner
- r199864 - CodeGen: Handle PGO counters for constructors and destructors
Justin Bogner
- r199865 - CodeGen: Fix tracking of PGO counters for the logical or operator
Justin Bogner
- r199866 - [AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64.
Kevin Qin
- r199867 - Change an absolute value function in a test from floating to integer to
Richard Trieu
- r199868 - [analyzer] Future-proof MallocChecker CFG dumping.
Jordan Rose
- r199869 - [analyzer] Tighten up sanity checks on Objective-C property getter synthesis.
Jordan Rose
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- r199870 - test/CodeGenCXX: Be less strict about return types
Justin Bogner
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- r199875 - Improve x86 android support, add x86_64 android target
Alexey Bataev
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Hao Liu
- r199892 - [analyzer] Strip trailing whitespace characters from input.
Anton Yartsev
- r199894 - Add documentation for -m16 option on X86, fix typo
David Woodhouse
- [PATCH] Turn on PIC by default on Android
Alexey Volkov
- SV: [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- r199896 - MachO embedded: default to soft float without issuing warning
Tim Northover
- r199897 - Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- r199901 - [CMake] Migrate LLVMParseArguments to CMakeParseArguments.
NAKAMURA Takumi
- r199902 - [CMake] Parameterize MODULE and SHARED in add_clang_library().
NAKAMURA Takumi
- r199903 - [CMake] Move LIBCLANG_BUILD_STATIC above. NFC.
NAKAMURA Takumi
- r199904 - [AArch64] Add -mgeneral_regs_only option.
Amara Emerson
- r199906 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jaaskelainen
- r199907 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jaaskelainen
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Reid Kleckner
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Chandler Carruth
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Reid Kleckner
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Charles Davis
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Reid Kleckner
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- r199910 - test/CodeGen: Finish fixing the typo in r199862
Justin Bogner
- [PATCH] Switching attribute warning diagnostic groups
Aaron Ballman
- [libcxxabi] r199915 - Add missing alignment directives in assembly
Nick Kledzik
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
- r199923 - Intrin.h: fix definitions of _Interlocked{In,De}crement16
Hans Wennborg
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Gao, Yunzhong
- [libcxxabi] r199941 - Use .p2align instead of .align
Nick Kledzik
- r199949 - Thread safety analysis: handle duplicate assert_lock attributes.
DeLesley Hutchins
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Richard Trieu
- r199950 - Introduce Registry::getCompletions.
Peter Collingbourne
- [PATCH] Introduce Registry::getCompletions.
Peter Collingbourne
- r199956 - Fix debug build.
Peter Collingbourne
- r199957 - Factor out repeated parsing of a member-declarator when parsing a
Richard Smith
- r199958 - Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Update Mozilla Style
Anthony Jones
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- r199962 - PR18560: When switching to a new context, don't just save and restore an
Richard Smith
- r199964 - Remove outdated documentation suggesting we don't support the C++1y lambda extensions.
Richard Smith
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Richard Smith
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
Yunzhong Gao
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Richard Smith
- r199982 - Get rid of special parsing for return statements.
Manuel Klimek
- r199984 - Remove empty directories.
Alexander Kornienko
- r199985 - Remove empty directories.
Alexander Kornienko
- [clang-tools-extra] r199986 - Remove empty directories.
Alexander Kornienko
- r199988 - Initialize StandardConversionSequence correctly
Ismail Pazarbasi
- r199989 - Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr. Add the missing handling of value-dependent expressions for returns_nonnull.
Artyom Skrobov
- r199992 - Add missing intrinsics, fix a couple of typos in intrinsic names,
Eric Christopher
- r199997 - Added missing StandardConversionSequence initialization
Ismail Pazarbasi
- r199999 - [CMake] libclang: Update GENERATED_HEADERS with actually used.
NAKAMURA Takumi
- [PATCH] Model Constructor corresponding to a new call
Karthik Bhat
- r200004 - Adding a new diagnostics group (-Wattributes) which covers both UnknownAttributes and IgnoredAttributes.
Aaron Ballman
- r200008 - [AArch64] Replace underscores with dashes in -mgeneral_regs_only.
Amara Emerson
- [libcxx] r200010 - Rename some internal templates to avoid conflict with complier intrinsics. __is_constructible --> __libcpp_is_constructible, __is_nothrow_constructible --> __libcpp_is_nothrow_constructible, and __is_nothrow_assignable --> __libcpp_is_nothrow_assignable. No functionality change.
Marshall Clow
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [PATCH] Consume checker names from clang static analyzer.
Alexander Kornienko
- r200031 - Fixing PR18510 by checking whether the non-virtual base of the derived class
Yunzhong Gao
- r200032 - Since Visual Studio 2012 is the minimum version of MSVC we support, the old-style visualizers are being removed. Adding a Natvis replacement for the debugging visualizers.
Aaron Ballman
- r200041 - Adds a getSemanticSpelling function to semantic attribute subclasses which have a meaningful semantic spelling. Adds a sibling function to parsed attribtues (via AttributeList) for getting the semantic spelling, if one were to exist. This can be used for cleaner code that deals directly with the semantic spellings (such as the MSInheritance attribute).
Aaron Ballman
- r200045 - Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't
Richard Smith
- r200048 - Correct < and > to < and > . Thanks to Samuel Harrington for pointing this out!
Richard Smith
- r200054 - Add a proper test for -Wsystem-headers
Alp Toker
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- r200056 - Broaden -Wstring-conversion to catch string literals in logical or expressions.
Richard Trieu
- r200060 - Remove HTML codes from a .rst file. The proper HTML code will be added back
Richard Trieu
- r200061 - One more intrinsic.
Eric Christopher
- r200073 - clang-format: Fix incorrect space removal.
Daniel Jasper
- r200075 - PlistSupport: Unify ARCMigrate / StaticAnalyzer plist writers
Alp Toker
- [clang-tools-extra] r200076 - Attempt to stabilize the Windows builder
Alp Toker
- r200077 - PlistSupport: Eliminate duplicated EmitLocation() and EmitRange() functions
Alp Toker
- r200080 - [Mips] Add test to check translation MIPS triples to cpu and float abi
Simon Atanasyan
- r200081 - [Mips] Add support for mips64el-linux-android triple.
Simon Atanasyan
- r200082 - Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
- [clang-tools-extra] r200084 - Track clang changes from r200082
Alp Toker
- r200086 - Remove obsolete ObjCMethodDecl arg_type iterator functions
Alp Toker
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200098 - PR18283: If a const variable of integral or enumeration type is
Richard Smith
- r200099 - PR18530: Don't assert when performing error recovery after a missing 'template<>' on a variable template explicit specialization.
Richard Smith
- r200105 - Rename getResultLoc() too
Alp Toker
- [libcxx] r200108 - Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch.
Marshall Clow
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] PR17558 -- Uninitialized Variable Warning with Address Of Operators
Michael Bao
- r200114 - For AArch64 Neon, fix intrinsics implementation using nested macros.
Jiangning Liu
- r200123 - Remove flawed diagnostic mapping functions
Alp Toker
- r200124 - ARCMigrate: Introduce proper diagnostics for TransformActions
Alp Toker
- r200125 - Remove buggy example code from the documentation
Alp Toker
- r200126 - Identify two more unsafe uses of getCustomDiagID()
Alp Toker
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
- r200133 - [CMake] Reindent.
NAKAMURA Takumi
- r200136 - Update for llvm api change.
Rafael Espindola
- r200137 - Update docstrings following the param name change in r200132
Alp Toker
- [clang-tools-extra] r200139 - Prospective build fix for unsafe usage of getCustomDiagID()
Alp Toker
- r200140 - Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert
Alp Toker
- [clang-tools-extra] r200142 - Fix another invalid getCustomDiagID() use to unbreak the build
Alp Toker
- [PATCH] Add support for -R driver flag on OpenBSD
Brad Smith
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- r200143 - [CMake][Standalone] Introduce check-all.
NAKAMURA Takumi
- r200144 - [CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.
NAKAMURA Takumi
- r200145 - Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RUN command line."
NAKAMURA Takumi
- r200146 - check-clang doesn't require neither llvm_src_root nor llvm_obj_root.
NAKAMURA Takumi
- r200147 - clang-check: Unittests doesn't requires tools.
NAKAMURA Takumi
- [clang-tools-extra] r200148 - check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj_root.
NAKAMURA Takumi
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- [PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Olivier Goffart
- r200157 - Use canonical spelling of NetBSD
Joerg Sonnenberger
- CMake SVNVersion fixes
Kim Gräsman
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Evan Cheng
- r200189 - PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a
Richard Smith
- r200190 - Use ConstStringRef facility for getCustomDiagID() safety
Alp Toker
- r200193 - Roll back the use of ConstStringRef for now
Alp Toker
Last message date:
Sun Jan 26 23:34:41 PST 2014
Archived on: Tue Aug 4 15:31:28 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).