The Week Of Monday 27 October 2014 Archives by thread
Starting: Mon Oct 27 00:22:12 PDT 2014
Ending: Sun Nov 2 22:51:42 PST 2014
Messages: 426
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
Chandler Carruth
- [libcxxabi] r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
- r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
- Ignoring some unused const variables
Chandler Carruth
- r220675 - Allow thread sanitizer in clang driver on FreeBSD
Viktor Kutuzov
- r220677 - Revert rL220675 due to failures on check-clang
Viktor Kutuzov
- r220678 - Prune CRLF.
NAKAMURA Takumi
- [clang-tools-extra] r220678 - Prune CRLF.
NAKAMURA Takumi
- [libclc] r220678 - Prune CRLF.
NAKAMURA Takumi
- r220679 - clang-format: [Proto] Change formatting text-formatted options.
Daniel Jasper
- r220680 - Allow thread sanitizer in clang driver on FreeBSD
Viktor Kutuzov
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH] [libcxx] Support UDTs convertible to arithmetic types in <cmath>
Marshall Clow
- [PATCH] Speed up clang-tidy when profiling in on.
Samuel Benzaquen
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- r220682 - Speed up clang-tidy when profiling in on.
Samuel Benzaquen
- r220684 - clang-format: Fix bad merging of lines in nested blocks.
Daniel Jasper
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH] unique_ptrify ownership of ModuleFiles in the ModuleManager
Manuel Klimek
- r220685 - clang-format: improve vim integration docs
Saleem Abdulrasool
- r220686 - clang-format: Don't break after very short return types.
Daniel Jasper
- r220691 - Move TypoCorrectionConsumer into a header.
Kaelyn Takata
- r220692 - Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- r220693 - Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
- r220694 - Have TypoCorrectionConsumer remember the TypoCorrections it returned.
Kaelyn Takata
- r220695 - Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- r220696 - Add simple way for a CorrectionCandidateCallback to reject exact
Kaelyn Takata
- r220697 - Add a callback for recovering using a typo correction.
Kaelyn Takata
- r220698 - Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH] Sema: Treat zero sized arrays as flexible array members
Kostya Serebryany
- [PATCH] Do not insert asan paddings after fields that have flexible arrays.
Kostya Serebryany
- [libcxx] r220702 - PR #21321 talked about implementation-defined behavior of realloc. I poo-poohed it, and was wrong. Fix the call in <locale>. Review the others, refactored some duplicated code, and found overflow bugs (and __event_cap_ was never getting updated, either).
Marshall Clow
- r220703 - c++11 patch to issue warning on missing 'override' on
Fariborz Jahanian
- r218925 - Patch to warn if 'override' is missing
jahanian
- [libcxx] r220706 - [libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
- [libcxx] r220707 - [libcxx] Remove use of uniform initialization from regex tests so that they compile in C++03.
Eric Fiselier
- r220708 - Do not insert asan paddings after fields that have flexible arrays.
Kostya Serebryany
- r220714 - Frontend: Define __EXCEPTIONS if -fexceptions is passed
David Majnemer
- [libcxx] r220715 - Fix use of operator comma in is_permutation and delete comma operator for test iterators.
Eric Fiselier
- [libcxx] r220716 - [libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 mode.
Eric Fiselier
- [PATCH] [libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 mode.
Eric Fiselier
- [PATCH] Fix segfault in hasDeclContext for nodes that have no decl context.
Samuel Benzaquen
- [PATCH] [libcxx] Mark atomic tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
- r220719 - Fix segfault in hasDeclContext for nodes that have no decl context.
Samuel Benzaquen
- [libcxx] r220722 - Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is defined.
Eric Fiselier
- r220723 - Give TypoExprState a move constructor and assignment operator to appease MSVC build
Hans Wennborg
- [PATCH] Add valueDecl() matcher.
Samuel Benzaquen
- [PATCH] Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Jonathan Roelofs
- [PATCH] [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Jonathan Roelofs
- [libcxx] r220724 - Add special case handling of linux target triples that do not contain `-gnu`.
Eric Fiselier
- r220725 - Try to appease the C++ gods
Hans Wennborg
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- r220726 - Frontend: Don't include stdin in the dependency list for an object file
David Majnemer
- r220727 - Objective-C ARC [qoi]. Issue diagnostic if __bridge casting
Fariborz Jahanian
- [libcxx] r220729 - Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Jonathan Roelofs
- r220588 - Itanium ABI: Template template parameters are usable as substitutions
Hans Wennborg
- r220731 - [modules] Load .pcm files specified by -fmodule-file lazily.
Richard Smith
- r220733 - Use the newer/simple API for passing a diagnostic handler to the IR linker.
Rafael Espindola
- r220738 - Remove unused variable.
Richard Smith
- r220740 - Improve on the diagnostic in my last patch and change warning
Fariborz Jahanian
- r220742 - Update for LLVM API change.
Rafael Espindola
- [PATCH] Initial attempt to restructure libTooling and move parts out that don't need to depend on lib/AST.
Daniel Jasper
- [PATCH] MS ABI: Properly call global delete when invoking virtual destructors
Reid Kleckner
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Eric Fiselier
- [PATCH] Mangling of member-expressions involving anonymous unions.
Richard Smith
- r220760 - Driver: remove a stray s that propagated in cross-windows
Saleem Abdulrasool
- r220763 - Fix warning text: lower -> higher
Richard Trieu
- [libcxx] r220769 - [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345
Eric Fiselier
- [PATCH] [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345
Eric Fiselier
- [PATCH] [static analyzer] Emit buffer overflow warning in strcpy fucntion when uninitialized source array of known length(> dest length) is used
Mayur Pandey
- r220770 - clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash.
NAKAMURA Takumi
- r220776 - Add valueDecl() matcher.
Samuel Benzaquen
- r220778 - clang-format: Don't put functions on a single line in Google's Java
Daniel Jasper
- r220780 - [modules] Allow -I, -D, -W flags to change between building a module and
Richard Smith
- r220781 - clang-format: Fix test after recent flag change.
Daniel Jasper
- r220782 - Extend test to check that -D flags do not leak across module boundaries.
Richard Smith
- r220784 - clang-format: [ObjC] Add separate flag to control indentation in blocks
Daniel Jasper
- r220785 - PR21367: Don't accept rvalue references as an extension in C++98 mode if we're in a new-type-id or conversion-type-id, since those things can legitimately be followed by a binary && operator.
Richard Smith
- r220786 - clang-format: Update generated documentation with new flag.
Daniel Jasper
- r220787 - PR17730: Add test that we don't crash on this testcase. (The bug is already fixed.)
Richard Smith
- r220801 - clang-format: Improve function declaration detection.
Daniel Jasper
- r220802 - [Objective-C]. revert r220740,r220727
Fariborz Jahanian
- [PowerPC ABI] Bug 21398 - Consider C++ base classes in homogeneous aggregate classification
Ulrich Weigand
- r220803 - Actually remove this test entirely.
Fariborz Jahanian
- [libcxx] r220804 - Fix example in documentation of target triple sanitization.
Eric Fiselier
- r220805 - clang-format: Improve && detection as binary operators.
Daniel Jasper
- r220807 - clang-format: Fix test.
Daniel Jasper
- r220812 - Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
- r220813 - clang-format: Improve && detection as binary operator.
Daniel Jasper
- r220819 - Objective-C remove an unused enumerator which causes
Fariborz Jahanian
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [PATCH] Do not depend on libclang in unittests if building with --disable-clang-arcmt
Vassil Vassilev
- r220825 - The dllimport.cpp test was gating some checks on #ifndef MSABI,
Hans Wennborg
- [clang-tools-extra] r220826 - [clang-tidy] Added -system-headers option.
Alexander Kornienko
- [clang-tools-extra] r220830 - [clang-tidy] Updated docs for r220826.
Alexander Kornienko
- r220834 - Objective-C modern rewriter. Patch to fix a rewriting bug
Fariborz Jahanian
- [PATCH] [OPENMP] Codegen for threadprivate variables
John McCall
- [PATCH] Pass aggregate arguments by value in NVPTX
Eli Bendersky
- [WIP][PATCH] "pointer-overflow" sanitizer
Will Dietz
- [clang-tools-extra] r220837 - Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for investigaitng.
NAKAMURA Takumi
- r220841 - Don't capture DeclRefExpr::getNameInfo().getInfo(). It returns reference in temporary object.
NAKAMURA Takumi
- r220849 - Use enumerators instead of hardcoded integers when we decide if keyword is enabled.
Serge Pavlov
- r220850 - Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [PATCH] Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
- [PATCH] Exception specification mismatch in explicit instantiation
Alexey Bataev
- r220851 - clang/test/CodeGen/captured-statements-nested.c: Tweak for -Asserts.
NAKAMURA Takumi
- r220852 - [PowerPC ABI] Bug 21398 - Consider C++ base classes in HA classification
Ulrich Weigand
- r220853 - clang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed() for -Asserts. [-Wunused-function]
NAKAMURA Takumi
- r220854 - Pass aggregates on the stack without splitting in NVPTX.
Eli Bendersky
- r220855 - Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04.
Jay Foad
- r220859 - CodeGen: add __readfsdword builtin
Saleem Abdulrasool
- Fwd: patch for warning on logical negation with known result
jahanian
- r220860 - clang-format: [JS] Support more regex literals.
Daniel Jasper
- r220861 - test: generalise the test matching
Saleem Abdulrasool
- r220862 - Enable display of compiler diagnostics in clang-tidy.
Alexander Kornienko
- [PATCH] Shrink the set of checks enabled by default.
Alexander Kornienko
- [clang-tools-extra] r220865 - Shrink the set of checks enabled by default.
Alexander Kornienko
- r220867 - Refactor libTooling to reduce required dependencies.
Daniel Jasper
- [clang-tools-extra] r220868 - Fix Makefiles after r220867.
Daniel Jasper
- [PATCH] Begin implementing Plan 9 C extensions.
Alex
- [PATCH v2 0/6] Extend delayed typo correction to DiagnoseEmptyLookup
Kaelyn Takata
- [PATCH v2 1/6] Correctly set the SourceRange a TypoCorrection will replace.
Kaelyn Takata
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
Kaelyn Takata
- [PATCH v2 3/6] Add a few small helper methods to the TypoCorrectionConsumer.
Kaelyn Takata
- [PATCH v2 4/6] Factor out the default recovery handling.
Kaelyn Takata
- [PATCH v2 5/6] Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
Kaelyn Takata
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
Kaelyn Takata
- r220874 - Follow-up to r216619: use isCXXCLassMember() instead of trying to
Hans Wennborg
- r220877 - Trim some includes. NFC.
Hans Wennborg
- r220878 - clang-format: Cut more clangAST dependencies.
Daniel Jasper
- r220879 - Sink a #include while we're here. NFC.
Hans Wennborg
- [libcxx] r220882 - libcxxrt now implements bad_array_new_length and need to gaurd against multiple defines. Patch from Baptiste Daroussin.
Eric Fiselier
- r220883 - clang-format: Format line if invoked on the trailing newline.
Daniel Jasper
- [PATCH] Implement inlining of temporary destructors.
Manuel Klimek
- [clang-tools-extra] r220888 - [CMake] Reformat.
NAKAMURA Takumi
- r220889 - [CMake] clangToolingCore requires clangLex.
NAKAMURA Takumi
- [clang-tools-extra] r220890 - [CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
- r220890 - [CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
- [clang-tools-extra] r220893 - [CMake] Prune redundant libdeps.
NAKAMURA Takumi
- r220893 - [CMake] Prune redundant libdeps.
NAKAMURA Takumi
- [clang-tools-extra] r220895 - [CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.
NAKAMURA Takumi
- r220896 - Remove some duplicate functions from the Parser class. Identical functions already exist in the clang namespace from Sema/Ownership.h.
Craig Topper
- r220897 - Remove the last couple uses of the ExprArg(just Expr*) typedef in Parser.
Craig Topper
- [cfe-dev] Line and Column from clang-tidy
Marek Kurdej
- r220904 - [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclang.dll.
NAKAMURA Takumi
- [PATCH][analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anton Yartsev
- r220911 - [analyzer] Updated tests for ZeroAllocDereference checker.
Anton Yartsev
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r220920 - Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
- [PATCH] Improve Windows toolchain support for non-standard environments.
Zachary Turner
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- r220930 - Refactor tree printing in AST dumping.
Richard Smith
- [PATCH] Rename 'DarwinStaticLib' to 'DarwinLibName'
Kuba Brecka
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Ehsan Akhgari
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220939 - Rename 'DarwinStaticLib' to 'DarwinLibName'
Kuba Brecka
- r220940 - ASTDumper.cpp: Appease g++, for now.
NAKAMURA Takumi
- r220942 - Make QualType::dump() produce a useful dump of the structure of the type,
Richard Smith
- r220943 - [modules] When a .pcm file is explicitly built separately from the translation
Richard Smith
- r220946 - [AArch64]Add 2 intrinsics vmov_n_p64/vmovq_n_p64, the alias for vdup_n_p64/vdup_n_p64.
Hao Liu
- r220954 - Remove a couple typedefs for things in the clang namespace with the same name. Remove a typedef that matches an identical one in the clang namespace.
Craig Topper
- r220955 - Remove CastKind typedef from CastExpr since CastKind is in the clang namespace.
Craig Topper
- r220956 - Remove StorageClass typedefs from VarDecl and FunctionDecl since StorageClass is in the clang namespace.
Craig Topper
- [PATCH] Fix issue 5385: fixit for missing built-in includes
Kwadwo 'Que' Amankwa
- [PATCH] [analyzer] Path-sensitive different.IntegerOverflow checker
Julia Trofimovich
- [PATCH] [libcxx] Initializer list support for MSVC
Agustín Bergé
- r220965 - [Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the unittests for libclang should be disabled too.
Argyrios Kyrtzidis
- r220966 - [libclang] Disable spell-checking and warnings during code-completion since they are not needed.
Argyrios Kyrtzidis
- r220970 - Fix unused-function warning differently from r220853
David Blaikie
- r220972 - Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220974 - Fix the build
David Blaikie
- r220976 - [analyzer] Rename NewDeleteLeaks checker in the test script.
Anna Zaks
- r220977 - clang-format: [js] Updates to Google's JavaScript style.
Daniel Jasper
- r220984 - clang-format: [Java] Improve line breaks around annotations.
Daniel Jasper
- [PATCH] [clang-tidy] Added -fix-errors option
Alexander Kornienko
- r220986 - ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- r220989 - [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- r220992 - C++-11 [qoi]. Do not warn on missing 'verride' on use of
Fariborz Jahanian
- r220993 - MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
- [PATCH] Implement IRGen for the x86 vectorcall convention
Reid Kleckner
- [PATCH] libclang.dll compat with Borland compilers
Reid Kleckner
- [PATCH] Initial SEH IR generation implementation
Reid Kleckner
- r220999 - [analyzer] Helpful hints for Windows users of scan-build.
Anton Yartsev
- r221000 - Have -Wuninitialized catch uninitalized use in overloaded operator arguments.
Richard Trieu
- r221001 - Objective-C SDK modernization tool. Use its own option
Fariborz Jahanian
- r221006 - Implement IRGen for the x86 vectorcall convention
Reid Kleckner
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Richard Smith
- r221008 - Fix an accidental self-assignment using std::move in r220723.
Kaelyn Takata
- r221019 - Silence a warning from MSVC "14" by making an enum unsigned
Reid Kleckner
- [libcxx] r221025 - libcxxrt defines bad_array_new_length::what() so move that into a conditional compilation block
Eric Fiselier
- [libcxx] r221029 - Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
Eric Fiselier
- r221030 - Fix a bug where -Wuninitialized would skip arguments to a function call.
Richard Trieu
- r221039 - clang/lib/CodeGen/TargetInfo.cpp: Fix a couple of warnings. [-Winconsistent-missing-override]
NAKAMURA Takumi
- [PATCH] [clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Alexander Kornienko
- [PATCH] Fix clash of gcc toolchains in hexagon driver regression tests
Rafael Espíndola
- r221042 - CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
- r221043 - CodeGen: Declutter the emitVirtualObjectDelete interface
David Majnemer
- r221064 - Avoid undefined behavior in the x86 lzcnt header file by explicitly checking for 0 before calling __builtin_clz. Without this the optimizers may take advantage of the undefined behavior and produce incorrect results. LLVM itself still needs to be taught to merge the zero check into the llvm.ctlz with defined zero behavior.
Craig Topper
- r221064 - Avoid undefined behavior in the x86 lzcnt header file by explicitly checking for 0 before calling __builtin_clz. Without this the optimizers may take advantage of the undefined behavior and produce incorrect results. LLVM itself still needs
Robinson, Paul
- r221065 - Avoid undefined behavior in the x86 bmi header file by explicitly checking for 0 before calling __builtin_ctz. Without this the optimizers may take advantage of the undefined behavior and produce incorrect results. LLVM itself still needs to be taught to merge the zero check into the llvm.cttz with defined zero behavior.
Craig Topper
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Craig Topper
- [patch] Forward the -O options to the linker
Chandler Carruth
- r221099 - [PowerPC] Change PPCTargetInfo::hasFeature() to use StringSwitch
Bill Schmidt
- [libcxx] r221101 - Mark string_view::to_string as const. Fixes PR21428
Marshall Clow
- [PATCH] Flag Enumerator Attribute
Sean Hunt
- r221103 - clang-format: [Java] Don't break after extends/implements.
Daniel Jasper
- r221104 - clang-format: [Java] Support try/catch/finally blocks.
Daniel Jasper
- r221107 - docs: remove double carriage-return
Saleem Abdulrasool
- r221108 - clang-format: permit setting the path to clang in vimrc
Saleem Abdulrasool
- r221109 - clang-format: [Java] Support generics with "?".
Daniel Jasper
- r221110 - clang-format: [Java] Add space between "synchronized" and "(".
Daniel Jasper
- r221112 - clang-format: [Java] Don't break imports.
Daniel Jasper
- r221113 - clang-format: [Java] Support enums without trailing semicolon.
Daniel Jasper
- r221114 - clang-format: Fix false positive in lambda detection.
Daniel Jasper
- [PATCH] Emit OpenCL local global variables without zeorinitializer
Matt Arsenault
- r221121 - clang-format: [Java] Fix class declaration formatting.
Daniel Jasper
- r221122 - clang-format: [Java] Fix static generic methods.
Daniel Jasper
- r221124 - clang-format: [Java] Fix more generics formatting.
Daniel Jasper
- r221125 - clang-format: [Java] Allow trailing semicolons after enums.
Daniel Jasper
- r221127 - Remove definitions from Intrin.h that already exist in one of the other x86 intrinsic headers. Add a run line with Broadwell as the cpu type to ms-intrin.cpp test to catch some of these in the future.
Craig Topper
- r221130 - Add FSGSBASE intrinsics to x86 intrinsic headers.
Craig Topper
Last message date:
Sun Nov 2 22:51:42 PST 2014
Archived on: Tue Aug 4 15:31:55 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).