]> granicus.if.org Git - clang/history - test
clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignore thiscall.
[clang] / test /
2017-02-14 NAKAMURA Takumiclang/test/Parser/cxx1z-class-template-argument-deducti...
2017-02-14 Richard SmithCanonicalize implicit deduction guide parameter types...
2017-02-14 Richard Smith[c++1z] Add some more tests for class template argument...
2017-02-14 David Majnemer[MS ABI] Correctly mangling vbase destructors
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the '__auto_type' keyword
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 Charles Li[test] Make Lit tests C++11 Compatible - Objective-C++
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - printf format...
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - nounwind noexcept
2017-02-13 Benjamin Kramer[ASTUnit] Clear out diagnostic state after creating...
2017-02-13 Gor Nishanov[coroutines] NFC: Refactor Sema::CoroutineBodyStmt...
2017-02-12 Aaron BallmanRevert r294910 and recommit r294861 and r294862 with...
2017-02-12 Renato GolinRevert "Attributes on K&R C functions should not cause...
2017-02-11 Saleem AbdulrasoolCodeGen: annotate ObjC ARC functions with ABI constraints
2017-02-11 Saleem Abdulrasooltest: ignore some warnings in test code (NFC)
2017-02-11 Dylan McKay[AVR] Fix __AVR_xxx macro definitions; authored by...
2017-02-11 Aaron BallmanAttributes on K&R C functions should not cause incompat...
2017-02-11 Benjamin KramerUpdate XFAIL line after r294781.
2017-02-11 Richard TrieuMove test include file from include/ to Inputs/
2017-02-10 Richard Smith[c++1z] Tests for class template argument deduction...
2017-02-10 George Burgess IVDon't let EvaluationModes dictate whether an invalid...
2017-02-10 Richard Smith[c++1z] Diagnose attempts to use variables with deduced...
2017-02-10 Richard Smith[c++1z] Require an initializer for deduced class templa...
2017-02-10 Richard Smith[c++1z] Enforce restriction that deduction guide is...
2017-02-10 Richard Smith[c++1z] Disallow deduction guides with deduced types...
2017-02-10 Joey Gouly[libclang] [OpenCL] Expose half type.
2017-02-10 Eric ChristopherTemporarily revert "For X86-64 linux and PPC64 linux...
2017-02-10 Eric ChristopherFor X86-64 linux and PPC64 linux align int128 to 16...
2017-02-10 Richard Smith[c++1z] In class template argument deduction, all decla...
2017-02-10 Hubert Tong[Concepts] Class template associated constraints
2017-02-10 Richard Smith[c++1z] P0512R0: support for 'explicit' specifier on...
2017-02-09 George Burgess IVAdd support for armv7ve flag in clang (PR31358).
2017-02-09 Richard SmithDisallow explicit instantiation and explicit specializa...
2017-02-09 Richard SmithDiagnose attempts to explicitly instantiate a template...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2017-02-09 Marcos Pividori[windows] Fix test for cl driver.
2017-02-09 Reid Kleckner[MS] Implement the __fastfail intrinsic as a builtin
2017-02-09 Craig Topper[X86] Fix copy and paste bug in clzero test from r294559.
2017-02-09 Craig Topper[X86] Clzero flag addition and inclusion under znver1
2017-02-09 Douglas YungAdd check that "#define unix 1" is present for the...
2017-02-08 David BlaikieInitialize builtins during modular codegen
2017-02-08 Richard SmithMore fixes for places where 'decltype(auto)' is permitt...
2017-02-08 Richard SmithDon't crash on 'decltype(auto)::'. Rather than treating...
2017-02-08 Charles Li[Lit Test] Make tests C++11 compatible - Parse OpenMP
2017-02-08 Reid Kleckner[MS] Fix C++ destructor thunk line info for a declaration
2017-02-08 Craig Topper[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line...
2017-02-08 Craig Topper[X86] Add -msgx/-mno-sgx command line options and __SGX...
2017-02-08 Craig Topper[X86] Add -mmpx/-mno-mpx command line options and __MPX...
2017-02-08 Craig Topper[X86] Add -mclwb/-mno-clwb command line arguments and...
2017-02-08 Craig Topper[X86] Add -mmovbe/-mno-movbe command line options to...
2017-02-08 Craig Topper[X86] Add -mclflushopt/-mno-clflushopt command line...
2017-02-08 Dylan McKay[AVR] Add support for the 'interrupt' and 'naked' attri...
2017-02-08 Saleem AbdulrasoolSema: add warning for c++ member variable shadowing
2017-02-08 Richard SmithDiagnose an attempt to give a deduction-guide a functio...
2017-02-08 Richard SmithFix constructor declarator detection for the case when...
2017-02-08 Richard SmithP0091R3: Improved syntactic checking of deduction-guides.
2017-02-07 Bruno Cardoso Lopes[PCH] Fix a regression when PCH is used with -fmodules
2017-02-07 Saleem AbdulrasoolRevert "Basic: match GCC behaviour for SuS macro"
2017-02-07 Anastasia Stulova[OpenCL] Accept logical NOT for pointer types in CL1.1
2017-02-07 Dylan McKayRevert "Revert "[AVR] Allow specifying the CPU on the...
2017-02-07 Matt ArsenaultAMDGPU: Add a test checking alignments of emitted globa...
2017-02-07 Peter CollingbourneDriver: Do not link safestack with --whole-archive.
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-02-06 Charles Li[Lit Test] Make tests C++11 compatible - Microsoft...
2017-02-06 Ulrich Weigand[SystemZ] Provide predefined __ARCH__ and __VX__ macros
2017-02-06 Carlo Bertolli[OpenMP] Remove fixme comment in regression test and...
2017-02-06 Diana PicusRevert "[AVR] Allow specifying the CPU on the command...
2017-02-06 Dylan McKay[AVR] Allow specifying the CPU on the command line
2017-02-06 Dylan McKay[AVR] Add support for the full set of inline asm constr...
2017-02-05 Saleem AbdulrasoolBasic: match GCC behaviour for SuS macro
2017-02-05 Coby Tayree[X86][MS]Adjacent comments within multi-line inline...
2017-02-04 Richard SmithPR31846: Don't replace 'auto' type with a template...
2017-02-03 Matthias BraunDriver: Do not warn about unused -pthread when linking...
2017-02-03 Sanjay Patel[x86] fix tests with wrong dependency to pass because...
2017-02-03 Carlo Bertolli[OpenMP] Add missing regression test for pragma distrib...
2017-02-03 Charles Li[Lit Test] Make tests C++11 compatible - OpenMP constan...
2017-02-03 Alex Lorenz[Sema][ObjC++] Typo correction should handle ivars...
2017-02-02 Warren RistowPrevent ICE in dllexport class with _Atomic data member
2017-02-02 Gabor Horvath[analyzer] Fix an assertion fail in CStringSyntaxChecker.
2017-02-02 Richard SmithFix attribute name in diagnostic message to match actua...
2017-02-02 Davide Italiano[CodeGen] Update test after recent changes in llvm...
2017-02-01 Richard SmithRepoint 'missing typename' diagnostic to the location...
2017-02-01 Richard SmithFix hole in our enforcement of rule requiring 'typename...
2017-02-01 Davide Italiano[CodeGen] Update test after recent changes in llvm...
2017-02-01 Akira Hatanaka[Sema][ObjC] Don't pass a DeclRefExpr that doesn't...
2017-02-01 Hans WennborgDrop 'dllimport' when redeclaring inline function templ...
2017-02-01 Alex Lorenz[CodeGen][ObjC] Avoid asserting on block pointer types in
2017-02-01 Daniel JasperFix Index test after recent clang-format change.
2017-02-01 Hans WennborgFollow-up to r293732: add a proper triple to the test
2017-02-01 Hans Wennborgclang-cl: Evaluate arguments left-to-right in construct...
2017-01-31 David BlaikieFix modules codegen to be compatible with modules-ts
2017-01-31 Akira Hatanaka[Sema] Transform a templated name before looking it...
2017-01-31 Reid KlecknerExtend -Wcast-calling-convention to warn on declaration...
2017-01-31 Marcos Pividori[windows] [asan] Fix tests failing after 293668.
2017-01-31 Nirav Dave[X86] Teach Clang about -mfentry flag
2017-01-31 Sam McCallRevert r293585 "Add better ODR checking for modules."
next