diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-14 15:52:06 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-14 15:52:06 +0000 |
commit | 2ab0d01a8e2c7002478fa49f8aca4b32cc72b432 (patch) | |
tree | 81a57fe120c38bf26bfc7ddb8b17b2f4ce34c358 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 39825eaff580972cc1d2913bd4278e9b581d7304 (diff) | |
download | bcm5719-llvm-2ab0d01a8e2c7002478fa49f8aca4b32cc72b432.tar.gz bcm5719-llvm-2ab0d01a8e2c7002478fa49f8aca4b32cc72b432.zip |
Fix bug that would lead to joining preprocessor directives.
Before: #include "a.h" #include "b.h"
After: #include "a.h"
#include "b.h"
llvm-svn: 172424
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions