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
2013-03-01
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-16
Don't warn on conversion from NULL to nullptr_t
David Blaikie
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-06
Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
c: When checking on validity of sizeof passed as size of
Fariborz Jahanian
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-23
Make __attribute__((nonnull)) use the general expression evaluator to search for
Nick Lewycky
2013-01-17
Defer checking for unsequenced operations on the RHS of && and || in order to
Richard Smith
2013-01-17
-Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for
Richard Smith
2013-01-17
Attempt to work around bug in older GCCs to fix buildbot.
Richard Smith
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-13
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-21
Tweak Sema::CheckLiteralKind() to also include block literals
Ted Kremenek
2012-12-21
Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().
Ted Kremenek
2012-12-21
Use descriptive enum instead of raw integers for checkUnsafeAssignLiteral().
Ted Kremenek
2012-12-21
Sink call to checkUnsafeAssignLiteral() into checkUnsafeAssignObject().
Ted Kremenek
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...
Ted Kremenek
2012-12-21
Refactor checkUnsafeAssigns() to avoid code duplication with while loop.
Ted Kremenek
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-05
Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.
Jordan Rose
2012-12-05
Format strings: add more expression types that don't need parens to cast.
Jordan Rose
2012-12-05
Format strings: a character literal should be printed with %c, not %d.
Jordan Rose
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-30
Make -Wtautological-constant-out-of-range-compare behave sanely for enums wit...
Eli Friedman
2012-11-19
Fix some trailing whitespace (on a blank line) to cycle/test bots.
David Blaikie
2012-11-16
Take into account the zero sign bit for positive numbers when computing the bit
Richard Trieu
2012-11-15
Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o...
Richard Trieu
2012-11-14
Improve -Wtautological-constant-out-of-range-compare by taking into account
Richard Trieu
2012-11-08
PR14284: crash on ext-valid returning NULL from a void function
David Blaikie
2012-11-03
Address review comments for r167358: explicitly check for CK_BitCast instead of
Dmitri Gribenko
2012-11-03
Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.
Dmitri Gribenko
2012-10-11
Add null check for malformed code.
Ted Kremenek
2012-10-11
Minor cleanup for r165678; no functional change.
Eli Friedman
2012-10-11
Make sure we perform the variadic method check correctly for calls to a membe...
Eli Friedman
2012-10-02
Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C fu...
Ted Kremenek
2012-10-02
-Wformat: Don't check format strings in uninstantiated templates.
Jordan Rose
2012-09-28
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-22
Avoid multiple atomic builtin declaration.
Abramo Bagnara
2012-09-20
Improvements to my patch in r164143 per
Fariborz Jahanian
2012-09-18
minor refactoring of my last check-in.
Fariborz Jahanian
2012-09-18
c: warn when an integer value comparison with an
Fariborz Jahanian
2012-09-17
-Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...})
Jordan Rose
[next]