The Week Of Monday 9 November 2015 Archives by thread
Starting: Mon Nov 9 00:24:24 PST 2015
Ending: Sun Nov 15 22:58:52 PST 2015
Messages: 469
- [PATCH] D14326: ASTImporter: expressions, pt.2
Serge Pavlov via cfe-commits
- [PATCH] D13811: [clang-format] AllowShortFunctionsOnASingleLine: true/Empty didn't work with BreakBeforeBraces: Linux/Allman.
Marek Kurdej via cfe-commits
- [libcxx] r252457 - Add initial support for the MUSL C library.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13673: Add initial support for the MUSL C library.
Vasileios Kalintiris via cfe-commits
- [libcxx] r252458 - Make check-libcxx Py3-compatible.
NAKAMURA Takumi via cfe-commits
- [PATCH] D14184: [clang] Add initial support for -meabi flag
Renato Golin via cfe-commits
- [PATCH] D12359: New warning -Wnonconst-parameter when a pointer parameter can be const
Daniel Marjamäki via cfe-commits
- r252463 - [EABI] Add Clang support for -meabi flag
Renato Golin via cfe-commits
- [PATCH] D14192: Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Manuel Klimek via cfe-commits
- [Diffusion] rL246882: Don't crash on a self-alias declaration
hfinkel at anl.gov via cfe-commits
- [PATCH] D14292: [libcxx] Make it possible to build a no-exceptions variant of libcxx.
Jonathan Roelofs via cfe-commits
- r252470 - Fixing SPHINX warnings with incorrect indentations.
Aaron Ballman via cfe-commits
- [PATCH] D14498: [Analyzer] Fix an assertion caused by r250237 (PR25392)
Sean Eveson via cfe-commits
- [clang-tools-extra] r252471 - [clang-tidy] Fix message style (capitalization, trailing period).
Alexander Kornienko via cfe-commits
- r252474 - Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [PATCH] D14403: Create install targets for scan-build and scan-view
Jonathan Roelofs via cfe-commits
- [Diffusion] rL250657: Support linking against OpenMP runtime on FreeBSD.
Tom Stellard via cfe-commits
- [clang-tools-extra] r252485 - Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via configuration files.
Alexander Kornienko via cfe-commits
- [PATCH] D14471: [AArch64] Fix a crash in driver
Renato Golin via cfe-commits
- [PATCH] D9600: Add scan-build python implementation
Laszlo Nagy via cfe-commits
- [PATCH] D12547: Add support for function attribute "disable_tail_calls"
Akira Hatanaka via cfe-commits
- r252488 - Adjust printQualifiedName to handle unscoped enums in a way similar to anonymous namespaces.
Alexander Kornienko via cfe-commits
- r252489 - Fix the cmake build after r252474 broke it
Jonathan Roelofs via cfe-commits
- [PATCH] D14459: Adjust printQualifiedName to handle unscoped enums in a way similar to anonymous namespaces.
Alexander Kornienko via cfe-commits
- [PATCH] D14501: Use "auto" when the type name is redundant
Alexander Kornienko via cfe-commits
- r252494 - Use "auto" when the type name is redundant
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r252496 - Rewording some of this documentation to describe the check instead of try to rationalize the behavior of the check. The links already provide sufficient rationale.
Aaron Ballman via cfe-commits
- [PATCH] D14502: [PATCH] Do not create a clang-install target for MSVC solutions
Aaron Ballman via cfe-commits
- [PATCH] D12031: Const std::move() argument ClangTidy check
Vadym Doroshenko via cfe-commits
- [PATCH] D14419: [Extension --> Completeness] Relax rules for writeonce candidacy...
Larisse Voufo via cfe-commits
- r252501 - Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky via cfe-commits
- [PATCH] D13925: Implement __attribute__((internal_linkage))
Evgeniy Stepanov via cfe-commits
- r252506 - [analyzer] Fix assertion failure invalidating on const member function calls (PR25392).
Devin Coughlin via cfe-commits
- r252507 - Atomics: support __c11_* calls on _Atomic struct types.
Tim Northover via cfe-commits
- [PATCH] D13874: Atomics: support __c11_* calls on _Atomic struct types
Tim Northover via cfe-commits
- [PATCH] D14506: Porting shouldVisitImplicitCode to DataRecursiveASTVisitor.
Ben Craig via cfe-commits
- [PATCH] D13854: Template class: emit better diagnostic in case of missing template argument list
Davide Italiano via cfe-commits
- [libcxx] r252509 - Mark LWG#2486 as complete. Eric did this as part of r242959
Marshall Clow via cfe-commits
- [PATCH] D12686: Add support for GCC's '__auto_type' extension.
Richard Smith via cfe-commits
- r252514 - Extend linux header search to find libc++ headers in c++/vN for any N.
Evgeniy Stepanov via cfe-commits
- [PATCH] D12382: Extend linux header search to find libc++ headers in c++/vN for any N.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
David Blaikie via cfe-commits
- r252229 - Fix crash in EmitDeclMetadata mode
David Blaikie via cfe-commits
- [PATCH] D14358: DWARF's forward decl of a template should have template parameters.
David Blaikie via cfe-commits
- [PATCH] D14409: Remove visibility attributes from out-of-class method definitions in iostreams.
Evgeniy Stepanov via cfe-commits
- [PATCH] D14517: Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not consider const"
Matthias Gehre via cfe-commits
- [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints
Eric Christopher via cfe-commits
- r252523 - [CMake] Support passing CMAKE_VERBOSE_MAKEFILE through to bootstrap builds.
Chris Bieneman via cfe-commits
- [PATCH] D13834: Produce a better diagnostic for global register variables
Eric Christopher via cfe-commits
- r252545 - Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8
Joerg Sonnenberger via cfe-commits
- [PATCH] D14521: [Driver] Use platform-appropriate profiling libraries for WatchOS, TVOS
Vedant Kumar via cfe-commits
- r252558 - [Driver] Use platform-appropriate profiling libraries for WatchOS, TVOS
Vedant Kumar via cfe-commits
- r252562 - Use the normal switch over getArch() approach and not a long if chain.
Joerg Sonnenberger via cfe-commits
- r252571 - Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too.
Joerg Sonnenberger via cfe-commits
- [PATCH] D13759: [Clang] Fix Clang-tidy modernize-use-auto warnings in headers and generated files; other minor cleanups.
Eugene Zelenko via cfe-commits
- r252585 - [X86] Fix bad intrinsic header comment. NFC.
Craig Topper via cfe-commits
- r252586 - [X86] Remove temporary variables from macros in x86 intrinsic headers. Prevents duplicate names appearing from multiple macro expansions. NFC
Craig Topper via cfe-commits
- r252587 - [X86] Use setzero instead of set1(0) in a few places in intrinsic headers.
Craig Topper via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- [libcxx] r252598 - Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake via cfe-commits
- r252599 - [Analyzer] Fix comments and formatting. NFC.
Sean Eveson via cfe-commits
- r252601 - No longer creating the install-clang target for IDEs, as it was never meant for those.
Aaron Ballman via cfe-commits
- [PATCH] D14540: clang-tidy: Fix FP in MacroParenthesesChecker when using object member pointer
Daniel Marjamäki via cfe-commits
- [PATCH] D14293: [libcxx] Add -fno-exceptions libcxx builders to zorg
Asiri Rathnayake via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Sean Eveson via cfe-commits
- [clang-tools-extra] r252608 - [clang-tidy] misc-macro-parentheses: fix fp when using object member pointers
Daniel Marjamaki via cfe-commits
- [PATCH] D12906: [RFC] Bug identification("issue_hash") change for CmpRuns.py
Orbán György via cfe-commits
- [libcxx] r252610 - Explicitly #include <utility> so that we get std::move. Thanks to Walter for the bug report.
Marshall Clow via cfe-commits
- [libcxx] r252612 - Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too
Marshall Clow via cfe-commits
- [libcxx] r252613 - std:: qualify ptrdiff_t in the test. Thanks to Walter for the catch
Marshall Clow via cfe-commits
- [libcxx] r252614 - Fix typo I just introduced.
Marshall Clow via cfe-commits
- [PATCH] D14441: [OpenCL] Pipe types support.
Pekka Jääskeläinen via cfe-commits
- [PATCH] D14480
Yunlian Jiang via cfe-commits
- r252640 - Add the variant of __sparc_v9__ with five underscores, not just four.
Joerg Sonnenberger via cfe-commits
- [PATCH] D14548: Make test/Driver/biarch.c use FileCheck instead of grep
A. Skrobov via cfe-commits
- r252641 - Fix missing CMake dependency introduced in r252474
Jonathan Roelofs via cfe-commits
- [PATCH] D14134: [OpenMP] Parsing and sema support for map clause
Alexey Bataev via cfe-commits
- r252646 - [WebAssembly] Change long double to be quadruple-precision floating point.
Dan Gohman via cfe-commits
- r252648 - Implement __attribute__((internal_linkage)).
Evgeniy Stepanov via cfe-commits
- r252659 - [COFF] Don't try to emit weak aliases on COFF
Reid Kleckner via cfe-commits
- r252662 - Implement the fix that r252641 should have been
Jonathan Roelofs via cfe-commits
- r252664 - Implement post-commit review feedback on r252662
Jonathan Roelofs via cfe-commits
- r252667 - Fix build
Jonathan Roelofs via cfe-commits
- r252668 - Define __unsafe_unretained and __autoreleasing in ObjC GC mode.
John McCall via cfe-commits
- [PATCH] D14556: [CUDA] Detect and link with CUDA's libdevice bitcode library.
Artem Belevich via cfe-commits
- [PATCH] D13170: [CUDA] Driver changes to pass flags needed to use detected CUDA installation.
Artem Belevich via cfe-commits
- [Tests] Making Lit Tests C++11 compatibile
Li, Charles via cfe-commits
- r252679 - [static analyzer] Don't flag nil storage into NSMutableDictionary.
Anna Zaks via cfe-commits
- r252688 - N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith via cfe-commits
- r252690 - Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith via cfe-commits
- r252691 - Fix a FIXME about using std::is_sorted.
Eric Christopher via cfe-commits
- [PATCH] D14560: [Clang] Fix Clang-tidy modernize-use-auto in some files in lib/AST; other minor cleanups.
Eugene Zelenko via cfe-commits
- r252693 - Reorder the check strings in test case following r252692.
Akira Hatanaka via cfe-commits
- r252697 - [X86] Change pointer type in AVX2 gather builtins to be the scalar type instead of the vector type. This matches gcc and removes extras casts.
Craig Topper via cfe-commits
- r252700 - [X86] Add missing typecasts in intrinsic macros. This should make them more robust against inputs that aren't already the right type.
Craig Topper via cfe-commits
- [PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.
Saleem Abdulrasool via cfe-commits
- r252710 - [X86] Header formatting fixes. NFC
Craig Topper via cfe-commits
- r252711 - [X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple intrinsics that were supposed to operate on MMX registers. Otherwise we end up operating on GPRs. Throw in a test for _mm_mul_su32 while I was there.
Craig Topper via cfe-commits
- r252712 - [X86] Add 'pause' builtin that's already in llvm and use it instead of inline assembly to implement _mm_pause.
Craig Topper via cfe-commits
- r252720 - Make test/Driver/biarch.c use FileCheck instead of grep
Artyom Skrobov via cfe-commits
- r252721 - [ASan] Allow -fsanitize-recover=address.
Yury Gribov via cfe-commits
- [PATCH] D14570: Handle ARMv6KZ naming
A. Skrobov via cfe-commits
- r252727 - Silencing a -Wreturn-type warning for control reaching the end of a non-void function.
Aaron Ballman via cfe-commits
- [PATCH] D13746: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Alexander Kornienko via cfe-commits
- [PATCH] D13899: Fix bug in suggested fix that truncated variable names to 1 character.
Samuel Benzaquen via cfe-commits
- r252771 - Hiding the scan-build and scan-view projects under the Misc folder in IDEs instead of having them at the root view.
Aaron Ballman via cfe-commits
- [PATCH] D14578: Cull non-standard variants of ARM architectures (NFC)
A. Skrobov via cfe-commits
- [clang-tools-extra] r252773 - Fix bug in suggested fix that truncated variable names to 1 character.
Samuel Benzaquen via cfe-commits
- [PATCH] D14203: [analyzer] Improve pointer arithmetic checker.
Devin Coughlin via cfe-commits
- [Diffusion] rL244063: Add missing atomic libcall support.
Tom Stellard via cfe-commits
- [PATCH] D14200: Make FP_CONTRACT ON default.
hfinkel at anl.gov via cfe-commits
- [PATCH] Change memcpy/memmove/memset to have dest and source alignment
Hal Finkel via cfe-commits
- r252777 - [TLS] move setting tls_guard in tls_init.
Manman Ren via cfe-commits
- r252785 - [Lit Test] Updated 26 Lit tests to be C++11 compatible.
Charles Li via cfe-commits
- [PATCH] D14582: [clang-tidy] cppcoreguidelines-pro-bounds-pointer-arithmetic: ignore generated pointer arithmetic
Matthias Gehre via cfe-commits
- r252793 - [SemaDeclCXX] Use isTemplateParamScope() rather than accessing raw bits.
Davide Italiano via cfe-commits
- [PATCH] D13973: CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Matthias Gehre via cfe-commits
- [PATCH] D14583: Report Windows error code in a fatal error after a system call
Paul Robinson via cfe-commits
- r252797 - [analyzer] Fix scan-build to handle missing output directories.
Devin Coughlin via cfe-commits
- [PATCH] D13330: Implement __attribute__((unique_instantiation))
Aaron Ballman via cfe-commits
- [PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
Aaron Ballman via cfe-commits
- [PATCH] D14170: Fix false positive warning about memory leak for QApplication::postEvent
Evgeniy Dushistov via cfe-commits
- r252809 - [CMake] Fixing passthrough for variables starting with COMPILER_RT
Chris Bieneman via cfe-commits
- r252814 - [TLS on Darwin] change how we handle globals with linkonce or weak linkage.
Manman Ren via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- r252819 - Extract out a function onto CodeGenModule for getting the map of
Eric Christopher via cfe-commits
- r252820 - [TLS on Darwin] treat all Darwin platforms in the same way.
Manman Ren via cfe-commits
- [PATCH] D14592: Qt (version 4 or 5) signal/method checker
Evgeniy Dushistov via cfe-commits
- r252827 - Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson via cfe-commits
- [PATCH] D14352: Add diagnostics which fall under [dcl.spec.concept]p5
Nathan Wilson via cfe-commits
- r252828 - [Basic] Fix DRY violation, just call getLineTable() (NFC)
Vedant Kumar via cfe-commits
- r252832 - In preparation to use it in more places rename
Eric Christopher via cfe-commits
- r252833 - Move checkTargetFeatures to CodeGenFunction.cpp to make it
Eric Christopher via cfe-commits
- r252834 - Provide a frontend based error for always_inline functions that require
Eric Christopher via cfe-commits
- r252836 - [CMake] Setup an install component for libclang and c-index-test.
Argyrios Kyrtzidis via cfe-commits
- r252840 - Refactor out some common code from r252834
David Blaikie via cfe-commits
- r252841 - Change code owner for Clang Static Analyzer to Anna Zaks.
Ted Kremenek via cfe-commits
- r252849 - [AttrDocs] Insert blank lines before and after code-block directives.
Akira Hatanaka via cfe-commits
- r252852 - libclang: add new StringSet type
Saleem Abdulrasool via cfe-commits
- r252853 - libclang: add clang_Cursor_getCXXManglings
Saleem Abdulrasool via cfe-commits
- r252855 - [Sema] Remove unnecessary parens in check using logical or; NFC.
Nathan Wilson via cfe-commits
- r252861 - Use %select to merge two diagnostics that only differ in one word and are emitted in the same place. NFC
Craig Topper via cfe-commits
- [libcxx] r252870 - [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.
Asiri Rathnayake via cfe-commits
- r252872 - Update clang regression tests for 'norecurse'
James Molloy via cfe-commits
- [PATCH] D14609: [ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
Oliver Stannard via cfe-commits
- r252890 - Fix c-index-test install path
Ismail Donmez via cfe-commits
- r252900 - Silencing an MSVC warning about linkage specifications and C-incompatible UDTs by moving a function definition out of an extern "C" block.
Aaron Ballman via cfe-commits
- r252901 - Re-recommit: Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D14615: [C++] Add the "norecurse" attribute to main() if in C++ mode
James Molloy via cfe-commits
- [PATCH] D14616: [libcxx] Replace TEST_HAS_NO_EXCEPTIONS with _LIBCPP_NO_EXCEPTIONS [NFC]
Asiri Rathnayake via cfe-commits
- r252902 - [C++] Add the "norecurse" attribute to main() if in C++ mode
James Molloy via cfe-commits
- r252904 - Cull non-standard variants of ARM architectures (NFC)
Artyom Skrobov via cfe-commits
- [libcxx] r252905 - Implement P0074: Making owner_less more flexible
Marshall Clow via cfe-commits
- [PATCH] D14619: [PATCH] clang-tidy checker for nothrow copy constructible exception objects
Aaron Ballman via cfe-commits
- r252912 - Add support for driver option -mno-ms-bitfields.
Akira Hatanaka via cfe-commits
- [PATCH] D14277: [Analyzer] Make referenced SymbolMetadata live even if its region is dead
Jordan Rose via cfe-commits
- r252920 - Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight via cfe-commits
- r252955 - Additional tests from r252690 that I forgot to 'svn add'.
Richard Smith via cfe-commits
- r252957 - Revert r240335.
Richard Smith via cfe-commits
- r252959 - DR407: Rationalize how we handle tags being hidden by typedefs. Even with
Richard Smith via cfe-commits
- r252960 - [modules] Simplify and generalize the existing rule for finding hidden
Richard Smith via cfe-commits
- [PATCH] D13144: [CUDA] propagate to CUDA sub-compilations target triple of opposite side.
Eric Christopher via cfe-commits
- r252961 - Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver.
NAKAMURA Takumi via cfe-commits
- r252967 - Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due to ambiguity.
Richard Smith via cfe-commits
- r252971 - Remove -Wobjc-weak-compat; there isn't a compelling use case for this.
John McCall via cfe-commits
- [PATCH] D14629: [analyzer] Configuration file for scan-build.
Антон Ярцев via cfe-commits
- r252972 - clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targeting win32.
NAKAMURA Takumi via cfe-commits
- [PATCH] D14467: [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions.
Reid Kleckner via cfe-commits
- r252977 - [scan-view] Rename 'Resources' --> 'share'
Jonathan Roelofs via cfe-commits
- r252981 - [scan-build] Create share directory similar to scan-view's
Jonathan Roelofs via cfe-commits
- r252986 - Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka via cfe-commits
- [PATCH] D13388: Add support for querying the visibility of a cursor
Michael Wu via cfe-commits
- r252991 - Fix build
Jonathan Roelofs via cfe-commits
- r253001 - [CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the install destination of c-index-test and the libclang headers.
Argyrios Kyrtzidis via cfe-commits
- r253010 - [modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith via cfe-commits
- [PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization
Nathan Wilson via cfe-commits
- r253011 - clang/test/Driver/mips-mti-linux.c: Tweak to match DOSish paths.
NAKAMURA Takumi via cfe-commits
- r253012 - [modules] When a declaration has non-trivial visibility, check whether it's
Richard Smith via cfe-commits
- r253013 - [Sema] __is_constructible should return false for function types
David Majnemer via cfe-commits
- r253016 - scan-build: Fix install.
NAKAMURA Takumi via cfe-commits
- [PATCH] D14639: LLDB JIT needs android vector passing rules.
Aidan Dodds via cfe-commits
- [clang-tools-extra] r253036 - [clang-tidy] Remove unused #includes.
Alexander Kornienko via cfe-commits
- [PATCH] D14652: [analyzer] Improve modeling of static initializers.
Yury Gribov via cfe-commits
- [PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Asiri Rathnayake via cfe-commits
- r253046 - Deduplicate three identical copies of isExplicitInstantiationOrSpecialization, NFC.
Yaron Keren via cfe-commits
- r253055 - Slacken the norecurse test slightly
James Molloy via cfe-commits
- [PATCH] D14662: [ARM] Pass architecture to TargetParser defaulting to cope with API change
Bradley Smith via cfe-commits
- r242121 - Add support for -fuse-ld= in the mingw toolchain driver.
Rafael Espíndola via cfe-commits
- r253060 - Fix auto-link for text-based dynamic library SDKs.
Juergen Ributzka via cfe-commits
- r253066 - Add test case for mingw -fuse-ld= support introduced in r242121.
Yaron Keren via cfe-commits
- r253068 - [scan-build] Move non user-facing utilities to share
Jonathan Roelofs via cfe-commits
- r253069 - Relax mingw-useld test to fix bot failures.
Yaron Keren via cfe-commits
- r253074 - [scan-build] Make scan-build work whether it's installed or not
Jonathan Roelofs via cfe-commits
- r253081 - Fix build... again
Jonathan Roelofs via cfe-commits
- r253099 - [CMake] Don't install c-index-test when LLVM_INSTALL_TOOLCHAIN_ONLY=ON.
Argyrios Kyrtzidis via cfe-commits
- r253104 - Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."
Justin Bogner via cfe-commits
- [PATCH] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir via cfe-commits
- r253107 - CFG: Delay creating Dtors for CompoundStmts which end in ReturnStmt
Matthias Gehre via cfe-commits
- r253114 - Make some tests LLVM-optimization agnostic and remove some others that were beyond value/repair
David Blaikie via cfe-commits
- r253117 - Clarify and elaborate the conditions on which we're checking target
Eric Christopher via cfe-commits
- r253119 - Use %select to merge similar diagnostics. NFC
Craig Topper via cfe-commits
- [Diffusion] rL251335: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Tom Stellard via cfe-commits
- [Diffusion] rL248426: Support linking against OpenMP runtime on NetBSD.
Tom Stellard via cfe-commits
- [Diffusion] rL248424: Push OpenMP linker flags after linker input on Darwin. Don't add any
Tom Stellard via cfe-commits
- [Diffusion] rL248379: Refactor library decision for -fopenmp support from Darwin into a
Tom Stellard via cfe-commits
- r253121 - Add support for the always_inline + target feature diagnostic to print
Eric Christopher via cfe-commits
- r253123 - [modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir via cfe-commits
- r253128 - Mark is_destructible/is_nothrow_destructible as implemented
David Majnemer via cfe-commits
- r253130 - [X86][MMX] Added MMX IR + assembly codegen builtin tests
Simon Pilgrim via cfe-commits
- r253131 - [X86][MMX] Sorted MMX IR + assembly codegen builtin tests
Simon Pilgrim via cfe-commits
- r253133 - Fix spelling error in comment.
Craig Topper via cfe-commits
- r253134 - Fix 80 column violation. NFC.
Craig Topper via cfe-commits
- r253135 - Minor formatting fixes. NFC
Craig Topper via cfe-commits
- r253136 - Merge some similar diagnostics using %select.
Craig Topper via cfe-commits
- r253142 - Fix indentation. NFC
Craig Topper via cfe-commits
- r253143 - Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiagnostic.h diagnostics.
Craig Topper via cfe-commits
- r253146 - [WebAssembly] Remove the "const" attribute from __builtin_wasm_memory_size.
Dan Gohman via cfe-commits
- r253155 - Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper via cfe-commits
- r253156 - [Sema] Don't crash trying to diagnose abs called on a pointer type
David Majnemer via cfe-commits
- r253157 - [analyzer] Refer to capture field to determine if capture is reference.
Devin Coughlin via cfe-commits
- r253158 - Fix a layering oddity by passing Sema to DeclSpec::Finish instead of DiagnosticsEngine and Preprocessor. Everything the preprocessor was being used for can be acquired from Sema.
Craig Topper via cfe-commits
- r253161 - Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.
Yaron Keren via cfe-commits
- [PATCH] D14215: Disable frame pointer elimination when using -pg
Stefan Kempf via cfe-commits
- r253164 - Remove some trailing whitespace
Sergey Kalinichev via cfe-commits
- r253165 - [libclang] Expose AutoType
Sergey Kalinichev via cfe-commits
- [PATCH] D13000: [libclang] Expose AutoType
Sergey Kalinichev via cfe-commits
- r253166 - [libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev via cfe-commits
- [PATCH] D13844: [libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev via cfe-commits
- r253169 - [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt intrinsics
Simon Pilgrim via cfe-commits
- r253173 - [Sema] Remove unnecessary includes and forward declarations. NFC
Craig Topper via cfe-commits
- r253174 - [Sema] Fix filename in header. NFC
Craig Topper via cfe-commits
- r253175 - [Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on the AST context instead of Preprocessor. NFC
Craig Topper via cfe-commits
- r253176 - [analyzer] Handle calling ObjC super method from inside C++ lambda.
Devin Coughlin via cfe-commits
- r253177 - [Basic] Use a bitfield in SLocEntry for clarity. NFC.
Vedant Kumar via cfe-commits
- r253178 - [Frontend] Rangify for loop. NFC.
Vedant Kumar via cfe-commits
- [PATCH] D14691: clang side of http://reviews.llvm.org/D14690
Rafael Ávila de Espíndola via cfe-commits
- r253181 - [Basic] Replace vector<bool> with BitVector in SourceManager. NFC.
Vedant Kumar via cfe-commits
- r253184 - [Sema] Implement several unary type traits more accurately
David Majnemer via cfe-commits
Last message date:
Sun Nov 15 22:58:52 PST 2015
Archived on: Sun Nov 15 22:59:21 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).