aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMarek Kurdej <marek.kurdej@gmail.com>2021-01-27 09:14:22 +0100
committerMarek Kurdej <marek.kurdej@gmail.com>2021-01-27 09:15:30 +0100
commite3713f156b8cb65a2b74f150afb824ce1e2a2fab (patch)
tree1fab0cf2367bc1672b2895c3e47289fe54ab15d8 /clang/lib/Frontend/CompilerInvocation.cpp
parentb6d87e6a92a9dcaec0386d21e7160c1462a269f8 (diff)
downloadllvm-e3713f156b8cb65a2b74f150afb824ce1e2a2fab.zip
llvm-e3713f156b8cb65a2b74f150afb824ce1e2a2fab.tar.gz
llvm-e3713f156b8cb65a2b74f150afb824ce1e2a2fab.tar.bz2
[clang-format] Avoid considering include directive as a template closer.
This fixes a bug [[ http://llvm.org/PR48891 | PR48891 ]] introduced in D93839 where: ``` #include <stdint.h> namespace rep {} ``` got formatted as ``` #include <stdint.h> namespace rep { } ``` Reviewed By: MyDeveloperDay, leonardchan Differential Revision: https://reviews.llvm.org/D95479
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions