summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-04-10 00:04:27 +0000
committerBill Wendling <isanbard@gmail.com>2011-04-10 00:04:27 +0000
commit3d5450d809a553872e3c931b5312352889b8e80c (patch)
tree81643566fe4f9f30b05d09fc2b0be8961f296655 /clang/lib/Sema/SemaTemplate.cpp
parent39439739cf2bef1489c171166ff2e2b8542ab056 (diff)
downloadbcm5719-llvm-3d5450d809a553872e3c931b5312352889b8e80c.tar.gz
bcm5719-llvm-3d5450d809a553872e3c931b5312352889b8e80c.zip
Beginning of the Great Exception Handling Rewrite.
* Add a "landing pad" attribute to the BasicBlock. * Modify the bitcode reader and writer to handle said attribute. Later: The verifier will ensure that the landing pad attribute is used in the appropriate manner. I.e., not applied to the entry block, and applied only to basic blocks that are branched to via a `dispatch' instruction. (This is a work-in-progress.) llvm-svn: 129235
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud