The Week Of Monday 20 January 2014 Archives by author
Starting: Mon Jan 20 00:46:46 PST 2014
Ending: Sun Jan 26 23:34:41 PST 2014
Messages: 418
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- r200096 - unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
- [PATCH] Add FreeBSD ARM EABI hard-float support
Saleem Abdulrasool
- [PATCH] Add FreeBSD ARM EABI hard-float support
Saleem Abdulrasool
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
- 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
- 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
- r199666 - Fixing a typo (turned out to be harmless since the default priority values are the same between the two attributes).
Aaron Ballman
- r199671 - Formatting cleanups; no functional changes.
Aaron Ballman
- 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] Sema: Diagnose improper application of inheritance keywords
Aaron Ballman
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Aaron Ballman
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Aaron Ballman
- 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] [StaticAnalyzer] New checker Sizeof on expression
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Aaron Ballman
- [PATCH] Switching attribute warning diagnostic groups
Aaron Ballman
- r199949 - Thread safety analysis: handle duplicate assert_lock attributes.
Aaron Ballman
- r200004 - Adding a new diagnostics group (-Wattributes) which covers both UnknownAttributes and IgnoredAttributes.
Aaron Ballman
- [PATCH] Switching attribute warning diagnostic groups
Aaron Ballman
- 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.
Aaron Ballman
- [PATCH] NoReturn Warning: Removed Warning for Unreachable Return
Michael Bao
- [PATCH] PR17558 -- Uninitialized Variable Warning with Address Of Operators
Michael Bao
- [PATCH] [libc++] Support newlib as libc++'s C library
JF Bastien
- [PATCH] [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing.
Alexey Bataev
- r199875 - Improve x86 android support, add x86_64 android target
Alexey Bataev
- [PATCH] Model Constructor corresponding to a new call
Karthik Bhat
- r199665 - Remove virtual methods that were added in 2009 and still had 1 implementation.
David Blaikie
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
David Blaikie
- r199762 - Correct the function name shown in diagnostics in warn-thread-safety-analysis.c
David Blaikie
- r199347 - Disable and XFAIL a test that never worked
David Blaikie
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
David Blaikie
- r199822 - Driver: Suppression support for -Wa, --compress-debug-sections
David Blaikie
- r199700 - Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"
Justin Bogner
- r199302 - CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Justin Bogner
- 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
- r199870 - test/CodeGenCXX: Be less strict about return types
Justin Bogner
- r199910 - test/CodeGen: Finish fixing the typo in r199862
Justin Bogner
- r199862 - test/CodeGen: Fix a typo
Justin Bogner
- 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
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
- r199769 - Teach Clang to look in its installation libdir for libraries (such as
Chandler Carruth
- [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
Chandler Carruth
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Chandler Carruth
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Chandler Carruth
- [PATCH] Add support for -R driver flag on OpenBSD
Chandler Carruth
- 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,
Evan Cheng
- r199758 - revert 199757 for buildbot breakage.
Eric Christopher
- r199950 - Introduce Registry::getCompletions.
Eric Christopher
- r199992 - Add missing intrinsics, fix a couple of typos in intrinsic names,
Eric Christopher
- r200061 - One more intrinsic.
Eric Christopher
- [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
- [PATCH] [libc++] Const qualify __mem_fn call operator
Marshall Clow
- [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
- [libcxx] r200108 - Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch.
Marshall Clow
- [libcxx] r199848 - Const qualify __mem_fn call operator
Peter Collingbourne
- [PATCH] [libc++] Const qualify __mem_fn call operator
Peter Collingbourne
- r199950 - Introduce Registry::getCompletions.
Peter Collingbourne
- [PATCH] Introduce Registry::getCompletions.
Peter Collingbourne
- r199956 - Fix debug build.
Peter Collingbourne
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Quentin Colombet
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] Support OpenCL 1.2 'extern' storage class
Fraser Cormack
- [PATCH] Adding diversity for security
Stephen Crane
- [PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Charles Davis
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- r199904 - [AArch64] Add -mgeneral_regs_only option.
Amara Emerson
- r200008 - [AArch64] Replace underscores with dashes in -mgeneral_regs_only.
Amara Emerson
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Amara Emerson
- r199665 - Remove virtual methods that were added in 2009 and still had 1 implementation.
Rafael Espindola
- r199669 - Make the test more strict.
Rafael Espindola
- r199670 - Add a triple. Should fix the 64 bit bots.
Rafael Espindola
- r199685 - Simplify further.
Rafael Espindola
- r199688 - Give explicit sections for string constants used in NSStrings.
Rafael Espindola
- 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
- r200136 - Update for llvm api change.
Rafael Espindola
- [PATCH] XCore target exception handling
Rafael Ávila de Espíndola
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Rafael Espíndola
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Rafael Espíndola
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Rafael Espíndola
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Rafael Espíndola
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
David Fang
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
David Fang
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Hal Finkel
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Gao, Yunzhong
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Gao, Yunzhong
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
Yunzhong Gao
- [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
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
Yunzhong Gao
- [PATCH] Fix source range of destructor name
Olivier Goffart
- [PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Olivier Goffart
- [PATCH] Make Triple's parseArch helper parse 'aarch32*' as 'arm'
Renato Golin
- [PATCH] Add FreeBSD ARM EABI hard-float support
Renato Golin
- [PATCH] Support OpenCL 1.2 'extern' storage class
Joey Gouly
- r199906 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Joey Gouly
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Arnaud Allard de Grandmaison
- [PATCH] Require a module.map file to load a module
Douglas Gregor
- r199862 - test/CodeGen: Fix a typo
Dmitri Gribenko
- [PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
- r200082 - Rename getResultType() on function and method declarations to getReturnType()
Dmitri Gribenko
- r199896 - MachO embedded: default to soft float without issuing warning
Jim Grosbach
- CMake SVNVersion fixes
Kim Gräsman
- r199949 - Thread safety analysis: handle duplicate assert_lock attributes.
DeLesley Hutchins
- 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
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Fariborz Jahanian
- r199780 - ObjectiveC driver. change to reinstate -fno-objc-legacy-dispatch behavior
Fariborz Jahanian
- r199820 - ObjectiveC. When issuing property implementation is
Fariborz Jahanian
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Rahul Jain
- r199660 - clang-format: Leave 2 empty lines in Google's JavaScript style.
Daniel Jasper
- r199672 - clang-format: Properly format custom options in protocol buffer definitions.
Daniel Jasper
- r199713 - clang-format: text following #if is likely an expression.
Daniel Jasper
- r199750 - clang-format: Enable formatting for .proto and .protodevel files.
Daniel Jasper
- r199796 - clang-format: Treat "." in protos like namespace separators.
Daniel Jasper
- [PATCH] clang-format properly handles try/catch blocks
Daniel Jasper
- r199817 - clang-format: Fix incorrect lambda recognition.
Daniel Jasper
- [PATCH] Update Mozilla Style
Daniel Jasper
- r200073 - clang-format: Fix incorrect space removal.
Daniel Jasper
- [PATCH] Update Mozilla Style
Anthony Jones
- [PATCH] Update Mozilla Style
Anthony Jones
- [PATCH] Update Mozilla Style
Anthony Jones
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- [PATCH] Support OpenCL 1.2 'extern' storage class
Pekka Jääskeläinen
- r199906 - Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jääskeläinen
- [PATCH] Bug 18567: Fix constantexpr pointer casts with address spaces.
Pekka Jääskeläinen
- LLVM buildmaster will be restarted soon
Galina Kistanova
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- [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
Reid Kleckner
- [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
Reid Kleckner
- [PATCH] Fixing a struct layout bug involving a packed derived class with an unpacked non-virtual base
Reid Kleckner
- [PATCH] [libc++] Support newlib as libc++'s C library
Reid Kleckner
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Nick Kledzik
- [libcxxabi] r199859 - Fix unwinder to build for iOS
Nick Kledzik
- [libcxxabi] r199860 - Don't redefine static_assert()
Nick Kledzik
- [libcxxabi] r199915 - Add missing alignment directives in assembly
Nick Kledzik
- [libcxxabi] r199941 - Use .p2align instead of .align
Nick Kledzik
- [PATCH] clang-format properly handles try/catch blocks
Manuel Klimek
- [PATCH] Adding diversity for security
Manuel Klimek
- r199982 - Get rid of special parsing for return statements.
Manuel Klimek
- [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
- [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
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- r199984 - Remove empty directories.
Alexander Kornienko
- r199985 - Remove empty directories.
Alexander Kornienko
- [clang-tools-extra] r199986 - Remove empty directories.
Alexander Kornienko
- [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] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Alexander Kornienko
- r199626 - Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
- r199790 - Add basic checking for returning null from functions/methods marked 'returns_nonnull'.
Ted Kremenek
- [PATCH] Expose the name of the checker producing each diagnostic message.
Ted Kremenek
- [PATCH] Add a -verify-pch option to clang -cc1
Argyrios Kyrtzidis
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- [PATCH] Require a module.map file to load a module
Ben Langmuir
- r199852 - Require a module.map file to load a module
Ben Langmuir
- Add module dependencies with -MD, -MMD
Ben Langmuir
- [PATCH] Add a -verify-pch option to clang -cc1
Ben Langmuir
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Julian Lettner
- [PATCH] Adding diversity for security
Julian Lettner
- r199703 - Simplify expression, made possible by r199702.
Nick Lewycky
- r199710 - Neither attribute overloadable nor enable_if are supported by GCC. Disable the
Nick Lewycky
- [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] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Hao Liu
- [PATCH] [AArch64] Fix intrinsics implementation using nested macros
Jiangning Liu
- r200114 - For AArch64 Neon, fix intrinsics implementation using nested macros.
Jiangning Liu
- [PATCH] [AArch64] Fix intrinsics implementation using nested macros
Jiangning Liu
- [PATCH] Sema: Diagnose improper application of inheritance keywords
David Majnemer
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Majnemer
- r199764 - MSVC ABI: Support C++11's auto on variables
David Majnemer
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
David Majnemer
- [PATCH] Fixing a struct layout bug with bitfields before virtual base
David Majnemer
- r199733 - Macho-embedded: rename compiler-rt support from Darwin-embedded
Tim Northover
- r199739 - Macho-embedded: fix tests after last rename
Tim Northover
- [PATCH] [AArch64 ACLE] Fix a bug about vcles_f32 and vcled_f64.
Tim Northover
- r199896 - MachO embedded: default to soft float without issuing warning
Tim Northover
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- r199896 - MachO embedded: default to soft float without issuing warning
Tim Northover
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Tim Northover
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- [PATCH] Support ARM's new naming scheme for architectures and instruction sets
Bernie Ogden
- [PATCH] add predefined macros for thumbv8
Bernie Ogden
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Bernie Ogden
- [PATCH] [AArch64] Add -mgeneral_regs_only option
Bernie Ogden
- r199897 - Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
- r199988 - Initialize StandardConversionSequence correctly
Ismail Pazarbasi
- r199997 - Added missing StandardConversionSequence initialization
Ismail Pazarbasi
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
- [PATCH] [AArch64]Fix a bug about vset_lane_f16/vget_lane_f16 intrinsics caused by casting from float16_t to int16_t
Ana Pazos
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- r199758 - revert 199757 for buildbot breakage.
Adrian Prantl
- 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
- r199757 - Debug info: use the file a typedef is defined in as its decl_file instead
Adrian Prantl
- [PATCH] [AArch64 ACLE] Fix a bug about vcles_f32 and vcled_f64.
Kevin Qin
- r199866 - [AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64.
Kevin Qin
- Unavailable method checker
Richard
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Nico Rieck
- r199774 - Delay attribute checking until auto types are deduced
Nico Rieck
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] Add Multilib selection machinery to Clang
Jon Roelofs
- [PATCH] clang-format properly handles try/catch blocks
Alexander Rojas
- [PATCH] Expose the name of the checker producing each diagnostic message.
Jordan Rose
- 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
- r199868 - [analyzer] Future-proof MallocChecker CFG dumping.
Jordan Rose
- r199869 - [analyzer] Tighten up sanity checks on Objective-C property getter synthesis.
Jordan Rose
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Jordan Rose
- [PATCH] Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Jordan Rose
- [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
- [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] Extend -Wstring-conversion to catch NSString* to bool conversion
Jordan Rose
- SV: [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Alexey Samsonov
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- [Patch] m32 powerpc-darwin should default to fragile ObjC ABI.
Iain Sandoe
- 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
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Sean Silva
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Sean Silva
- [PATCH] Combine the checks for returns_nonnull and for operator new returning null, in Sema::CheckReturnValExpr
Artyom Skrobov
- 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
- [PATCH] Add support for -R driver flag on OpenBSD
Brad Smith
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- r199642 - [ARM] Add ACLE enum/wchar size predefines
Bradley Smith
- [PATCH] [Sema] Delay attribute checking until auto types are deduced
Richard Smith
- r199772 - Fix regression in r197623: only diagnose a by-copy capture of an incomplete
Richard Smith
- r199686 - Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Richard Smith
- 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
- [PATCH] Fix source range of destructor name
Richard Smith
- [PATCH] Sema: Diagnose improper application of inheritance keywords
Richard Smith
- [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
- r199782 - Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Richard Smith
- r199829 - When a special member is explicitly defaulted outside its class, and we reject
Richard Smith
- r199850 - Don't forget about a builtin if we're about to redeclare it and we couldn't
Richard Smith
- r199850 - Don't forget about a builtin if we're about to redeclare it and we couldn't
Richard Smith
- [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
- [PATCH] Fix for 18283 - Const int initialized with curly braces is not a compile time constant
Richard Smith
- r199957 - Factor out repeated parsing of a member-declarator when parsing a
Richard Smith
- 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
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Richard Smith
- 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
Richard Smith
- 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
- 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
- r200189 - PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a
Richard Smith
- r200157 - Use canonical spelling of NetBSD
Joerg Sonnenberger
- [PATCH] Fix AAPCS-VFP non-compliance when returning HFA from variadic function
Oliver Stannard
- [libclc] r199687 - Fix build broken by LLVM commit r199279
Tom Stellard
- [PATCH] Support OpenCL 1.2 'extern' storage class
Tom Stellard
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Evgeniy Stepanov
- r199632 - Make the Linux support for finding libc++ somewhat less braindead.
Evgeniy Stepanov
- [PATCH] Improve x86 android support, add x86_64 android target
Evgeniy Stepanov
- [PATCH] Turn on PIC by default on Android
Evgeniy Stepanov
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Evgeniy Stepanov
- r199513 - Fix string-literal to char* conversion in overload resolution for C++11
Evgeniy Stepanov
- r199640 - [CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
NAKAMURA Takumi
- r199799 - [CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_FILE to suppress LNK4197.
NAKAMURA Takumi
- 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
- r199999 - [CMake] libclang: Update GENERATED_HEADERS with actually used.
NAKAMURA Takumi
- r200133 - [CMake] Reindent.
NAKAMURA Takumi
- 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
- r199686 - Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
- r199699 - Update FunctionTypeLoc and related names to match r199686
Alp Toker
- r199755 - Fix -Wsometimes-uninitialized in r199754
Alp Toker
- r199773 - Correct various uses of 'argument' that in fact refer to function parameters
Alp Toker
- 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] Add -m16 option for using x86-*-*-code16 triple
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [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] Adding diversity for security
Alp Toker
- [PATCH] Adding diversity for security
Alp Toker
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
Alp Toker
- r200004 - Adding a new diagnostics group (-Wattributes) which covers both UnknownAttributes and IgnoredAttributes.
Alp Toker
- r200054 - Add a proper test for -Wsystem-headers
Alp Toker
- 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
- 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
- r200105 - Rename getResultLoc() too
Alp Toker
- r200082 - Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
- 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
- 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
- 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
- r200164 - Fix r195149. Triple should correctly reflect that target. If it contains ios,
Alp Toker
- r200132 - Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
- r200190 - Use ConstStringRef facility for getCustomDiagID() safety
Alp Toker
- r200193 - Roll back the use of ConstStringRef for now
Alp Toker
- r199867 - Change an absolute value function in a test from floating to integer to
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Richard Trieu
- 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
- [PATCH] Extend -Wstring-conversion to catch NSString* to bool conversion
Richard Trieu
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Turn on PIC by default on Android
Alexey Volkov
- r199970 - Update page on clang diagnostics to contrast to GCC 4.9 instead of 4.2. A lot
Nico Weber
- r199787 - clang-cl: make /Zp a Joined option (PR18503)
Hans Wennborg
- r199828 - clang-cl: Expose the -ferror-limit= option
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
Hans Wennborg
- 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
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
Hans Wennborg
- 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
- r199696 - Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>
Bob Wilson
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Bob Wilson
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
Bob Wilson
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- r199754 - Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- r199894 - Add documentation for -m16 option on X86, fix typo
David Woodhouse
- [PATCH] Add -m16 option for using x86-*-*-code16 triple
David Woodhouse
- r199800 - [analyzer] The patch prevents the analyzer from crashing during CFG dump.
Anton Yartsev
- r199892 - [analyzer] Strip trailing whitespace characters from input.
Anton Yartsev
- [PATCH] add predefined macros for thumbv8
Weiming Zhao
- [PATCH] add predefined macros for thumbv8
Weiming Zhao
- r199819 - PR18465: [Thumbv8] add predefined macros
Weiming Zhao
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- [PATCH] [clang-cl] Added _InterlockedCompareExchangePointer to Intrin.h
David Ziman
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
jahanian
- r199682 - ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior
jahanian
- r199820 - ObjectiveC. When issuing property implementation is
jahanian
- [PATCH] XCore target exception handling
robert lytton
- [PATCH] XCore target exception handling
robert lytton
- [PATCH] XCore target -fexceptions flag handling
robert lytton
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).