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
/
CodeGenObjCXX
/
encode.mm
Age
Commit message (
Expand
)
Author
2012-08-07
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-04-27
When @encode'ing a C++ class that has empty base classes, we can end
Douglas Gregor
2011-09-26
Fix assertion hit when @encoding C++ classes. rdar://10172840 & http://llvm.o...
Argyrios Kyrtzidis
2011-08-22
Fix a bug in objc @encoding of C++ classes.
Argyrios Kyrtzidis
2011-06-17
Fix regression with @encode string. rdar://9624314.
Argyrios Kyrtzidis
2011-05-17
Reapply the commits that r131401 reverted and add a fix for PR9927.
Argyrios Kyrtzidis
2011-05-16
Revert 131377, 131369 and 131365.
Rafael Espindola
2011-05-14
Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.
Argyrios Kyrtzidis
2010-10-07
Fix a crash encoding ivars of vector types and
Fariborz Jahanian
2010-05-20
Various small fixes for construction/destruction of Objective-C++
Douglas Gregor
2010-05-17
Teach the ObjC mangler to ignore member pointers just like gcc does.
John McCall
2010-05-07
Implement encoding of methods which have instantiated
Fariborz Jahanian