The Week Of Monday 27 October 2014 Archives by date
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
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
İsmail Dönmez
- r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
- [libcxxabi] 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
- [PATCH] Speed up clang-tidy when profiling in on.
Samuel Benzaquen
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Joerg Sonnenberger
- r220684 - clang-format: Fix bad merging of lines in nested blocks.
Daniel Jasper
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [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
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
David Blaikie
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- 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 v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
David Blaikie
- [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
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Joerg Sonnenberger
- [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
- [PATCH] Sema: Treat zero sized arrays as flexible array members
Richard Smith
- [PATCH] Do not insert asan paddings after fields that have flexible arrays.
Richard Smith
- [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] Fix segfault in hasDeclContext for nodes that have no decl context.
Manuel Klimek
- [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
- [PATCH] [libcxx] Mark atomic tests UNSUPPORTED for c++03 and c++98.
Jonathan Roelofs
- [PATCH] Fix segfault in hasDeclContext for nodes that have no decl context.
Samuel Benzaquen
- r220695 - Start adding the infrastructure for handling TypoExprs.
Hans Wennborg
- [libcxx] r220722 - Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is defined.
Eric Fiselier
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
- r220695 - Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- r220723 - Give TypoExprState a move constructor and assignment operator to appease MSVC build
Hans Wennborg
- [libcxx] r220722 - Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is defined.
Jonathan Roelofs
- r220695 - Start adding the infrastructure for handling TypoExprs.
Hans Wennborg
- [PATCH] Add valueDecl() matcher.
Samuel Benzaquen
- [PATCH] unique_ptrify ownership of ModuleFiles in the ModuleManager
David Blaikie
- [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
- [libcxx] r220722 - Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is defined.
Jonathan Roelofs
- [PATCH] Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Eric Fiselier
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- [PATCH] Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Jonathan Roelofs
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
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
- [PATCH] Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Eric Fiselier
- [PATCH] 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
- [PATCH] Test that the single-threaded lit feature is available iff the corresponding guard is #defined
Jonathan Roelofs
- [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.
Eric Fiselier
- [PATCH] [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Jonathan Roelofs
- 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
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- r220727 - Objective-C ARC [qoi]. Issue diagnostic if __bridge casting
Jordan Rose
- r220738 - Remove unused variable.
Richard Smith
- [PATCH] Static analysis checker for catch handler inversion
Jordan Rose
- r220727 - Objective-C ARC [qoi]. Issue diagnostic if __bridge casting
jahanian
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Joerg Sonnenberger
- r220731 - [modules] Load .pcm files specified by -fmodule-file lazily.
NAKAMURA Takumi
- r220731 - [modules] Load .pcm files specified by -fmodule-file lazily.
Richard Smith
- [PATCH] Static analysis checker for catch handler inversion
Richard Smith
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- r220740 - Improve on the diagnostic in my last patch and change warning
Fariborz Jahanian
- r220727 - Objective-C ARC [qoi]. Issue diagnostic if __bridge casting
Jordan Rose
- r220703 - c++11 patch to issue warning on missing 'override' on
NAKAMURA Takumi
- r220588 - Itanium ABI: Template template parameters are usable as substitutions
Richard Smith
- [PATCH] Static analysis checker for catch handler inversion
David Blaikie
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Chandler Carruth
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Richard Smith
- r220742 - Update for LLVM API change.
Rafael Espindola
- [PATCH] Add valueDecl() matcher.
Manuel Klimek
- [PATCH] Initial attempt to restructure libTooling and move parts out that don't need to depend on lib/AST.
Daniel Jasper
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [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] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Daniel Dunbar
- [PATCH] [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
Eric Fiselier
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Eric Fiselier
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Craig Topper
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Daniel Dunbar
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Chandler Carruth
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
David Blaikie
- [PATCH] Mangling of member-expressions involving anonymous unions.
Richard Smith
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Richard Smith
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Richard Smith
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Eric Fiselier
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Sean Silva
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Sean Silva
- r220760 - Driver: remove a stray s that propagated in cross-windows
Saleem Abdulrasool
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Eric Fiselier
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [PATCH] Initial attempt to restructure libTooling and move parts out that don't need to depend on lib/AST.
Manuel Klimek
- r220763 - Fix warning text: lower -> higher
Richard Trieu
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Chandler Carruth
- [PATCH][X86] __builtin_ctz/clz sometimed defined for zero input
Robinson, Paul
- [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] Initial attempt to restructure libTooling and move parts out that don't need to depend on lib/AST.
Daniel Jasper
- [PATCH] [static analyzer] Emit buffer overflow warning in strcpy fucntion when uninitialized source array of known length(> dest length) is used
Mayur Pandey
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
İsmail Dönmez
- r220770 - clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash.
NAKAMURA Takumi
- r220776 - Add valueDecl() matcher.
Samuel Benzaquen
- [PATCH] Add valueDecl() matcher.
Samuel Benzaquen
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [libcxx] r220724 - Add special case handling of linux target triples that do not contain `-gnu`.
Hal Finkel
- [libcxx] r220512 - [libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
- [libcxx] r220724 - Add special case handling of linux target triples that do not contain `-gnu`.
Eric Fiselier
- [PATCH] [libcxx] Use pseudo-terminal in LIT tests so color output from compiler error messages is captured.
Daniel Dunbar
- 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
- [PATCH] Add DiagnosticSuppressionScope RAII class
Richard Smith
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- [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
- r220812 - Objective-C. revert patch for rdar://17554063.
Nico Weber
- [PATCH] [static analyzer] Emit buffer overflow warning in strcpy fucntion when uninitialized source array of known length(> dest length) is used
Arthur O'Dwyer
- r220812 - Objective-C. revert patch for rdar://17554063.
jahanian
- [PATCH] Initial attempt to restructure libTooling and move parts out that don't need to depend on lib/AST.
Manuel Klimek
- r220819 - Objective-C remove an unused enumerator which causes
Fariborz Jahanian
- [PATCH] Add DiagnosticSuppressionScope RAII class
Richard Smith
- r220703 - c++11 patch to issue warning on missing 'override' on
Nico Weber
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- r220703 - c++11 patch to issue warning on missing 'override' on
jahanian
- [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
- [PATCH] Pass aggregate arguments by value in NVPTX
Jacques Pienaar
- [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] Pass aggregate arguments by value in NVPTX
Justin Holewinski
- [PowerPC ABI] Bug 21398 - Consider C++ base classes in homogeneous aggregate classification
Hal Finkel
- [PATCH] Exception specification mismatch in explicit instantiation
Alexey Bataev
- [PATCH] Exception specification mismatch in explicit instantiation
Alexey Bataev
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- [PATCH] [static analyzer] Emit buffer overflow warning in strcpy fucntion when uninitialized source array of known length(> dest length) is used
Mayur Pandey
- 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
- [PowerPC ABI] Bug 21398 - Consider C++ base classes in homogeneous aggregate classification
Ulrich Weigand
- r220854 - Pass aggregates on the stack without splitting in NVPTX.
Eli Bendersky
- [PATCH] Pass aggregate arguments by value 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
- [PATCH] Shrink the set of checks enabled by default.
Daniel Jasper
- [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] Begin implementing Plan 9 C extensions.
Chandler Carruth
- [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
- [PATCH] Mangling of member-expressions involving anonymous unions.
Tomasz Miąsko
- r220877 - Trim some includes. NFC.
Hans Wennborg
- r220867 - Refactor libTooling to reduce required dependencies.
Hans Wennborg
- r220867 - Refactor libTooling to reduce required dependencies.
Daniel Jasper
- r220867 - Refactor libTooling to reduce required dependencies.
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
- r220874 - Follow-up to r216619: use isCXXCLassMember() instead of trying to
Hans Wennborg
- r220879 - Sink a #include while we're here. NFC.
Daniel Jasper
- 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
- r220890 - [CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
- [clang-tools-extra] r220890 - [CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
- r220703 - c++11 patch to issue warning on missing 'override' on
Nico Weber
- r220893 - [CMake] Prune redundant libdeps.
NAKAMURA Takumi
- [clang-tools-extra] 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][analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Jordan Rose
- r220703 - c++11 patch to issue warning on missing 'override' on
jahanian
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anna Zaks
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- r220874 - Follow-up to r216619: use isCXXCLassMember() instead of trying to
Richard Smith
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anton Yartsev
- [PATCH][analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- r220920 - Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
- [PATCH] Improve Windows toolchain support for non-standard environments.
Zachary Turner
- [PATCH] Improve Windows toolchain support for non-standard environments.
Hans Wennborg
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Reid Kleckner
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
hfinkel at anl.gov
- 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] ignore -mconstructor-aliases when adding field paddings for asan
Rafael Espíndola
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Reid Kleckner
- r220703 - c++11 patch to issue warning on missing 'override' on
Nico Weber
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Reid Kleckner
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Ehsan Akhgari
- [PATCH] Rename 'DarwinStaticLib' to 'DarwinLibName'
Eric Christopher
- r220703 - c++11 patch to issue warning on missing 'override' on
Richard Smith
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- r220939 - Rename 'DarwinStaticLib' to 'DarwinLibName'
Kuba Brecka
- r220940 - ASTDumper.cpp: Appease g++, for now.
NAKAMURA Takumi
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220940 - ASTDumper.cpp: Appease g++, for now.
Richard Smith
- r220940 - ASTDumper.cpp: Appease g++, for now.
NAKAMURA Takumi
- [PATCH] Exception specification mismatch in explicit instantiation
Richard Smith
- [PATCH] Add DiagnosticSuppressionScope RAII class
Richard Smith
- r220940 - ASTDumper.cpp: Appease g++, for now.
Richard Smith
- 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
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anna Zaks
- 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] Fix issue 5385: fixit for missing built-in includes
Kwadwo 'Que' Amankwa
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anton Yartsev
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Ulrich Weigand
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Hans Wennborg
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Ehsan Akhgari
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Hans Wennborg
- [PATCH] clang-cl Add support for two MSVC conversion warnings
Ehsan Akhgari
- [PATCH] [analyzer] Path-sensitive different.IntegerOverflow checker
Julia Trofimovich
- [PATCH] ignore -mconstructor-aliases when adding field paddings for asan
Rafael Ávila de Espíndola
- [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
- [PATCH] Do not depend on libclang in unittests if building with --disable-clang-arcmt
Argyrios Kyrtzidis
- [PATCH] Do not depend on libclang in unittests if building with --disable-clang-arcmt
Vassil Vassilev
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Anton Korobeynikov
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220970 - Fix unused-function warning differently from r220853
David Blaikie
- [PATCH] [analyzer] Path-sensitive different.IntegerOverflow checker
Julia Trofimovich
- r220972 - Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220974 - Fix the build
David Blaikie
- [PATCH] [libcxx] Support UDTs convertible to arithmetic types in <cmath>
Agustín Bergé
- [PATCH] Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
- r220976 - [analyzer] Rename NewDeleteLeaks checker in the test script.
Anna Zaks
- r220977 - clang-format: [js] Updates to Google's JavaScript style.
Daniel Jasper
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
David Blaikie
- [PATCH v2 3/6] Add a few small helper methods to the TypoCorrectionConsumer.
David Blaikie
- [PATCH v2 3/6] Add a few small helper methods to the TypoCorrectionConsumer.
David Blaikie
- r220984 - clang-format: [Java] Improve line breaks around annotations.
Daniel Jasper
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anna Zaks
- [PATCH] [clang-tidy] Added -fix-errors option
Alexander Kornienko
- r220986 - ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
- [PATCH] MS ABI: Properly call global delete when invoking virtual destructors
Reid Kleckner
- r220989 - [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [PATCH] [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
Kaelyn Takata
- r220992 - C++-11 [qoi]. Do not warn on missing 'verride' on use of
Fariborz Jahanian
- [PATCH v2 3/6] Add a few small helper methods to the TypoCorrectionConsumer.
Kaelyn Takata
- r220703 - c++11 patch to issue warning on missing 'override' on
jahanian
- r220993 - MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
- r220703 - c++11 patch to issue warning on missing 'override' on
jahanian
- [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
- [PATCH] MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
David Blaikie
- [PATCH] Implement IRGen for the x86 vectorcall convention
David Majnemer
- r220999 - [analyzer] Helpful hints for Windows users of scan-build.
Anton Yartsev
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anton Yartsev
- [PATCH][analyzer] Pass original command line arguments to compilers.
Anna Zaks
- r221000 - Have -Wuninitialized catch uninitalized use in overloaded operator arguments.
Richard Trieu
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
Kaelyn Takata
- [PATCH v2 2/6] Create two helpers for running the typo-correction tree transform.
David Blaikie
- r221001 - Objective-C SDK modernization tool. Use its own option
Fariborz Jahanian
- [PATCH] Implement IRGen for the x86 vectorcall convention
Reid Kleckner
- r221006 - Implement IRGen for the x86 vectorcall convention
Reid Kleckner
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Hendrik von Prince
- [PATCH] Implement IRGen for the x86 vectorcall convention
Reid Kleckner
- r220976 - [analyzer] Rename NewDeleteLeaks checker in the test script.
Jordan Rose
- 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
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r220992 - C++-11 [qoi]. Do not warn on missing 'verride' on use of
Nico Weber
- 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
- r220989 - [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Eric Christopher
- r221039 - clang/lib/CodeGen/TargetInfo.cpp: Fix a couple of warnings. [-Winconsistent-missing-override]
NAKAMURA Takumi
- r220989 - [PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
- [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
- [PATCH] [clang-tidy] Added -fix-errors option
Manuel Klimek
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espíndola
- r218141 - In the Itanium ABI, move stuff to the comdat of variables with static init.
Richard Smith
- 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
- 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
Craig Topper
- [patch] Forward the -O options to the linker
Chandler Carruth
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Robinson, Paul
- [patch] Forward the -O options to the linker
Rafael Espíndola
- [PATCH] [clang-tidy] Added -fix-errors option
Alexander Kornienko
- r220874 - Follow-up to r216619: use isCXXCLassMember() instead of trying to
Hans Wennborg
- r221099 - [PowerPC] Change PPCTargetInfo::hasFeature() to use StringSwitch
Bill Schmidt
- [libcxx] r221101 - Mark string_view::to_string as const. Fixes PR21428
Marshall Clow
- [libcxx] r221101 - Mark string_view::to_string as const. Fixes PR21428
David Blaikie
- [PATCH] Flag Enumerator Attribute
Sean Hunt
- [patch] Forward the -O options to the linker
Saleem Abdulrasool
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Alex Rosenberg
- r221103 - clang-format: [Java] Don't break after extends/implements.
Daniel Jasper
- r221104 - clang-format: [Java] Support try/catch/finally blocks.
Daniel Jasper
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Craig Topper
- 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
- [PATCH] Flag Enumerator Attribute
Aaron Ballman
- 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
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Robinson, Paul
- r221066 - Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics.
Craig Topper
- 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
- [PATCH] [clang-tidy] Added -fix-errors option
Manuel Klimek
- [PATCH] [clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Manuel Klimek
- [PATCH] [clang-tidy] Added -fix-errors option
Alexander Kornienko
- [PATCH] [clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Alexander Kornienko
- [PATCH] [clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Manuel Klimek
- [PATCH] [clang-tidy] Added -fix-errors option
Manuel Klimek
- 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).