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
/
SemaChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
objc-arc: when 'assign' attribute is unspecified,
Fariborz Jahanian
2012-01-17
1
-4
/
+24
*
Fix a couples of issues in format strings checking.
Jean-Daniel Dupas
2012-01-17
1
-73
/
+96
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-2
/
+2
*
Use Builtin ID as the return value
Anna Zaks
2012-01-17
1
-18
/
+30
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-1
/
+7
*
Move identification of memory setting and copying functions (memset,
Anna Zaks
2012-01-13
1
-88
/
+20
*
objc-arc: fixes a crash when trying to find out retaining cycle
Fariborz Jahanian
2012-01-10
1
-4
/
+12
*
Suppress -Wunused-value within macros from system headers.
Matt Beaumont-Gay
2012-01-06
1
-13
/
+8
*
Add an APValue representation for the difference between two address-of-label...
Eli Friedman
2012-01-04
1
-1
/
+1
*
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-28
1
-4
/
+2
*
PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which
Richard Smith
2011-12-16
1
-1
/
+3
*
Support the 'a' length modifier in scanf format strings as a C90
Hans Wennborg
2011-12-15
1
-2
/
+4
*
Enhance the -Wsign-compare handling to suppress the -Wsign-compare warning in...
Eli Friedman
2011-12-15
1
-1
/
+1
*
r146430 lost some compile-time performance on MultiSource/Benchmarks/MiBench/...
Matt Beaumont-Gay
2011-12-14
1
-19
/
+24
*
Suppress -Warray-bounds in certain cases involving macros from system headers.
Matt Beaumont-Gay
2011-12-12
1
-1
/
+11
*
Check that arguments to a scanf call match the format specifier,
Hans Wennborg
2011-12-10
1
-2
/
+32
*
Add notes for suppressing and (if it's a zero-arg function returning bool) fi...
David Blaikie
2011-12-09
1
-0
/
+10
*
Make printf warnings refer to wint_t and wchar_t by name
Hans Wennborg
2011-12-09
1
-3
/
+0
*
Make printf warnings refer to intmax_t et al. by name
Hans Wennborg
2011-12-07
1
-3
/
+3
*
Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash
Richard Trieu
2011-12-06
1
-4
/
+5
*
Add a warning for implicit conversion from function literals (and static
Lang Hames
2011-12-05
1
-0
/
+19
*
Revert r145697 and dependent patch r145702. It added a dependency from
Nick Lewycky
2011-12-02
1
-1
/
+1
*
Make conversion specifier warning refer to typedef if possible.
Hans Wennborg
2011-12-02
1
-1
/
+1
*
Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycl...
Ted Kremenek
2011-12-01
1
-1
/
+7
*
Suppress -Warray-bounds for classes (not just structs) where the last field is
Matt Beaumont-Gay
2011-11-29
1
-2
/
+5
*
Merge branch 'yo-dawg-i-herd-u-like-arrays'
Matt Beaumont-Gay
2011-11-29
1
-0
/
+11
*
When checking a call to a builtin atomic operation, be sure to
Douglas Gregor
2011-11-28
1
-13
/
+199
*
Fix Neon builtin pointer argument checking for "sret" builtins.
Bob Wilson
2011-11-16
1
-22
/
+18
*
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
1
-3
/
+3
*
There's no good reason to track temporaries in ExprWithCleanups,
John McCall
2011-11-10
1
-0
/
+6
*
Mark the overloaded atomic builtins as having custom type checking,
Douglas Gregor
2011-11-08
1
-8
/
+0
*
Check pointer types for arguments of Neon load/store macros. rdar://9958031
Bob Wilson
2011-11-08
1
-3
/
+54
*
Clean up type flags for overloaded Neon builtins. No functional change.
Bob Wilson
2011-11-08
1
-23
/
+21
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-16
/
+0
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+20
*
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-29
1
-3
/
+3
*
Fix for PR9751 to change the behavior of -Wformat warnings. If the format
Richard Trieu
2011-10-28
1
-117
/
+218
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-1
/
+2
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-2
/
+1
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-1
/
+2
*
Only emit implicit constant conversion truncation warnings in reachable code....
Ted Kremenek
2011-10-22
1
-3
/
+5
*
Move static array parameter checks to SemaExpr, per Doug's request
Peter Collingbourne
2011-10-19
1
-61
/
+0
*
Suggest %zu for size_t args to printf.
Hans Wennborg
2011-10-18
1
-1
/
+1
*
Add sema checks for calls to functions taking static array parameters
Peter Collingbourne
2011-10-16
1
-0
/
+61
*
Add template instantiation support for AtomicExpr.
Eli Friedman
2011-10-14
1
-22
/
+15
*
Only warn in -Wliteral-conversion if the conversion loses information
Matt Beaumont-Gay
2011-10-14
1
-19
/
+7
*
Extend -Wno-sizeof-array-argument to strncpy and friends.
Nico Weber
2011-10-13
1
-4
/
+43
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+170
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-11
/
+4
*
Don't analyze comparisons in type- or value-dependent
Douglas Gregor
2011-10-10
1
-0
/
+3
[prev]
[next]