The Week Of Monday 20 January 2014 Archives by date
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] 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
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- [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
- r199665 - Remove virtual methods that were added in 2009 and still had 1 implementation.
David Blaikie
- 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
- [PATCH] XCore target exception handling
Rafael Ávila de Espíndola
- 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
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- [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
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Majnemer
- [libcxx] r199695 - Removed extra space; thanks to thakis_'s eagle eye
Marshall Clow
- [PATCH] Sema: Diagnose improper application of inheritance keywords
Aaron Ballman
- 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
- [PATCH] add predefined macros for thumbv8
Weiming Zhao
- 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
- r199626 - Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Evgeniy Stepanov
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- r199713 - clang-format: text following #if is likely an expression.
Daniel Jasper
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Evgeniy Stepanov
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernie Ogden
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
- [PATCH] Make Triple's parseArch helper parse 'aarch32*' as 'arm'
Renato Golin
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- [PATCH] XCore target -fexceptions flag handling
robert lytton
- r199733 - Macho-embedded: rename compiler-rt support from Darwin-embedded
Tim Northover
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Arnaud Allard de Grandmaison
- r199739 - Macho-embedded: fix tests after last rename
Tim Northover
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [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
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- r199754 - Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- [PATCH] Expose the name of the checker producing each diagnostic message.
Jordan Rose
- 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
- r199758 - revert 199757 for buildbot breakage.
Adrian Prantl
- r199758 - revert 199757 for buildbot breakage.
Eric Christopher
- r199760 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
David Blaikie
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- [PATCH] add predefined macros for thumbv8
Weiming Zhao
- 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
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Richard Smith
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Rafael Espíndola
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Aaron Ballman
- [PATCH] Add a -verify-pch option to clang -cc1
Argyrios Kyrtzidis
- 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
- r199686 - Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Richard Smith
- r199774 - Delay attribute checking until auto types are deduced
Nico Rieck
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Bob Wilson
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
jahanian
- r199778 - When formatting a C++-only declaration name, enable C++ mode in the formatter's
Richard Smith
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Bob Wilson
- r199779 - Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
Richard Smith
- [PATCH] Fix source range of destructor name
Richard Smith
- [PATCH] Sema: Diagnose improper application of inheritance keywords
Richard Smith
- r199780 - ObjectiveC driver. change to reinstate -fno-objc-legacy-dispatch behavior
Fariborz Jahanian
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
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
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Aaron Ballman
- r199783 - Add a test file missed from r199782.
Richard Smith
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Richard Smith
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
David Blaikie
- [PATCH] [AArch64] Fix intrinsics implementation using nested macros
Jiangning Liu
- r199787 - clang-cl: make /Zp a Joined option (PR18503)
Hans Wennborg
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- 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] 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
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- [PATCH] Improve x86 android support, add x86_64 android target
Evgeniy Stepanov
- 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
Alexander Rojas
- [PATCH] Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [PATCH] clang-format properly handles try/catch blocks
Manuel Klimek
- [PATCH] clang-format properly handles try/catch blocks
Daniel Jasper
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] [AArch64 ACLE] Fix a bug about vcles_f32 and vcled_f64.
Tim Northover
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- [PATCH] Support OpenCL 1.2 'extern' storage class
Tom Stellard
- r199817 - clang-format: Fix incorrect lambda recognition.
Daniel Jasper
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] Support OpenCL 1.2 'extern' storage class
Joey Gouly
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- r199800 - [analyzer] The patch prevents the analyzer from crashing during CFG dump.
Jordan Rose
- r199790 - Add basic checking for returning null from functions/methods marked 'returns_nonnull'.
Jordan Rose
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
Alp Toker
- r199819 - PR18465: [Thumbv8] add predefined macros
Weiming Zhao
- r199820 - ObjectiveC. When issuing property implementation is
Fariborz Jahanian
- r199820 - ObjectiveC. When issuing property implementation is
jahanian
- r199822 - Driver: Suppression support for -Wa, --compress-debug-sections
David Blaikie
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
David Fang
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [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] 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
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Require a module.map file to load a module
Douglas Gregor
- [PATCH] [libc++] 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
- [PATCH] Adding diversity for security
Stephen Crane
- r199852 - Require a module.map file to load a module
Ben Langmuir
- [PATCH] Adding diversity for security
Alp Toker
- r199850 - Don't forget about a builtin if we're about to redeclare it and we couldn't
Alp Toker
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Hal Finkel
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Adding diversity for security
Julian Lettner
- Add module dependencies with -MD, -MMD
Ben Langmuir
- [PATCH] Adding diversity for security
Alp Toker
- r199850 - Don't forget about a builtin if we're about to redeclare it and we couldn't
Richard Smith
- [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
- [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
- [PATCH] Adding diversity for security
Manuel Klimek
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- 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] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Artyom Skrobov
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Hao Liu
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
Alp Toker
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- r199862 - test/CodeGen: Fix a typo
Dmitri Gribenko
- r199892 - [analyzer] Strip trailing whitespace characters from input.
Anton Yartsev
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
- r199894 - Add documentation for -m16 option on X86, fix typo
David Woodhouse
- [PATCH] Turn on PIC by default on Android
Alexey Volkov
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- SV: [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Aaron Ballman
- r199896 - MachO embedded: default to soft float without issuing warning
Tim Northover
- r199897 - Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Bernie Ogden
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- [PATCH] 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
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- r199907 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jaaskelainen
- r199906 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Joey Gouly
- r199906 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jääskeläinen
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Jordan Rose
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Aaron Ballman
- r199910 - test/CodeGen: Finish fixing the typo in r199862
Justin Bogner
- [PATCH] Switching attribute warning diagnostic groups
Aaron Ballman
- r199862 - test/CodeGen: Fix a typo
Justin Bogner
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- r199896 - MachO embedded: default to soft float without issuing warning
Jim Grosbach
- r199896 - MachO embedded: default to soft float without issuing warning
Tim Northover
- [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
- [libcxxabi] r199915 - Add missing alignment directives in assembly
Nick Kledzik
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Reid Kleckner
- r199923 - Intrin.h: fix definitions of _Interlocked{In,De}crement16
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
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Gao, Yunzhong
- [PATCH] Switching attribute warning diagnostic groups
Richard Smith
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Richard Smith
- [PATCH] Warn on suspicious use of absolute value function
Richard Smith
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
- [libcxxabi] r199941 - Use .p2align instead of .align
Nick Kledzik
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [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
Chandler Carruth
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Gao, Yunzhong
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Richard Smith
- r199949 - Thread safety analysis: handle duplicate assert_lock attributes.
DeLesley Hutchins
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Ana Pazos
- r199949 - Thread safety analysis: handle duplicate assert_lock attributes.
Aaron Ballman
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Richard Trieu
- r199950 - Introduce Registry::getCompletions.
Peter Collingbourne
- [PATCH] Introduce Registry::getCompletions.
Peter Collingbourne
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Hans Wennborg
- [PATCH] Adding diversity for security
Julian Lettner
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Rafael Espíndola
- r199956 - Fix debug build.
Peter Collingbourne
- r199950 - Introduce Registry::getCompletions.
Eric Christopher
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Charles Davis
- r199957 - Factor out repeated parsing of a member-declarator when parsing a
Richard Smith
- [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
- r199958 - 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] Update Mozilla Style
Anthony Jones
- [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
- [PATCH] Update Mozilla Style
Anthony Jones
- r199964 - Remove outdated documentation suggesting we don't support the C++1y lambda extensions.
Richard Smith
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Hao Liu
- 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
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Jordan Rose
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Jordan Rose
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Sean Silva
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
Reid Kleckner
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Richard Smith
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Nico Weber
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Richard Smith
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Sean Silva
- [PATCH] Update Mozilla Style
Daniel Jasper
- [PATCH] Turn on PIC by default on Android
Evgeniy Stepanov
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Chandler Carruth
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Evgeniy Stepanov
- r199982 - Get rid of special parsing for return statements.
Manuel Klimek
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
- 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
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- 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
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
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
- [PATCH] Switching attribute warning diagnostic groups
Aaron Ballman
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Bernie Ogden
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- r200008 - [AArch64] Replace underscores with dashes in -mgeneral_regs_only.
Amara Emerson
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Evgeniy Stepanov
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Pekka Jääskeläinen
- [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] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [PATCH] Consume checker names from clang static analyzer.
Alexander Kornienko
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Model Constructor corresponding to a new call
Jordan Rose
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
Yunzhong Gao
- r200031 - Fixing PR18510 by checking whether the non-virtual base of the derived class
Yunzhong Gao
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
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
- r200004 - Adding a new diagnostics group (-Wattributes) which covers both UnknownAttributes and IgnoredAttributes.
Alp Toker
- r200004 - Adding a new diagnostics group (-Wattributes) which covers both UnknownAttributes and IgnoredAttributes.
Aaron Ballman
- [PATCH] [libc++] Support newlib as libc++'s C library
Reid Kleckner
- 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
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
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
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Richard Trieu
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Jordan Rose
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
David Majnemer
- [PATCH] Expose the name of the checker producing each diagnostic message.
Ted Kremenek
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- 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
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- 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
- r200082 - Rename getResultType() on function and method declarations to getReturnType()
Dmitri Gribenko
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
Richard Smith
- r200098 - PR18283: If a const variable of integral or enumeration type is
Richard Smith
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Richard Smith
- r200099 - PR18530: Don't assert when performing error recovery after a missing 'template<>' on a variable template explicit specialization.
Richard Smith
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200105 - Rename getResultLoc() too
Alp Toker
- r200082 - Rename getResultType() on function and method declarations to getReturnType()
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
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
David Majnemer
- r200114 - For AArch64 Neon, fix intrinsics implementation using nested macros.
Jiangning Liu
- [PATCH] [AArch64] 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
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Rafael Espíndola
- r200137 - Update docstrings following the param name change in r200132
Alp Toker
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
- [clang-tools-extra] r200139 - Prospective build fix for unsafe usage of getCustomDiagID()
Alp Toker
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Rafael Espíndola
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Chandler Carruth
- 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] Add support for -R driver flag on OpenBSD
Chandler Carruth
- [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] Add FreeBSD ARM EABI hard-float support
Saleem Abdulrasool
- [PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Olivier Goffart
- [PATCH] Add FreeBSD ARM EABI hard-float support
Saleem Abdulrasool
- [PATCH] Add FreeBSD ARM EABI hard-float support
Renato Golin
- 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
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Alp Toker
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
- 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
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
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).