summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/switch.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-24 00:59:16 +0000
committerDevang Patel <dpatel@apple.com>2010-07-24 00:59:16 +0000
commit268ad093a7ae4633fec3b2525a1c7d66715e0553 (patch)
tree2dea6d1f8fa978856a8f95d4ded1e7172d181d05 /clang/test/SemaCXX/switch.cpp
parent498877d055a82e82e1e7a0cc7dbd37e4f3240ded (diff)
downloadbcm5719-llvm-268ad093a7ae4633fec3b2525a1c7d66715e0553.tar.gz
bcm5719-llvm-268ad093a7ae4633fec3b2525a1c7d66715e0553.zip
Untangle filename/dirname confusion. Store constructed strings on the side. Avoid use of Path.makeAbsolute().
DW_TAG_compile_unit uses two attributes DW_AT_name and DW_AT_comp_dir. Their expected values are: $ clang foo.c -g DW_AT_name - foo.c DW_AT_comp_dir - `pwd` $ clang one/two/foo.c -g DW_AT_name - one/two/foo.c DW_AT_comp_dir - `pwd` $ clang /tmp/one/foo.c -g DW_AT_name - /tmp/one/foo.c DW_AT_comp_dir - empty llvm-svn: 109303
Diffstat (limited to 'clang/test/SemaCXX/switch.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud