| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Load the ModuleOffsetMap from the module header lazily. | Richard Smith | 2017-02-18 | 1 | -81/+110 |
* | Revert r295421, new ODR checker for modules, to fix build bot. | Richard Trieu | 2017-02-17 | 1 | -628/+10 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-02-17 | 1 | -10/+628 |
* | [OpenCL] Correct ndrange_t implementation | Anastasia Stulova | 2017-02-16 | 1 | -3/+0 |
* | Revert r295284: Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -630/+10 |
* | Loosen a Type check ODR checking to try to fix the build bot. | Richard Trieu | 2017-02-16 | 1 | -2/+4 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -10/+628 |
* | [ASTReader] Improve ReadASTBlock error message when module not available | Bruno Cardoso Lopes | 2017-02-07 | 1 | -1/+4 |
* | P0091R3: Implement basic parsing support for C++17 deduction-guides. | Richard Smith | 2017-02-07 | 1 | -4/+12 |
* | Revert r293585 "Add better ODR checking for modules." | Sam McCall | 2017-01-31 | 1 | -628/+10 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-01-31 | 1 | -10/+628 |
* | [c-index-test] Provide capability to index module file imports and dump their... | Argyrios Kyrtzidis | 2017-01-30 | 1 | -0/+16 |
* | Prototype of modules codegen | David Blaikie | 2017-01-30 | 1 | -3/+27 |
* | Modules: Enforce that ModuleManager::removeModules deletes the tail | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -4/+3 |
* | Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFC | Duncan P. N. Exon Smith | 2017-01-28 | 1 | -16/+11 |
* | PR0091R3: Implement parsing support for using templates as types. | Richard Smith | 2017-01-26 | 1 | -0/+13 |
* | Remove and replace DiagStatePoint tracking and lookup data structure. | Richard Smith | 2017-01-26 | 1 | -32/+68 |
* | [ASTReader] Add a DeserializationListener callback for IMPORTED_MODULES | Graydon Hoare | 2017-01-18 | 1 | -1/+4 |
* | [Clang] - Update code to match upcoming llvm::zlib API. | George Rimar | 2017-01-17 | 1 | -3/+9 |
* | Tracking exception specification source locations | Malcolm Parsons | 2017-01-12 | 1 | -0/+2 |
* | Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of... | David Blaikie | 2017-01-05 | 1 | -18/+4 |
* | Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension | David Blaikie | 2017-01-05 | 1 | -27/+23 |
* | Store the "current position" index within the ASTRecordReader. | David L. Jones | 2016-12-21 | 1 | -31/+50 |
* | [ASTReader] Sort RawComments before merging | Bruno Cardoso Lopes | 2016-12-19 | 1 | -0/+4 |
* | Attempt to fix build failure and regressions due to r290056 | Yaxun Liu | 2016-12-18 | 1 | -2/+2 |
* | Recommit r289979 [OpenCL] Allow disabling types and declarations associated w... | Yaxun Liu | 2016-12-18 | 1 | -10/+35 |
* | Revert r289979 due to regressions | Yaxun Liu | 2016-12-16 | 1 | -35/+10 |
* | [OpenCL] Allow disabling types and declarations associated with extensions | Yaxun Liu | 2016-12-16 | 1 | -10/+35 |
* | Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul... | David L. Jones | 2016-12-15 | 1 | -299/+288 |
* | Remove unused variable found by GCC warning. | Richard Smith | 2016-12-14 | 1 | -1/+1 |
* | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -34/+14 |
* | [modules] Add optional out-param to ASTReader::ReadAST for imported submodules. | Graydon Hoare | 2016-12-09 | 1 | -1/+6 |
* | Don't assert when redefining a built-in macro in a PCH, PR29119 | Nico Weber | 2016-12-09 | 1 | -1/+1 |
* | [OpenCL] Refactor read_only/write_only pipes. | Joey Gouly | 2016-12-01 | 1 | -13/+4 |
* | [OpenCL] Introduce ReadPipeType and WritePipeType. | Joey Gouly | 2016-11-18 | 1 | -2/+13 |
* | Remove duplicate condition (PR30648). NFCI. | Simon Pilgrim | 2016-11-16 | 1 | -2/+1 |
* | Bitcode: Decouple block info block state from reader. | Peter Collingbourne | 2016-11-08 | 1 | -14/+9 |
* | Bitcode: Change reader interface to take memory buffers. | Peter Collingbourne | 2016-11-02 | 1 | -1/+2 |
* | Module: correctly set the module file kind when emitting file_modified. | Manman Ren | 2016-10-21 | 1 | -1/+8 |
* | Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin... | Benjamin Kramer | 2016-10-17 | 1 | -3/+16 |
* | Reinstate r281429, reverted in r281452, with a fix for its mishandling of | Richard Smith | 2016-10-13 | 1 | -16/+3 |
* | Store FileEntry::Filename as a StringRef instead of raw pointer (NFC) | Mehdi Amini | 2016-10-10 | 1 | -2/+1 |
* | [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. | Justin Lebar | 2016-10-10 | 1 | -3/+4 |
* | [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas. | Justin Lebar | 2016-10-08 | 1 | -0/+9 |
* | P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode. | Richard Smith | 2016-09-29 | 1 | -3/+5 |
* | Revert "[modules] When merging one definition into another, propagate the lis... | Eric Liu | 2016-09-14 | 1 | -3/+16 |
* | [modules] When merging one definition into another, propagate the list of | Richard Smith | 2016-09-14 | 1 | -16/+3 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+19 |
* | [modules] When we merge two definitions of a function, mark the retained | Richard Smith | 2016-09-12 | 1 | -1/+29 |
* | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 2016-09-07 | 1 | -28/+123 |