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
/
Sema.cpp
Age
Commit message (
Expand
)
Author
2009-01-09
Addressed the issue in <rdar://problem/6479085>, where we failed to
Douglas Gregor
2009-01-08
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2008-12-22
Expr and Stmt must be destroyed with Destroy, not delete. Fixes PR/3245.
Sebastian Redl
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-04
change getCurFunctionDecl to skip through Block contexts to find
Chris Lattner
2008-12-03
Overload resolution for the operator new function. Member version is still un...
Sebastian Redl
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-23
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-23
Genericize the qualtype formating callback to support any diag argument.
Chris Lattner
2008-11-23
Add support for sending QualType's directly into diags and convert two
Chris Lattner
2008-11-22
move the Diag method for Sema to be inline. This shrinks the release-asserts
Chris Lattner
2008-11-22
Split the DiagnosticInfo class into two disjoint classes:
Chris Lattner
2008-11-20
remove the last old-fashioned Diag method. Transition complete!
Chris Lattner
2008-11-20
remove another old Diag method.
Chris Lattner
2008-11-20
remove another old-school Diag method.
Chris Lattner
2008-11-20
remove the type_info identifier cache. Compared to the cost
Chris Lattner
2008-11-20
compared to the rest of the code in Sema::GetStdNamespace(),
Chris Lattner
2008-11-20
remove some other identifiers that are looked up really early and only
Chris Lattner
2008-11-20
instead of looking up super at startup time,
Chris Lattner
2008-11-19
remove one more old-style Diag method.
Chris Lattner
2008-11-19
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-18
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-18
introduce the one true Diag method for Sema. Next up: kill all the others off.
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-17
Fix <rdar://problem/6320086> parser rejects block capturing ivar.
Steve Naroff
2008-11-12
Implement support for operator overloading using candidate operator
Douglas Gregor
2008-11-11
Implement C++ 'typeid' parsing and sema.
Sebastian Redl
2008-11-08
Implement Sema support for C++ nested-name-specifiers.
Argyrios Kyrtzidis
2008-11-04
Some cleanup of the cast checkers. Don't canonicalize types when not needed. ...
Sebastian Redl
2008-10-24
Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...
Douglas Gregor
2008-10-14
Add Sema implementation of #pragma pack stack.
Daniel Dunbar
2008-10-02
Add support for format string checking of object-size checking
Daniel Dunbar
2008-09-09
Add a LangOptions member to IdentifierResolver.
Argyrios Kyrtzidis
2008-09-09
Tweak implementation for allowing ObjC builtin type redefinitions.
Steve Naroff
2008-09-05
Remove "NextDecl" from RecordDecl. This change touches many files that where...
Ted Kremenek
2008-09-04
Generate error if we try to implicit cast between different address
Mon P Wang
2008-09-03
Add semantic analysis for "blocks".
Steve Naroff
2008-08-24
Pass SourceRanges by reference to the various Diag methods.
Argyrios Kyrtzidis
2008-08-23
Make sure to create CXX record decls for the implicit Obj-C type declarations...
Anders Carlsson
2008-08-23
make sure that ParseAST invokes the action for end of translation unit.
Chris Lattner
2008-08-23
minor cleanup, remove finalize method.
Chris Lattner
2008-08-14
Change Parser & Sema to use interned "super" for comparions.
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-07-26
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-24
Move isObjCObjectPointerType() from Sema to ASTContext.
Ted Kremenek
2008-07-21
Switch initialization of the protocol list for an interface decl to use
Chris Lattner
2008-07-21
improve comments yet again, now I know what this does :)
Chris Lattner
[next]