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
Age
Commit message (
Expand
)
Author
2009-11-18
Code completion after @property, providing the names of forward-declared prop...
Douglas Gregor
2009-11-18
Code completion for Objective-C properly lists
Douglas Gregor
2009-11-18
Make CreateOverloadedUnaryOp build the correct node for postinc/dec operators.
Eli Friedman
2009-11-18
Simplify ActOnPostfixUnaryOp.
Eli Friedman
2009-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-18
Code completion for member accesses that involve Objective-C properties and i...
Douglas Gregor
2009-11-18
Eliminate some completely-redundant lookups
Douglas Gregor
2009-11-18
PR5520: Make sure to check whether the base type is complete before looking for
Eli Friedman
2009-11-18
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
Finish code completion for Objective-C message sends
Douglas Gregor
2009-11-17
Rename Objective-C message send completion functions to indicate that we're r...
Douglas Gregor
2009-11-17
Refactor code-completion support for message sends, collecting the
Douglas Gregor
2009-11-17
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
Do not register ObjCInterfaceDecls implicitly created by @class in the
Ted Kremenek
2009-11-17
Improve location information when adding conversion candidates
Douglas Gregor
2009-11-17
Start support of weak_import objective-c classes.
Fariborz Jahanian
2009-11-17
Adjust format attribute index for implicit object arguments. Fixes PR5521.
Sebastian Redl
2009-11-17
Implement code completion for Objective-C message sends to "super".
Douglas Gregor
2009-11-17
Fixes a typo, reported by Doug.
Fariborz Jahanian
2009-11-17
Augment code-completion results to provide argument names and
Douglas Gregor
2009-11-17
StringRef'ify CodeCompletionString
Douglas Gregor
2009-11-17
Temporarily unbreak the clang-on-llvm tests. :) Not going to fix unresolved
John McCall
2009-11-17
Store "sugared" decls in LookupResults (i.e. decl aliases like using declarat...
John McCall
2009-11-17
Silence some warnings produced by Clang, and add a missing header
Douglas Gregor
2009-11-17
Implement template instantiation for using directives, which is dead simple.
Douglas Gregor
2009-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
Require the object type of a member access expression ("." or "->") to
Douglas Gregor
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-17
PR5526: Make sure to set the right cast kinds for the inserted implicit casts.
Eli Friedman
2009-11-16
Simplify the AST a bit by skipping creating member initializers for members
Eli Friedman
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
Repair broken FindCompositePointerType. Correct early termination condition. ...
Sebastian Redl
2009-11-16
Fix PR5488: special-case the overloaded arrow operator so that we don't try to
Eli Friedman
2009-11-16
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
Set the cast kind for a few more code paths.
Eli Friedman
2009-11-15
Make sure that virtual destructors have delete operators.
Anders Carlsson
2009-11-15
Deallocation functions must also be static.
Anders Carlsson
2009-11-15
allocation functions are always static.
Anders Carlsson
2009-11-15
Factor finding a deallocation function for a record type out into a separate ...
Anders Carlsson
2009-11-15
If we find a deallocation function in the class scope, but it is a placement ...
Anders Carlsson
2009-11-15
When performing a static downcast as part of a static_cast, make sure
Douglas Gregor
2009-11-15
Don't gratuitously mark the default constructors of base or member initialize...
Douglas Gregor
2009-11-15
When adding the underlying declaration of a decl to a lookup-results
Douglas Gregor
2009-11-15
When looking for operator() to type-check a call to an object of class
Douglas Gregor
2009-11-15
If any errors have occurred by the time we hit the end of a function body, cl...
Douglas Gregor
2009-11-14
Always build a builtin operator expression for the __extension__ unary operator.
Anders Carlsson
2009-11-14
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
PR5462: Don't run off the edge of the argument array for vararg handling
Eli Friedman
2009-11-14
Fix for PR5489: don't skip the complete type requrirement for variable
Eli Friedman
[next]