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.h
Age
Commit message (
Expand
)
Author
2009-07-01
Cope with explicitly-specified function template arguments when there
Douglas Gregor
2009-06-30
When explicit template arguments are provided for a function call,
Douglas Gregor
2009-06-30
Patch to support optional nested-name-specifier in in ctor-initializer
Fariborz Jahanian
2009-06-30
Preliminary parsing and ASTs for template-ids that refer to function
Douglas Gregor
2009-06-30
When recursively instantiating function templates, keep track of the
Douglas Gregor
2009-06-30
Refactor ActOnDeclarationNameExpr into a "parsing action" part and a
Douglas Gregor
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-29
Improvements to decltype. We now don't crash anymore when the expr is an over...
Anders Carlsson
2009-06-27
Improve support for overloaded operator templates.
Douglas Gregor
2009-06-27
Renamed MarcDestructorReferenced -> MarkDestructorReferenced
Fariborz Jahanian
2009-06-27
Make it possible for using decls to point to operators. Fixes PR4441.
Anders Carlsson
2009-06-26
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
OpenCL 1.0 support: explicit casts to ext-vector types
Nate Begeman
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
Patch to diagnose and Mark use of implicit default assignment operator.
Fariborz Jahanian
2009-06-24
Make sure that the template parameter lists get from the parser down to ActOn...
Douglas Gregor
2009-06-24
[class.local] p1 and p3. Also, add back the xcodeproj file.
Anders Carlsson
2009-06-23
Start propagating template parameter lists to the right places to
Douglas Gregor
2009-06-23
Make sure that argument-dependent lookup looks into the global scope
Douglas Gregor
2009-06-22
patch to mark use of implicit copy constructors.
Fariborz Jahanian
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-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-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
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-16
Handle temporaries in default arguments.
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-13
Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB...
Anders Carlsson
2009-06-13
Move template type argument checking out into a separate function. No functio...
Anders Carlsson
2009-06-13
When some template parameters of a class template partial
Douglas Gregor
2009-06-12
add the location of the ')' in a do/while statement to DoStmt.
Chris Lattner
2009-06-12
Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...
Anders Carlsson
2009-06-12
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
Diagnose C++ [temp.class.spec]p9b3, where a class template partial
Douglas Gregor
2009-06-12
Diagnose the incorrect use of non-type template arguments for class
Douglas Gregor
2009-06-12
Parse support for C++0x type parameter packs.
Anders Carlsson
2009-06-12
Improve template argument deduction to keep track of why template
Douglas Gregor
2009-06-12
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-06-11
Once we have deduced the template arguments of a class template
Douglas Gregor
2009-06-11
Separate TemplateArgument instantiation logic into its own function. No funct...
Douglas Gregor
2009-06-10
Template argument deduction for member pointers.
Douglas Gregor
2009-06-09
Handle member pointer types with dependent class types (e.g., int
Douglas Gregor
2009-06-07
Template instantiation support for Obj-C @encode expressions.
Anders Carlsson
2009-06-06
Default builtin creation to off; we don't really want to be doing it
Eli Friedman
[next]