summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/framework-include.m
Commit message (Collapse)AuthorAgeFilesLines
* revert my patch for rdar://7520940 that warns when a published headerChris Lattner2010-01-221-5/+0
| | | | | | | is #included with "foo.h" style syntax instead of framework syntax. It produced too much noise. llvm-svn: 94120
* try to make this more stable?Chris Lattner2010-01-101-1/+1
| | | | llvm-svn: 93090
* implement rdar://7520940: published framework headers shouldChris Lattner2010-01-101-0/+5
import other headers within the same framework with the full framework path, not with a relative include. llvm-svn: 93083
OpenPOWER on IntegriCloud