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
/
SemaExpr.cpp
Age
Commit message (
Expand
)
Author
2009-07-01
Rework Sema::CheckConditionalOperands(). No functionality change.
Steve Naroff
2009-06-30
When explicit template arguments are provided for a function call,
Douglas Gregor
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
Implement PR4175, catching some questionable comparisons. Patch by
Chris Lattner
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-29
Fix the FloatingLiteral API to take the isexact flag by value instead of
Chris Lattner
2009-06-28
Fix incorrect AST's being produced, noticed by Eli.
Nate Begeman
2009-06-28
OpenCL 1.0 support:
Nate Begeman
2009-06-27
Implement feedback from Eli re: the purpose of lax vector conversions
Nate Begeman
2009-06-26
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
An auto variable can't appear in its own initializer.
Anders Carlsson
2009-06-26
OpenCL 1.0 support: explicit casts to ext-vector types
Nate Begeman
2009-06-26
Implicit instantiation for function template specializations.
Douglas Gregor
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-25
OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in...
Nate Begeman
2009-06-24
Backed out my last patch which caused a clang-test breakage. Will
Fariborz Jahanian
2009-06-24
Added a missing else part to my previous patche(s).
Fariborz Jahanian
2009-06-24
[class.local] p1 and p3. Also, add back the xcodeproj file.
Anders Carlsson
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-22
Changes made per Doug's comments.
Fariborz Jahanian
2009-06-22
Remove ImplicitMustBeDefined, use universal 'Used' flag
Fariborz Jahanian
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-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
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
Handle temporaries in default arguments.
Anders Carlsson
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
Make sure to calculate value-dependence correctly when deal with ICEs.
Eli Friedman
2009-06-08
Delete method which is now trivial.
Eli Friedman
2009-06-08
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-01
PR4287: allow a variadic prototype to make a subsequent K&R style
Eli Friedman
2009-05-29
Some cleanups and commenting to our declaration-name handling
Douglas Gregor
2009-05-27
Don't drop the computed implicit conversions when building a call to
Douglas Gregor
2009-05-22
Cannot type cast @selector expressions.
Fariborz Jahanian
2009-05-22
Representation of and template instantiation for member
Douglas Gregor
2009-05-21
Template instantiation for C99 compound literals
Douglas Gregor
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-19
Template instantiation for __builtin_va_arg.
Douglas Gregor
2009-05-19
Template instantiation for __builtin_choose_expr.
Douglas Gregor
2009-05-19
Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,
Douglas Gregor
2009-05-19
Patch finishes off application of printf attribute on blocks.
Fariborz Jahanian
2009-05-19
Template instantiation for array subscript expressions. This was far
Douglas Gregor
[next]