]> granicus.if.org Git - clang/history - include/clang/Serialization
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Serialization /
2019-10-19 Richard Smith[c++20] Add CXXRewrittenBinaryOperator to represent...
2019-10-18 Alexey Bataev[OPENMP50]Add support for master taskloop simd.
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-15 Nico WeberRevert 374882 "[Concepts] Concept Specialization Expres...
2019-10-15 Bruno Cardoso LopesReapply: [Modules][PCH] Hash input files content
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-14 Eric ChristopherTemporarily Revert [Modules][PCH] Hash input files...
2019-10-14 Bruno Cardoso Lopes[Modules][PCH] Hash input files content
2019-10-14 Alexey Bataev[OPENMP50]Add support for 'parallel master taskloop...
2019-10-10 Alexey Bataev[OPENMP50]Support for 'master taskloop' directive.
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-08-14 Jonas Devlieghere[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-09 Richard SandifordAdd SVE opaque built-in types
2019-07-10 Saar Raz[Concepts] Concept definitions (D40381)
2019-07-03 Francis Visoiu Mistrih[Bitcode] Move Bitstream to a separate library
2019-07-03 Fangrui SongChange std::{lower,upper}_bound to llvm::{lower,upper...
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-05-16 Eric FiselierImplement __builtin_LINE() et. al. to support source...
2019-05-09 Richard Smith[c++20] Add support for explicit(bool), as described...
2019-05-07 Leonard ChanRecommit r359859 "[Attribute/Diagnostics] Print macro...
2019-05-06 Hans WennborgRevert r359949 "[clang] adding explicit(bool) from...
2019-05-04 Nicolas Lesser[clang] adding explicit(bool) from c++2a
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-03-12 Duncan P. N. Exon... Modules: Add LangOptions::CacheGeneratedPCH
2019-03-11 Benjamin Kramer[Serialization] Add missing include
2019-03-09 Duncan P. N. Exon... Modules: Invalidate out-of-date PCMs as they're discovered
2019-03-09 Duncan P. N. Exon... Modules: Rename MemoryBufferCache to InMemoryModuleCache
2019-03-07 Alexey Bataev[OPENMP 5.0]Add initial support for 'allocate' directive.
2019-03-06 Roman Lebedev[clang][OpenMP] Revert "OMPFlushClause is synthetic...
2019-02-01 Michael Kruse[OpenMP 5.0] Parsing/sema support for "omp declare...
2019-01-28 Roman Lebedev[clang][OpenMP] OMPFlushClause is synthetic, no such...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-12 Richard TrieuMove PCHContainerOperations from Frontend to Serialization
2018-12-08 Richard TrieuMove diagnostic enums into Basic.
2018-11-08 Andrew Savonichev[OpenCL] Add support of cl_intel_device_side_avc_motion...
2018-11-07 Andrew SavonichevRevert r346326 [OpenCL] Add support of cl_intel_device_...
2018-11-07 Andrew Savonichev[OpenCL] Add support of cl_intel_device_side_avc_motion...
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-10-25 Richard SmithAvoid STMT_ and DECL_ bitcodes overlapping.
2018-10-12 Sam McCallRemove top-level using declaration from header files...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-26 Kelvin Li[OPENMP] Add support for OMP5 requires directive +...
2018-09-15 Kelvin Li[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
2018-09-11 Bruno Cardoso Lopes[Modules] Add imported modules to the output of -module...
2018-08-20 Richard SmithModel type attributes as regular Attrs.
2018-08-14 Reid KlecknerRevert r339623 "Model type attributes as regular Attrs."
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-08-03 Richard Smith[modules] Defer merging deduced return types.
2018-07-30 Fangrui SongRemove trailing space
2018-07-25 Richard Trieu[ODRHash] Support hashing enums.
2018-07-13 Erich KeanePR15730/PR16986 Allow dependently typed vector_size...
2018-07-10 Erich KeaneRevert -r336726, which included more files than intended.
2018-07-10 Erich Keane[NFC] Switch CodeGenFunction to use value init instead...
2018-07-04 Richard SmithPR33924: merge local declarations that have linkage...
2018-07-03 Hans WennborgRevert r336021 "PR33924: merge local declarations that...
2018-06-29 Richard SmithPR33924: merge local declarations that have linkage...
2018-06-29 Richard Smith[modules] Emit the type of the TypeSourceInfo for a...
2018-06-25 Hans Wennborg[clang-cl] Don't emit dllexport inline functions etc...
2018-06-14 Leonard Chan[Fixed Point Arithmetic] Addition of the remaining...
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-06-04 Leonard ChanThis diff includes changes for supporting the following...
2018-06-02 Leonard ChanRevert "This diff includes changes for supporting the...
2018-06-02 Leonard ChanThis diff includes changes for supporting the following...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-01 Richard SmithImplement P0482R2, support for char8_t type.
2018-04-26 Yuka TakahashiAdd getDeserializationListener to ASTReader
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-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2018-04-01 Eric FiselierAdd missing include to ContinuousRangeMap.h
2018-03-27 Mandeep Singh Grang[clang] Change std::sort to llvm::sort in response...
2018-02-22 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-01-15 Cameron Desrochers[PCH] Serialize skipped preprocessor ranges
2017-12-23 Richard Trieu[ODRHash] Support ODR violation detection in functions.
2017-12-09 Richard TrieuRevert r320230 to fix buildbots.
2017-12-09 Richard Trieu[ODRHash] Support ODR violation detection in functions.
2017-12-05 Richard SmithGeneralize "static data member instantiated" notificati...
2017-11-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-11-08 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-11-02 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-10-13 Richard SmithSupport for destroying operator delete, per C++2a propo...
2017-10-11 Daniel JasperRevert r314955: "Remove PendingBody mechanism for funct...
2017-10-05 Richard SmithRemove PendingBody mechanism for function and ObjC...
2017-10-02 Andrew GozillonDependent Address Space Support
2017-09-30 Richard Trieu[ODRHash] Add base classes to hashing CXXRecordDecl.
2017-09-14 Douglas Gregor[Module map] Introduce a private module re-export direc...
2017-09-08 Sjoerd MeijerRecommit "Add _Float16 as a C/C++ source language type"
2017-09-08 Sjoerd MeijerRevert "Add _Float16 as a C/C++ source language type"
2017-09-08 Sjoerd MeijerAdd _Float16 as a C/C++ source language type
2017-09-06 Richard Smith[modules ts] Emit global variables in a module interfac...
2017-08-31 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-08-30 Victor LeschukRevert r312105 [modules] Add ability to specify module...
2017-08-30 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-07-28 Alex LorenzRecommit r308327 3rd time: Add a warning for missing
2017-07-26 Hans WennborgRevert r309106 "Recommit r308327 2nd time: Add a warnin...
2017-07-26 Alex LorenzRecommit r308327 2nd time: Add a warning for missing
2017-07-25 Gor Nishanov[coroutines] Add serialization/deserialization of corou...
2017-07-25 Manuel KlimekFix incorrect use of current directory to find moved...
next