index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
/
cocoa.m
Age
Commit message (
Expand
)
Author
2009-05-06
Improve handling of (X86) target features.
Daniel Dunbar
2009-04-01
Forgot to remove trailing &&
Daniel Dunbar
2009-04-01
Ted & I crossed paths here, these tests are in cocoa-pth.m now.
Daniel Dunbar
2009-04-01
Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on
Ted Kremenek
2009-04-01
Pull clang-cc code for generating PTH files based on the input type.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-06
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test th...
Ted Kremenek
2009-01-21
Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...
Ted Kremenek
2009-01-09
Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...
Ted Kremenek
2009-01-09
Temporarily revert r61956 and r61957 (PTH tests failing).
Ted Kremenek
2009-01-08
Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.
Ted Kremenek
2008-07-26
move all objc sema tests into a new SemaObjC directory. Next step is to
Chris Lattner