index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sema
/
Sema.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
start switching decls over to using an allocator controlled by ASTContext.
Chris Lattner
2008-02-24
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOn...
Steve Naroff
2008-02-13
avoid making implicit casts that just remove typedefs.
Chris Lattner
2008-02-06
pass the astconsumer into Sema's ctor, clean up some stuff in
Chris Lattner
2008-01-16
Move promoteExprToType from being a static method in SemaExpr.cpp to being
Chris Lattner
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
Limit type of foreach's element and collection to be a pointer to
Fariborz Jahanian
2008-01-04
Patch to add semantics check for ObjC2's foreacn statement.
Fariborz Jahanian
2008-01-03
generalize some of the conversion warnings.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-07
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-11-30
Initialize CurMethodDecl to 0.
Anders Carlsson
2007-11-29
Yesterday, I simplified how we stream top-level decls.
Steve Naroff
2007-11-28
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-10-31
Implement a more sensible strategy for ObjC built-in types (addressing a long...
Steve Naroff
2007-10-31
Encode Class, SEL and Objective-C objects.
Anders Carlsson
2007-10-30
minor tweaks
Chris Lattner
2007-10-17
Implementation of AST for @protocol expression.
Fariborz Jahanian
2007-10-16
Patch to implement AST generation for objective-c's @selector expression.
Fariborz Jahanian
2007-10-15
Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.
Steve Naroff
2007-10-10
Refinements to Sema::GetObjcIdType()...
Steve Naroff
2007-10-10
- Make sure default return/argument types (for methods) default to "id".
Steve Naroff
2007-10-09
Make sure methods with no return type default to "id".
Steve Naroff
2007-08-31
add actions for deleting expr/stmt nodes.
Chris Lattner
2007-08-10
Moved id_asprintf before id_vsnprintf in the enum used for indexing
Ted Kremenek
2007-08-10
initial support for checking format strings, patch by Ted Kremenek:
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer