summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-6/+7
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+14
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-0/+4
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-0/+4
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-0/+4
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-1/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-041-1/+0
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+7
* [OpenCL] Fix serialization of OpenCLExtensionDeclsAndrew Savonichev2018-10-291-1/+4
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+4
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+2
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-9/+7
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+2
* [AST] Various optimizations + refactoring in DeclarationName(Table)Bruno Ricci2018-09-211-1/+1
* [OPENMP] Fix spelling of getLoopCounter (NFC)Mike Rice2018-09-201-1/+1
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-0/+465
* Model type attributes as regular Attrs.Richard Smith2018-08-201-20/+13
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-0/+1
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-13/+20
* Model type attributes as regular Attrs.Richard Smith2018-08-131-20/+13
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-3/+4
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+13
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-12/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+12
* [PCH] Add an option to not write comments into PCHIlya Biryukov2018-07-091-1/+4
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-2/+2
* [modules] Do not serialize / deserialize pending new/delete mismatchRichard Smith2018-06-281-7/+9
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-4/+11
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+1
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-17/+16
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-33/+33
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-0/+2
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-1/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+1
* Record whether a module came from a private module mapJordan Rose2018-04-201-1/+3
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-1/+1
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-1/+1
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-1/+1
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-1/+3
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+1
OpenPOWER on IntegriCloud