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
2010-07-16
Hook up warning for an incomplete scanlist in scanf format strings.
Ted Kremenek
2010-07-16
Add the main scanf-parsing logic that I meant to include in my previous commit.
Ted Kremenek
2010-07-16
Add missing header file.
Ted Kremenek
2010-07-16
Add most of the boilerplate support for scanf format string checking. This i...
Ted Kremenek
2010-06-22
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-06-18
Printf format strings: Added some more tests and fixed some minor bugs.
Tom Care
2010-06-17
Bug 7394 - Fixed toString representation of Precisions in format strings.
Tom Care
2010-06-17
Bug 7377: Fixed several bad printf format string bugs.
Tom Care
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2010-06-16
Extend format string type-checking to include '%p'. Fixes remaining cases PR...
Ted Kremenek
2010-06-11
Small fixes regarding printf fix suggestions.
Tom Care
2010-06-09
Fix a typo that breaks the GCC build. Turns out that Clang isn't
Douglas Gregor
2010-06-09
Added FixIt support to printf format string checking.
Tom Care
2010-06-08
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-04
Assignments to reference variables shouldn't kill the variable.
Jordy Rose
2010-06-03
Make addStmt always add stmt. Delegate other cases to Visit() directly.
Zhongxing Xu
2010-06-03
CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...
Zhongxing Xu
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-21
Fix crash in CFG construction for 'break' statements appearing in statement e...
Ted Kremenek
2010-05-13
Don't add a null successor to a CFGBlock when the contents of an @synchronize...
Ted Kremenek
2010-05-05
Unbreak CMake build.
Douglas Gregor
2010-04-30
Add null check in CFGBuilder::VisitStmt() to make CFG construction
Ted Kremenek
2010-04-29
Fix CFG crasher involving statement expressions reported in PR 6938.
Ted Kremenek
2010-04-14
Use direct assignment instead of user defined conversion.
Zhongxing Xu
2010-04-13
CFGBuilder: always add C++ member call expr as block-level expr.
Zhongxing Xu
2010-04-11
Fix CFG bug where bases of member expressions were not always evaluated in a ...
Ted Kremenek
2010-04-11
Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotAlwaysAdd' would not be...
Ted Kremenek
2010-04-11
Sort visitor methods. No functionality change.
Ted Kremenek
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-29
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-25
Fix '+=' accumulation error when parsing numeric amounts in a format string.
Ted Kremenek
2010-03-23
Only perform CFG-based warnings on 'static inline' functions that
Ted Kremenek
2010-03-12
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-10
When computing in AnalysisContext the variables referenced
Ted Kremenek
2010-03-03
Simplify code a bit and remove unneeded semicolons.
Benjamin Kramer
2010-03-03
Fix an algorithmic bug in LiveVariables pointed out by Zhongxing.
Ted Kremenek
2010-03-02
[CFG]
Ted Kremenek
2010-03-02
Register all parameters even if they didn't occur in the function body.
Zhongxing Xu
2010-03-01
Allow a '0' precision in format strings (as the man page says it is okay).
Ted Kremenek
2010-02-27
For printf format string checking, add support for positional format strings.
Ted Kremenek
2010-02-26
For printf format string checking, move the tracking of the data argument ind...
Ted Kremenek
2010-02-24
Always add CallExpr as block-level expression. Inline-based interprocedural
Zhongxing Xu
2010-02-24
Add support for '%C' and '%S' printf conversion specifiers.
Ted Kremenek
2010-02-23
Move the rest of the unreachable code analysis from libSema
Ted Kremenek
2010-02-23
Start moving some of the logic for the unreachable code analysis out of libSema
Ted Kremenek
2010-02-22
Revert "Simplify code: Succ is guaranteed to be not NULL.", which turns out to
Daniel Dunbar
2010-02-22
Simplify code: Succ is guaranteed to be not NULL.
Zhongxing Xu
2010-02-17
Add a utility method.
Zhongxing Xu
2010-02-16
Refactor the logic for printf argument type-checking into analyze_printf::Arg...
Ted Kremenek
[prev]
[next]