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
*
Make -Wtautological-constant-out-of-range-compare behave sanely for enums wit...
Eli Friedman
2012-11-30
1
-4
/
+3
*
Fix some trailing whitespace (on a blank line) to cycle/test bots.
David Blaikie
2012-11-19
1
-1
/
+1
*
Take into account the zero sign bit for positive numbers when computing the bit
Richard Trieu
2012-11-16
1
-1
/
+5
*
Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o...
Richard Trieu
2012-11-15
1
-1
/
+1
*
Improve -Wtautological-constant-out-of-range-compare by taking into account
Richard Trieu
2012-11-14
1
-15
/
+73
*
PR14284: crash on ext-valid returning NULL from a void function
David Blaikie
2012-11-08
1
-1
/
+2
*
Address review comments for r167358: explicitly check for CK_BitCast instead of
Dmitri Gribenko
2012-11-03
1
-2
/
+1
*
Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.
Dmitri Gribenko
2012-11-03
1
-1
/
+3
*
Add null check for malformed code.
Ted Kremenek
2012-10-11
1
-2
/
+5
*
Minor cleanup for r165678; no functional change.
Eli Friedman
2012-10-11
1
-1
/
+1
*
Make sure we perform the variadic method check correctly for calls to a membe...
Eli Friedman
2012-10-11
1
-2
/
+14
*
Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C fu...
Ted Kremenek
2012-10-02
1
-2
/
+6
*
-Wformat: Don't check format strings in uninstantiated templates.
Jordan Rose
2012-10-02
1
-3
/
+2
*
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
1
-1
/
+11
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Avoid multiple atomic builtin declaration.
Abramo Bagnara
2012-09-22
1
-4
/
+13
*
Improvements to my patch in r164143 per
Fariborz Jahanian
2012-09-20
1
-18
/
+16
*
minor refactoring of my last check-in.
Fariborz Jahanian
2012-09-18
1
-2
/
+2
*
c: warn when an integer value comparison with an
Fariborz Jahanian
2012-09-18
1
-6
/
+68
*
-Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...})
Jordan Rose
2012-09-17
1
-0
/
+18
*
const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in
Richard Smith
2012-09-15
1
-1
/
+5
*
-Warc-retain-cycles: warn at variable initialization as well as assignment.
Jordan Rose
2012-09-15
1
-1
/
+16
*
Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o.
Jordan Rose
2012-09-13
1
-5
/
+22
*
Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).
Jordan Rose
2012-09-13
1
-2
/
+4
*
Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.
Jordan Rose
2012-09-08
1
-40
/
+46
*
Format strings: %Ld isn't available on Darwin or Windows.
Jordan Rose
2012-09-08
1
-27
/
+51
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+1
*
Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin.
Jordan Rose
2012-09-05
1
-23
/
+126
*
Format string checking: change long if-statement to early returns.
Jordan Rose
2012-09-05
1
-66
/
+69
*
objective-C ARC; detect and warn on retain cycle when
Fariborz Jahanian
2012-08-31
1
-0
/
+6
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-5
/
+5
*
Warn about suspicious implicit conversions from floating point to bool
Hans Wennborg
2012-08-28
1
-0
/
+64
*
Support MIPS DSP Rev2 intrinsics.
Simon Atanasyan
2012-08-27
1
-0
/
+5
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-4
/
+2
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-4
/
+4
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-2
/
+2
*
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-08-17
1
-0
/
+414
*
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
1
-3
/
+3
*
Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin
Richard Smith
2012-08-14
1
-2
/
+2
*
Address code review comments for Wstrncat-size warning (r161440).
Anna Zaks
2012-08-08
1
-24
/
+26
*
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
1
-4
/
+4
*
Rename analyze_format_string::ArgTypeResult to ArgType
Hans Wennborg
2012-08-07
1
-17
/
+17
*
Refactor checks for unevaluated contexts into a common utility function.
David Blaikie
2012-08-06
1
-1
/
+1
*
Do not warn on correct use of the '%n' format specifier.
Matt Beaumont-Gay
2012-07-30
1
-9
/
+0
*
Make -Wformat check the argument type for %n.
Hans Wennborg
2012-07-30
1
-2
/
+0
*
Change APInt to APSInt in one instance. Also change a call to operator==() to
Richard Trieu
2012-07-23
1
-1
/
+1
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
For varargs, diagnose passing ObjC objects by value like other non-POD types.
Jordan Rose
2012-07-19
1
-30
/
+40
*
Don't crash checking a format string if one of the arguments is invalid.
Jordan Rose
2012-07-19
1
-7
/
+20
[next]