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
/
SemaExprMember.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More lambda work: semantic analysis of capturing 'this'. It's a bit complica...
Eli Friedman
2012-01-07
1
-0
/
+3
*
Diagnose cases where the definition of a particular type is required,
Douglas Gregor
2012-01-02
1
-0
/
+5
*
Unlike in C++03, a constant-expression is not an unevaluated operand in C++11.
Richard Smith
2011-12-20
1
-1
/
+1
*
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-15
1
-2
/
+2
*
Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an
Richard Smith
2011-10-27
1
-0
/
+1
*
Pull out conversion on LHS of -> and . into its own function. This happens
Richard Smith
2011-10-26
1
-7
/
+12
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-40
/
+8
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-8
/
+40
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-40
/
+8
*
Make it possible to compute the type of 'this' without capturing
Douglas Gregor
2011-10-18
1
-2
/
+2
*
obj-c++: Fix a IRGen crash when getter is a reference type.
Fariborz Jahanian
2011-10-17
1
-9
/
+9
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-43
/
+19
*
Don't complain about qualified property or ivar access when the
Douglas Gregor
2011-10-10
1
-2
/
+2
*
Diagnose attempts to qualify the name of an instance variable or
Douglas Gregor
2011-10-09
1
-0
/
+14
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
1
-4
/
+5
*
Switch Sema::ExtVectorDecls over to LazyVector.
Douglas Gregor
2011-07-28
1
-3
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Add support for C++ namespace-aware typo correction, e.g., correcting
Douglas Gregor
2011-06-28
1
-17
/
+21
*
Provide fix-it for '.' <-> '->' for Objective-C ivar/property access.
Fariborz Jahanian
2011-06-28
1
-1
/
+9
*
Move all of Sema's member-access-related checking out of SemaExpr.cpp
Douglas Gregor
2011-06-23
1
-0
/
+1582