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
...
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-43
/
+43
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-53
/
+53
*
In Microsoft mode, if we are inside a template class member function and we c...
Francois Pichet
2011-09-07
1
-0
/
+2
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-99
/
+101
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-23
/
+23
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-36
/
+36
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-55
/
+57
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-64
/
+64
*
Implement the Named Return Value Optimization (NRVO) for blocks.
Douglas Gregor
2011-09-06
1
-0
/
+2
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-36
/
+36
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-57
/
+57
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-32
/
+30
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-20
/
+21
*
Spelling.
Benjamin Kramer
2011-09-06
1
-7
/
+7
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-56
/
+55
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-35
/
+32
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-23
/
+24
*
Pass 0 instead of a empty TemplateArgumentListInfo when creating a CXXDepende...
Francois Pichet
2011-09-04
1
-1
/
+2
*
More unused variable removal.
Benjamin Kramer
2011-09-03
1
-3
/
+1
*
Make helpers static, remove unused variables.
Benjamin Kramer
2011-09-03
1
-4
/
+0
*
Fix some indenting issues in SemaExpr.cpp
Richard Trieu
2011-09-02
1
-4
/
+3
*
Refactor UsualArithmeticConversions() in SemaExpr.cpp into several functions.
Richard Trieu
2011-09-02
1
-251
/
+291
*
Move the warning for different enum comparisons and the warning for using NUL...
Richard Trieu
2011-09-02
1
-61
/
+88
*
Reduce code duplication for pointer comparisons in CheckCompareOperands().
Richard Trieu
2011-09-02
1
-72
/
+84
*
Pull out incomplete pointer type checking code, used from arithmetic checking...
Richard Trieu
2011-09-02
1
-24
/
+22
*
Refactor CheckConditionalOperands() by moving chunks of code to helper functi...
Richard Trieu
2011-09-02
1
-163
/
+227
*
Refactor CheckAddressOfOperand() by pulling out redundant code and moving har...
Richard Trieu
2011-09-02
1
-9
/
+14
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-10
/
+10
*
Refactor CheckAdditionOperands(), CheckSubtractionOperands(), and CheckIncrem...
Richard Trieu
2011-09-01
1
-21
/
+29
*
objective-c: this patch (re)introduces objective-c's default property
Fariborz Jahanian
2011-08-31
1
-97
/
+0
*
Don't assert when diagnosing a missing cast of an unknown-anytype
John McCall
2011-08-31
1
-1
/
+6
*
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-08-30
1
-11
/
+19
*
Update the comment on the default-argument conversion fix; thanks to
John McCall
2011-08-29
1
-6
/
+10
*
Disable the l-value to r-value conversion on C++ class types passed
John McCall
2011-08-27
1
-3
/
+9
*
The lvalue-to-rvalue on structs in C++ is actually part
John McCall
2011-08-27
1
-17
/
+13
*
Don't assert on taking the address of a non-type template parameter. Fixes P...
Eli Friedman
2011-08-26
1
-1
/
+1
*
In -Wno-error=non-pod-varargs, initialize a temporary with
John McCall
2011-08-26
1
-2
/
+11
*
Switch this code to use the more idiomatic 'dyn_cast' pattern.
Chandler Carruth
2011-08-16
1
-4
/
+2
*
Add fixit notes for -Wconstant-logical-operand.
Matt Beaumont-Gay
2011-08-15
1
-3
/
+18
*
The current warning in -Wnull-arithmetic for comparisons between NULL and non...
Richard Trieu
2011-08-11
1
-3
/
+4
*
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
1
-8
/
+10
*
Refactoring of DiagnoseBitwisePrecedence() in SemaExpr.cpp to reduce code dup...
Richard Trieu
2011-08-10
1
-26
/
+22
*
Change an assert into a check. I'm pretty sure there was a point
John McCall
2011-08-10
1
-3
/
+13
*
Make sure FunctionDecls aren't considered during overload resolution if there
Kaelyn Uhrain
2011-08-08
1
-4
/
+5
*
Perform array bounds checking in more situations and properly handle special
Kaelyn Uhrain
2011-08-05
1
-5
/
+29
*
Have the typo correction in DiagnoseEmptyLookup properly handle template
Kaelyn Uhrain
2011-08-05
1
-5
/
+9
*
Fix a small bug where DiagnoseEmptyLookup would no longer print any messages
Kaelyn Uhrain
2011-08-04
1
-2
/
+1
*
Improve overloaded function handling in the typo correction code.
Kaelyn Uhrain
2011-08-03
1
-1
/
+23
*
Fix formatting of SemaExpr.cpp, mainly fixing lines greater than 80 characters.
Richard Trieu
2011-08-02
1
-109
/
+194
*
Introduce a Fix-It for the "missing sentinel" warning, adding an
Douglas Gregor
2011-07-30
1
-5
/
+16
[prev]
[next]