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-06-24
Implement matching of function templates, so that one can declare overloaded ...
Douglas Gregor
2009-06-24
Make sure that the template parameter lists get from the parser down to ActOn...
Douglas Gregor
2009-06-24
Support for [class.local]p4.
Anders Carlsson
2009-06-24
When declaring a function template, create a FunctionTemplateDecl node
Douglas Gregor
2009-06-24
[class.local] p1 and p3. Also, add back the xcodeproj file.
Anders Carlsson
2009-06-23
Some changes to accomodate Doug's comment for
Fariborz Jahanian
2009-06-23
Start propagating template parameter lists to the right places to
Douglas Gregor
2009-06-23
Eliminate DeclPtrTy() arguments to ActOnDeclarator that are just a very, very...
Douglas Gregor
2009-06-23
Make sure that argument-dependent lookup looks into the global scope
Douglas Gregor
2009-06-23
Check in a new template argument list builder that should work better for var...
Anders Carlsson
2009-06-22
patch to mark use of implicit copy constructors.
Fariborz Jahanian
2009-06-22
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-06-22
Implement implicit instantiation of the member functions of a class template
Douglas Gregor
2009-06-22
Rework the way we track which declarations are "used" during
Douglas Gregor
2009-06-22
Changes made per Doug's comments.
Fariborz Jahanian
2009-06-22
Remove ImplicitMustBeDefined, use universal 'Used' flag
Fariborz Jahanian
2009-06-20
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-06-19
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-19
Use QualType to represent block's implicit return type as
Fariborz Jahanian
2009-06-19
Patch for implementation of C++'s object model. This is
Fariborz Jahanian
2009-06-18
Some cleanups suggested by Chris
Douglas Gregor
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-17
Diagnose class members that shadow a template parameter. Fixes
Douglas Gregor
2009-06-17
Fix some erroneous comments due to trigger-happy copy&paste.
Argyrios Kyrtzidis
2009-06-17
Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC...
Argyrios Kyrtzidis
2009-06-17
Implement correct name lookup inside an initializer of a C++ class static dat...
Argyrios Kyrtzidis
2009-06-17
Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.
Argyrios Kyrtzidis
2009-06-17
Removed deadcode related to addition of constructor
Fariborz Jahanian
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-16
Since integral template arguments can't have dependent types we don't need an...
Anders Carlsson
2009-06-16
Make DeduceNonTypeTemplateArgument take an APSInt instead of an APInt.
Anders Carlsson
2009-06-16
Implements -Wundeclared-selector for ObjC.
Fariborz Jahanian
2009-06-16
Handle temporaries in default arguments.
Anders Carlsson
2009-06-16
Keep track of whether a type parameter type is a parameter pack.
Anders Carlsson
2009-06-16
Add a comment to Sema::ActOnTranslationUnitScope().
Steve Naroff
2009-06-15
More parameter pack work.
Anders Carlsson
2009-06-15
Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.
Anders Carlsson
2009-06-15
Base SFINAE error suppression counting on the class of an error, not
Douglas Gregor
2009-06-14
Introduce a SFINAE "trap" that keeps track of the number of errors
Douglas Gregor
2009-06-14
Update LLVM.
Douglas Gregor
2009-06-14
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-06-14
move GetBuiltinType from Builtin::Context to ASTContext.
Chris Lattner
2009-06-13
Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB...
Anders Carlsson
2009-06-13
Allow initializing a vector with a vector in addition to allowing a list
Eli Friedman
2009-06-13
Fix for PR4382: allow instantiating dependent nested name specifiers.
Eli Friedman
2009-06-13
More work on type parameter packs.
Anders Carlsson
2009-06-13
Remove a bunch of unnecessary template argument deduction code that was
Douglas Gregor
2009-06-13
Move template type argument checking out into a separate function. No functio...
Anders Carlsson
[prev]
[next]