| commit | 322f633c1c148a474d7d3b1176ca63c1f744b04c | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Dec 08 18:00:48 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Dec 08 18:00:48 2011 +0000 |
| tree | 81569dec94f8a089ec29a21714d41d6c06dc77e0 | |
| parent | 73141fa98d34ccd5cd420301122df4e214d9238a [diff] |
Tweak the syntax of umbrella headers, so that "umbrella" is treated as a modifier for a header declarartion, e.g., umbrella header "headername" Collapse the umbrella-handling code in the parser into the header-handling code, so we don't duplicate the header-search logic. llvm-svn: 146159