summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-06 21:04:51 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-06 21:04:51 +0000
commit36d5d2f08df193dcaf846fdab5894f549a1cd07a (patch)
tree07fcfd5fb9021b7a0d2bc79a42750a30a88f00f5 /clang/lib/StaticAnalyzer/Core
parentcfe830dc52ec8df77e91bf0ddafcb59f2d675197 (diff)
downloadbcm5719-llvm-36d5d2f08df193dcaf846fdab5894f549a1cd07a.tar.gz
bcm5719-llvm-36d5d2f08df193dcaf846fdab5894f549a1cd07a.zip
Debug Info: simplify parameter ordering preservation
Seems we emit the parameter ordering number (spuriously named 'arg number') in the debug info, so there's no need to search through the variable list to figure out the parameter ordering. This implementation does 'always' do the work, even in non-optimized debug info (the previous implementation checked the existence of the 'variables' list on the subprogram which is only present in optimized builds). No intended functionality change. llvm-svn: 183446
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud