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
/
Analysis
Age
Commit message (
Expand
)
Author
2012-02-22
Warn about non-standard format strings (pr12017)
Hans Wennborg
2012-02-16
Thread-safety analysis: Disable checking inside constructors, destructors, lo...
DeLesley Hutchins
2012-02-16
Thread-Safety: added support for 'this' as a lock expression.
DeLesley Hutchins
2012-02-16
Format string analysis: give 'q' its own enumerator.
Hans Wennborg
2012-02-15
Make -Wformat fix-its preserve original conversion specifiers.
Hans Wennborg
2012-02-06
Tweak format string checking to work with %@ and ObjC toll-free bridging. <r...
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-03
Thread safety analysis:
Richard Smith
2012-02-03
Thread safety analysis: at a CFG join point between a block terminating in a
Richard Smith
2012-01-31
Format string warnings: don't a.k.a. wchar_t with wchar_t.
Hans Wennborg
2012-01-31
[CFG] Removed unused local variable.
Erik Verbruggen
2012-01-31
Let %S, %ls, %C match 16bit types in NSStrings.
Nico Weber
2012-01-25
Fix NSLog format string checking for %@.
Ted Kremenek
2012-01-24
Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes...
Ted Kremenek
2012-01-24
Revert various template unreachability code I committed accidentally.
David Blaikie
2012-01-24
More fixes/tests.
David Blaikie
2012-01-24
Support undefined dependent bases.
David Blaikie
2012-01-20
Handle thread safety attributes on functions with separate definitions and de...
DeLesley Hutchins
2012-01-20
The 'l' length modifier makes sense with the scanlist conversion specifier.
Ted Kremenek
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-12
scanf: parse the 'm' length modifier, and check that the right arguments
Hans Wennborg
2012-01-12
scanf analysis: the 'a' length modifier is valid with a scanlist
Hans Wennborg
2012-01-12
scanf analysis: don't bail out after successful parse of scanlist
Hans Wennborg
2012-01-11
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2012-01-06
Thread safety analysis: added support for trylock attribute.
DeLesley Hutchins
2012-01-06
Added LocalVariableMap
DeLesley Hutchins
2012-01-04
Teach the static analyzer to not treat XPC types as CF types.
Ted Kremenek
2011-12-29
Support for thread safety attributes on functions
DeLesley Hutchins
2011-12-28
Support the 'a' scanf length modifier as an extension in C++.
Hans Wennborg
2011-12-28
Enable the user to control whether CXXConstructExpr will be added as a
Zhongxing Xu
2011-12-22
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-22
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...
Ted Kremenek
2011-12-22
Fix regression in LiveVariables when reasoning about variables captured by bl...
Ted Kremenek
2011-12-21
Improve CFG pretty-printing for CXXConstructExprs.
Ted Kremenek
2011-12-21
Improve CFG pretty-printing of CastExprs.
Ted Kremenek
2011-12-20
Update the CMake build for r146959's new files.
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-15
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
Support the 'a' length modifier in scanf format strings as a C90
Hans Wennborg
2011-12-10
Check that arguments to a scanf call match the format specifier,
Hans Wennborg
2011-12-09
Remove unnecessary braces from my previous commit.
Hans Wennborg
2011-12-09
Make printf warnings refer to wint_t and wchar_t by name
Hans Wennborg
2011-12-09
Move definition of ConversionSpecifier::toString() to FormatString.cpp
Hans Wennborg
2011-12-09
fix format specifier fixit for printf("%ld", "foo");
Hans Wennborg
2011-12-08
This patch extends thread safety analysis with support for the scoped_lockabl...
DeLesley Hutchins
2011-12-07
Make printf warnings refer to intmax_t et al. by name
Hans Wennborg
2011-12-05
[analyzer] Rely on LLVM Dominators in Clang dominator computation.
Anna Zaks
2011-12-02
Revert r145697 and dependent patch r145702. It added a dependency from
Nick Lewycky
2011-12-02
Make r145697 actually work.
Hans Wennborg
2011-12-02
Make conversion specifier warning refer to typedef if possible.
Hans Wennborg
[next]