The Week Of Monday 11 August 2014 Archives by thread
Starting: Mon Aug 11 00:20:00 PDT 2014
Ending: Sun Aug 17 23:53:30 PDT 2014
Messages: 565
- [PATCH] Fixes bug 20587 - Add K&R break before braces style
Roman Kashitsyn
- r215347 - Sema: Handle declspecs without declarators in records properly in C mode
David Majnemer
- [PATCH] Sema: Properly perform lookup when acting on fields for desig inits
David Majnemer
- [PATCH] libcxxabi must link to dl if using bundled unwind
İsmail Dönmez
- [PATCH] Clang Rename Tool
Manuel Klimek
- r215353 - Properly #include ASTConsumer.h instead of forward declaration.
Daniel Jasper
- r215291 - NetBSD/aarch64 has no libgcc or libstdc++. Drop arm64 tests.
Joerg Sonnenberger
- r215354 - Fixes bug 20587 - Add K&R break before braces style
Roman Kashitsyn
- [PATCH] Correctly implement -include search logic.
Manuel Klimek
- [PATCH] GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in Clang. Currently, we fail with an error.
Sylvestre Ledru
- r215357 - Work around default parameter problem in the static analyzer.
Manuel Klimek
- [libcxx] r215358 - Update libc++ docs to include instructions for LIT.
Dan Albert
- [PATCH] [libcxx] Update libc++ docs to include instructions for LIT.
Dan Albert
- r215290 - Fix six tests are failing on Windows after r215241-r215243.
Rafael Espíndola
- [PATCH] [clang-extra-tools] [clang-format] Fix AlwaysBreakAfterDefinitionReturnType incompatibility with BreakBeforeBraces: Stroustrup
Curdeius Curdeius
- r215360 - Increase SmallVector<> size in DiagnosticsEngine::setSeverityForGroup
Hans Wennborg
- [PATCH] Make VLA size checker detect negative array sizes
Daniel Fahlgren
- r215362 - Increase the size of ToolChain::FilePaths
Hans Wennborg
- Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parameter.
Adrian Prantl
- r215346 - Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around a non-owning raw_ostream in CodeGenAction::CreateASTConsumer"
David Blaikie
- [PATCH] [Driver] Support -muclibc / -mglibc command line options
Simon Atanasyan
- r215365 - Coverage mapping: emit mapping for cxx constructors that use microsoft's ABI
Alex Lorenz
- r215261 - Add tests for coverage mapping generation.
Alex L
- [PATCH] Suggest fix-it for missing '{' after base-clause
Ismail Pazarbasi
- r215368 - GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in Clang. Reject other values.
Sylvestre Ledru
- r215369 - Increase the size of two SmallVectors in Generic_GCC::GCCInstallationDetector::init
Hans Wennborg
- r215370 - ToolChains.cpp: Increase size of Lines vector in DetectDistro
Hans Wennborg
- [PATCH/RFC] Expose OpenCL Attributes in libclang
Paul Fox
- [PATCH] Detect mismatching 'new' and 'delete' uses
Ismail Pazarbasi
- r215371 - Revert r215365 - Coverage mapping: emit mapping for cxx constructors that use microsoft's ABI
Alex Lorenz
- r215372 - Sema: Properly perform lookup when acting on fields for desig inits
David Majnemer
- r215375 - Add some FIXMEs.
Richard Smith
- [PATCH] [UBSan] Add returns-nonnull sanitizer.
Alexey Samsonov
- r215376 - unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndex
David Blaikie
- [PATCH] [clang-query] Use the new API for named values from the Parser.
Samuel Benzaquen
- [PATCH] Support named values in the autocomplete feature.
Samuel Benzaquen
- r215388 - unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Eric Christopher
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Bob Wilson
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Eric Christopher
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Eric Christopher
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Richard Smith
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Richard Smith
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Eric Christopher
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Richard Smith
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Akira Hatanaka
- [PATCH] Only use MSVC-compatible dependent base class hack for class template members.
Kim Gräsman
- r215391 - Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble
David Blaikie
- [clang-tools-extra] r215392 - Update for API change in r215391
David Blaikie
- r215393 - Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
- r215408 - Reject varargs '...' in function prototype if there are more parameters after
Richard Smith
- [libcxx] r215414 - Add return statement to slice_array and mask_array assignment. Closes PR20614.
Eric Fiselier
- r215416 - Reject virt-specifiers on friend declarations. Give anonymous bitfields a
Richard Smith
- [PATCH] Add support for "fancy" pointers to shared_ptr. Fixes PR20616
Eric Fiselier
- [libcxx] r215417 - Change two tests to be less dependant on locales.
Eric Fiselier
- [PATCH] [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
Hans Wennborg
- [PATCH] Get all localization tests passing on linux!
Eric Fiselier
- r215423 - Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parameter.
Frederic Riss
- [PATCH] Add support for "fancy" pointers to promise and packaged_task.
Eric Fiselier
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanić
- [PATCH] Inverse post-order traversal for LiveVariables analysis, to recover the performance after r214064
Ted Kremenek
- [PATCH] Modeling APIs in the Static Analyzer
Ted Kremenek
- [PATCH] Division by zero
Anders Rönnholm
- r215433 - Correctly implement -include search logic.
Manuel Klimek
- [PATCH] Default getFile() to use the last accessed name in the FileEntry.
Manuel Klimek
- r215434 - clang/test/Frontend/print-header-includes.c REQUIRES shell due to "cd".
NAKAMURA Takumi
- [clang-tools-extra] r215438 - Allow specifying file names and extra arguments when running clang-tidy unit tests.
Benjamin Kramer
- [clang-tools-extra] r215439 - [clang-tidy] Disable the warning on implicit bool* to bool conversion in macros.
Benjamin Kramer
- [PATCH] Emit diagnostic for -munaligned-access on v6m targets
Tim Northover
- r215442 - clang-format: Avoid bad line break.
Daniel Jasper
- r215443 - Add documentation on how Language option in .clang-format files work.
Alexander Kornienko
- r215444 - Adding some test cases to test attribute-related source range diagnostics. This augments r214722, r214723 and r214507.
Aaron Ballman
- r214722 - Highlight the offending function parameter when the format_arg argument refers to an invalid function parameter type.
Aaron Ballman
- [PATCH] Introduce prefetch builtin intrinsics for ARM and AArch64
Yi Kong
- [PATCH] [clang-tidy] Add a generic header guard checker + LLVM implementation.
Benjamin Kramer
- r215448 - Use StringRef instead of MemoryBuffer&.
Rafael Espindola
- r215449 - Objective-C. Fixes an assert where because of captured
Fariborz Jahanian
- [clang-tools-extra] r215452 - Update for API change in clang.
Rafael Espindola
- r215453 - Allow @synchronized to contextually convert a C++ object to an ObjC object pointer.
Jordan Rose
- [PATCH] Implicitly convert C++ wrappers to ObjC objects in @synchronized.
Jordan Rose
- r215454 - Add a module cache path to test/Headers/cxx11
Ben Langmuir
- r215455 - Verify all the module map files for a pcm are the same on load
Ben Langmuir
- r215456 - [analyzer] Check for negative values used as the size of a C variable-length array.
Jordan Rose
- [PATCH] Tame a few enum size tests when using -fshort-enums on ARM.
Jon Roelofs
- [libcxx] r215463 - [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
Hans Wennborg
- r215464 - MS ABI: Mangle this qualifiers on function types
David Majnemer
- Who is hosting buildslave 'llvm-builder?
Galina Kistanova
- [libcxxabi] r215465 - Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
Hans Wennborg
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Smith
- r215471 - Improve -Wuninitialized to catch const classes being used in their own copy
Richard Trieu
- r215472 - Support named values in the autocomplete feature.
Samuel Benzaquen
- [clang-tools-extra] r215474 - [clang-query] Use the new API for named values from the Parser.
Samuel Benzaquen
- [PATCH] Fix the \param comments to have the parameter name.
Samuel Benzaquen
- r215476 - Fix the \param comments to have the parameter name.
Samuel Benzaquen
- r215480 - Objective-C [qoi]. Patch to not do Fix-It for fixing
Fariborz Jahanian
- [PATCH] [RFC] PR20146 - Cannot return void with qualifiers
Richard Smith
- r215485 - [UBSan] Add returns-nonnull sanitizer.
Alexey Samsonov
- r215486 - [AVX512] Add intrinsics for FP scalar broadcasts
Adam Nemet
- r215518 - [modules] When performing a lookup into a namespace, ensure that any later
Richard Smith
- r215520 - PR20634: add some more cases that can legitimately come after a struct declaration to our list of special cases.
Richard Smith
- [PATCH] Implement inlining of temporary destructors.
Jordan Rose
- r213728 - [OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' directive.
Michael Wong
- r215527 - clang-format: Understand #defines defining system includes.
Daniel Jasper
- r215529 - clang-format: Format long lists in columns if without bin-packing.
Daniel Jasper
- r215531 - Emit diagnostic for -munaligned-access on v6m targets
Oliver Stannard
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
- [PATCH] OpenCL: blocks crash Clang when using multiple address spaces
Pekka Jääskeläinen
- r215541 - Default getFile() to use the last accessed name in the FileEntry.
Manuel Klimek
- [clang-tools-extra] r215543 - Also run extra tools unit tests in shared library builds.
Benjamin Kramer
- [clang-tools-extra] r215545 - Try to unbreak the Makefile build.
Benjamin Kramer
- [clang-tools-extra] r215548 - [clang-tidy] Add a generic header guard checker + LLVM implementation.
Benjamin Kramer
- r215549 - Fix crasher bug in clang-format.
Manuel Klimek
- [clang-tools-extra] r215550 - Fix linking in the Makefile build.
Benjamin Kramer
- r215551 - For NetBSD, use the same settings for PPC64 as for PPC when it comes to
Joerg Sonnenberger
- r215552 - [Driver] Support -muclibc / -mglibc command line options for a couple
Simon Atanasyan
- [clang-tools-extra] r215553 - In ancient times build targets had to be sorted topologically. Sometimes this behavior can still be observed today.
Benjamin Kramer
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Jon Roelofs
- r215554 - Work around missing handling of temporaries bound to default arguments.
Manuel Klimek
- r215557 - Header guard canonicalization, clang part.
Benjamin Kramer
- r215559 - Use std::unique_ptr to simplify memory management a bit.
Rafael Espindola
- r215560 - Small cleanup: Don't duplicate default behavior.
Rafael Espindola
- r215561 - Revert what looks like an unintended change in r215557.
Rafael Espindola
- r215568 - ARM: Prefetch intrinsics
Yi Kong
- r215569 - AArch64: Prefetch intrinsic
Yi Kong
- r215571 - Simplify a few loops over CallArgList/FunctionArgList. NFC
Alexey Samsonov
- r215577 - Objective-C. This patch is to resolve the method used in method
Fariborz Jahanian
- r215579 - [modules] Fix a rejects-valid resulting from emitting an inline function
Richard Smith
- r215581 - Objective-C. Minor refactoring of my last patch.
Fariborz Jahanian
- r215585 - test/CodeGen: Don't rely on a value's number in check lines
Justin Bogner
- [clang-tools-extra] r215589 - [CMake] Update libdeps in clangTidyLLVMModule.
NAKAMURA Takumi
- [clang-tools-extra] r215590 - ClangTidyTests: Suppress FixHeaderGuards on win32 for now.
NAKAMURA Takumi
- r215592 - clang/test/Index/index-module.m: Tweak expressions to meet dos path on win32.
NAKAMURA Takumi
- [PATCH] [Clang] Implement basic MinGW32 version-independent installation detection
Rafael Ávila de Espíndola
- [PATCH] MinGW toolchain
Rafael Ávila de Espíndola
- r215599 - ARM: Add mappings for ACLE prefetch intrinsics
Yi Kong
- r215601 - Whitespace fix.
Rafael Espindola
- r215603 - Objective-C. Handle case of multiple class methods
Fariborz Jahanian
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- Removing the smooshlab and KLEE?
Galina Kistanova
- r215606 - Simplify some CodeGenTypes::arrangeXXX functions. No functionality change
Alexey Samsonov
- [PATCH] Fix clang Makefile build with libxml2 enabled and CPPFLAGS is passed in
Keno Fischer
- r215607 - clang/test/Modules/cxx-irgen.cpp: Let it tolerant of x86_thiscallcc.
NAKAMURA Takumi
- r215609 - Sema: Permit nullptr template args in MSVC compat mode
David Majnemer
- r215612 - [modules] When we merge together multiple class template specialization
Richard Smith
- r215614 - CodeGen: When bitfields fall on natural boundaries, split them up
Justin Bogner
- [patch] Delete AuroraUX support
Rafael Espíndola
- r215616 - [modules] Don't assert if the same imported class template specialization
Richard Smith
- r215617 - [modules] Factor .td-generated diagnostics stuff out into its own module; this
Richard Smith
- [PATCH] Teach Clang how to use response files when calling other tools
Rafael Auler
- [PATCH] Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind (clang side)
Rafael Auler
- [PATCH] IsIntegratedAssemblerDefault() Use switch statement
Brad Smith
- r215618 - Parse: Don't attempt to act on #pragma init_seg when not targeting MSVC
David Majnemer
- [PATCH] [clang-format] Fix AlwaysBreakAfterDefinitionReturnType incompatibility with BreakBeforeBraces: Stroustrup
Marek Kurdej
- r215629 - Fix a crash when compiling blocks in OpenCL with multiple
Pekka Jaaskelainen
- r215631 - clang-format: Support breaking arguments of function type typedefs.
Daniel Jasper
- r215632 - clang-format: Support chained dereferenced assignments.
Daniel Jasper
- r215633 - clang-format: Fix AlwaysBreakAfterDefinitionReturnType in Stroutrup style
Daniel Jasper
- r215639 - Split a large unit-test, so that it doesn't exceed stack frame size in certain test environments
Alexander Kornienko
- r215644 - Delete support for AuroraUX.
Rafael Espindola
- r215648 - Revert "CodeGen: When bitfields fall on natural boundaries, split them up"
Justin Bogner
- r215650 - Use the proper post-order traversal in LiveVariables analysis,
Artyom Skrobov
- r215666 - [AVX512] Add FMA intrinsics
Adam Nemet
- [PATCH] Add missing matchers to the dynamic registry.
Samuel Benzaquen
- [PATCH] Add isDeleted() matcher for FunctionDecl nodes.
Samuel Benzaquen
- r215251 - Extend tautological pointer compare and pointer to bool conversion warnings to
Nico Weber
- rfc and [patch]: Unify -mfpu and .fpu handling, let .fpu toggle features
Nico Weber
- r215670 - Use the big endian emulations for NetBSD/arm in EB mode.
Joerg Sonnenberger
- r215671 - Thread Safety Analysis: fix to improve handling of references to guarded
DeLesley Hutchins
- r215672 - Don't Lex past EOF when lexing _Pragma
Reid Kleckner
- r215675 - [modules] Turn off a broken optimization: we need to pick up implicit special
Richard Smith
- [PATCH] Lex: Don't lex after getting EOF when handling _Pragma
David Majnemer
- r215677 - Thread safety analysis: add -Wthread-safety-verbose flag, which adds additional notes that are helpful when compiling statistics on thread safety warnings.
DeLesley Hutchins
- r215678 - Use a switch statement for IsIntegratedAssemblerDefault().
Brad Smith
- r215679 - Thread Safety Analysis: Move -Wthread-safety-negative out of the
DeLesley Hutchins
- [PATCH] Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
- [PATCH] Make sure CallExpr::getLocStart doesn't segfault
Keno Fischer
- r215683 - Limit our MSVC compat hack for nested names from dependent bases
Reid Kleckner
- [PATCH] Handle SPARC float command line parameters for SPARCv9
Brad Smith
- r215686 - Make sure CallExpr::getLocStart doesn't segfault
Keno Fischer
- [PATCH] [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat
Dan Albert
- [libcxx] r215691 - Add bare_allocator archetype that implements the minimal possible allocator interface.
Eric Fiselier
- r215692 - clang-format: [proto] Understand text-format nesting without :
Daniel Jasper
- r215693 - clang-format: Prefer breaking after return type over template param
Daniel Jasper
- [libcxx] r215694 - Fix incorrect locale requirements in tests
Eric Fiselier
- Nasty parsing bug?
Abramo Bagnara
- r215697 - arm_acle.h: Small cleanup
Yi Kong
- r215704 - Adding const-qualifiers to auto declarations. NFC.
Aaron Ballman
- r215705 - There are no overloads of this virtual function, nor are there any callers of it. NFC.
Aaron Ballman
- r215706 - Const-correctness, return-after-else, and formatting updates. NFC.
Aaron Ballman
- r215714 - Add isDeleted() matcher for FunctionDecl nodes.
Samuel Benzaquen
- [PATCH] [x32] Handle -m64/-m32 switches by Driver in x32 mode
Pavel Chupin
- r215726 - Use a valid arch name in this triple.
Rafael Espindola
- r215731 - Move some code into a helper function. NFC.
Rafael Espindola
- [PATCH] [libcxx] Add support for Android targets to lit.cfg.
Dan Albert
- r215736 - Objective-C. Do not warn if user is using property-dox syntax to name a
Fariborz Jahanian
- r215738 - R600: Add ldexp intrinsic
Matt Arsenault
- [libcxx] r215740 - Revert "Turn off extern templates for most uses."
Justin Bogner
- [libcxx] r215742 - Get testsuite running on FreeBSD.
Eric Fiselier
- r215745 - MS ABI: Virtual member pointer thunks are not unnamed_addr
Reid Kleckner
- [PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.
Jon Roelofs
- r214004 - MS ABI: Use musttail for vtable thunks that pass arguments by value
Reid Kleckner
- [libcxx] r215750 - Revert get testsuite running on FreeBSD.
Eric Fiselier
- r215751 - [cleanup] Factor out some checks. NFC.
Sean Silva
- r215754 - [cleanup] Factor out adjusting "cl.exe" to "clang-cl.exe". NFC.
Sean Silva
- r215755 - [cleanup] Factor out initializing the DianosticOptions. NFC.
Sean Silva
- r215756 - [cleanup] Factor out setting the driver's install dir. NFC.
Sean Silva
- r215757 - Add missing matchers to the dynamic registry.
Samuel Benzaquen
- [PATCH] Add new tool clang-highlight to clang/tools/extra
Daniel Jasper
- r215759 - [cleanup] Factor out handling CC1 tools. NFC.
Sean Silva
- r215760 - [cleanup] Range-for'ify this loop. NFC.
Sean Silva
- r215761 - [cleanup] Rename this function to better reflect its purpose. NFC.
Sean Silva
- r215764 - Typo fix in comments: definintion -> definition
James Dennett
- [patch] Add a test for -no-canonical-prefixes
Rafael Espíndola
- r215766 - DebugInfo: Fix PR19864 better - attribute the jump at the end of a range-for loop, to the start of the loop.
David Blaikie
- r215767 - Rename this function to better reflect its purpose
Sean Silva
- r215768 - DebugInfo: While loop backedge should be attribute to the start of the while statement.
David Blaikie
- [libcxx] r215769 - Tame a few enum size tests when using -fshort-enums on ARM.
Jonathan Roelofs
- r215773 - ArrayRef'ize
Sean Silva
- r215774 - Rename as suggested by dblaikie
Sean Silva
- [PATCH] CGCall: Factor out the logic mapping call arguments to LLVM IR arguments.
Alexey Samsonov
- r215776 - Wrap to 80 columns, no behavior change.
Nico Weber
- [PATCH] [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
- r208425 - Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'). Bots are now pacified.
Reid Kleckner
- r215780 - Add a RAII class for saving and restoring instantiations and uses. No behavior change.
Nico Weber
- r215785 - Update for LLVM change (StringSaver)
Sean Silva
- r215786 - Make sure that vtables referenced from delay-parsed templates get referenced.
Nico Weber
- [libcxx] r215787 - Readding FreeBSD support to lit.cfg. Patch from Pawel Worach.
Eric Fiselier
- r215791 - Revert "Update for LLVM change (StringSaver)"
Sean Silva
- r215796 - [libclang] Introduce clang_File_isEqual for comparing CXFile handles.
Argyrios Kyrtzidis
- [clang-tools-extra] r215799 - AvoidCStyleCastsCheck: don't warn on casts in macros
Alexander Kornienko
- [libcxx] r215802 - [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat
Eric Fiselier
- [PATCH] Lex: Don't try to recover as hard in malformed _Pragma
David Majnemer
- r215806 - Document what's experimental about __attribute__((enable_if)). PR20392
Nick Lewycky
- r215807 - Try indenting to put all the text inside the block.
Nick Lewycky
- r215808 - Clarify.
Nick Lewycky
- r215810 - When loading a module with no local entities, still bump the size of the
Ben Langmuir
- r215814 - Uniformed parsing of GNU attributes at line beginnning and added GNU attributes parsing FIXMEs.
Abramo Bagnara
- [PATCH] Fix generating TypeSourceInfo for invalid array type
Olivier Goffart
- [PATCH] Fix assert on asm register that are "%"
Olivier Goffart
- [PATCH] [Proposal] [Analyzer] Individual options for checkers
Aleksei Sidorin
- [patch] Don't assert when calling a pure method with exception spec of a template class
Nico Weber
- r215834 - Fix assertion on asm register that are "%"
Olivier Goffart
- r215836 - Add a test for -no-canonical-prefixes.
Rafael Espindola
- [clang-tools-extra] r215839 - First version of a clang-rename tool.
Manuel Klimek
- [clang-tools-extra] r215840 - Remove mention of non-existent 'test' directory.
Manuel Klimek
- [clang-tools-extra] r215843 - Fix link libraries for clang-rename.
Manuel Klimek
- r215845 - Do not rely on bin/ path prefix in tests.
Manuel Klimek
- [PATCH] Add symbol checking script to libc++ to detect ABI changes.
Eric Fiselier
- [PATCH] [clang-format] Add SpacesInSquareBrackets option. Fix LLVM bug #17887.
Marek Kurdej
- [PATCH] [libcxx] Add list of currently known buildbots to libc++ homepage
Eric Fiselier
- r215853 - Convert a few ownership comments with std::unique_ptr.
Rafael Espindola
- [clang-tools-extra] r215854 - Suppress ClangRenameTests/USRLocFinding.FindsVarUSR on msc17 for now. Will fix later.
NAKAMURA Takumi
- r215856 - Update for llvm api changes.
Rafael Espindola
- [clang-tools-extra] r215857 - Remove initializer list.
Manuel Klimek
- [clang-tools-extra] r215859 - Revert r215854 corresponding to r215857, "Suppress ClangRenameTests/USRLocFinding.FindsVarUSR on msc17 for now. Will fix later."
NAKAMURA Takumi
- r215864 - Use std::unique_ptr in a few methods that take ownership.
Rafael Espindola
- r215865 - Create a std::unique_ptr earlier.
Rafael Espindola
- r215866 - Use the pointer-like API of ErrorOr.
Rafael Espindola
- r215869 - Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
Craig Topper
- [PATCH] [libcxx] Fix __is_power2 and __next_power2. Change hashmap to handle new behavior.
Eric Fiselier
- [PATCH] [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree
Eric Fiselier
- [PATCH] [libcxx] Add EXCLUDES tag to lit. It mirrors REQUIRES.
Eric Fiselier
- [libcxx] r215872 - [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree
Eric Fiselier
- [libcxx] r215873 - Mark cuchar tests as always xfail since we don't provide the header'
Eric Fiselier
- [libcxx] r215882 - [libcxx] Add list of currently known buildbots to libc++ homepage
Eric Fiselier
- [libcxx] r215883 - [libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES.
Eric Fiselier
- [libcxx] r215884 - Update linux test results
Eric Fiselier
Last message date:
Sun Aug 17 23:53:30 PDT 2014
Archived on: Tue Aug 4 15:31:48 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).