]> granicus.if.org Git - clang/history - test/Parser
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / Parser /
2017-06-20 Alex LorenzAdd a missing '[' to the tests from r305719
2017-06-20 Alex LorenzSplit the expectations in tests from r305719 over multi...
2017-06-19 Alex Lorenz[Parser][ObjC] Use an artificial EOF token while parsin...
2017-05-25 Erich KeaneRevert MSVC CXXOperatorNames patch due to issues with...
2017-05-24 Erich KeaneFor Microsoft compatibility, set fno_operator_names
2017-05-24 Alex LorenzWarn about uses of `@available` that can't suppress the
2017-05-20 Hubert TongFix valid-for-expr ellipses eaten as invalid decl
2017-05-19 Richard SmithWhen a type-id is unexpectedly given a name, assume...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-09 Alex LorenzAdd support for pretty platform names to `@available`/
2017-05-05 Nico WeberWarn that the [] spelling of uuid(...) is deprecated.
2017-04-24 Richard Smith[modules ts] Diagnose 'export' declarations outside...
2017-04-22 Richard SmithRearrange some Modules TS testcases into test/CXX/modul...
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-20 Alex LorenzAdd #pragma clang attribute support to the availability...
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-12 Alex LorenzAdd support for __builtin_available to __has_builtin
2017-04-11 Alex Lorenz[Parser][ObjC++] Improve diagnostics and recovery when...
2017-04-05 Egor Churaev[OpenCL] Extended diagnostics for atomic initialization
2017-04-04 Adam NemetAdd #pragma clang fp
2017-03-29 Egor ChuraevReapplied r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor ChuraevReverted r298976 [OpenCL] Added parsing for OpenCL...
2017-03-29 Egor Churaev[OpenCL] Added parsing for OpenCL vector types.
2017-03-21 Eric ChristopherRemove the -faltivec alias option and replace it with...
2017-03-01 Alex LorenzIntroduce an 'external_source_symbol' attribute that...
2017-02-15 Richard SmithPR24440: Do not silently discard a fold-expression...
2017-02-14 Aaron BallmanImprove diagnostic reporting when using __declspec...
2017-02-14 NAKAMURA Takumiclang/test/Parser/cxx1z-class-template-argument-deducti...
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-10 Richard Smith[c++1z] Require an initializer for deduced class templa...
2017-02-09 Richard SmithDiagnose attempts to explicitly instantiate a template...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2017-02-08 Richard SmithFix constructor declarator detection for the case when...
2017-01-30 Richard SmithTowards P0091R3: parsing support for class template...
2017-01-30 Sam McCallRevert r293455, which breaks v8 with a spurious error...
2017-01-30 Richard SmithTowards P0091R3: parsing support for class template...
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-19 Richard SmithPR13403 (+duplicates): implement C++ DR1310 (http:...
2016-12-21 Paul RobinsonMake some diagnostic tests C++11 clean.
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-20 Chandler CarruthFix the spelling of 'bitfield' in diagnostics to be...
2016-12-19 Paul RobinsonUndo accidental comit
2016-12-19 Paul RobinsonMake a few OpenMP tests "C++11 clean."
2016-12-19 Daniel JasperRevert "[c++1z] P0195R2: Support pack-expansion of...
2016-12-19 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-16 Richard Smith[c++1z] P0195R2: Allow multiple using-declarators in...
2016-12-13 Reid Kleckner__uuidof() and declspec(uuid("...")) should be allowed...
2016-12-09 Richard Smith[c++17] P0490R0, NB comment FI 20: allow direct-initial...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-01 Alex Lorenz[ObjC] Avoid a @try/@finally/@autoreleasepool fixit...
2016-11-10 Jordan RoseAccept nullability qualifiers on array parameters.
2016-10-20 Reid KlecknerFix off-by-one error in PPCaching.cpp token annotation...
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-10-02 Gor Nishanov[coroutines] Rename driver flag -fcoroutines to -fcorou...
2016-09-30 Justin Lebar[CUDA] Emit a warning if a CUDA host/device/global...
2016-09-30 Justin Lebar[CUDA] Handle attributes on CUDA lambdas appearing...
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-07 Nico WeberAdd a few more test for []-style uuid attributes.
2016-09-03 Nico WeberAdd a test Aaron asked for that I forgot to add before...
2016-09-03 Nico Weber[ms] Add support for parsing uuid as a Microsoft attribute.
2016-09-02 Yunzhong Gao(clang part) Implement MASM-flavor intel syntax behavio...
2016-08-26 Richard SmithC++ Modules TS: add frontend support for building pcm...
2016-08-19 Richard SmithC++ Modules TS: support parsing the 'module' declaratio...
2016-08-18 Richard SmithC++ Modules TS: Add parsing support for module import...
2016-08-16 Erik Pilkington[ObjC] Warn on unguarded use of partial declaration
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-02 Nirav DaveUpdate Clang Parser test error message to match new...
2016-08-01 Hans WennborgRevert r276896 "Update Clang Parser test error message...
2016-08-01 David Majnemer[Parse] Let declarations follow labels in -fms-extensio...
2016-07-29 Andrey Bokhanko[GCC] Support for __final specifier
2016-07-27 Nirav DaveUpdate Clang Parser test error message to match new...
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-06-30 Richard SmithFix typo-correction crash if a typo occurs within the...
2016-06-29 Richard SmithP0305R1: Parsing support for init-statements in 'if...
2016-06-23 Richard SmithRe-commit r273548, reverted in r273589, with a fix...
2016-06-23 Peter CollingbourneRevert r273548, "Rearrange condition handling so that...
2016-06-23 Richard SmithRearrange condition handling so that semantic checks...
2016-06-14 Adam NemetAdd loop pragma for Loop Distribution
2016-06-14 David Majnemer[Parser] Handle __pragma(pack, etc. after type definitions
2016-06-01 Jan VeselyDisable warning about core features by default
2016-05-31 Bruno Cardoso Lopes[Parser] Fix look ahead after EOF while parsing objc...
2016-05-16 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-14 Nick LewyckyWarn when a reference is bound to an empty l-value...
2016-05-13 Yaxun LiuRevert "[OpenCL] Add supported OpenCL extensions to...
2016-05-13 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-12 Anastasia Stulova[OpenCL] Output OpenCL version in diagnostics.
2016-04-27 Jonathan CoeExpose cxx constructor and method properties through...
2016-04-19 Akira HatanakaAdd a test case to check a member's default constructor...
2016-04-18 Akira Hatanaka[Parser][ObjC] Make sure c++11 in-class initialization...
next