index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
NSAPI.cpp
Age
Commit message (
Expand
)
Author
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-16
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2012-12-18
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
Add OpenCL images as clang builtin types.
Guy Benyei
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-06-04
[objcmt] Don't migrate to subscripting syntax if the required methods have not
Argyrios Kyrtzidis
2012-05-15
[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:
Argyrios Kyrtzidis
2012-05-10
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
Argyrios Kyrtzidis
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek