summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-4/+14
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-14/+4
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-4/+14
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-0/+3
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-3/+0
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-0/+3
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-0/+1
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-1/+0
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-0/+1
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-1/+0
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-0/+1
* Revert r308327Alex Lorenz2017-07-181-1/+0
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-0/+1
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-1/+1
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-6/+12
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-221-1/+10
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+2
* [Modules] Fix use after scope.Benjamin Kramer2017-06-021-1/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-42/+114
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-4/+5
OpenPOWER on IntegriCloud