summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r345497:Tom Stellard2018-11-291-1/+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
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-9/+9
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-1/+1
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-0/+2
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-0/+1
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-1/+0
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-62/+62
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-62/+62
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-62/+62
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-091-2/+5
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+2
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-261-1/+3
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-151-0/+21
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-3/+3
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-3/+3
* Revert r321614 and r321615Faisal Vali2018-01-011-3/+3
* Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali2018-01-011-3/+3
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-6/+22
* Correctly handle line table entries without filenames during AST serializationHans Wennborg2017-12-041-1/+2
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-111-54/+96
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-031-0/+11
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-021-0/+2
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-1/+3
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+18
* Minor cleanups to address feedback from Bruno. NFCDouglas Gregor2017-09-141-1/+0
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-0/+13
* Fix MSVC narrowing conversion warning.Simon Pilgrim2017-09-041-1/+1
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-2/+3
OpenPOWER on IntegriCloud