Skip to content

Commit e702d33

Browse files
[clang] Improve efficiency of CGDebugInfo by using PresumedLoc.
CGDebugInfo used to store SourceLocation which was converted to PresumedLoc multiple times per call. Now we perform convertion from SourceLocation to PresumedLoc just once and use it, which is more efficient.
1 parent 48a99ad commit e702d33

File tree

2 files changed

+236
-196
lines changed

2 files changed

+236
-196
lines changed

0 commit comments

Comments
 (0)