diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-12-11 23:36:38 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-12-11 23:36:38 +0000 |
commit | 864eb39233ae89e61557b8fabba1f972dfec7fba (patch) | |
tree | d76a53cbce0d55023326698faafae4c3cc1e2c42 /clang/lib/Sema/SemaDecl.cpp | |
parent | d9a7795abc99b5d1c5f7a96af9fe04962ca1228c (diff) | |
download | bcm5719-llvm-864eb39233ae89e61557b8fabba1f972dfec7fba.tar.gz bcm5719-llvm-864eb39233ae89e61557b8fabba1f972dfec7fba.zip |
PTH:
- Added a side-table per each token-cached file with the preprocessor conditional stack. This tracks what #if's are matched with what #endifs and where their respective tokens are in the PTH file. This will allow for quick skipping of excluded conditional branches in the Preprocessor.
- Performance testing shows the addition of this information (without actually utilizing it) leads to no performance regressions.
llvm-svn: 60911
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions