diff options
author | Cyndy Ishida <cyndy_ishida@apple.com> | 2024-07-22 21:10:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 21:10:05 -0700 |
commit | 34ab855826b8cb0c3b46c770b83390bd1fe95c64 (patch) | |
tree | bfe11189e31d14a60747ebab81fa9cffc30b10cf /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 464ea880cf7710cc8675c83001d7ae020406cf42 (diff) | |
download | llvm-34ab855826b8cb0c3b46c770b83390bd1fe95c64.zip llvm-34ab855826b8cb0c3b46c770b83390bd1fe95c64.tar.gz llvm-34ab855826b8cb0c3b46c770b83390bd1fe95c64.tar.bz2 |
[clang][deps] Ignore import/include directives with missing filenames (#99520)
Previously source input like `#import ` resulted in infinite calls
append the same token into `CurDirTokens`. This patch now ignores those
directive lines if they won't actually end up being compiled. (e.g.
macro guarded)
resolves: rdar://121247565
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions