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