index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaChecking.cpp
Age
Commit message (
Expand
)
Author
2012-06-29
When a builtin that requires a constant is given a type- or
Douglas Gregor
2012-06-25
Unrevert r158887, reverted in r158949, along with a fix for the bug which
Richard Smith
2012-06-21
Revert r158887. This fixes pr13168.
Rafael Espindola
2012-06-21
PR13165: False positive when initializing member data pointers with NULL.
David Blaikie
2012-06-21
If an object (such as a std::string) with an appropriate c_str() member function
Richard Smith
2012-06-19
Enable -Wnull-conversion for non-integral target types (eg: double).
David Blaikie
2012-06-16
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-13
PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ...
Richard Smith
2012-06-04
Teach format string checking about compile-time CFString constants.
Jordan Rose
2012-06-04
Teach printf/scanf about enums with fixed underlying types.
Jordan Rose
2012-05-30
Change wording of 'memcpy' type mismatch warning and remove fixit.
Anna Zaks
2012-05-30
Add fixits for memory access warnings.
Anna Zaks
2012-05-17
Use the argument location instead of the format string location when warning
Matt Beaumont-Gay
2012-05-15
Don't warn when NULL is used within a macro but its conversion is outside a m...
David Blaikie
2012-05-15
Changing std::string to SmallString for r156826.
David Blaikie
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-11
Merge branch 'format-string-braced-init'
Matt Beaumont-Gay
2012-05-09
Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...
Ted Kremenek
2012-05-04
Inhibit ObjC format warning only in system headers (NSLocalizedString).
Jean-Daniel Dupas
2012-05-04
IsTailPaddedMemberArray uses a FieldDecl's
Sean Callanan
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...
James Molloy
2012-05-03
Disable -Wformat-extra-args for arguments defined in system headers.
Bob Wilson
2012-05-01
Turn the mixed-sign-comparison diagnostic into a runtime behavior
Douglas Gregor
2012-04-30
When going through references to check if the function returns the address
Argyrios Kyrtzidis
2012-04-30
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-28
Currently __builtin_annotation() only annotates an i32.
Julien Lerouge
2012-04-13
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-12
Warn on 64-to-32 for source value of x bits where 64 >= x > 32.
David Blaikie
2012-04-12
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-11
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-04
Remove dead assignment to local variable.
Ted Kremenek
2012-03-29
Pass parameters in the correct order when assembling an AtomicExpr.
David Chisnall
2012-03-16
Suppress macro expansion of NULL in NULL warnings.
David Blaikie
2012-03-15
Provide the specific target type in the -Wnull-conversion warning.
David Blaikie
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-09
-Wformat-non-iso: warn about positional arguments (pr12017)
Hans Wennborg
2012-02-27
Fix a couple bugs in the way we handle array indexes in array bounds checking...
Eli Friedman
2012-02-23
Modernize some code which processes CastExprs to use CastKinds. No intended ...
Eli Friedman
2012-02-22
Warn about non-standard format strings (pr12017)
Hans Wennborg
2012-02-22
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-21
When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...
Jean-Daniel Dupas
2012-02-15
Make -Wformat fix-its preserve original conversion specifiers.
Hans Wennborg
2012-02-14
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2012-02-10
Support all null pointer literals in format strings.
David Blaikie
2012-02-10
Enhance checking for null format string literal to take into account __null. ...
Ted Kremenek
2012-02-09
Implement return type deduction for lambdas per C++11
Douglas Gregor
2012-02-09
Various interrelated cleanups for lambdas:
Douglas Gregor
2012-02-07
non-literal strftime format string is not unsafe.
Jean-Daniel Dupas
[next]