index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to call PerformObjectMemberConversion where necessary.
Eli Friedman
2009-12-04
1
-1
/
+4
*
Make the type of the Decl referred to by a MemberExpr a bit more precise.
Eli Friedman
2009-12-04
1
-1
/
+1
*
Use a more rigorous definition of 'class member'. I don't have any evidence
John McCall
2009-12-02
1
-7
/
+19
*
Recognize that EnumConstantDecls can be found by lookup and are not instance
John McCall
2009-12-02
1
-0
/
+3
*
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
John McCall
2009-12-02
1
-2
/
+1
*
Push overloaded function templates through the parser using a totally different
John McCall
2009-12-02
1
-3
/
+3
*
Stop trying to analyze class-hierarchies for dependently-scoped id-expressions;
John McCall
2009-12-02
1
-17
/
+23
*
Fix IsProvablyNotDerivedFrom to always use record definitions when available.
John McCall
2009-12-01
1
-5
/
+5
*
Rework how we support C++ implicit member accesses. If we can resolve an
John McCall
2009-12-01
1
-168
/
+349
*
Don't automatically assume that an id-expression refers to a
Douglas Gregor
2009-12-01
1
-1
/
+17
*
Eliminate warning in Release-Asserts mode. No functionality change
Douglas Gregor
2009-12-01
1
-0
/
+1
*
Fix and test for a problem caught by the clang-on-clang buildbot: qualified
John McCall
2009-11-30
1
-17
/
+24
*
Remove all of Sema's explicit uses of OverloadedFunctionDecl except for
John McCall
2009-11-30
1
-2
/
+0
*
Eliminate the use of OverloadedFunctionDecl in member expressions.
John McCall
2009-11-30
1
-346
/
+574
*
Add DeclarationName support for C++0x operator literals. They should now work as
Alexis Hunt
2009-11-29
1
-0
/
+1
*
Refactor our handling of expression evaluation contexts, so that Sema
Douglas Gregor
2009-11-26
1
-21
/
+28
*
Allow user re-definition of SEL as well as accessing its fields.
Fariborz Jahanian
2009-11-25
1
-0
/
+21
*
Some fancy footwork to move the decision on how
Fariborz Jahanian
2009-11-25
1
-4
/
+9
*
Refactor argument collection of constructor calls using
Fariborz Jahanian
2009-11-24
1
-2
/
+1
*
More cleanup of argument call collection.
Fariborz Jahanian
2009-11-24
1
-10
/
+10
*
Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and
John McCall
2009-11-24
1
-238
/
+268
*
Refactor collection of call arguments in common code.
Fariborz Jahanian
2009-11-24
1
-28
/
+47
*
GNUNullExpr is a valid sentinel even though it isn't of pointer type.
Anders Carlsson
2009-11-24
1
-3
/
+4
*
Convert the && and || operands to bool using standard conversions. Fixes PR5593.
Anders Carlsson
2009-11-23
1
-9
/
+31
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
1
-0
/
+7
*
Improve type-checking of templates by distinguishing between members
Douglas Gregor
2009-11-23
1
-6
/
+2
*
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
1
-54
/
+3
*
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-23
1
-41
/
+19
*
If a C++ qualified id is followed by a postfix suffix, it is never the direct
John McCall
2009-11-22
1
-1
/
+4
*
Reorganize the intermediate BuildDeclarationNameExpr routines again.
John McCall
2009-11-22
1
-79
/
+66
*
Consider a FunctionTemplate to be an overload all on its lonesome. Track
John McCall
2009-11-22
1
-49
/
+73
*
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
1
-150
/
+288
*
Draw a brighter line between "unresolved" expressions, where we have done the
John McCall
2009-11-19
1
-4
/
+4
*
Split LookupResult into its own header.
John McCall
2009-11-18
1
-0
/
+1
*
Simplify ActOnPostfixUnaryOp.
Eli Friedman
2009-11-18
1
-122
/
+1
*
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-18
1
-1
/
+1
*
Eliminate some completely-redundant lookups
Douglas Gregor
2009-11-18
1
-10
/
+0
*
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-17
1
-15
/
+8
*
PR5526: Make sure to set the right cast kinds for the inserted implicit casts.
Eli Friedman
2009-11-17
1
-2
/
+2
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
1
-8
/
+6
*
Always build a builtin operator expression for the __extension__ unary operator.
Anders Carlsson
2009-11-14
1
-1
/
+2
*
PR5462: Don't run off the edge of the argument array for vararg handling
Eli Friedman
2009-11-14
1
-1
/
+1
*
Don't bind arguments to temporaries if the argument has a reference type.
Anders Carlsson
2009-11-13
1
-1
/
+2
*
Fix two bugs with temporaries:
Anders Carlsson
2009-11-13
1
-0
/
+2
*
Note to self: don't leave debugging statements in the code for four hours.
John McCall
2009-11-12
1
-2
/
+0
*
Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,
John McCall
2009-11-12
1
-8
/
+17
*
Preserve source locations when building offsetof expressions featuring
John McCall
2009-11-11
1
-1
/
+1
*
Apparently the following idiom is specifically encouraged:
John McCall
2009-11-11
1
-1
/
+12
*
Improve parsing of template arguments to lay the foundation for
Douglas Gregor
2009-11-10
1
-4
/
+1
*
When trying to assign a regular string literal to an Objective-C 'id' type or...
Anders Carlsson
2009-11-10
1
-1
/
+32
[next]