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
/
Rewriter
Age
Commit message (
Expand
)
Author
2013-04-30
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-03
Objective-C modern rewriter. Fixes a bug
Fariborz Jahanian
2013-03-18
Objective-C modern translator. Don't put line info
Fariborz Jahanian
2013-02-11
objective-C modern translator: Fixes a mistranslation
Fariborz Jahanian
2013-02-08
objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
2013-02-08
objective-C modern translator. Fixes a trivial
Fariborz Jahanian
2013-02-08
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-07
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2012-10-02
-arch is a darwin-specific driver feature, use a triple instead in rewriter t...
Benjamin Kramer
2012-10-01
Modern translator test. Breakup test into two and
Fariborz Jahanian
2012-10-01
Rename a test I just added.
Fariborz Jahanian
2012-10-01
objective-C modern translator. Test for producing both
Fariborz Jahanian
2012-09-20
StmtPrinter: Print floating point literals with the right suffix to disambigu...
Benjamin Kramer
2012-08-21
Modern objc translator: Fixes a crash in rewriter when rewriting the API
Fariborz Jahanian
2012-06-29
Remove dependency on string.h
Fariborz Jahanian
2012-06-29
objective-c modern translator: synthesize argument type
Fariborz Jahanian
2012-06-29
objective-c modern translator: Translation into objc_msgSend_stret
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-05-23
modern objc translation: Add translation of @autoreleasepool
Fariborz Jahanian
2012-05-10
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
Argyrios Kyrtzidis
2012-05-10
Test for previously checked in patch.
Fariborz Jahanian
2012-05-09
Remove this test again which fails the build-bot for reasons yet
Fariborz Jahanian
2012-05-09
Re-add test for // rdar://11374235
Fariborz Jahanian
2012-05-09
Remove thid test for now.
Fariborz Jahanian
2012-05-08
Modern objective-c translation. Translating default
Fariborz Jahanian
2012-05-08
modern objc translation. objc_getClass() and objc_getMetaClass()
Fariborz Jahanian
2012-05-07
Revert r156097, which appears to be causing some breakage.
Douglas Gregor
2012-05-03
objc modern translator: fix up attribute for dynamic property in a category.
Fariborz Jahanian
2012-05-03
modern objc translator: support for default property
Fariborz Jahanian
2012-05-03
modern objc translator: used size_t in couple
Fariborz Jahanian
2012-05-03
modern objc translation. objc_getClass() and objc_getMetaClass()
Fariborz Jahanian
2012-05-02
Modern objective-c translation: Fixing couple of bugs
Fariborz Jahanian
2012-05-01
modern objective-c translation of private ivars.
Fariborz Jahanian
2012-05-01
clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. ming...
NAKAMURA Takumi
2012-05-01
clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and ad...
NAKAMURA Takumi
2012-04-30
modern objective-c translator. named aggregate types
Fariborz Jahanian
2012-04-27
objective-c modern translator: Correctly translate
Fariborz Jahanian
2012-04-27
test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a)...
NAKAMURA Takumi
2012-04-26
modern objective-c transltion: Fixes a translation bug
Fariborz Jahanian
2012-04-25
objective-c modern translator: more tests.
Fariborz Jahanian
2012-04-25
improve a modern objc translator test.
Fariborz Jahanian
2012-04-25
modern objc rewriter: fixes a bug writing
Fariborz Jahanian
2012-04-24
modern objc translator: Allow writing of multiple
Fariborz Jahanian
2012-04-24
objc modern rewriter: allow translation of
Fariborz Jahanian
2012-04-24
clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due t...
NAKAMURA Takumi
2012-04-21
clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw...
NAKAMURA Takumi
2012-04-20
minor improvement to couple of tests.
Fariborz Jahanian
2012-04-19
objective-c modern translator: Further improving the last
Fariborz Jahanian
2012-04-19
modern objective-c translator: Fix writing a spurious 'static'
Fariborz Jahanian
[next]