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-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
2010-02-09
Convert tabs to spaces.
Ted Kremenek
2010-02-06
Teach RegionStore::InvalidateRegions() to also invalidate static variables re...
Ted Kremenek
2010-02-04
Move ParseFormatString() and FormatStringHandler back into the analyze_printf...
Ted Kremenek
2010-02-01
Add format string type checking support for 'long double'.
Ted Kremenek
2010-01-30
Recognize 'q' as a format length modifier (from BSD).
Daniel Dunbar
2010-01-30
Add format string checking of 'double' arguments. Fixes <rdar://problem/6931...
Ted Kremenek
2010-01-29
Fix spacing.
Ted Kremenek
2010-01-29
Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that...
Ted Kremenek
2010-01-29
Enhancements to the alternate (WIP) format string checking:
Ted Kremenek
2010-01-29
Alternate format string checking: issue warnings for incomplete format specif...
Ted Kremenek
[next]