The Week Of Monday 10 March 2014 Archives by thread
Starting: Mon Mar 10 01:03:39 PDT 2014
Ending: Sun Mar 16 16:48:39 PDT 2014
Messages: 499
- [PATCH] Preserve hanging indent when breaking line comments.
Manuel Klimek
- [PATCH] Use LLVM when the buffer isn't associated with a file.
Ahmed Charles
- [PATCH] Add a main function to the clang-format.py vim integration.
Daniel Jasper
- [PATCH] Deduplicate clang-tidy error messages by file, offset and message.
Alexander Kornienko
- [clang-tools-extra] r203451 - Deduplicate clang-tidy error messages by file, offset and message.
Alexander Kornienko
- r203452 - clang-format: Add spaces around trailing/lambda return types.
Daniel Jasper
- [PATCH] Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.
Alexander Kornienko
- r203455 - Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros
Robert Lytton
- [PATCH] Qt Creator help/documentation file for Clang
Konrad Wilhelm Kleine
- [clang-tools-extra] r203457 - Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.
Alexander Kornienko
- r203458 - Preserve hanging indent when breaking line comments.
Alexander Kornienko
- [patch] Rename CLANG_IS_PRODUCTION to CLANG_NO_PLUGIN_SUPPORT
Rafael Espíndola
- r203461 - Reverting llvm::distance changes to use std::distance with iterators instead, per post-commit review feedback.
Aaron Ballman
- [PATCH] Add loc() to the dynamic registry.
Manuel Klimek
- [PATCH] Add support for foreach macros to clang-format
Daniel Jasper
- "recent libcxx regression" reason discovered. clang version info/folder changed. possibly accidental?
Tom Stellard
- [PATCH] Instantiate FrontendPluginRegistry in clangFrontend for win32 to handle plugins.DLL
NAKAMURA Takumi
- r203466 - clang-format: Add spaces between lambdas and comments.
Daniel Jasper
- [cfe-dev] clang::CodeGen::CodeGenModule::GetOrCreateLLVMGlobal
Rafael Espíndola
- r203467 - Add loc() to the dynamic registry.
Samuel Benzaquen
- [PATCH] Sema: reject probably incorrect atomic ordering requests
Tim Northover
- [PATCH] Fix atomic libcall.
Logan Chien
- [PATCH][analyzer][Review request] Eliminate memory leak in BugReporter::emitReport()
Anton Yartsev
- [PATCH] Add field width to scanf %s format fixit
Jordan Rose
- r203473 - Replace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.
Rafael Espindola
- r203474 - [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
- r203477 - [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate.
Benjamin Kramer
- [libcxx] r203478 - Mark issues #2357 (wording changes in the standard, no functionality change) and #2132 (libc++ already does this) as complete.
Marshall Clow
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- [libcxx] r203479 - Added tests to the sequence containers for for LWG Issue #2263. Comparing iterators and allocator pointers with different const-character. No changes to libc++
Marshall Clow
- r203293 - [C++11] Revert uses of lambdas with array_pod_sort.
Arthur O'Dwyer
- [libcxx] r203480 - More tests for LWG Issue #2263; this time to the associative and unordered containers. Still no changes to libc++
Marshall Clow
- [PATCH] Modules fix for relative include paths
John Thompson
- r203493 - IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
- [libcxx] r203494 - Add tests for LWG issue #2356. Stability of erasure in unordered associative containers. Libc++ already does this, but now we have tests for it.
Marshall Clow
- [PATCH] Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
- r203501 - Add a main function to the clang-format.py vim integration.
Ahmed Charles
- r203503 - RTTI symbols for visible local types may need weak linkage.
John McCall
- r203506 - Turn on the uncovered umbrella header warning by default
Ben Langmuir
- r203507 - [analyzer] Eliminate memory leak in BugReporter::emitReport()
Anton Yartsev
- [PATCH] Allow _MSC_EXTENSIONS macro on non-Windows targets
Yunzhong Gao
- r203510 - Thread safety analysis: move smart pointer checks from -Wthread-safety-beta
DeLesley Hutchins
- r203511 - Add -fmodules-cache-path to test/Headers/c11.c
Ben Langmuir
- r203521 - Objective-C IRGen. Fixes several regressions caused by changes made
Fariborz Jahanian
- r203522 - Basic: Add -Wswitch-bool to control warn_bool_switch_condition
David Majnemer
- [PATCH] PGO: scale counters to 32-bits
Duncan P. N. Exon Smith
- r203525 - Add a unittest for the ExternalASTSource.
Richard Smith
- r203528 - If a module map is found in a relative -I path, convert the filenames within it
Richard Smith
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- r203534 - If a visibility update record is found for a DeclContext after that Decl has
Richard Smith
- r203535 - Move the warning about unused relational comparison from -Wunused-value to
Richard Trieu
- r203536 - Speculative workaround for apparent libstdc++ bug exposed by r203534.
Richard Smith
- r203537 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203538 - De-virtualize a method since it doesn't override anything and isn't overridden itself.
Craig Topper
- [libcxx] r203539 - Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way.
Marshall Clow
- r203540 - test: Fix feature test for "native" in lit.cfg
Justin Bogner
- r203541 - test: Give instrumentation based profiling tests their own directory
Justin Bogner
- r203542 - [HeaderSearch] Fix issue where if a headermap entry maps the filename to a framework import (non-absolute path)
Argyrios Kyrtzidis
- r203543 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203545 - Fix use of uninitialized variable in ExternalASTSourceTest.cpp (introduced in 203525)
David Blaikie
- r203546 - test: Regenerate profile data for PGO tests
Justin Bogner
- r203547 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [patch] Render anonymous entities with "(anonymous thing)" rather than "<anonymous thing>"
David Blaikie
- r203548 - Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
Richard Smith
- r203549 - Tests for DR381-388.
Richard Smith
- r203550 - clang/test/Modules/include-relative.c REQUIRES shell due to chdir.
NAKAMURA Takumi
- r203551 - clang-format: Detect weird macro lambda usage.
Daniel Jasper
- r203554 - clang::HeaderSearch: Use default constructor even for POD.
NAKAMURA Takumi
- r203556 - clang-format: Fix incorrect lambda recognition exposed by r203452.
Daniel Jasper
- r203557 - clang-format: Fix another false positive in the lambda detection.
Daniel Jasper
- r203560 - Update for IR: add a second AtomicOrdering to cmpxchg insts.
Tim Northover
- r203561 - Sema: produce error when invalid ordering is passed to atomic builtin
Tim Northover
- r203562 - clang-format: Avoid unnecessary break before lambda return type.
Daniel Jasper
- r203564 - Sema: demote invalid atomic ordering message to warning.
Tim Northover
- [PATCH] ARM: Correct alignment of structs passed as byval pointer
Oliver Stannard
- r203565 - Gracefully handle an attribute specifier following a lambda introducer when the parameter list wasn't present.
Aaron Ballman
- r203566 - Changing this test case to use an unknown attribute, since there are not currently any type attributes which would apply to a lambda, except in MSVC compatibility mode.
Aaron Ballman
- [PATCH] Remove an unnecessary check for FormatTok not being null.
Alexander Kornienko
- [libcxx] r203579 - Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before tuple_size' as complete. This is a correction to some example code in the standard, no change needed for libc++.
Marshall Clow
- [libcxx] r203584 - Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's STL. Add '#include <functional>' to four of the priority queue tests.
Marshall Clow
- libcxx minor test fix
Marshall Clow
- [PATCH] improving detection of uninitialized arguments (the CallAndMessageChecker)
Jordan Rose
- r203585 - [analyzer] Check all conditions in a chained if against each other.
Jordan Rose
- [PATCH] Detect identical conditions in if-else-if statements
Jordan Rose
- r203586 - Objective-C. Diagose use of undefined protocols
Fariborz Jahanian
- [libcxx] r203587 - Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note that this is a (small) behavior change in the library. Reverse iterators whose base iterators' operator* return references to 'within themselves' have been sacrificed to the greater goal of avoiding data races.
Marshall Clow
- r203588 - Remove trailing whitespace introduced in r203028.
Bob Wilson
- [PATCH] lex: improve include handling on Linux for Windows
Richard Smith
- r203592 - PGO: Scale large counters down to 32-bits
Duncan P. N. Exon Smith
- r203593 - PGO: Clarify the testing README
Duncan P. N. Exon Smith
- r203598 - Objective-C. Prevent an assertion crash due to buggy code
Fariborz Jahanian
- [PATCH/RFC] Support for the (clang) PPC64LE target.
Will Schmidt
- r203602 - Improving test coverage for lambda expressions with attribute specifiers.
Aaron Ballman
- r188833 - Look at lowercase version of argv[0] when determining driver mode
Dimitry Andric
- r203603 - Driver: Support -gmlt as an alias for -gline-tables-only
David Blaikie
- [libcxx] r203610 - Fix ABI break I made in r203587; thanks to Richard Smith for the catch.
Marshall Clow
- r203614 - lex: improve include handling on Linux for Windows
Saleem Abdulrasool
- r203618 - PGO: appease the bots after r203592
Duncan P. N. Exon Smith
- [PATCH] GNU-style attributes and lambdas
Aaron Ballman
- r203623 - DebugInfo: Fix test for LLVM change r203619
David Blaikie
- r203624 - Be case sensitive when determining driver mode based on argv[0] except on Windows
Hans Wennborg
- r203625 - DebugInfo: Remove debug-info-pubtypes.ccp - pubnames/pubtypes are adequately tested in LLVM now.
David Blaikie
- [libcxxabi] r203626 - 0 is a valid LSDA encoding and can be seen in statically linked
Joerg Sonnenberger
- r203628 - Allow GNU-style attributes on lambda expressions.
Aaron Ballman
- r203630 - Add an option -fmodules-validate-system-headers
Ben Langmuir
- [PATCH] Add an option -fmodules-validate-system-headers
Ben Langmuir
- [libcxx] r180132 - PR15820: Use tar instead of rsync to install the headers.
Nico Weber
- r199619 - MSVC 2013 type trait support
Marshall Clow
- [libcxx] r203631 - THIRD TIME. Richard pointed out (again) that I'd switched the order of the instance variables; and thus failed to repair the ABI break. After this, I'm going to sit down and watch TV for the evening.
Marshall Clow
- [PATCH] Improve error recovery around colon.
Richard Smith
- r203632 - Lex: reduce buffer size, add a test
Saleem Abdulrasool
- [PATCH] clang: add -f{no-,}integrate-as aliases
Saleem Abdulrasool
- r203633 - Lexer: split test into separate files
Saleem Abdulrasool
- [libcxx] r203636 - build: remove an errant comma
Saleem Abdulrasool
- [libcxx] r203637 - build: fix add_definition abuse in CMake
Saleem Abdulrasool
- [libcxx] r203638 - build: fix erroneous overwriting of flags
Saleem Abdulrasool
- [libcxx] r203639 - build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONS
Saleem Abdulrasool
- r203640 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203641 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203642 - Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/
NAKAMURA Takumi
- r203643 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- r203645 - clang-format: Fix crasher.
Daniel Jasper
- [PATCH] Correct a potential segfault in ModuleManager
Gautier DI FOLCO
- [PATCH] Atomics: emit cmpxchg instructions with weaker failure-order
Tim Northover
- [PATCH] Fix PR19104: Incorrect handling of non-virtual calls of virtual methods
Timur Iskhodzhanov
- r203660 - ARM: Correct alignment of structs passed as byval pointer
Oliver Stannard
- r203665 - Use vector<T>::data() to simplify code
Dmitri Gribenko
- r203668 - Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
- [PATCH] Support case insensitive header searches for MSVCCompat
Nico Weber
- r203673 - Don't recompute inlining threshold - use new overload provided by LLVM
Eli Bendersky
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] Creating a printing policy for "half"
Yunzhong Gao
- r203683 - DR1346: a parenthesized braced-init-list cannot be used as the initializer when
Richard Smith
- [PATCH] Use enable_if to prevent operator<<(DiagnosticBuilder&, bool) from being called for pointer arguments
Stephan Tolksdorf
- [PATCH] Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::RebuildDependentNameType
Stephan Tolksdorf
- [PATCH] Refactor InstantiatingTemplate constructors
Stephan Tolksdorf
- [PATCH] Add getter methods for arguments, ranges and fix-it hints to PartialDiagnostic
Stephan Tolksdorf
- r203689 - CodeGen: Move hot/cold logic out of PGOProfileData
Justin Bogner
- [PATCH] Fix PR18792 - Bad diagnostic messages for std::enable_if_t uses
Stephan Tolksdorf
- [PATCH] Fix Parser crash for invalid trailing return type in delayed template parsing mode
Stephan Tolksdorf
- [PATCH] [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
Stephan Tolksdorf
- r203691 - PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-member-function call.
Richard Smith
- r203693 - Objective-C. Issue diagnostics on mismatched methods when their selector is used
Fariborz Jahanian
- r203700 - Dont unconditionally add gcc4.2 include paths on FreeBSD.
Roman Divacky
- r203711 - CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
- r203712 - Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
- r203714 - MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.h
Hans Wennborg
- r203715 - MS intrinsics: implement __readgs{byte, word, dword, qword} (PR19054)
Hans Wennborg
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- r203720 - Thread Safety Analysis: new test case for lambdas
DeLesley Hutchins
- r203722 - MS intrinsics: implement the __movs and __stos intrinsics (PR19054)
Hans Wennborg
- [PATCH] MS asm: Filter out fpsw clobbers
Eric Christopher
- r203733 - Fix crash if delayed template parsing meets an erroneous trailing return type.
Richard Smith
- r203735 - Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anything
Richard Smith
- [PATCH] Please review this arc regression in an c++11 code
jahanian
- r203741 - PR18275: If a member function of a class template is declared with a
Richard Smith
- r203742 - Always use --eh-frame-hdr on NetBSD, even for -static.
Joerg Sonnenberger
- [PATCH] Implementation of #pragma (data|code|const|bss)_seg
Warren Hunt
- r203746 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203758 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203759 - Remove unreachable PragmaCaptured method. It's not a real PPCallback.
Craig Topper
- r203764 - De-virtualize a method. It's called through template magic and doesn't override anything.
Craig Topper
- r203769 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203771 - Tests for DR389-399.
Richard Smith
- r203777 - clang-format: Prevent ObjC code from confusing the braced-init detection
Daniel Jasper
- [patch] Clang producing a L symbol in __DATA,__data
Rafael Espíndola
- r203800 - Remove an unnecessary check for FormatTok not being null.
Alexander Kornienko
- r203801 - CMake: allow generation of a Qt Compressed Help file for Clang source
Dmitri Gribenko
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- r203803 - [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203804 - Simplify code. No functionality change.
Rafael Espindola
- r203805 - Removing some methods which appear to be unused (at least in clang, lld and lldb).
Aaron Ballman
- [libcxx] r203807 - Exclude .svn (and other "dot" directories) when installing headers.
Bob Wilson
- r203808 - [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() with iterator_range vbases(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203812 - [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() with iterator_range methods(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203813 - Prevent outputting HeaderFileInfos for files not used as headers
Ben Langmuir
- r203814 - [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with iterator_range ctors(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203815 - [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() with iterator_range friends(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203816 - MS intrinsics: __interlockedbittestandset(64) (PR19054)
Hans Wennborg
- r203817 - [C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] Fix bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- r203819 - [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with iterator_range inits(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203820 - [C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end() with iterator_range inits(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203822 - [analyzer] Warn when passing pointers to const but uninitialized memory.
Jordan Rose
- Looking for feedback on a possible inplace_stable_sort replacement
Mike McFadden
- r203825 - [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with iterator_range shadows(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] AArch64_be varargs processing for ARM ABI
Tim Northover
- OK to merge r200954 to 3.4 branch?
Tom Stellard
- OK to merge r203025 to 3.4 branch?
Tom Stellard
- r203830 - [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() with iterator_range props(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203832 - [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() with iterator_range methods(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203835 - Renaming the recently-created (r203830) props() range API to properties() for clarity.
Aaron Ballman
- r203837 - CodeGen: make use of weaker failure orders on cmpxchg.
Tim Northover
- r203838 - CodeGen: use symbolic enumerators for memory order
Tim Northover
- r203839 - [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203840 - [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth_end() with iterator_range class_methods(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203842 - [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203845 - Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::RebuildDependentNameType
Stephan Tolksdorf
- r203846 - Refactor InstantiatingTemplate constructors
Stephan Tolksdorf
- r203847 - [C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203848 - [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin() and all_referenced_protocol_end() with iterator_range all_referenced_protocols(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203849 - [C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() with iterator_range ivars(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203851 - [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and visible_categories_end() with iterator_range visible_categories(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203854 - [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and known_categories_end() with iterator_range known_categories(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203855 - [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and visible_extensions_end() with iterator_range visible_extensions(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] Fix PR1806: Canonicalize the replacement type when deserializing a SubstTemplateTypeParmType
Stephan Tolksdorf
- r203857 - [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and known_extensions_end() with iterator_range known_extensions(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203863 - [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] Teach pthread checker about double unlocks
Daniel Fahlgren
- r203881 - Refactor ASTReader::readInputFileInfo to return a struct containing the related information.
Argyrios Kyrtzidis
- r203882 - [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show up as dependency of a module file.
Argyrios Kyrtzidis
- [PATCH] Fix a crash (assertion failure) in EvaluateAsRValue.
James Dennett
- r203317 - Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
Richard Smith
- r203885 - [Modules] Emit the module file paths as dependencies of the PCH when we are building one.
Argyrios Kyrtzidis
- r203887 - static link polly
Sebastian Pop
- r203893 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r203894 - Remove seemingly dead method. It was marked virtual but doesn't override anything and there don't seem to be any in tree callers.
Craig Topper
- r203895 - De-virtualize a method that doesn't override anything and has no overrides itself.
Craig Topper
- r203906 - Use the correct symbol for a left bracket.
Bill Wendling
- r203912 - Remove unused typedef as pointed out by a GCC warning.
Benjamin Kramer
- [PATCH][Driver] Teach the clang driver how to correctly parse response files on Windows.
Andrea Di Biagio
- r203917 - AArch64_be varargs processing for ARM ABI
Christian Pirker
- r203918 - AArch64_be specific clang target settings
Christian Pirker
- r203919 - [C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203920 - clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now.
NAKAMURA Takumi
- r203922 - [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203923 - [C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203924 - [C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with iterator_range ivars(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- [PATCH] [OPENMP] OMPExecutableDirective re-factoring
Alexander Musman
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- r203929 - Don't verify module inclusions in assembler files.
Daniel Jasper
- r203930 - [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203932 - [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end() with iterator_range ivars(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203933 - [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() with iterator_range lookups(). Similar for noload_lookups(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203937 - [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin() and varlist_end() with iterator_range varlists(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203938 - [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() with iterator_range specializations(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203940 - [C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() with iterator_range specializations(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203941 - Removing some unused iterator methods for partial specializations.
Aaron Ballman
- r203942 - [C++11] Replacing VarTemplateDecl iterators spec_begin() and spec_end() with iterator_range specializations(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203944 - clang/test/CodeGen/aarch64-varargs.c: works now regardless of assertions.
Christian Pirker
- r203945 - Removing some more unused iterator methods for partial specializations.
Aaron Ballman
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Oliver Stannard
- [PATCH v2] Bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- [PATCH] PR19095 Undefined reference to friend template function defined inside template class
suyog sarda
- r203947 - [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203948 - NFC: remove unused variables from r203938, r203942, and r203947
Duncan P. N. Exon Smith
- r203949 - Fix PR19104: Incorrect handling of non-virtual calls of virtual methods
Timur Iskhodzhanov
- r203950 - Fix a crash (assertion failure) in EvaluateAsRValue.
James Dennett
- r203951 - Fix VS2012 build after r203881
Hans Wennborg
- r203953 - [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203954 - Objective-C. Allow objc_designated_initializer for private
Fariborz Jahanian
- r203958 - [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r181048 - Serialization for captured statements
Aaron Ballman
- r203959 - [C++11] Replacing CapturedStmt iterators capture_init_begin() and capture_init_end() with iterator_range capture_inits(). Updating all of the usages of the iterators with range-based for loops.
Aaron Ballman
- r203961 - Change a raw string literal back to C++98 style to fix freeBSD9.2 builtbot
James Dennett
- r203964 - Try to remove confusion about C++11 feature support:
Richard Smith
- r203965 - Removing some unused functionality from AttributeList.
Aaron Ballman
- r203966 - Objective-C. Turn off designated initialization warnings on
Fariborz Jahanian
- r203970 - [C++11] Removing the local_import_begin() and local_import_end() APIs and replacing with a range-only local_imports() API. Privatizes the iterator class as well.
Aaron Ballman
- r203971 - [C++11] Removing the types_begin() and types_end() APIs and replacing with a range-only types() API.
Aaron Ballman
- r203974 - Add two missing entries to the C++11 support page. Bump one relevant diagnostic
Richard Smith
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Tom Roeder
- r203975 - [C++11] Removing the found_decls_begin() and found_decls_end() APIs and replacing with a range-only found_decls() API.
Aaron Ballman
- r203978 - Call RequireCompleteType when performing ADL even if the type is already
Richard Smith
- r203984 - Objective-C. Redo turning off designated initialization warnings on
Fariborz Jahanian
- r203987 - Implement the MS extension __identifier properly: take a token and strip it of
Richard Smith
- r203991 - ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delayed-template-parsing.
NAKAMURA Takumi
- PGO: Statically generate data structures
Duncan P. N. Exon Smith
- r203994 - Start breaking -Wunreachable-code up into different diagnostic groups.
Ted Kremenek
- [libcxx] r203995 - Remove Issue #2235 from the Chicago section. The resolution was approved in Bristol (and it is listed there), and then is was approved *again* in Chicago. Thanks to STL @ microsoft for the catch
Marshall Clow
- [PATCH] Modules - fix exclude header with umbrella directory
John Thompson
- r203999 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r204000 - Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break doesn't turn off all unreachable code warnings.
Ted Kremenek
- r204001 - -Wunreachable-code: treat 'const bool' locals as control values.
Ted Kremenek
- r204002 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- r204004 - Remove dead functions from unreachable code analysis.
Benjamin Kramer
- r204005 - Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemplateTypeParmType
Stephan Tolksdorf
- r204006 - Serialization: Directly compare objects instead of using a functor duplicating the compare operators.
Benjamin Kramer
- r204007 - Preprocessor: Clarify the ownership of the IncludeMacroStack with unique_ptr.
Benjamin Kramer
- r204009 - The year is 2014. MSVC is still unable to synthesize move ctors.
Benjamin Kramer
- r204012 - Make some assertions on constant expressions static.
Benjamin Kramer
- [PATCH] Test for DR1030
Lionel Debroux
- r204015 - PR19152: If a variable template's type involves 'auto', instantiate the
Richard Smith
- [Patch] Missed evaluation in "type" parameter of va_arg
Rahul Jain
- [PATCH] [WIP] Large refactoring of AST/APValue
Gautier DI FOLCO
Last message date:
Sun Mar 16 16:48:39 PDT 2014
Archived on: Tue Aug 4 15:31:32 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).