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
...
*
Add -Wobjc-string-compare under -Wobjc-literal-compare.
Jordan Rose
2012-07-17
1
-9
/
+22
*
Now that -Wobjc-literal-compare is a warning, put the fixit on a note.
Jordan Rose
2012-07-17
1
-100
/
+66
*
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-16
1
-2
/
+3
*
Downgrade the "direct comparison" error for ObjC literals to a warning.
Jordan Rose
2012-07-09
1
-7
/
+17
*
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-07-08
1
-0
/
+2
*
Rename -Wself-assign-memvar to -Wself-assign-field to improve local consisten...
Nico Weber
2012-07-03
1
-8
/
+8
*
In blocks, only pretend that enum constants have enum type if necessary.
Jordan Rose
2012-07-02
1
-2
/
+10
*
Change condition to be the same as in SemaTemplateInstantiate.
Nico Weber
2012-06-29
1
-1
/
+1
*
Warn on self-assignment to member variables. PR13104.
Nico Weber
2012-06-28
1
-1
/
+24
*
Refactoring after r159290: don't hold onto and check a misleading QualType.
Richard Smith
2012-06-27
1
-4
/
+3
*
Check for non-POD vararg argument type after default argument promotion, not
Richard Smith
2012-06-27
1
-1
/
+1
*
Implement John McCall's review of r159212 other than the this pointer not
Rafael Espindola
2012-06-27
1
-2
/
+3
*
Fix a crash I introduced in r159212.
Rafael Espindola
2012-06-27
1
-0
/
+2
*
During codegen of a virtual call we would extract any casts in the expression
Rafael Espindola
2012-06-26
1
-0
/
+16
*
Unrevert r158887, reverted in r158949, along with a fix for the bug which
Richard Smith
2012-06-25
1
-73
/
+101
*
Support L__FUNCTION__ in microsoft mode, PR11789
Nico Weber
2012-06-23
1
-1
/
+5
*
Show fixit for unqualified calls to methods of dependent bases
Nico Weber
2012-06-22
1
-28
/
+32
*
Revert r158887. This fixes pr13168.
Rafael Espindola
2012-06-21
1
-101
/
+73
*
Don't warn for -Wstatic-in-inline if the used function is also inline.
Jordan Rose
2012-06-21
1
-7
/
+15
*
If an object (such as a std::string) with an appropriate c_str() member function
Richard Smith
2012-06-21
1
-73
/
+101
*
Allow unqualified lookup of non-dependent member functions
Nico Weber
2012-06-20
1
-4
/
+2
*
Remove -Winternal-linkage-in-inline in C++.
Jordan Rose
2012-06-20
1
-58
/
+16
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-3
/
+3
*
Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++.
Jordan Rose
2012-06-18
1
-8
/
+16
*
Support -Winternal-linkage-in-inline in C++ code.
Jordan Rose
2012-06-18
1
-36
/
+98
*
Allow internal decls in inline functions if the function is in the main file.
Jordan Rose
2012-06-18
1
-1
/
+7
*
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-16
1
-45
/
+20
*
Warn when a static variable is referenced in a non-static inline function.
Jordan Rose
2012-06-15
1
-0
/
+32
*
Check the parameter lists and return type of both blocks and lambdas
Douglas Gregor
2012-06-15
1
-1
/
+14
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-1
/
+1
*
Disallow using ObjC literals in direct comparisons (== and friends).
Jordan Rose
2012-06-08
1
-0
/
+157
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-1
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-3
/
+3
*
Add a warning for when an array-to-pointer decay is performed on an array
Richard Smith
2012-06-04
1
-0
/
+1
*
Improve fixit for comparison operator on lhs of bitwise operator.
Nico Weber
2012-06-03
1
-1
/
+1
*
Remove some extra braces.
Eric Christopher
2012-05-30
1
-3
/
+2
*
Fix PR12960 by not attempting to correct cases when we're not actually instan...
David Blaikie
2012-05-28
1
-1
/
+2
*
Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...
Eli Friedman
2012-05-24
1
-2
/
+2
*
Clean up r156925, so that we only mark the capturing DeclRefExpr of a
Douglas Gregor
2012-05-16
1
-4
/
+6
*
Fix code generation of variables reference expressions when mixing
Douglas Gregor
2012-05-16
1
-1
/
+1
*
Don't warn when NULL is used within a macro but its conversion is outside a m...
David Blaikie
2012-05-15
1
-1
/
+1
*
Further improvement to wording of overload resolution diagnostics, and including
Richard Smith
2012-05-15
1
-8
/
+18
*
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-05-11
1
-5
/
+12
*
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
1
-30
/
+144
*
Move Sema::RequireNonAbstractType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
1
-3
/
+3
*
Switch RequireLiteralType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
1
-1
/
+1
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-37
/
+42
*
Add support for full-width 128-bit integer literals.
Stephen Canon
2012-05-03
1
-2
/
+17
*
Workaround a miscompile in 483.xalancbmk while we figure it out.
David Blaikie
2012-05-01
1
-1
/
+0
*
Fix PR12378: provide conversion warnings on default args of function templates
David Blaikie
2012-04-30
1
-2
/
+4
[prev]
[next]