summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-262-12/+0
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-165-11/+11
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-132-0/+12
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-104-0/+19
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-0310-11/+12
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-7/+5
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+12
* BitStream reader: propagate errorsJF Bastien2019-06-264-241/+741
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-154-2/+140
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-142-2/+2
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-112-0/+2
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-113-4/+7
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-76/+76
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-052-72/+76
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-042-76/+72
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-032-0/+11
* Revert "clang support gnu asm goto."Erich Keane2019-05-302-11/+0
* clang support gnu asm goto.Jennifer Yu2019-05-302-0/+11
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-1/+3
* Fix crash deserializing a CUDAKernelCallExpr with a +Asserts binary.Richard Smith2019-05-241-1/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-213-5/+11
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-162-0/+26
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-132-0/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-093-15/+19
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-092-0/+11
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-072-0/+25
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-063-19/+15
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-043-15/+19
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-032-25/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-022-0/+25
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-022-7/+32
* [Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDec...Bruno Ricci2019-04-181-9/+45
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-312-3/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-272-0/+24
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-202-5/+13
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-203-4/+10
* [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev2019-03-122-3/+9
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-124-4/+32
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-122-5/+9
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-094-36/+87
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-096-31/+83
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-075-2/+47
* Modules: Add -Rmodule-importDuncan P. N. Exon Smith2019-03-061-0/+6
* Modules: Document that ReadASTCore exits its final loop via `return`, NFCDuncan P. N. Exon Smith2019-03-031-1/+1
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-272-0/+2
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-252-0/+14
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-222-0/+14
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-192-30/+44
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-053-2/+17
OpenPOWER on IntegriCloud