summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-scope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debug info: An if condition now creates a lexical scope of its own.Adrian Prantl2013-06-081-0/+32
Two variables with the same name declared in two if conditions in the same scope are no longer coalesced into one. rdar://problem/14024005 llvm-svn: 183597
OpenPOWER on IntegriCloud