This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
86bbf338e57504cc1e006552d8a1a2d99302e961
clang-p2996
/
clang
/
test
/
Analysis
History
Ted Kremenek
c79c0591d6
Added lval type (and tracking) for StringLiterals.
...
llvm-svn: 50109
2008-04-22 21:39:21 +00:00
..
conditional-op-missing-lhs.c
GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places.
2007-11-30 19:04:31 +00:00
dead-stores.c
Added test case illustrating the use of '&'.
2008-04-15 18:37:29 +00:00
null-deref-ps.c
Added lval type (and tracking) for StringLiterals.
2008-04-22 21:39:21 +00:00
stack-addr-ps.c
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
2008-04-10 22:16:52 +00:00
uninit-vals.c
Changed merge operation for uninitialized values analysis to "intersect" (previous union).
2008-03-22 20:11:00 +00:00