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
*
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
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
C++11 weakens the requirement for types used with offsetof from POD to standa...
Benjamin Kramer
2012-04-28
1
-2
/
+10
*
Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODTy...
Benjamin Kramer
2012-04-28
1
-1
/
+2
*
PR 12586: Fix assert while running libc++ testsuite: deal with exception
Richard Smith
2012-04-19
1
-3
/
+2
*
VerifyICE: Pass PartialDiagnostics by reference.
Benjamin Kramer
2012-04-18
1
-4
/
+5
*
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-17
1
-0
/
+7
*
objective-c modern translator: buildit objc bool
Fariborz Jahanian
2012-04-16
1
-17
/
+1
*
When we're flagging a protected scope to prevent jumps into the
John McCall
2012-04-13
1
-10
/
+14
*
objective-c literals: Issue warning and ignore
Fariborz Jahanian
2012-04-12
1
-3
/
+7
*
Compute standard conversion sequences for conversions to atomic
Douglas Gregor
2012-04-12
1
-4
/
+9
*
objective-c numeric literal: type of boolean is
Fariborz Jahanian
2012-04-12
1
-1
/
+13
*
objective-c: remove IsConstProperty as it does not
Fariborz Jahanian
2012-04-10
1
-17
/
+1
*
objective-c: add an assertion for property
Fariborz Jahanian
2012-04-10
1
-0
/
+5
*
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-09
1
-1
/
+1
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-1
/
+2
*
Fix a Sema invariant bug that I recently introduced involving
John McCall
2012-04-06
1
-0
/
+3
*
Properly implement the C rules for composite types for qualified pointers in ...
Eli Friedman
2012-04-05
1
-11
/
+27
*
Enter an expression evaluation context when parsing
John McCall
2012-04-04
1
-0
/
+14
*
Remove dead assignment to local variable.
Ted Kremenek
2012-04-04
1
-2
/
+0
*
Finish PR10217: Ensure we say that a special member was implicitly, not
Richard Smith
2012-04-02
1
-8
/
+11
*
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
1
-1
/
+20
*
Forbid the block and lambda copy-capture of __autoreleasing variables
John McCall
2012-03-30
1
-0
/
+21
*
objective-c: Improve diagnostics and
Fariborz Jahanian
2012-03-28
1
-6
/
+6
*
Alternate fix to PR12248: put Sema in charge of special-casing
John McCall
2012-03-13
1
-3
/
+36
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-107
/
+107
[next]