]> granicus.if.org Git - clang/history - include/clang/Parse
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Parse /
2019-10-14 Richard SmithPR43080: Do not build context-sensitive expressions...
2019-09-25 Alexey Bataev[OPENMP50]Parsing/sema support for 'implementation...
2019-09-18 Alexey Bataev[OPENMP5.0]Allow multiple context selectors in the...
2019-09-13 Alexey Bataev[OPENMP5.0]Add basic support for declare variant directive.
2019-08-20 Nathan Huckleberry[Attr] Support _attribute__ ((fallthrough))
2019-08-01 Serge Pavlov[Parser] Change parameter type from int to enum
2019-07-10 Saar Raz[Concepts] Concept definitions (D40381)
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-05-20 Richard SmithRearrange and clean up how we disambiguate lambda-intro...
2019-05-17 Ilya Biryukov[Lex] Allow to consume tokens while preprocessing
2019-05-09 Richard Smith[c++20] Implement P0846R0: allow (ADL-only) calls to...
2019-05-07 Leonard ChanRecommit r359859 "[Attribute/Diagnostics] Print macro...
2019-05-04 Hamza Sood[c++20] Implement P0428R2 - Familiar template syntax...
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-04-14 Richard Smith[c++20] Parsing support for module-declarations, import...
2019-04-11 Erik PilkingtonAdd support for attributes on @implementations in Objec...
2019-03-25 Bruno Ricci[Sema][NFCI] Don't allocate storage for the various...
2019-02-26 Ilya Biryukov[CodeComplete] Propagate preferred type for function...
2019-02-22 Michael Kruse[OpenMP 5.0] Parsing/sema support for to clause with...
2019-02-19 Michael Kruse[OpenMP 5.0] Parsing/sema support for map clause with...
2019-02-15 Richard SmithPR40642: Fix determination of whether the final stateme...
2019-02-01 Michael Kruse[OpenMP 5.0] Parsing/sema support for "omp declare...
2019-01-31 Ilya Biryukov[CodeComplete] Propagate preferred types through parser...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-04 Aaron BallmanRefactor the way we handle diagnosing unused expression...
2018-12-18 Kelvin Li[OPENMP] parsing and sema support for 'close' map-type...
2018-12-08 Richard TrieuMove diagnostic enums into Basic.
2018-11-28 Richard TrieuMove LoopHint.h from Sema to Parse
2018-11-21 Kelvin Li[OPENMP] Refactor code for parsing omp declare target...
2018-11-20 Roman Lebedev[clang][Parse] Diagnose useless null statements / empty...
2018-11-12 Erich KeaneImplement P1094R2 (nested inline namespaces)
2018-10-30 Erik PilkingtonNFC: Remove the ObjC1/ObjC2 distinction from clang...
2018-10-29 Alexey Bataev[OPENMP] Do not capture private loop counters.
2018-09-28 Richard Smith[cxx2a] P0614R1: Support init-statements in range-based...
2018-09-18 Sam McCall[CodeComplete] Add completions for filenames in #includ...
2018-09-10 Kadir Cetinkaya[clang] Make sure codecompletion is called for calls...
2018-09-09 Fangrui Song[Parser] Remove an unnecessary `mutable`
2018-08-14 Kevin P. NealWe have in place support for parsing #pragma FENV_ACCES...
2018-08-01 David Green[UnrollAndJam] Add unroll_and_jam pragma handling
2018-07-30 Fangrui SongRemove trailing space
2018-07-27 Nicolas LesserParse a possible trailing postfix expression suffix...
2018-07-26 Richard SmithRefactor checking of switch conditions and case values.
2018-07-13 Erich Keane[NFC] Rename clang::AttributeList to clang::ParsedAttr
2018-07-12 Erich KeaneAttributeList de-listifying:
2018-07-06 Alexey Bataev[OPENMP] Make clauses closing loc point to right bracket.
2018-06-27 Richard SmithDiagnose missing 'template' keywords in contexts where...
2018-06-26 Richard SmithDiagnose missing 'template' keywords in more cases.
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-27 Richard SmithParse A::template B as an identifier rather than as...
2018-04-26 Faisal ValiRevert rC330794 and some dependent tiny bug fixes
2018-04-25 Faisal Vali[c++2a] [concepts] Add rudimentary parsing support...
2018-04-10 Nico WeberRevert r329684 (and follow-ups 329693, 329714). See...
2018-04-10 Andrew V. Tischenko-ftime-report switch support in Clang.
2018-04-06 Alexander KornienkoFix typos in clang
2018-03-20 Hans Wennborg[ms] Parse #pragma optimize and ignore it behind its...
2018-03-16 Jan Korous[Parser] Remove hard-coded bracket depth limit
2018-02-16 Frederich MunchUse Token::isOneOf method in Parser.
2018-02-12 Aaron BallmanAllow the NS, CF, and ObjC attributes to be used with...
2018-02-02 Richard SmithAdd missing direct-init / parameter-declaration-clause...
2018-01-09 Alexey Bataev[OpenMP] Fix handling of clause on wrong directive...
2018-01-05 Steven WuPreserve unknown STDC pragma through preprocessor
2018-01-01 Faisal ValiAgain reverting an attempt to convert the DeclSpec...
2018-01-01 Faisal Vali[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifier...
2018-01-01 Faisal ValiRevert r321614 and r321615
2018-01-01 Faisal Vali[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifier...
2017-12-31 Faisal Vali[NFC] Modernize enum DeclSpecContext into a scoped...
2017-12-29 Faisal Vali[NFC] Modernize enum Declarator::TheContext to a type...
2017-12-25 Faisal ValiAdd a fixit for attributes incorrectly placed prior...
2017-12-23 Faisal Vali[NFC] Update the template-parameter parsers and analyze...
2017-11-21 Hamza Sood[Modules TS] Added module re-export support.
2017-10-31 Richard SmithFix usage of right shift operator in fold expressions
2017-10-17 Vassil VassilevExpose ConsumeAnyToken interface to external clients.
2017-10-15 Aaron BallmanAdd -f[no-]double-square-bracket-attributes as new...
2017-09-29 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-06 Alexey Bataev[OPENMP] Fix for PR34445: Reduction initializer segfaul...
2017-09-01 Benjamin Kramerstd::function -> llvm::function_ref. NFC.
2017-08-25 Faisal Vali[NFC] Remove a cstyle cast and replace some uses of...
2017-08-14 Brian Gesiak[Parse] Fix typo in header docs (NFC)
2017-08-10 Brian Gesiak[Parse] Document Parser::SkipFunctionBodies
2017-08-10 Brian Gesiak[Parse] Document PrintStats, SkipFunctionBodies
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-26 Axel NaumannImprove const-correctness.
2017-06-06 Richard SmithPR33318: Add missing full-expression checking to static...
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-05-20 Faisal ValiFix PR25627: constant expressions being odr-used in...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-10 Richard SmithChanges missed from r302732.
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
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-11 Alex Lorenz[Parser][ObjC++] Improve diagnostics and recovery when...
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-27 Vassil VassilevPublish one more parser RAII for external use.
2017-03-23 Vassil VassilevPublish RAIIObjectsForParser.h for external usage.
next