summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-3/+8
* [modules] Ensure that an in-class function definition is attached to theRichard Smith2018-06-281-0/+13
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-1/+8
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+54
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-2/+2
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+18
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-18/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+18
* [ODRHash] Support FunctionTemplateDecl in records.Richard Trieu2018-05-301-1/+318
* Fix unaligned memory access when reading INPUT_FILE_OFFSETS dataRaphael Isemann2018-05-231-1/+2
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-44/+44
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-0/+1
* [ODRHash] Hash template arguments of methods.Richard Trieu2018-04-251-0/+92
* Record whether a module came from a private module mapJordan Rose2018-04-201-1/+3
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+2
* Revert "[Serialization] Fix some Clang-tidy modernize and Include What You Us...Vedant Kumar2018-04-141-265/+317
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-131-317/+265
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-4/+4
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-4/+6
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-021-2/+1
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-011-1/+2
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-011-2/+1
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+3
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-3/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+3
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-091-0/+3
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-151-0/+32
* NFC.Evgeny Stupachenko2018-01-051-0/+1
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-35/+209
* Revert r320230 to fix buildbots.Richard Trieu2017-12-091-209/+35
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-091-35/+209
* Correctly handle line table entries without filenames during AST serializationHans Wennborg2017-12-041-0/+1
* [PCH+Modules] Improve diagnosticts to help out users pass an extra header sea...Bruno Cardoso Lopes2017-11-171-2/+9
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-102/+133
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-031-2/+14
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-3/+5
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-0/+24
* Fix a (slightly weird) 'comma operator within array index expression' warning...Simon Pilgrim2017-10-101-1/+2
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-051-24/+0
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+23
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-2/+122
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-1/+6
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-2/+2
OpenPOWER on IntegriCloud