The Week Of Monday 15 April 2013 Archives by subject
Starting: Mon Apr 15 00:22:18 PDT 2013
Ending: Sun Apr 21 23:13:21 PDT 2013
Messages: 473
- [Analyzer] [PATCH] Adding file name to SimpleStreamChecker
Adam Schnitzer
- [Analyzer] [PATCH] Adding file name to SimpleStreamChecker
Anna Zaks
- [Analyzer] [PATCH] Adding file name to SimpleStreamChecker
Adam Schnitzer
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
John McCall
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
John McCall
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
João Matos
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Sebastian Redl
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
John McCall
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Will Wilson
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
endlessroad1991 at gmail.com
- [cfe-dev] [Patch] Update to Checker Development Manual
Anna Zaks
- [cfe-dev] [Patch] Update to Checker Development Manual
Sam Handler
- [clang-tools-extra] r179528 - Adding support for -include/-exclude to cpp11-migrate
Edwin Vane
- [clang-tools-extra] r179568 - Fixed outdate comment, and comment typo.
John Thompson
- [clang-tools-extra] r179855 - Removed leftover directory from clang-format
Alexander Kornienko
- [libclang][attributes] Expose packed attribute + Fix source location for attributes
Loïc Jaquemet
- [libclang][python] fix return type of isBitfield in the binding definition
Loïc Jaquemet
- [libclang][python] fix return type of isBitfield in the binding definition
Dmitri Gribenko
- [libcxx] r179556 - Numeric parsing was getting the wrong answer when faced with very long inputs. This fixes both http://llvm.org/bugs/show_bug.cgi?id=15751 and http://llvm.org/bugs/show_bug.cgi?id=15740
Howard Hinnant
- [libcxx] r179608 - addressof misbehaving for type with an implicit conversion operator to char&. This fixes http://llvm.org/bugs/show_bug.cgi?id=15754
Howard Hinnant
- [libcxx] r179609 - Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761
Howard Hinnant
- [libcxx] r179609 - Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761
Dave Zarzycki
- [libcxx] r179609 - Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761
Howard Hinnant
- [libcxx] r179632 - I believe this finishes up debug mode for list. The testing is a little weak, but I believe all of the functionality is there. Certainly enough for people to checkout and start beating up on.
Howard Hinnant
- [libcxx] r179760 - After years of telling people: 'If you ever find any of my code that self-move-assigns, send me a bug report.' Somebody finally took me up on it. vector::erase(begin(), begin()) does a self-move-assign of every element in the vector, leaving all of those elements in an unspecified state. I checked the other containers for this same bug and did not find it. Added test case.
Howard Hinnant
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
John McCall
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [patch?] Linux ARM atomics
John McCall
- [patch?] Linux ARM atomics
Rafael Espíndola
- [patch?] Linux ARM atomics
John McCall
- [patch?] Linux ARM atomics
Rafael Espíndola
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Jordan Rose
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Adam Schnitzer
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Anton Yartsev
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Anna Zaks
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Anton Yartsev
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Jordan Rose
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Adam Schnitzer
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Anna Zaks
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Adam Schnitzer
- [PATCH] [ms-cxxabi] Emit non-virtual member function pointers
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement member pointer comparisons
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
John McCall
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
John McCall
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
John McCall
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anna Zaks
- [PATCH] Adding a diagnostic for member templates inside a local class
Douglas Gregor
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
David Blaikie
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
Richard Trieu
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
Richard Trieu
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
David Blaikie
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
Richard Trieu
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
David Blaikie
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
Richard Trieu
- [patch] Add support for gcc's spelling of fcolor-diagnostics
Nico Weber
- [patch] Add support for gcc's spelling of fcolor-diagnostics
Rafael Espíndola
- [patch] Add support for gcc's spelling of fcolor-diagnostics
Nico Weber
- [PATCH] Add support to read include/exclude path lists from file
Jack Yang
- [PATCH] Add support to read include/exclude path lists from file
Edwin Vane
- [PATCH] Add support to read include/exclude path lists from file
Jack Yang
- [PATCH] Add support to read include/exclude path lists from file
Edwin Vane
- [PATCH] Add support to read include/exclude path lists from file
Jack Yang
- [PATCH] Add support to read include/exclude path lists from file
Edwin Vane
- [PATCH] Add support to read include/exclude path lists from file
Jack Yang
- [PATCH] Add support to read include/exclude path lists from file
Jack Yang
- [PATCH] Avoid SAL names like __in or __out in clang's builtin headers
Reid Kleckner
- [PATCH] Avoid SAL names like __in or __out in clang's builtin headers
Hans Wennborg
- [patch] Clarify and verify what llvm.used is
Rafael Espíndola
- [patch] Clarify and verify what llvm.used is
John McCall
- [patch] Clarify and verify what llvm.used is
Duncan Sands
- [patch] Clarify and verify what llvm.used is
Rafael Espíndola
- [PATCH] ClassScopeFunctionSpecializationDecl issue with -fdelayed-template-parsing
Will Wilson
- [PATCH] Correct LibASTMatchers tutorial
Jochen Eisinger
- [PATCH] Correct LibASTMatchers tutorial
Manuel Klimek
- [PATCH] Debugging LLVM IR with LLDB (and gdb)
Malea, Daniel
- [PATCH] Debug type info for fixed enums
David Blaikie
- [PATCH] Debug type info for fixed enums
Adrian Prantl
- [patch] Don't compute a "patched" storage class
Douglas Gregor
- [patch] Don't compute a "patched" storage class
Douglas Gregor
- [patch] Don't compute a "patched" storage class
Rafael Espíndola
- [patch] Don't compute a "patched" storage class
Douglas Gregor
- [patch] Don't mark 'extern "C" void f(void)' as having extern storage class
Rafael Espíndola
- [PATCH] Do not attach a debug location to code inserted by ARC / API for disabling DebugLocations
David Blaikie
- [PATCH] Do not attach a debug location to code inserted by ARC / API for disabling DebugLocations
Adrian Prantl
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Emit diagnostic on illegal calling convention
John McCall
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- [PATCH] Enable all targets on Windows (MSVC)
Tim Northover
- [PATCH] Enable all targets on Windows (MSVC)
Anton Korobeynikov
- [PATCH] Enable all targets on Windows (MSVC)
Tim Northover
- [PATCH] Fix block comment parser
David Blaikie
- [PATCH] Fix block comment parser
Rui Ueyama
- [PATCH] Fix block comment parser
Rafael Espíndola
- [PATCH] Fix block comment parser
Chandler Carruth
- [PATCH] Fix to 4296 - Add parser detection/error recovery for nested functions
Doug Gregor
- [PATCH] Fix to 4296 - Add parser detection/error recovery for nested functions
Doug Gregor
- [PATCH] Fix to PR13580 - Problem in preprocessing pragma with block comments
Argyrios Kyrtzidis
- [PATCH] Fix to PR15537 - assertion failure when comparing atomic unsigned int to int.
Serge Pavlov
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Serge Pavlov
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Joey Gouly
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
John McCall
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Serge Pavlov
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Doug Gregor
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Serge Pavlov
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Douglas Gregor
- [PATCH] Handle atomic types in Type::hasIntegerRepresentation()
Doug Gregor
- [PATCH] Implementation of core DR580 and C++11 member access rules
Ismail Pazarbasi
- [PATCH] Implementation of core DR580 and C++11 member access rules
Sean Silva
- [PATCH] Implementation of core DR580 and C++11 member access rules
Ismail Pazarbasi
- [PATCH] Implementation of core DR580 and C++11 member access rules
Richard Smith
- [PATCH] Implement CapturedStmt AST
Wei Pan
- [PATCH] Implement handling of include/exclude options for cpp11-migrate
Edwin Vane
- [PATCH] Implementing #pragma GCC warning/error
Andy Gibbs
- [PATCH] Implementing #pragma GCC warning/error
Douglas Gregor
- [PATCH] Implementing #pragma GCC warning/error
Andy Gibbs
- [PATCH] Implement MSVC __cpuid intrinsic.
Peter Collingbourne
- [PATCH] Implement MSVC __cpuid intrinsic.
Craig Topper
- [PATCH] Implement MSVC intrinsics for reading from FS and GS segments.
Peter Collingbourne
- [PATCH] Implement StmtWithCleanups
Wei Pan
- [PATCH] Implement StmtWithCleanups
Wei Pan
- [PATCH] Implement StmtWithCleanups
Doug Gregor
- [PATCH] Implement the MSVC _InterlockedCompareExchange, _InterlockedIncrement* and _InterlockedDecrement* intrinsics.
Peter Collingbourne
- [PATCH] Let Python cindex see argument types of calls though function pointers
Magnus Reftel
- [PATCH] More updates to LibASTMatcherTutorial
Jochen Eisinger
- [PATCH] More updates to LibASTMatcherTutorial
Manuel Klimek
- [PATCH] OpenMP parallel directive
Alexey Bataev
- [PATCH] OpenMP parallel directive
Wei Pan
- [PATCH] OpenMP parallel directive
Doug Gregor
- [PATCH] OpenMP parallel directive
Dmitri Gribenko
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
Douglas Gregor
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
Alexander Zinenko
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
Douglas Gregor
- [PATCH] Pragma for captured statements
Andy Zhang
- [PATCH] Pragma for captured statements
Tareq A. Siraj
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
David Blaikie
- [PATCH] rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
- [PATCH] Sema for Captured Statements
Ben Langmuir
- [PATCH] SPIR ABI and TargetCodeGenInfo
Benyei, Guy
- [PATCH] StringRef-izing some of clang-check
Christopher Jones
- [PATCH] StringRef-izing some of clang-check
David Blaikie
- [PATCH] StringRef-izing some of clang-check
Christopher Jones
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Rafael Ávila de Espíndola
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Rafael Ávila de Espíndola
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Halfdan Ingvarsson
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Rafael Espíndola
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Rafael Espíndola
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Halfdan Ingvarsson
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Rafael Espíndola
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Halfdan Ingvarsson
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Rafael Espíndola
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Halfdan Ingvarsson
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Rafael Espíndola
- [PATCH] Unified token breaking logic: support for line comments.
Alexander Kornienko
- [PATCH] Unified token breaking logic: support for line comments.
Manuel Klimek
- [PATCH] Unified token breaking logic: support for line comments.
Alexander Kornienko
- [PATCH] Unified token breaking logic: support for line comments.
Manuel Klimek
- [PATCH] Unified token breaking logic: support for line comments.
Alexander Kornienko
- [PATCH] Unified token breaking logic: support for line comments.
Alexander Kornienko
- [PATCH] Unified token breaking logic: support for line comments.
Alexander Kornienko
- [PATCH] Unified token breaking logic: support for line comments.
Manuel Klimek
- [PATCH] Unified token breaking logic for strings and block comments.
Alexander Kornienko
- [PATCH] Update checks to take into account the changes on the volatile specification for memcpy and memmove in LLVM IR
Arnaud Allard de Grandmaison
- Add sparcv9 support to lib/Basic/Targets.cpp
Jakob Stoklund Olesen
- Add sparcv9 support to lib/Basic/Targets.cpp
Rafael Espíndola
- Add sparcv9 support to lib/Basic/Targets.cpp
Jakob Stoklund Olesen
- Add sparcv9 support to lib/Basic/Targets.cpp
Jakob Stoklund Olesen
- fix passing long argument lists to the linker, PR 15171, take 2
Nathan Froyd
- fix passing long argument lists to the linker, PR 15171, take 2
Rafael Espíndola
- Microsoft "for each" patch
endlessroad1991 at gmail.com
- Patch for supporting Extended Vector increment (PR15095)
John Stratton
- Patch for supporting Extended Vector increment (PR15095)
John Stratton
- patch to do away with caching of __CFConstantStringClassReference
jahanian
- patch to do away with caching of __CFConstantStringClassReference
jahanian
- patch to do away with caching of __CFConstantStringClassReference
Jordan Rose
- patch to do away with caching of __CFConstantStringClassReference
John McCall
- patch to do away with caching of __CFConstantStringClassReference
jahanian
- patch to do away with caching of __CFConstantStringClassReference
jahanian
- patch to do away with caching of __CFConstantStringClassReference
John McCall
- Question: Preprocessor conditionals and the AST, with respect to modularize
Thompson, John
- Question: Preprocessor conditionals and the AST, with respect to modularize
Sean Silva
- r175890 - Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
- r178333 - Don't special case one line extern "C" decls.
David Blaikie
- r178333 - Don't special case one line extern "C" decls.
Rafael Espíndola
- r178333 - Don't special case one line extern "C" decls.
David Blaikie
- r178333 - Don't special case one line extern "C" decls.
Rafael Espíndola
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
David Blaikie
- r178358 - Hexagon: Set Hexagon tool-chain when configured as OSless target.
Jyotsna Verma
- r178360 - Improvement on r177086.
David Blaikie
- r178360 - Improvement on r177086.
Adrian Prantl
- r178372 - [cmake] Add clang-headers as a dependency of libclang and if we have to copy them
Will Wilson
- r178372 - [cmake] Add clang-headers as a dependency of libclang and if we have to copy them
Argyrios Kyrtzidis
- r178453 - Fix typo. This method isn't used anywhere.
David Blaikie
- r178453 - Fix typo. This method isn't used anywhere.
Benjamin Kramer
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Nico Weber
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Nico Weber
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Nico Weber
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
Nico Weber
- r178563 - If a defaulted special member is implicitly deleted, check whether it's
John McCall
- r178741 - Add hasExternalLinkageUncached back with the test that Richard provided, but
Douglas Gregor
- r178975 - Sema: Don't crash when trying to emit a warning for a duplicate value in an invalid enum.
David Blaikie
- r179035 - <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop.
David Blaikie
- r179035 - <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop.
Douglas Gregor
- r179131 - Remove outdated run lines from tests.
David Blaikie
- r179131 - Remove outdated run lines from tests.
Richard Trieu
- r179131 - Remove outdated run lines from tests.
David Blaikie
- r179131 - Remove outdated run lines from tests.
Richard Trieu
- r179310 - Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file
Jyotsna Verma
- r179310 - Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file
Rafael Espíndola
- r179385 - Disable following tests for Hexagon:
Argyrios Kyrtzidis
- r179385 - Disable following tests for Hexagon:
Rafael Espíndola
- r179385 - Disable following tests for Hexagon:
Jyotsna Verma
- r179406 - Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
David Blaikie
- r179406 - Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
Bob Wilson
- r179436 - Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
- r179436 - Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
- r179447 - Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST.
Richard Smith
- r179491 - Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Alexey Samsonov
- r179496 - CodeGen support for function-local static thread_local variables with
Matthieu Monrocq
- r179514 - Add triples to these tests since they're now using TLS, which isn't available on all targets.
Richard Smith
- r179515 - Add triple to another test.
Richard Smith
- r179516 - Properly check for a constant initializer for a thread-local variable.
Richard Smith
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
Richard Smith
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
David Dean
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
David Blaikie
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
Richard Smith
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
Eric Christopher
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
Richard Smith
- r179517 - Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)
Eric Christopher
- r179519 - Remove reference to MSVC only building X86 backend.
Tim Northover
- r179521 - Fix the storage class of method instantiations.
Rafael Espindola
- r179523 - Remove hasExternalLinkageUncached.
Rafael Espindola
- r179525 - Add a missing space
Timur Iskhodzhanov
- r179526 - Unified token breaking logic for strings and block comments.
Alexander Kornienko
- r179529 - Use llvm::sys::IsBigEndianHost.
Rafael Espindola
- r179531 - Fix unused variable warning with assertions disabled.
Alexander Kornienko
- r179537 - [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relevant standard library declarations
Argyrios Kyrtzidis
- r179538 - Remove XFAIL now that the test is standalone.
Rafael Espindola
- r179547 - Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
- r179552 - [analyzer] Tests: move system functions into system header simulator files.
Jordan Rose
- r179553 - [analyzer] Properly invalidate global regions on opaque function calls.
Jordan Rose
- r179554 - [analyzer] Re-enable using global regions as a symbolic base.
Jordan Rose
- r179555 - [analyzer] Be lazy about struct/array global invalidation too.
Jordan Rose
- r179558 - Remove some dead code that has not been used since 2010.
Joey Gouly
- r179563 - [analyzer] Don't assert on a temporary of pointer-to-member type.
Jordan Rose
- r179570 - Break after multiline parameters.
Daniel Jasper
- r179571 - [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396
Anna Zaks
- r179572 - [analyzer] Address code review for r179395
Anna Zaks
- r179572 - [analyzer] Address code review for r179395
Jordan Rose
- r179573 - [analyzer] Add pretty printing to CXXBaseObjectRegion.
Anna Zaks
- r179574 - [analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
- r179580 - [analyzer] Improve the malloc checker stack hint message
Anna Zaks
- r179581 - Correctly propagate the storage class to function template instantiations.
Rafael Espindola
- r179585 - Basic support for Microsoft property declarations and
John McCall
- r179596 - Add support for sparcv9 targets.
Jakob Stoklund Olesen
- r179598 - Suppress unused warning on static inline function template specializations.
Rafael Espindola
- r179599 - Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
- r179600 - Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
- r179602 - Use -emit-llvm for the following tests to stop them from failing for Hexagon:
Jyotsna Verma
- r179603 - Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov!
Douglas Gregor
- r179604 - Remove setjmp.h header file from Sema/return.c test and include necessary
Jyotsna Verma
- r179606 - modify test to try to make buildbot happy.
Fariborz Jahanian
- r179612 - [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
- r179614 - Parser support for #pragma clang __debug captured
Tareq A. Siraj
- r179615 - Implement CapturedStmt AST
Tareq A. Siraj
- r179616 - rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
- r179618 - Sema for Captured Statements
Tareq A. Siraj
- r179624 - [1/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179625 - Remove unused "getConfig()" method. A new way is to have high-level
Ted Kremenek
- r179626 - Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
- r179627 - Properly sort list.
Ted Kremenek
- r179628 - [2/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179629 - Trying fixing test to make buildbot happy again.
Fariborz Jahanian
- r179630 - objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
- r179631 - [analyzer] Add Open Projects page to the analyzer website
Anna Zaks
- r179634 - [analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
- r179634 - [analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Jordan Rose
- r179635 - Make test portable.
Ted Kremenek
- r179636 - [3/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179637 - Don't put too much thought into whether or not to capture a
John McCall
- r179638 - Standardize accesses to the TargetInfo in IR-gen.
John McCall
- r179639 - Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
- r179640 - [4/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179642 - [5/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179644 - [6/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
- r179652 - Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories.
Argyrios Kyrtzidis
- r179653 - In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly.
Argyrios Kyrtzidis
- r179654 - Use the extra info in global method pool to speed up looking for ObjC overridden methods.
Argyrios Kyrtzidis
- r179656 - Test cases for r179655.
Chad Rosier
- r179658 - [analyzer] Open Projects: grammar, phrasing, formatting
Jordan Rose
- r179659 - [analyzer] Merge C++ status page into Open Projects.
Jordan Rose
- r179660 - Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types.
Argyrios Kyrtzidis
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Jordan Rose
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Jordan Rose
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Nico Weber
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
- r179662 - Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Jordan Rose
- r179670 - Remove dead option.
Eric Christopher
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Jordan Rose
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Jordan Rose
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
- r179671 - Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
- r179676 - Small improvements to clang-format documentation and integration
Daniel Jasper
- r179677 - Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
- r179677 - Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Jordan Rose
- r179677 - Extended VerifyDiagnosticConsumer to also verify sourcefile for diagnostic.
Andy Gibbs
- r179677 - Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Rafael Espíndola
- r179680 - Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko!
Douglas Gregor
- r179681 - Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
- r179683 - This corrects problems in the LibASTMatchers tutorial.
Manuel Klimek
- r179687 - Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
- r179687 - Implemented #pragma GCC warning/error in the same mould as #pragma message.
Jordan Rose
- r179687 - Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
- r179688 - DR974: Lambdas can have default arguments.
Richard Smith
- r179688 - DR974: Lambdas can have default arguments.
Matt Beaumont-Gay
- r179692 - Revert r179671 and just pass a triple to the test for a platform with known
Eric Christopher
- r179693 - Unified token breaking logic: support for line comments.
Alexander Kornienko
- r179699 - [analyzer] Don't warn for returning void expressions in void blocks.
Jordan Rose
- r179701 - Sema: Remove unused variable.
Benjamin Kramer
- r179708 - PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
- r179709 - Fix off-by-one error in #pragma clang system_header.
Jordan Rose
- r179709 - Fix off-by-one error in #pragma clang system_header.
Andy Gibbs
- r179720 - Test cases for r179719.
Chad Rosier
- r179722 - [document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
- r179723 - [tests] Only include stdint.h if we are in freestanding mode.
Daniel Dunbar
- r179728 - Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
- r179728 - Add support for gcc's spelling of -fcolor-diagnostics.
Matthieu Monrocq
- r179728 - Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
- r179730 - [Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
- r179730 - [Modules] Use global index to improve typo correction performance
David Blaikie
- r179730 - [Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
- r179732 - [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression.
Anna Zaks
- r179733 - Add description of -Ofast optimization option to the man page. <rdar://13660458>
Bob Wilson
- r179734 - [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base
Anna Zaks
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Anna Zaks
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Jordan Rose
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
David Blaikie
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Jordan Rose
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
David Blaikie
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Jordan Rose
- r179736 - [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
David Blaikie
- r179740 - Update the -Wparentheses tests to check that fix-its are in the correct place.
Richard Trieu
- r179742 - Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
- r179743 - [Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
- r179743 - [Parser] Handle #pragma pack/align inside C structs.
jahanian
- r179743 - [Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
- r179743 - [Parser] Handle #pragma pack/align inside C structs.
Serge Pavlov
- r179753 - Add llvm_unreachable at end of fully covered switch to pacify GCC.
Benjamin Kramer
- r179756 - Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
- r179756 - Reject asm output constraints that consist of modifiers only.
Eric Christopher
- r179756 - Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
- r179756 - Reject asm output constraints that consist of modifiers only.
Eric Christopher
- r179758 - Multiple improvements to the AST matcher tutorial.
Manuel Klimek
- r179762 - Specify that we're parsing ms-style inline assembly.
Chad Rosier
- r179766 - [analyzer] Don't crash if we cache out after making a temporary region.
Jordan Rose
- r179767 - [analyzer] "Force" LazyCompoundVals on bind when they are simple enough.
Jordan Rose
- r179769 - [libclang] Report parameter array types as written in source, not decayed to pointer types.
Argyrios Kyrtzidis
- r179770 - Adds a new doxygen tag needed. // rdar://12379053
Fariborz Jahanian
- r179771 - Dropped the parentheses for #pragma message and its kin in the -E output generator.
Andy Gibbs
- r179771 - Dropped the parentheses for #pragma message and its kin in the -E output generator.
Jordan Rose
- r179771 - Dropped the parentheses for #pragma message and its kin in the -E output generator.
Andy Gibbs
- r179771 - Dropped the parentheses for #pragma message and its kin in the -E output generator.
Jordan Rose
- r179771 - Dropped the parentheses for #pragma message and its kin in the -E output generator.
Andy Gibbs
- r179776 - [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called.
Ted Kremenek
- r179777 - Add IRGen test case for r179743.
Argyrios Kyrtzidis
- r179781 - some more tests for r179743.
Argyrios Kyrtzidis
- r179782 - [CMake] Create the directory before creating the link to the clang headers.
Argyrios Kyrtzidis
- r179784 - Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
- r179794 - Comment parsing: simplify code. As a side effect, this also silences GCC's
Dmitri Gribenko
- r179803 - [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration.
Argyrios Kyrtzidis
- r179806 - Add comment to describe cleverness.
Benjamin Kramer
- r179811 - Fix typo.
Chad Rosier
- r179816 - [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and
Argyrios Kyrtzidis
- r179816 - [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and
Jordan Rose
- r179816 - [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and
Argyrios Kyrtzidis
- r179818 - Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
- r179819 - [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method.
Argyrios Kyrtzidis
- r179823 - [libclang] Fix copy-paste error in comment.
Argyrios Kyrtzidis
- r179835 - Give CGDebugInfo::getContextDescriptor a more specific return type
David Blaikie
- r179837 - PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
- r179839 - Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
- r179846 - [analyzer] Call proper callback for const regions escaped other then on call.
Anton Yartsev
- r179846 - [analyzer] Call proper callback for const regions escaped other then on call.
Jordan Rose
- r179858 - Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev.
Richard Smith
- r179858 - Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev.
Joerg Sonnenberger
- r179860 - Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
- r179861 - C++11 support is now feature-complete.
Richard Smith
- r179861 - C++11 support is now feature-complete.
Renato Golin
- r179861 - C++11 support is now feature-complete.
Andy Gibbs
- r179861 - C++11 support is now feature-complete.
Douglas Gregor
- r179861 - C++11 support is now feature-complete.
Anton Korobeynikov
- r179862 - Keep the parentheses in #pragma message (partial revert of r179771).
Andy Gibbs
- r179864 - Initial work on status page for C++14.
Richard Smith
- r179864 - Initial work on status page for C++14.
Andy Gibbs
- r179864 - Initial work on status page for C++14.
Richard Smith
- r179878 - s/C++0x/C++11/
Adrian Prantl
- r179879 - Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
- r179879 - Emit the underlying type in the debug info for all kinds of fixed enums
Eric Christopher
- r179879 - Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
- r179879 - Emit the underlying type in the debug info for all kinds of fixed enums
Eric Christopher
- r179882 - [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser,
Chad Rosier
- r179883 - Note that we support (and in fact have supported since the dawn of time itself)
Richard Smith
- r179896 - cleanup and relax test cases
Adrian Prantl
- r179896 - cleanup and relax test cases
David Blaikie
- r179897 - still not relaxed enough.
Adrian Prantl
- r179898 - Remove an empty line so the line numbers match up again after the recent documentation change.
Adrian Prantl
- r179898 - Remove an empty line so the line numbers match up again after the recent documentation change.
Jordan Rose
- r179900 - [analyzer] Website: update lists of potential and actual checkers.
Jordan Rose
- r179907 - [libclang] Make sure the preable does not truncate comments.
Argyrios Kyrtzidis
- r179914 - [analyzer] Correct the comment
Anna Zaks
- r179915 - [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572)
Anna Zaks
- r179916 - [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
- r179934 - Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
- r179941 - Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body.
Richard Smith
- r179942 - Binary literals are approved for C++14.
Richard Smith
- r179943 - More approved C++14 features.
Richard Smith
- r179944 - Generalized constexpr is approved for C++14.
Richard Smith
- r179945 - No digit separators for C++14.
Richard Smith
- r179946 - Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions.
Richard Smith
- r179947 - Variable templates and generic lambdas are approved for C++14.
Richard Smith
- r179949 - VLAs in C++14!
Richard Smith
- r179949 - VLAs in C++14!
Stephen Lin
- r179949 - VLAs in C++14!
Richard Smith
- r179949 - VLAs in C++14!
Matthieu Monrocq
- r179949 - VLAs in C++14!
Stephen Lin
- r179949 - VLAs in C++14!
Richard Smith
- r179949 - VLAs in C++14!
Matthieu Monrocq
- r179950 - Add note that some of these links are dead for now.
Richard Smith
- r179951 - Switch C++11 open project to C++1y :)
Richard Smith
- r179953 - Update some stuff on the open projects page to reflect things we've already done.
Richard Smith
- r179958 - C++1y: Allow aggregates to have default initializers.
Richard Smith
- r179959 - Add another test I forgot to svn add.
Richard Smith
- r179962 - Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
- r179962 - Disable VLA diagnostic in C++1y mode, and add some tests.
David Blaikie
- r179969 - The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
- r179969 - The 'constexpr implies const' rule for non-static member functions is gone in
Chandler Carruth
- r179969 - The 'constexpr implies const' rule for non-static member functions is gone in
Howard Hinnant
- r179969 - The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
- r179979 - [Mips] Do not add unnecessary Mips toolchain path to the list
Simon Atanasyan
- r179981 - [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM
Simon Atanasyan
- r179984 - Fix return type of isBitfield in the binding definition
Dmitri Gribenko
- r179992 - Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)
David Blaikie
- r179997 - Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module""
David Blaikie
- Support for extended vector concatenation beyond OpenCL (PR15780)
John Stratton
- Support for extended vector conditional selection beyond OpenCL (PR15781)
John Stratton
- Use emit-llvm for some clang tests.
Jyotsna Verma
Last message date:
Sun Apr 21 23:13:21 PDT 2013
Archived on: Tue Aug 4 15:31:01 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).