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
/
Coverage
Age
Commit message (
Expand
)
Author
2009-11-17
Move -fnext-runtime defaulting to driver (and change clang-cc default to
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-05
Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty
Daniel Dunbar
2009-10-30
Remove clang-cc code for handling -mmacosx-version-min and
Daniel Dunbar
2009-10-27
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-26
clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.
Daniel Dunbar
2009-08-18
Add test for finding bfin backend.
Daniel Dunbar
2009-08-18
Fix some made up triples.
Daniel Dunbar
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-05-30
AST printing for C++ base classes
Douglas Gregor
2009-05-30
Pretty printing and improved representation for namespace alias declarations
Douglas Gregor
2009-05-30
Printing for using directives, e.g.,
Douglas Gregor
2009-05-30
Never suppress specifiers when printing the parameters of a function
Douglas Gregor
2009-05-30
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-21
AST XML dump, from Olaf Krzikalla!
Douglas Gregor
2009-05-18
Simplify tests now that GNU runtime supports exception handling.
Daniel Dunbar
2009-05-17
This patch fixes two bugs in the GNU Objective-C runtime implementation. One...
Fariborz Jahanian
2009-04-22
remove obsolete tests.
Chris Lattner
2009-04-21
We no longer accept @defs with the non-fragile ABI.
Daniel Dunbar
2009-04-05
Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon
Zhongxing Xu
2009-03-24
Support member reference on ?: of struct type.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
Use not instead of ! in tests.
Daniel Dunbar
2009-03-20
Update test case.
Daniel Dunbar
2009-03-20
More super dot-syntax property implementation
Fariborz Jahanian
2009-03-05
Don't mangle names of local variables.
Daniel Dunbar
2009-02-10
Support va_arg on _Complex.
Daniel Dunbar
2009-02-04
Handle demotion of coerced arguments (as in void a(x) short x; { ... }).
Daniel Dunbar
2009-02-04
Force triple for this test case.
Daniel Dunbar
2009-01-18
A couple more vector component access fixes.
Nate Begeman
2008-12-06
Patch to diagnose a variety of misuse of property
Fariborz Jahanian
2008-11-13
disable these two tests, they crash and take a long time to run crashreporter...
Chris Lattner
2008-10-24
Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while
Daniel Dunbar
2008-10-24
Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while
Daniel Dunbar
2008-10-21
Add coverage of part of getPrimaryDecl that was failing prior to
Daniel Dunbar
2008-10-17
Add some uses of PredefinedExpr to language coverage includes.
Daniel Dunbar
2008-10-05
Improve C language testing coverage.
Daniel Dunbar
2008-10-05
Coverage test for targets.
Daniel Dunbar
2008-10-05
Improve codegen coverage tests.
Daniel Dunbar
2008-10-04
Add coverage tests of C and Obj-C language features.
Daniel Dunbar
2008-10-04
Add test/Driver.
Daniel Dunbar