The Week Of Monday 24 November 2014 Archives by thread
Starting: Mon Nov 24 01:10:57 PST 2014
Ending: Sun Nov 30 18:37:32 PST 2014
Messages: 263
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Aaron Ballman
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Aaron Ballman
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Aaron Ballman
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Aaron Ballman
- r222646 - Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Aaron Ballman
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- [PATCH] Fix JSON compilation database command unescaping.
Manuel Klimek
- [PATCH] Filter the toplevel matchers by kind.
Manuel Klimek
- r222638 - clang-format: Refactoring.
NAKAMURA Takumi
- [PATCH] [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Sergey Dmitrouk
- [PATCH] Mangling of anonymous unions
Evgeny Astigeevich
- __has_attribute and pragmas
Aaron Ballman
- [PATCH] Flag Enumerator Attribute
Aaron Ballman
- [OpenCL] __generic address space for CL2.0
Aaron Ballman
- r222656 - Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not support variadic templates. Also reverting r222641 because it was relying on 222638.
Aaron Ballman
- [PATCH] [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.
Marshall Clow
- r222664 - Unbreaking the MSVC 2012 build; however, these tests still fail on Windows.
Aaron Ballman
- Handle MS-style inline assembly in clang-modernize
David Blaikie
- [PATCH] driver: enable -use-dwarf-debug-flags
David Blaikie
- r222665 - Fix crash when using __if_exists in C mode
Nico Rieck
- r222666 - Fix line endings
Nico Rieck
- r222667 - Reverting r222646; the tests do not pass on Windows. Also reverts r222664, which was required for r222646 to compile with Visual Studio 2012.
Aaron Ballman
- [PATCH] Recognize __unaligned in more cases
Nico Rieck
- [PATCH] Skip transparent DeclContexts when looking up imported AST nodes
Nico Rieck
- [PATCH] PR21604: Correctly remove OptimizeForSize from OptimizeNone functions
Robinson, Paul
- [PATCH] Add flag -f(no-)modules-implicit-maps.
Richard Smith
- [libcxxabi] r222674 - [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.
Eric Fiselier
- [PATCH] Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
- [PATCH] Provide fixit if unscoped enumeration is used in nested name specifier. This fixes PR16951.
Serge Pavlov
- [modules][PATCH] Teach the ASTDeclReader to update the exception specs of the deserialized decl's redecl chain.
Vassil Vassilev
- [PATCH] [libcxx] Add better support for custom test runners.
Eric Fiselier
- r222679 - CodeGen: use a range-based for loop
Saleem Abdulrasool
- r222680 - CodeGen: make i686-windows-itanium more similar to msvc
Saleem Abdulrasool
- [PATCH] These builtin functions set errno. Mark them accordingly.
hfinkel at anl.gov
- r222683 - Correctly remove OptimizeForSize from functions marked OptimizeNone.
Paul Robinson
- [PATCH] [libcxxabi] Refactor test timing logic and disable by default.
Eric Fiselier
- r222685 - testing: make test use FileCheck
Tim Northover
- r222688 - Filter the toplevel matchers by kind.
Samuel Benzaquen
- r222694 - Force the correction of delayed typos in casts in non-C++ code.
Kaelyn Takata
- r222697 - Remove unnecessary environment switch
Reid Kleckner
- [PATCH] [libcxxabi] Refactor building and testing libc++abi without threads
Eric Fiselier
- [libcxx] r222698 - Add better support for custom test runners.
Dan Albert
- [libcxxabi] r222701 - [libcxxabi] Refactor test timing logic and disable by default.
Eric Fiselier
- [libcxxabi] r222702 - [libcxxabi] Refactor building and testing libc++abi without threads
Eric Fiselier
- LNT server is down
Galina Kistanova
- r222708 - See if this fixes Mips bot; ignore contents of parameter lists.
Paul Robinson
- [libcxx] r222711 - Print lit configuration information after all configuration is done.
Eric Fiselier
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Robinson, Paul
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
John Thompson
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- PR19372 for branch_35
Richard Smith
- [PATCH] [libcxx] Add logic to probe compiler in tests.
Eric Fiselier
- [libcxx] r222717 - Use lit.util.executeCommand instead of our own version
Eric Fiselier
- [libcxxabi] r222718 - Use lit.util.executeCommand instead of our own version
Eric Fiselier
- [libcxxabi] r222719 - Fix comment on end of #endif to match #if
Eric Fiselier
- r222721 - CodeGen: further simplify assertion
Saleem Abdulrasool
- r222731 - docs: Update the MSVCCompatibility doc for changes to debug info
David Majnemer
- r222733 - MS ABI: Add CodeGen support for rethrowing MS C++ exceptions
David Majnemer
- [PATCH] make isScopedEnumerationType look through typedefs
Stephan Bergmann
- r222741 - [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Sergey Dmitrouk
- r222742 - Add a missing override, caught by clang's inconsistent override warning.
Chandler Carruth
- r222745 - Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
- r222747 - clang-format: Refactoring.
Daniel Jasper
- r222749 - Update Clang tests that run the LLVM optimizer to reflect the changed
Chandler Carruth
- update the "-cl-kernel-arg-info" option for SPIR
Sahasrabuddhe, Sameer
- [clang-tools-extra] r222751 - clang-tidy: Add override before the first attribute.
Daniel Jasper
- [PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64
Simon Atanasyan
- [clang-tools-extra] r222755 - clang-tidy: [misc-use-override] Add testcase with reversed attribute order
Daniel Jasper
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Cownie, James H
- [PATCH] Warning on unevaluated expression contexts with side effects
Aaron Ballman
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- r222765 - Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Manuel Klimek
- r222769 - Try to fix a ppc64 bot. What is this 'signext' stuff anyway?
Paul Robinson
- [PATCH] CodeGen: Don't completely mess-up optimized atomic libcalls
robert lytton
- [PATCH] Fix DiagnosticErrorTrap with SuppressAllDiagnostics
Brad King
- [libcxx] r222794 - Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
- r222797 - Ensure that any TypoExprs in the arguments to bultins with custom type
Kaelyn Takata
- r222798 - CodeGen: Fix emission of __atomic_compare_exchange
David Majnemer
- [PATCH] Add a flag to clang to support forward-edge control-flow integrity
Tom Roeder
- [PATCH] libc++: integral types trap on PNaCl
JF Bastien
- r222807 - [c++1z] Most of N4268 (allow constant evaluation for non-type template arguments).
Richard Smith
- r222813 - clang-format: [Java] Support Foo.class;
Daniel Jasper
- r222819 - clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
- r222825 - clang-format: [Java] Fix breaking after annotations.
Daniel Jasper
- r222827 - clang-format: [Java] Improve cast detection.
Daniel Jasper
- r222829 - clang-format: [Java] Improve formatting of throws declarations.
Daniel Jasper
- r222831 - [OpenCL] Generic address space has been added in OpenCL v2.0.
Anastasia Stulova
- r222832 - [OpenCL] Generic address space parsing and diagnostics test (forgotten previously)
Anastasia Stulova
- r222834 - [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL v2.0.
Anastasia Stulova
- r222837 - Adding an explicit triple to this test to get it to pass all build bots.
Aaron Ballman
- r222839 - clang-format: Tweak -style=Chromium for Java files.
Nico Weber
- [libcxx] r222842 - libc++: integral types trap on PNaCl
JF Bastien
- r222843 - clang-format: [Java] Don't line-wrap package declarations.
Daniel Jasper
- r222848 - Fix buildbot failure on LLP64 platforms like MSVC x86_64.
Richard Smith
- [PATCH] Make the function pointer a template argument instead of a runtime value.
Samuel Benzaquen
- LVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r222851 - [analyzer] Indented code within the DisplayHelp sub.
Anton Yartsev
- r222853 - OpenCL: fix test for lack of names in release builds
Tim Northover
- [PATCH][analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
- [PATCH] [clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
- r222863 - When checking for uninitialized values, do not confuse "std::move" with every
Richard Trieu
- [PATCH] Allow clang-cl to automatically use lld instead of forcing the MSVC linker
Zachary Turner
- r222865 - [c++1z] Remove terse range-based for loops; they've been removed from
Richard Smith
- [PATCH] [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
- [clang-tools-extra] r222878 - [clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
- [OpenCL] change default address space of pointers in CL2.0 mode
Anastasia Stulova
- r222886 - clang-format: Don't use column layout with AlignAfterOpenBrackets.
Daniel Jasper
- r222888 - clang-format: [JS] Make Closure module detection more narrow.
Daniel Jasper
- r222890 - clang-format: [JS] new and delete are valid function names.
Daniel Jasper
- [clang] trivial error msg fix
Nathan Sidwell
- r222892 - clang-format: [JS] Try not to break in container literals.
Daniel Jasper
- r222893 - clang-format: [JS] Contract fewer functions to a single line.
Daniel Jasper
- r222894 - Sphinx does not have a lexer for OpenCL, so falling back to C for the language on the code block. Also fixing an indentation warning. NFC to the content of the documentation itself.
Aaron Ballman
- r222904 - AArch64: simplify PCS mapping.
Tim Northover
- [PATCH] libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
- r222906 - Create a new 'flag_enum' attribute.
Sean Hunt
- r222913 - [OPENMP] Additional processing of 'omp atomic write' directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for 'omp barrier' directive.
Alexey Bataev
- [PATCH][ARM] Add missing -mfpu arguments
Richard Barton
- [clang-tools-extra] r222924 - [clang-tidy] More tests for the google-explicit-constructor check
Alexander Kornienko
- r222932 - Add -mfpu=neon-vfpv4
Richard Barton
- r222933 - Add additional arguments for -mfpu options
Richard Barton
- r222941 - AST: Consider pseudo-struct builtin types as substitutable
David Majnemer
- r222956 - Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.
NAKAMURA Takumi
- r222963 - Fix grammar error in err_bad_reinterpret_cast_reference error message.
Nathan Sidwell
- r222964 - Fix typo.
Nico Weber
- r222969 - clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc.
NAKAMURA Takumi
- [PATCH] CUDA host device code with two code paths
Jacques Pienaar
- [clang-tools-extra] r222981 - [clang-tidy] google-explicit-constructor: don't match in template instantiations
Alexander Kornienko
- Wrong lookup performed for __super
Nikola Smiljanic
Last message date:
Sun Nov 30 18:37:32 PST 2014
Archived on: Tue Aug 4 15:31:57 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).