summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-4/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+5
* [AST] Various optimizations + refactoring in DeclarationName(Table)Bruno Ricci2018-09-211-1/+1
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-0/+870
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-8/+1
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-121-1/+8
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-8/+1
* [Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes2018-09-111-3/+3
* Model type attributes as regular Attrs.Richard Smith2018-08-201-14/+5
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-5/+14
* Model type attributes as regular Attrs.Richard Smith2018-08-131-14/+5
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-10/+10
* [modules] Defer merging deduced return types.Richard Smith2018-08-031-6/+36
* [Modules] Do not emit relocation error when -fno-validate-pch is setYuka Takahashi2018-08-011-3/+8
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-2/+202
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-1/+3
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+16
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-3/+1
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-15/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+15
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-1/+3
* [ODRHash] Merge the two function hashes into one.Richard Trieu2018-07-101-3/+66
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-0/+11
* [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
OpenPOWER on IntegriCloud