This is an archive of the discontinued LLVM Phabricator instance.

Updated two annotations for Store.h and CodeGenFunction.h.
ClosedPublic

Authored by MTC on Aug 4 2017, 10:59 AM.

Details

Summary

1.Updated annotations for include/clang/StaticAnalyzer/Core/PathSensitive/Store.h, which belong to the old version of clang.
2.Delete annotations for CodeGenFunction::getEvaluationKind() in clang/lib/CodeGen/CodeGenFunction.h, which belong to the old version of clang.

Diff Detail

Repository
rL LLVM

Event Timeline

MTC created this revision.Aug 4 2017, 10:59 AM
MTC edited the summary of this revision. (Show Details)Aug 4 2017, 11:00 AM
bkramer added inline comments.Aug 7 2017, 6:17 AM
lib/Analysis/CallGraph.cpp
129 ↗(On Diff #109780)

Won't this require adjusting the declaration and all callers?

MTC updated this revision to Diff 109982.Aug 7 2017, 7:04 AM
MTC edited the summary of this revision. (Show Details)

Hello, that's my fault. I thought it over again. IsGlobal should be reserved for the future Global Call Graph.

MTC retitled this revision from Updated two annotations for Store.h and CodeGenFunction.h, and deleted a useless parameter for CallGraph::addNodeForDecl() of CallGraph.cpp. to Updated two annotations for Store.h and CodeGenFunction.h..Aug 7 2017, 7:06 AM
This revision is now accepted and ready to land.Aug 8 2017, 6:45 AM
krasimir edited edge metadata.Aug 24 2017, 7:40 AM

@MTC, do you have commit access or should we commit this for you?

MTC added a comment.Aug 24 2017, 7:57 AM

@MTC, do you have commit access or should we commit this for you?

I hope you can help me to commit this, thank you :)

lib/Analysis/CallGraph.cpp
129 ↗(On Diff #109780)

Hello, that's my fault. I thought it over again. IsGlobal should be the next global function call graph.

This revision was automatically updated to reflect the committed changes.