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