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-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
Thread-safety analysis: bugfix for case where a trylock occurs in an
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-24
Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch.
Ted Kremenek
2012-08-23
[analyzer] Support C++ default arguments if they are literal values.
Jordan Rose
2012-08-22
Fix an assortment of doxygen comment issues found by -Wdocumentation.
Ted Kremenek
2012-08-22
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-14
[analyzer] Teach live variable analyzes that super uses self pointer.
Anna Zaks
2012-08-10
Thread-safety-analysis: adds existential quantification over lock
DeLesley Hutchins
2012-08-10
Thread safety analysis: refactor to support more sophisticated handling
DeLesley Hutchins
2012-08-10
Refactor thread safety analysis to use a different data structure
DeLesley Hutchins
2012-08-10
Add missing cctype includes.
Joerg Sonnenberger
2012-08-07
Properly check length modfiers for %n in format strings.
Hans Wennborg
2012-08-07
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
Rename analyze_format_string::ArgTypeResult to ArgType
Hans Wennborg
2012-07-31
-Wformat: better handling of qualifiers on pointer arguments
Hans Wennborg
2012-07-30
Make -Wformat check the argument type for %n.
Hans Wennborg
2012-07-27
Make -Wformat walk the typedef chain when looking for size_t, etc.
Hans Wennborg
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-27
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-26
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-26
[analyzer] Variables with destructors are live until the destructor is run.
Jordan Rose
2012-07-24
When a && or || appears as the condition of a ?:, perform appropriate
Richard Smith
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
Add a reverse iterator to DeclStmt, and use it when building a CFG.
Jordan Rose
2012-07-19
Simplify UninitializedValues.cpp by removing logic to handle the previous (im...
Ted Kremenek
2012-07-18
Teach CFG construction about destructors resulting from references to array t...
Ted Kremenek
2012-07-17
Uninitialized variables: two little changes:
Richard Smith
2012-07-17
-Wuninitialized: Split the classification of DeclRefExprs as initialization or
Richard Smith
2012-07-14
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-07-14
Hoist CFG builder logic for '&&' and '||' into helper method. No funcationli...
Ted Kremenek
2012-07-14
Remove unused method declaration.
Ted Kremenek
2012-07-14
Sort prototypes. No functionality change.
Ted Kremenek
2012-07-13
PR13360: When deciding the earliest point which inevitably leads to an
Richard Smith
2012-07-10
Thread safety analysis: impove handling of trylock expressions.
DeLesley Hutchins
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-05
Thread-safety analysis: eliminate false positives in case where the definition
DeLesley Hutchins
2012-07-04
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-03
Thread safety analysis: improve handling of smart pointers.
DeLesley Hutchins
2012-07-03
Thread Safety Analysis: handle expressions involving temporaries,
DeLesley Hutchins
2012-07-02
-Wuninitialized: assume that an __attribute__((returns_twice)) function might
Richard Smith
2012-07-02
Thread safety analysis: fixed bug that occurs when very silly people
DeLesley Hutchins
2012-07-02
Thread safety analysis: fixed incorrect error message at the end of a locks_r...
DeLesley Hutchins
2012-07-02
Thread safety analysis: don't warn in case of duplicate annotation.
DeLesley Hutchins
2012-07-02
Thread Safety Analysis: turn off checking within trylock functions.
DeLesley Hutchins
2012-07-02
Bail out the LiveVariables analysis when the CFG is very large, as
Ted Kremenek
[next]