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
Loading
Please register or sign in to comment
Before: #include "a.h" #include "b.h" After: #include "a.h" #include "b.h" llvm-svn: 172424