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
...
*
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
*
Simplify float comparison checks by using early return.
David Blaikie
2012-07-16
1
-24
/
+16
*
MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments again...
Simon Atanasyan
2012-07-08
1
-0
/
+34
*
objc-arc: warn when assigning retained object to
Fariborz Jahanian
2012-07-06
1
-1
/
+11
*
When a builtin that requires a constant is given a type- or
Douglas Gregor
2012-06-29
1
-2
/
+16
*
Unrevert r158887, reverted in r158949, along with a fix for the bug which
Richard Smith
2012-06-25
1
-120
/
+271
*
Revert r158887. This fixes pr13168.
Rafael Espindola
2012-06-21
1
-271
/
+120
*
PR13165: False positive when initializing member data pointers with NULL.
David Blaikie
2012-06-21
1
-2
/
+1
*
If an object (such as a std::string) with an appropriate c_str() member function
Richard Smith
2012-06-21
1
-120
/
+271
*
Enable -Wnull-conversion for non-integral target types (eg: double).
David Blaikie
2012-06-19
1
-5
/
+6
*
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-16
1
-1
/
+1
*
PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ...
Richard Smith
2012-06-13
1
-1
/
+1
*
Teach format string checking about compile-time CFString constants.
Jordan Rose
2012-06-04
1
-20
/
+24
*
Teach printf/scanf about enums with fixed underlying types.
Jordan Rose
2012-06-04
1
-10
/
+19
*
Change wording of 'memcpy' type mismatch warning and remove fixit.
Anna Zaks
2012-05-30
1
-16
/
+10
*
Add fixits for memory access warnings.
Anna Zaks
2012-05-30
1
-5
/
+35
*
Use the argument location instead of the format string location when warning
Matt Beaumont-Gay
2012-05-17
1
-8
/
+8
*
Don't warn when NULL is used within a macro but its conversion is outside a m...
David Blaikie
2012-05-15
1
-9
/
+10
*
Changing std::string to SmallString for r156826.
David Blaikie
2012-05-15
1
-2
/
+2
*
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
1
-3
/
+17
*
Merge branch 'format-string-braced-init'
Matt Beaumont-Gay
2012-05-11
1
-1
/
+7
*
Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...
Ted Kremenek
2012-05-09
1
-4
/
+12
*
Inhibit ObjC format warning only in system headers (NSLocalizedString).
Jean-Daniel Dupas
2012-05-04
1
-1
/
+2
*
IsTailPaddedMemberArray uses a FieldDecl's
Sean Callanan
2012-05-04
1
-5
/
+9
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-1
/
+1
*
Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...
James Molloy
2012-05-04
1
-1
/
+2
*
Disable -Wformat-extra-args for arguments defined in system headers.
Bob Wilson
2012-05-03
1
-3
/
+6
*
Turn the mixed-sign-comparison diagnostic into a runtime behavior
Douglas Gregor
2012-05-01
1
-3
/
+4
*
When going through references to check if the function returns the address
Argyrios Kyrtzidis
2012-04-30
1
-24
/
+34
*
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-30
1
-1
/
+2
*
Currently __builtin_annotation() only annotates an i32.
Julien Lerouge
2012-04-28
1
-8
/
+23
*
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-13
1
-0
/
+2
*
Warn on 64-to-32 for source value of x bits where 64 >= x > 32.
David Blaikie
2012-04-12
1
-1
/
+1
*
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
1
-98
/
+212
*
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
1
-5
/
+16
*
Remove dead assignment to local variable.
Ted Kremenek
2012-04-04
1
-1
/
+0
*
Pass parameters in the correct order when assembling an AtomicExpr.
David Chisnall
2012-03-29
1
-1
/
+1
*
Suppress macro expansion of NULL in NULL warnings.
David Blaikie
2012-03-16
1
-2
/
+5
*
Provide the specific target type in the -Wnull-conversion warning.
David Blaikie
2012-03-15
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-10
/
+10
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-11
/
+1
*
-Wformat-non-iso: warn about positional arguments (pr12017)
Hans Wennborg
2012-03-09
1
-2
/
+12
*
Fix a couple bugs in the way we handle array indexes in array bounds checking...
Eli Friedman
2012-02-27
1
-4
/
+4
[prev]
[next]