The Week Of Monday 4 March 2013 Archives by subject
Starting: Mon Mar 4 01:20:06 PST 2013
Ending: Sun Mar 10 22:19:38 PDT 2013
Messages: 388
- [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM
Weiming Zhao
- [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM
Rafael Espíndola
- [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM
Weiming Zhao
- [cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM
Rafael Espíndola
- [cfe-commits] r173542 - Since we're stuck with realpath for the header <-> module mapping,
Chad Rosier
- [cfe-commits] r173542 - Since we're stuck with realpath for the header <-> module mapping,
Douglas Gregor
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Joerg Sonnenberger
- [cfe-dev] [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Bill Wendling
- [cfe-dev] [RFC] TileGX, a new backend for Tilera's many core processor
Joerg Sonnenberger
- [cfe-dev] Unreachable at IdentifierResolver.cpp:78 when friend-ing a using declaration
David Blaikie
- [clang-tools-extra] r175544 - Add support for auto-generating LIT tests by the build
Chandler Carruth
- [clang-tools-extra] r175544 - Add support for auto-generating LIT tests by the build
Chandler Carruth
- [clang-tools-extra] r175544 - Add support for auto-generating LIT tests by the build
Chandler Carruth
- [clang-tools-extra] r176436 - Properly identify 'this' as range-based for container
Edwin Vane
- [clang-tools-extra] r176437 - Adding failing LoopConvert testcase
Edwin Vane
- [clang-tools-extra] r176465 - Added summary option to cpp11-migrate tool
Dmitri Gribenko
- [clang-tools-extra] r176551 - Fixed Use-Nullptr when replacing return(0)
Edwin Vane
- [clang-tools-extra] r176553 - Test case for PR-15414 - nullptr_t functions
Stefanus Du Toit
- [clang-tools-extra] r176627 - Switch from autogenerating tests to using the preprocessor.
Chandler Carruth
- [clang-tools-extra] r176627 - Switch from autogenerating tests to using the preprocessor.
Vane, Edwin
- [clang-tools-extra] r176631 - Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [clang-tools-extra] r176690 - Extend loop variable naming checks
Edwin Vane
- [clang-tools-extra] r176709 - Turned no_xform into a pass from expected failure.
Edwin Vane
- [clang-tools-extra] r176712 - Fixing Doxygen warnings in cpp11-migrate
Edwin Vane
- [clang-tools-extra] r176712 - Fixing Doxygen warnings in cpp11-migrate
Sean Silva
- [clang-tools-extra] r176713 - Removing 'modindex' from clang-tools-extra doc index
Edwin Vane
- [clang-tools-extra] r176735 - Adding user documentation for UseAuto transform
Edwin Vane
- [clang-tools-extra] r176757 - Splitting cpp11-migrate transform docs into sub-pages
Edwin Vane
- [clang-tools-extra] r176758 - Adding -final-syntax-check to cpp11-migrate user docs
Edwin Vane
- [libc++] [PATCH] global object initialization bug
WenHan Gu (谷汶翰)
- [libcxx] r176559 - The bitset(unsigned long long) constructor was broken by the constexpr additions only on 32 bit platforms. Fixed. This addresses http://llvm.org/bugs/show_bug.cgi?id=15444.
Howard Hinnant
- [libcxx] r176559 - The bitset(unsigned long long) constructor was broken by the constexpr additions only on 32 bit platforms. Fixed. This addresses http://llvm.org/bugs/show_bug.cgi?id=15444.
Richard Smith
- [libcxx] r176559 - The bitset(unsigned long long) constructor was broken by the constexpr additions only on 32 bit platforms. Fixed. This addresses http://llvm.org/bugs/show_bug.cgi?id=15444.
Howard Hinnant
- [libcxx] r176568 - Correct silly type-o. Thanks Richard.
Howard Hinnant
- [libcxx] r176573 - Have basic_istream::read call sgetn intead of sbumpc individual characters. This addresses http://llvm.org/bugs/show_bug.cgi?id=15427.
Howard Hinnant
- [libcxx] r176593 - No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
Howard Hinnant
- [libcxx] r176639 - Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of __visibility__(default) when available. This change makes just the type_info visible so that types like vectors and strings can be used as exception objects across dylib boundaries even when hidden visibility is specified globally (at the command line), and yet this allows clients to hide the member functions of things like vector and string (with global visibility commands).
Howard Hinnant
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Howard Hinnant
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
David Blaikie
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Howard Hinnant
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Albert Wong (王重傑)
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
David Blaikie
- [libcxx] r176640 - Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Albert Wong (王重傑)
- [libcxx] r176711 - Parsing floating point numbers with very long precision was broken, and this patch fixes it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15445.
Howard Hinnant
- [LLVMdev] [cfe-dev] [RFC] TileGX, a new backend for Tilera's many core processor
Jiong Wang
- [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Dmitri Gribenko
- [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Jiong Wang
- [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
Bill Wendling
- [OpenCL patch] vec_type_hint
Murat Bolat
- [OpenCL patch] vec_type_hint
Joey Gouly
- [OpenCL patch] vec_type_hint
Benyei, Guy
- [OpenCL patch] vec_type_hint
Murat Bolat
- [OpenCL patch] vec_type_hint
Joey Gouly
- [OpenCL patch] vec_type_hint
Tanya Lattner
- [PATCH] [libclang] getTypeSize patch
Sam Price
- [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
Jordan Rose
- [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][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
Jordan Rose
- [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
Jordan Rose
- [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
Jordan Rose
- [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
Anton Yartsev
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
- [PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Anton Yartsev
- [PATCH] Add a truncation warning for values under a bitwise or
Richard Smith
- [PATCH] Add default armv5te CPU to getLLVMSuffixForArm table
Chris Cadwallader
- [PATCH] Add default armv5te CPU to getLLVMSuffixForArm table
Manish Verma
- [PATCH] Add default armv5te CPU to getLLVMSuffixForArm table
Chris Cadwallader
- [PATCH] Added summary option to cpp11-migrate tool
Ariel Bernal
- [PATCH] Added summary option to cpp11-migrate tool
Dmitri Gribenko
- [PATCH] Adding lvalue and rvalue reference type matchers
Edwin Vane
- [PATCH] Adding lvalue and rvalue reference type matchers
Dmitri Gribenko
- [PATCH] Adding lvalue and rvalue reference type matchers
Manuel Klimek
- [PATCH] Adding lvalue and rvalue reference type matchers
Edwin Vane
- [PATCH] Adding lvalue and rvalue reference type matchers
Manuel Klimek
- [PATCH] Adding lvalue and rvalue reference type matchers
Edwin Vane
- [PATCH] Adding lvalue and rvalue reference type matchers
Edwin Vane
- [PATCH] Adding lvalue and rvalue reference type matchers
Dmitri Gribenko
- [PATCH] Adding lvalue and rvalue reference type matchers
Edwin Vane
- [PATCH] Adding user documentation for UseAuto transform
Edwin Vane
- [PATCH] Adding user documentation for UseAuto transform
Dmitri Gribenko
- [PATCH] Adding user documentation for UseAuto transform
Sean Silva
- [PATCH] Adding user documentation for UseAuto transform
Edwin Vane
- [PATCH] Adding user documentation for UseAuto transform
Edwin Vane
- [PATCH] Address spaced pointers to structs
Benyei, Guy
- [PATCH] Address spaced pointers to structs
John McCall
- [PATCH] Address spaced pointers to structs
Tanya Lattner
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Manuel Klimek
- [PATCH] Adds a CMake package configuration file for libclang
Brad King
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Manuel Klimek
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Manuel Klimek
- [PATCH] Adds a CMake package configuration file for libclang
Brad King
- [PATCH] Adds a CMake package configuration file for libclang
Jordan Rose
- [PATCH] Adds a CMake package configuration file for libclang
Brad King
- [PATCH] Adds a CMake package configuration file for libclang
Argyrios Kyrtzidis
- [PATCH] Adds a CMake package configuration file for libclang
Brad King
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Adds a CMake package configuration file for libclang
Argyrios Kyrtzidis
- [PATCH] Adds a CMake package configuration file for libclang
Damien Buhl
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Adrian Prantl
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Eric Christopher
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
John McCall
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Adrian Prantl
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
John McCall
- [PATCH] Allocate stack storage for .block_descriptor and captured self.
Adrian Prantl
- [PATCH] Changed ClangTool processing file standard output to debug
Ariel Bernal
- [PATCH] Disable statistics on Release builds and move tests that depend on -stats.
Jan Voung
- [PATCH] Disable statistics on Release builds and move tests that depend on -stats.
Jordan Rose
- [PATCH] Expose AST Record layout attributes to libclang
Loïc Jaquemet
- [PATCH] Extend loop variable naming checks
Jack Yang
- [PATCH] Extend loop variable naming checks
Dmitri Gribenko
- [PATCH] Extend loop variable naming checks
Jack Yang
- [PATCH] Extend loop variable naming checks
Jack Yang
- [PATCH] Extend loop variable naming checks
Edwin Vane
- [PATCH] Extend loop variable naming checks
Dmitri Gribenko
- [PATCH] Extend loop variable naming checks
Jack Yang
- [PATCH] Extend loop variable naming checks
Dmitri Gribenko
- [PATCH] Extend loop variable naming checks
Edwin Vane
- [PATCH] Fixed a segfault when ElaboratedType has no NestedNameSpecifier
Tareq A. Siraj
- [PATCH] Fixed a segfault when ElaboratedType has no NestedNameSpecifier
Edwin Vane
- [PATCH] Fixed a segfault when ElaboratedType has no NestedNameSpecifier
Edwin Vane
- [PATCH] Fixed UseNullptr causes ambiguity
Ariel Bernal
- [PATCH] Fixed UseNullptr causes ambiguity
Dmitri Gribenko
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Ariel Bernal
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Edwin Vane
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Stefanus Du Toit
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Ariel Bernal
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Ariel Bernal
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Dmitri Gribenko
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Edwin Vane
- [PATCH] Fixed UseNullptr causes compile error when replacing return(0);
Edwin Vane
- [PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations
Dmitri Gribenko
- [PATCH] global object initialization bug
WenHan Gu (谷汶翰)
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Vane, Edwin
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Dmitri Gribenko
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Dmitri Gribenko
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [PATCH] Have LoopConvert use 'auto &&' where necessary
Edwin Vane
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Alexey Samsonov
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] Implement CapturedStmt AST
Doug Gregor
- [PATCH] Implements memoization for ancestor matching.
Manuel Klimek
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Dmitri Gribenko
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Sanne Wouda
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Dmitri Gribenko
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Sanne Wouda
- [PATCH] Linux header search on Ubuntu 13.04 multiarch
Dmitri Gribenko
- [PATCH] Minor refactor of how we get compilation phases.
Matthew Curtis
- [PATCH] Minor refactor of how we get compilation phases.
Daniel Dunbar
- [PATCH] Minor refactor of how we get compilation phases.
Matthew Curtis
- [PATCH] Minor refactor of how we get compilation phases.
Daniel Dunbar
- [PATCH] Move code to handle one input arg to its own function
Matthew Curtis
- [PATCH] multiple inlining scopes for a single source location
Eric Christopher
- [PATCH] multiple inlining scopes for a single source location
David Blaikie
- [PATCH] multiple inlining scopes for a single source location
Adrian Prantl
- [PATCH] multiple inlining scopes for a single source location
Dmitri Gribenko
- [PATCH] multiple inlining scopes for a single source location
Adrian Prantl
- [PATCH] multiple inlining scopes for a single source location
Eric Christopher
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Edwin Vane
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Manuel Klimek
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Edwin Vane
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Manuel Klimek
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Dmitri Gribenko
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Edwin Vane
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Manuel Klimek
- [PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Edwin Vane
- [PATCH] New warning to detect when a logical not is applied to the LHS of a comparison when the intent was for the logical not to apply to the whole comparison
Richard Trieu
- [PATCH] OpenCL endian attribute
Joey Gouly
- [PATCH] OpenCL images and samplers related restriction (6.9.b)
Benyei, Guy
- [PATCH] OpenMP threadprivate directive
Doug Gregor
- [PATCH] OpenMP threadprivate directive
Alexey Bataev
- [PATCH] OpenMP threadprivate directive
Alexey Bataev
- [PATCH] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Alexander Zinenko
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
Alexander Zinenko
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
John McCall
- [PATCH] PR15291: noreturn adjustment in overload resolution for function templates
Alexander Zinenko
- [PATCH] Pragma for captured statements
Doug Gregor
- [PATCH] Preserve paramater attributes during template instantiation
Doug Gregor
- [PATCH] Preserve paramater attributes during template instantiation
Jordan Rose
- [PATCH] Preserve paramater attributes during template instantiation
Doug Gregor
- [PATCH] Preserve paramater attributes during template instantiation
Jordan Rose
- [PATCH] R600: Add missing Southern Islands GPU to setCPU() function
Tom Stellard
- [PATCH] Remove driver support for Hexagon V2 and V3
Matthew Curtis
- [PATCH] Remove driver support for Hexagon V2 and V3
Rafael Ávila De Espíndola
- [PATCH] Sema for Captured Statements
Ben Langmuir
- [PATCH] Sema for Captured Statements
Doug Gregor
- [PATCH] SPIR ABI and TargetCodeGenInfo
Benyei, Guy
- [RFC] #pragma ivdep
Redmond, Paul
- [RFC] #pragma ivdep
Redmond, Paul
- [RFC] #pragma ivdep
Pekka Jääskeläinen
- [RFC] #pragma ivdep
Redmond, Paul
- [RFC] #pragma ivdep
Tobias Grosser
- [RFC] #pragma ivdep
Tobias Grosser
- [RFC] TileGX, a new backend for Tilera's many core processor
Jiong Wang
- Add proper definition for regex_traits::_regex_word
Dmitri Gribenko
- Add proper definition for regex_traits::_regex_word
Howard Hinnant
- Add proper definition for regex_traits::_regex_word
Albert Wong (王重傑)
- Add proper definition for regex_traits::_regex_word
Albert Wong (王重傑)
- modularize patch - request for review
Thompson, John
- PATCH: private ivars - update for r176116
Eric Christopher
- PATCH: private ivars - update for r176116
Adrian Prantl
- Patch for LibASTMatchersTutorial
Béatrice Creusillet
- Patch for LibASTMatchersTutorial
Manuel Klimek
- Patch for LibASTMatchersTutorial
Béatrice Creusillet
- Patch for LibASTMatchersTutorial
Dmitri Gribenko
- Patch for LibASTMatchersTutorial.rst (Step 3)
Béatrice Creusillet
- Patch for LibASTMatchersTutorial.rst (Step 3)
Vane, Edwin
- Patch for LibASTMatchersTutorial.rst (Step 3)
Béatrice Creusillet
- Patch for LibASTMatchersTutorial.rst (Step 3)
Vane, Edwin
- r176420 - Improve C11 atomics support:
David Chisnall
- r176428 - Perform non-overload placeholder conversions on the operands
Richard Smith
- r176428 - Perform non-overload placeholder conversions on the operands
Richard Smith
- r176428 - Perform non-overload placeholder conversions on the operands
John McCall
- r176428 - Perform non-overload placeholder conversions on the operands
Chandler Carruth
- r176428 - Perform non-overload placeholder conversions on the operands
John McCall
- r176428 - Perform non-overload placeholder conversions on the operands
Richard Smith
- r176428 - Perform non-overload placeholder conversions on the operands
John McCall
- r176428 - Perform non-overload placeholder conversions on the operands
Manuel Klimek
- r176434 - Make the tutorial easier to compile by adding in some of the details.
Manuel Klimek
- r176435 - Format a line if a range in its leading whitespace was selected.
Daniel Jasper
- r176440 - R600: Use the GPU type to determine the correct DataLayout v2
Tom Stellard
- r176441 - hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
- r176444 - comment parsing. Missed a case of referring
Fariborz Jahanian
- r176445 - warn-documentation.cpp: reorganize tests
Dmitri Gribenko
- r176447 - Make sure to not split string literals at the first character.
Manuel Klimek
- r176448 - [comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
- r176449 - Comment parsing tests: move a test into a group of similar tests
Dmitri Gribenko
- r176450 - [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent().
Argyrios Kyrtzidis
- r176453 - Mips specific inline assembler constraint 'R'
Jack Carter
- r176453 - Mips specific inline assembler constraint 'R'
Richard Smith
- r176453 - Mips specific inline assembler constraint 'R'
Jack Carter
- r176453 - Mips specific inline assembler constraint 'R'
Richard Smith
- r176456 - Fix confused use of llvm::StringSwitch for armv7r architecture.
Bob Wilson
- r176457 - Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
- r176458 - Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
- r176461 - Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
- r176463 - [analyzer] Don't let cf_audited_transfer override CFRetain semantics.
Jordan Rose
- r176468 - doc parsing. We want to issue a strong warning when
Fariborz Jahanian
- r176468 - doc parsing. We want to issue a strong warning when
Dmitri Gribenko
- r176468 - doc parsing. We want to issue a strong warning when
Dmitri Gribenko
- r176468 - doc parsing. We want to issue a strong warning when
jahanian
- r176468 - doc parsing. We want to issue a strong warning when
Dmitri Gribenko
- r176468 - doc parsing. We want to issue a strong warning when
jahanian
- r176469 - Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
- r176472 - scan-build: explicitly say "No bugs found" if there are no reports.
Jordan Rose
- r176474 - Add quotation marks to template names in diagnostics.
David Blaikie
- r176476 - Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
- r176477 - Add a test that we are passing the -fobjc-default-synthesize flag for Apple and
David Chisnall
- r176480 - Documentation: use code highlighting
Dmitri Gribenko
- r176480 - Documentation: use code highlighting
Sean Silva
- r176480 - Documentation: use code highlighting
Dmitri Gribenko
- r176493 - Make LibASTMatchersTutorial code match text
Edwin Vane
- r176506 - Mips specific inline assembler constraint 'R'
Jack Carter
- r176509 - doc parsing. Add @method and @callback for
Fariborz Jahanian
- r176509 - doc parsing. Add @method and @callback for
Dmitri Gribenko
- r176509 - doc parsing. Add @method and @callback for
jahanian
- r176509 - doc parsing. Add @method and @callback for
jahanian
- r176509 - doc parsing. Add @method and @callback for
Dmitri Gribenko
- r176509 - doc parsing. Add @method and @callback for
Dmitri Gribenko
- r176509 - doc parsing. Add @method and @callback for
jahanian
- r176510 - Fix this checkin.
Fariborz Jahanian
- r176511 - [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename.
Argyrios Kyrtzidis
- r176512 - Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
- r176515 - Remove outdated claim that GCC builds without a C++ compiler from compilers comparison.
Richard Smith
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
Jordan Rose
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
jahanian
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
Jordan Rose
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
Douglas Gregor
- r176525 - doc. parsing. Improve on diagnostics on my last patch.
jahanian
- r176526 - Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.
Jordan Rose
- r176529 - fix a missing check in my last patch.
Fariborz Jahanian
- r176531 - PR 11326: Lack diagnosic message when ABI conflicts on ARM
Weiming Zhao
- r176531 - PR 11326: Lack diagnosic message when ABI conflicts on ARM
Rafael Espíndola
- r176534 - Preprocessor: don't keep comments under -traditional-cpp.
Jordan Rose
- r176535 - Remove unused static variable.
Douglas Gregor
- r176539 - objective-C: don't crash after diagnosing
Fariborz Jahanian
- r176540 - After issuing a diagnostic for undefining or redefining a builtin macro,
Richard Smith
- r176542 - PR15390: If a function returns a pointer to a function, that function type
Richard Smith
- r176544 - revert r176531 due to clan-native-arm fails
Weiming Zhao
- r176550 - [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted.
Alexey Samsonov
- r176556 - New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
- r176557 - Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
- r176560 - say objective-C in the warning and streamline
Fariborz Jahanian
- r176563 - Spell Objective-C correctly.
Fariborz Jahanian
- r176564 - [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTrait that are not used for anything.
Argyrios Kyrtzidis
- r176565 - [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
Argyrios Kyrtzidis
- r176566 - [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.
Argyrios Kyrtzidis
- r176567 - [PCH] When pre-validating the headers from the PCH, only validate non-system headers.
Argyrios Kyrtzidis
- r176577 - [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr
Anna Zaks
- r176584 - Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
- r176600 - [analyzer] Clean up a few doc comments for ProgramState and CallEvent.
Jordan Rose
- r176601 - [analyzer] Check for returning null references in ReturnUndefChecker.
Jordan Rose
- r176603 - Fix typo.
Rafael Espindola
- r176603 - Fix typo.
Jordan Rose
- r176606 - Add a hasExternalStorageAsWritten helper. No functionality change.
Rafael Espindola
- r176607 - Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
- r176609 - Don't duplicate function names. Thanks to Jordan Rose for pointing it out.
Rafael Espindola
- r176612 - [analyzer] Warn on passing a reference to null pointer as an argument in a call
Anna Zaks
- r176612 - [analyzer] Warn on passing a reference to null pointer as an argument in a call
Jordan Rose
- r176612 - [analyzer] Warn on passing a reference to null pointer as an argument in a call
Anna Zaks
- r176617 - Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
- r176617 - Add flags for additional control over coverage generation. Pick the version
Chandler Carruth
- r176617 - Add flags for additional control over coverage generation. Pick the version
Sean Silva
- r176617 - Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
- r176619 - Fix build with clang, this was supposed to be part of r176617.
Nick Lewycky
- r176628 - Minor refactor of how we get compilation phases.
Matthew Curtis
- r176629 - Add 'e' to the SPIR data layout - SPIR is little endian for now.
Guy Benyei
- r176630 - Adding lvalue and rvalue reference type matchers
Edwin Vane
- r176650 - Remove unncessary whitespace when triggered on empty line.
Daniel Jasper
- r176653 - Remove temporary std::vectors that ca be replaced with ArrayRef's magic.
Benjamin Kramer
- r176654 - Evaluate compound literals directly into the result aggregate
John McCall
- r176654 - Evaluate compound literals directly into the result aggregate
Benjamin Kramer
- r176654 - Evaluate compound literals directly into the result aggregate
John McCall
- r176655 - Add CharUnits::alignmentAtOffset.
John McCall
- r176656 - Change hasAggregateLLVMType, which conflates complex and
John McCall
- r176657 - Move the atomics code into its own file.
John McCall
- r176658 - Promote atomic type sizes up to a power of two, capped by
John McCall
- r176663 - When possible, move __block variables to the heap rather than copying them.
Douglas Gregor
- r176665 - Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>.
Douglas Gregor
- r176666 - Add code completion for @import <rdar://problem/13344306>.
Douglas Gregor
- r176667 - HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
- r176667 - HeaderDoc: Support more of HeaderDoc documentation
Dmitri Gribenko
- r176667 - HeaderDoc: Support more of HeaderDoc documentation
jahanian
- r176667 - HeaderDoc: Support more of HeaderDoc documentation
Dmitri Gribenko
- r176667 - HeaderDoc: Support more of HeaderDoc documentation
jahanian
- r176670 - [driver] If we're just linking, don't report --param X as unused option.
Chad Rosier
- r176680 - [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
Argyrios Kyrtzidis
- r176681 - [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to
Argyrios Kyrtzidis
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Argyrios Kyrtzidis
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Dmitri Gribenko
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Argyrios Kyrtzidis
- r176682 - [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
Benyei, Guy
- r176686 - Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
- r176704 - Remove unused variable.
Benjamin Kramer
- r176710 - Fixes breaking of string literals.
Manuel Klimek
- r176716 - [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value.
Argyrios Kyrtzidis
- r176716 - [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value.
Jordan Rose
- r176716 - [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value.
Argyrios Kyrtzidis
- r176717 - [PCH] When complaining that a header from the PCH was modified, also mention
Argyrios Kyrtzidis
- r176723 - <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope.
Douglas Gregor
- r176726 - ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
- r176727 - <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation.
Douglas Gregor
- r176728 - Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
- r176730 - Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.
Jan Wen Voung
- r176730 - Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.
Chandler Carruth
- r176730 - Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.
Jan Voung
- r176730 - Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.
Jan Voung
- r176731 - <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions.
Douglas Gregor
- r176731 - <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions.
David Blaikie
- r176731 - <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions.
Douglas Gregor
- r176732 - [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum,
Argyrios Kyrtzidis
- r176736 - [analyzer] Don't rely on finding the correct return statement for suppression.
Jordan Rose
- r176737 - [analyzer] Look for lvalue nodes when tracking a null pointer.
Jordan Rose
- r176739 - Documentation parsing. Some refactoring and code
Fariborz Jahanian
- r176742 - Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
- r176743 - Adjust the special non-C++ enum block return type inference
John McCall
- r176743 - Adjust the special non-C++ enum block return type inference
Jordan Rose
- r176744 - [analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
- r176744 - [analyzer] Be more consistent about Objective-C methods that free memory.
Anton Yartsev
- r176754 - [analyzer] Add test case for reference to null pointer param check
Anna Zaks
- r176755 - [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
- r176756 - [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at
Anna Zaks
- r176767 - Make helper function static.
Benjamin Kramer
- r176774 - Remove unused diagnostic.
Benjamin Kramer
- r176779 - Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also
Richard Smith
- r176780 - When lexing in C11 mode, accept unicode character and string literals, per C11
Richard Smith
- r176780 - When lexing in C11 mode, accept unicode character and string literals, per C11
Jordan Rose
- r176781 - www tweaks to embiggen up our near-complete C++11 and C11 support.
Richard Smith
- r176786 - Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call.
Guy Benyei
- r176788 - Driver: do not strip file extensions when printing diagnostics.
Benjamin Kramer
- r176789 - PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual
Anton Yartsev
Last message date:
Sun Mar 10 22:19:38 PDT 2013
Archived on: Tue Aug 4 15:30:57 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).