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
/
Sema
/
SemaChecking.cpp
Age
Commit message (
Expand
)
Author
2008-09-16
Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th...
Steve Naroff
2008-09-10
More semantic analysis for blocks...
Steve Naroff
2008-09-05
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-03
Add __builtin_object_size support.
Daniel Dunbar
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
tighten up some code and some wording on diagnostics.
Chris Lattner
2008-08-07
Fix <rdar://problem/6125909>.
Ted Kremenek
2008-07-26
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-25
Format string errors should underling the format string, not the function name.
Ted Kremenek
2008-07-21
Implement nans, prefetch, and trap builtins.
Daniel Dunbar
2008-07-09
Extend va_start checking to include __builtin_stdarg_start.
Ted Kremenek
2008-06-30
Make a few related changes:
Chris Lattner
2008-06-28
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-16
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-05-20
Add __builtin_frame_address and __builtin_return_address gcc builtins to
Eli Friedman
2008-05-16
Review nit.
Eli Friedman
2008-05-16
Clean up ownership per review comment.
Eli Friedman
2008-05-15
Fixed another regression introduced by r51113 caused by some refactoring
Ted Kremenek
2008-05-14
Implementation of __builtin_shufflevector, a portable builtin capable of
Eli Friedman
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner