summaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2018-01-01Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali
2018-01-01[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali
2018-01-01Revert r321614 and r321615Faisal Vali
2018-01-01Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)Faisal Vali
2017-12-24[AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer
2017-12-23[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-17Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer
2017-12-09Revert r320230 to fix buildbots.Richard Trieu
2017-12-09[ODRHash] Support ODR violation detection in functions.Richard Trieu
2017-12-05Generalize "static data member instantiated" notification to cover variable t...Richard Smith
2017-12-04Correctly handle line table entries without filenames during AST serializationHans Wennborg
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman
2017-12-02PR35456: Track definedness of variable template specializations separately fromRichard Smith
2017-11-22[OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev
2017-11-22[OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev
2017-11-17[PCH+Modules] Improve diagnosticts to help out users pass an extra header sea...Bruno Cardoso Lopes
2017-11-11Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio...Faisal Vali
2017-11-11[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-11-08[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-11-03[preamble] Also record the "skipping" state of the preprocessorErik Verbruggen
2017-11-02Modular Codegen: Don't home always_inline functionsDavid Blaikie
2017-11-02Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie
2017-11-02[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-11-02PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith
2017-10-22[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali
2017-10-13Support for destroying operator delete, per C++2a proposal P0722.Richard Smith
2017-10-12Fix warnings. [-Wdocumentation]NAKAMURA Takumi
2017-10-11Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper
2017-10-10Fix a (slightly weird) 'comma operator within array index expression' warning...Simon Pilgrim
2017-10-05PR33924: Merge block-scope anonymous declarations if there are multiple defin...Richard Smith
2017-10-05Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith
2017-10-02[OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev
2017-10-02Dependent Address Space SupportAndrew Gozillon
2017-09-30[ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu
2017-09-14Minor cleanups to address feedback from Bruno. NFCDouglas Gregor
2017-09-14[Module map] Introduce a private module re-export directive.Douglas Gregor
2017-09-08Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Add _Float16 as a C/C++ source language typeSjoerd Meijer
2017-09-07[modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith
2017-09-06[modules ts] Emit global variables in a module interface unit as part of that...Richard Smith
2017-09-06[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev
2017-09-04Fix MSVC narrowing conversion warning.Simon Pilgrim
2017-09-04Implement Itanium name mangling support for C++ Modules TS.Richard Smith
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov
2017-08-28[c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith
2017-08-23[ODRHash] Diagnose differing template parameters.Richard Trieu
2017-08-16PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith