| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: remove artificial division between lookup results and const lookup | Richard Smith | 2015-02-21 | 1 | -1/+1 |
* | Revert r167816 and replace it with a proper fix for the issue: do not | Richard Smith | 2015-02-21 | 1 | -4/+2 |
* | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 1 | -1/+0 |
* | [PCH/Modules] Check that the specific module cache path the PCH was built wit... | Argyrios Kyrtzidis | 2015-02-19 | 1 | -0/+2 |
* | Prefer SmallVector::append/insert over push_back loops. Clang edition. | Benjamin Kramer | 2015-02-17 | 1 | -2/+1 |
* | [modules] Improve llvm-bcanalyzer output on AST files a little. No functional... | Richard Smith | 2015-02-13 | 1 | -2/+3 |
* | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -0/+1 |
* | [modules] Treat friend declarations that are lexically within a dependent | Richard Smith | 2015-02-07 | 1 | -7/+4 |
* | ASTUnit: Use range-based for loops. | Benjamin Kramer | 2015-02-06 | 1 | -1/+2 |
* | [modules] Refactor: unify the code that picks which declaration goes into a | Richard Smith | 2015-02-05 | 1 | -55/+46 |
* | Objective-C: Serialize "more than one decl" state of ObjCMethodList. | Nico Weber | 2014-12-27 | 1 | -5/+12 |
* | Address review feedback on r221933. | Nico Weber | 2014-12-27 | 1 | -14/+14 |
* | [modules] When constructing paths relative to a module, strip out /./ directory | Richard Smith | 2014-12-11 | 1 | -15/+19 |
* | [modules] Instead of storing absolute paths in a .pcm file, store the path to | Richard Smith | 2014-12-05 | 1 | -73/+113 |
* | Temporarily reverting r223443 due to bot breakage. | Aaron Ballman | 2014-12-05 | 1 | -113/+73 |
* | [modules] Instead of storing absolute paths in a .pcm file, store the path to | Richard Smith | 2014-12-05 | 1 | -73/+113 |
* | [modules] Track how 'header' directives were written in module map files, | Richard Smith | 2014-12-02 | 1 | -12/+19 |
* | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | [OPENMP] Codegen for threadprivate variables | Alexey Bataev | 2014-11-11 | 1 | -0/+12 |
* | Introduce a SanitizerKind enum to LangOptions. | Alexey Samsonov | 2014-11-07 | 1 | -2/+3 |
* | [modules] Support combining 'textual' with 'private'. | Richard Smith | 2014-10-24 | 1 | -34/+24 |
* | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 2014-10-23 | 1 | -0/+16 |
* | [modules] Add support for 'textual header' directives. | Richard Smith | 2014-10-22 | 1 | -1/+13 |
* | Don't add ID mappings for offsets with no entities in a module | Ben Langmuir | 2014-10-20 | 1 | -12/+23 |
* | Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity | David Blaikie | 2014-10-17 | 1 | -1/+1 |
* | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -1/+1 |
* | PR20399: Do not assert when adding an implicit member coming from a module at | Richard Smith | 2014-09-30 | 1 | -6/+5 |
* | -ms-extensions: Implement __super scope specifier (PR13236). | Nikola Smiljanic | 2014-09-26 | 1 | -0/+9 |
* | 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 |