This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b8c677497a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b8c677497a'
${ noResults }
infer_clone
/
infer
/
tests
/
build_systems
/
cmake
/
issues.exp
2 lines
92 B
Raw
Normal View
History
Unescape
Escape
[DB] return resolved path when path cannot be made relative Summary: This makes it more obvious why infer would force a path to be absolute since we base that decision on the resolved path. For instance: ``` $ mkdir foo $ cd foo $ ln -s ../examples goo $ infer -- clang -c goo/hello.c [...] /home/jul/infer/examples/hello.c:14: error: NULL_DEREFERENCE ``` We see that the path is outside of the current directory clearly, whereas before infer would report on "goo/hello.c". Reviewed By: akotulski Differential Revision: D4409579 fbshipit-source-id: 7172005
8 years ago
build_systems/codetoanalyze/hello.c, test, 2, NULL_DEREFERENCE, [start of procedure test()]