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.
Dulma Churchill
3cdb9f322e
[IR] Fix the function hashable_name for ObjC methods
...
Summary:
This function had been computing the name for ObjC methods wrong, with only the class name. This was causing wrong error messages in Pulse.
The main issue was that `Procname.to_simplified_string` was writing `Classname::methodname` for ObjC methods, which is not the convention. This confused the `hashable_name` funtion. So changing the method name to `Classname.methodname` which is more standard, and this also fixes `hashable_name`.
Reviewed By: ngorogiannis, jvillard
Differential Revision: D21570880
fbshipit-source-id: 13ed62cf8
5 years ago
..
blocks_in_heap
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
field_superclass
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
global_const
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
initialization
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
memory_leaks_benchmark
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
npe
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
procdescs
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
property
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
resource_leaks
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
returnstmt
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
subtyping
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
taint
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
variadic_methods
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
warnings
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
Makefile
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
issues.exp
[IR] Fix the function hashable_name for ObjC methods
5 years ago
shared
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago