index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
Age
Commit message (
Expand
)
Author
2012-06-15
Documentation cleanup: fix \params to match the code.
James Dennett
2012-06-09
Replace constant-sized BitVector with std::bitset.
Benjamin Kramer
2012-06-07
Fix many doxygen formatting errors.
Chandler Carruth
2012-06-01
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-05-25
Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,
Richard Smith
2012-05-19
[analyzer] c++11: do not crash on namespace alias
Anna Zaks
2012-05-07
[analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPoint
Anna Zaks
2012-05-03
Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these
Richard Smith
2012-04-30
Correct CFGBlock's front() and back() to return by const ref rather than value.
David Blaikie
2012-04-28
[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...
Jordy Rose
2012-04-20
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-18
Fix bad typo reported by I-Jui Sung.
Ted Kremenek
2012-04-12
[analyzer] PCH deserialization optimization.
Anna Zaks
2012-04-03
Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the ...
Ted Kremenek
2012-04-02
Reduce static analyzer memory usage by about 4% by packing the ProgramPoing '...
Ted Kremenek
2012-03-27
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-22
Fix static analyzer crash on code taking the address of a field. Fixes PR 11...
Ted Kremenek
2012-03-21
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-17
Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...
Jordy Rose
2012-03-13
[analyzer] Refactor CallGraph to use Recursive AST visitor when
Anna Zaks
2012-03-09
CallGraph: Add getNode() method, constify.
Anna Zaks
2012-03-09
-Wformat-non-iso: warn about positional arguments (pr12017)
Hans Wennborg
2012-03-08
Add a basic CallGraph to Analysis.
Anna Zaks
2012-02-27
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-22
Warn about non-standard format strings (pr12017)
Hans Wennborg
2012-02-16
Tweak the comment on the 'q' length modifier again.
Hans Wennborg
2012-02-16
Update comment as per Joerg's comment on r150697.
Hans Wennborg
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-13
Fix typo in PrintfConversionSpecifier::isDoubleArg()
Hans Wennborg
2012-02-09
Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...
Benjamin Kramer
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-03
Thread safety analysis:
Richard Smith
2012-01-31
Let %S, %ls, %C match 16bit types in NSStrings.
Nico Weber
2012-01-12
scanf: parse the 'm' length modifier, and check that the right arguments
Hans Wennborg
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-22
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-22
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...
Ted Kremenek
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
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
Make printf warnings refer to wint_t and wchar_t by name
Hans Wennborg
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 conversion specifier warning refer to typedef if possible.
Hans Wennborg
2011-11-09
Fixing 80 col violations (& removing any trailing whitespace on files I was t...
David Blaikie
2011-11-09
Remove extra ';'
Devang Patel
2011-10-25
Tweak printf format string parsing to accept 'hh' conversion specifier to acc...
Ted Kremenek
2011-10-25
Remove extra copy of contents of header file resulting in a patch being appli...
Ted Kremenek
[next]