| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix PCHs that import more than one module | Ben Langmuir | 2014-09-08 | 1 | -1/+4 |
* | Add -Wunused-local-typedef, a warning that finds unused local typedefs. | Nico Weber | 2014-09-06 | 1 | -0/+10 |
* | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-30 | 1 | -2/+2 |
* | [C++11] Support for capturing of variable length arrays in lambda expression. | Alexey Bataev | 2014-08-28 | 1 | -0/+1 |
* | [modules] Number anonymous declarations that are lexically within mergeable | Richard Smith | 2014-08-28 | 1 | -0/+24 |
* | When loading a module with no local entities, still bump the size of the | Ben Langmuir | 2014-08-16 | 1 | -0/+3 |
* | [modules] When we merge together multiple class template specialization | Richard Smith | 2014-08-14 | 1 | -3/+16 |
* | [modules] When performing a lookup into a namespace, ensure that any later | Richard Smith | 2014-08-13 | 1 | -2/+14 |
* | Verify all the module map files for a pcm are the same on load | Ben Langmuir | 2014-08-12 | 1 | -11/+21 |
* | Add some FIXMEs. | Richard Smith | 2014-08-11 | 1 | -0/+2 |
* | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -2/+3 |
* | [modules] When emitting an update record containing the body of a destructor, | Richard Smith | 2014-08-07 | 1 | -12/+11 |
* | Use -Rblah, not -Wblah, to control remark diagnostics. This was always the | Richard Smith | 2014-08-07 | 1 | -0/+3 |
* | [modules] Add some missing record names. We really should be generating this ... | Richard Smith | 2014-07-27 | 1 | -2/+8 |
* | [modules] Add abbreviation for ImplicitCastExpr. This is the most common | Richard Smith | 2014-07-27 | 1 | -3/+4 |
* | [modules] Improve abbreviations for C++: | Richard Smith | 2014-07-26 | 1 | -34/+91 |
* | [modules] Substantially improve handling of #undef: | Richard Smith | 2014-07-25 | 1 | -107/+140 |
* | [modules] Fix some of the confusion when computing the override set for a macro | Richard Smith | 2014-07-21 | 1 | -13/+12 |
* | Reinstate r213348, reverted in r213395, with an additional bug fix and more | Richard Smith | 2014-07-18 | 1 | -1/+17 |
* | Revert "[modules] Fix macro hiding bug exposed if:" | Ben Langmuir | 2014-07-18 | 1 | -11/+1 |
* | [modules] Fix macro hiding bug exposed if: | Richard Smith | 2014-07-18 | 1 | -1/+11 |
* | Added the pack_elements range accessor. Refactoring some for loops to use ran... | Aaron Ballman | 2014-07-15 | 1 | -3/+2 |
* | Remove llvm:: from uses of ArrayRef. | Craig Topper | 2014-06-28 | 1 | -1/+1 |
* | Complete the switch from mappings to declarative diagnostic severities | Alp Toker | 2014-06-12 | 1 | -1/+1 |
* | Improve diagnostic mapping terminology | Alp Toker | 2014-06-10 | 1 | -1/+1 |
* | Implemented support for "pragma clang optimize on/off", based on attribute 'o... | Dario Domizioli | 2014-05-23 | 1 | -0/+11 |
* | If a class template specialization from one module has its definition | Richard Smith | 2014-05-22 | 1 | -0/+13 |
* | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -25/+26 |
* | If a declaration is loaded, and then a module import adds a redeclaration, then | Richard Smith | 2014-05-16 | 1 | -3/+2 |
* | Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. | Benjamin Kramer | 2014-05-10 | 1 | -1/+2 |
* | [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ... | Argyrios Kyrtzidis | 2014-04-29 | 1 | -1/+0 |
* | When a module completes the definition of a class template specialization imp... | Richard Smith | 2014-04-19 | 1 | -38/+107 |
* | Teach users of OnDiskHashTable to define hash_value and offset types | Justin Bogner | 2014-04-18 | 1 | -5/+18 |
* | Remove OnDiskHashTable.h, since it's been moved to llvm | Justin Bogner | 2014-04-18 | 1 | -6/+7 |
* | Add missing serialization code for one of the CXXRecordDecl definition flags. | Richard Smith | 2014-04-17 | 1 | -0/+1 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -1/+28 |
* | [Preprocessor/CodeComplete] Don't add include guard macros to code-completion... | Argyrios Kyrtzidis | 2014-04-09 | 1 | -0/+1 |
* | Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -61/+93 |
* | Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -93/+61 |
* | OnDiskHashTable: Use EndianStream.h to write little endian ostreams | Justin Bogner | 2014-03-28 | 1 | -61/+93 |
* | Fix PR18307: Properly (de)serialize inherited constructors and their using de... | Stephan Tolksdorf | 2014-03-27 | 1 | -7/+25 |
* | Save out a correct lookup table if a lookup table entry is stale (it contains | Richard Smith | 2014-03-25 | 1 | -64/+76 |
* | Emit an update record if we instantiate the definition of a function template | Richard Smith | 2014-03-22 | 1 | -0/+27 |
* | Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2... | Aaron Ballman | 2014-03-21 | 1 | -15/+23 |
* | Serialize and deserialize mangling numbers. | Richard Smith | 2014-03-21 | 1 | -3/+18 |
* | PR19215: When writing/reading a PCH that imported a module, store the location | Richard Smith | 2014-03-21 | 1 | -11/+24 |
* | When the exception specification for a function in an imported PCH or module is | Richard Smith | 2014-03-20 | 1 | -9/+30 |
* | Refactor and simplify DeclUpdates serialization. | Richard Smith | 2014-03-20 | 1 | -69/+38 |
* | Refactor to move decl update emission into the decl emission loop. | Richard Smith | 2014-03-20 | 1 | -15/+19 |
* | Rearrange serialization block order to put decl update emission into the same | Richard Smith | 2014-03-20 | 1 | -37/+42 |