| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -2/+2 |
| | | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
| * | Fix deserializing of class template partial specializations. Assign sequence | Richard Smith | 2013-06-25 | 1 | -12/+19 |
| | | | | | | | | | | | numbers as we deserialize class template partial specializations. We can't assume that the old sequence numbers will work. The sequence numbers are still deterministic, but are now a lot less predictable for class template partial specializations in modules/PCH. llvm-svn: 184811 | ||||
| * | Check for matching template-parameter-lists when merging template declarations. | Richard Smith | 2013-06-24 | 1 | -0/+26 |
| | | | | | llvm-svn: 184791 | ||||
| * | Avoid adding entries to the DeclContext lookup table multiple times when lazily | Richard Smith | 2013-06-24 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | constructing a lookup table. Previously, buildLookup would add lookup table entries for each item lexically within the DC, and adding the first entry with a given name would trigger the external source to add all its entries with that name. Then buildLookup would carry on and re-add those entries all over again. Instead, follow a simple rule: a declaration from an external source is only ever made visible by the external source. One exception to this: since we don't usually build a lookup table for the TU in C, and we never serialize one, we don't expect the external source to provide lookups in the TU in C, so we build those ones ourselves. llvm-svn: 184696 | ||||
| * | Slightly improve cross-module merging for function templates. | Richard Smith | 2013-06-24 | 1 | -0/+41 |
| llvm-svn: 184689 | |||||

