6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 |
|
29-May-2014 |
Stephen Hines <srhines@google.com> |
Update Clang for 3.5 rebase (r209713). Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
/external/clang/test/Frontend/rewrite-includes.c
|
57af901c139f726a270de0bbc2bbc793fd74a7ae |
|
29-Aug-2013 |
NAKAMURA Takumi <geek4civic@gmail.com> |
clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189591 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
ce6af1189fb8f6d2a6fa083cff84a796c8377504 |
|
20-Jul-2013 |
Lubos Lunak <l.lunak@suse.cz> |
fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) Every #include is surrounded by #if 0 in order to comment it out, which adds lines. That is fixed up right after, but that all can be inside #if part that is not processed, so fix up also after every end of a conditional part. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186763 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
96e7813f08c6adf1d8657b0da86741b54e850fd7 |
|
04-Jul-2013 |
Rafael Espindola <rafael.espindola@gmail.com> |
Add 'not' to commands that are expected to fail. This is at least good documentation, but also opens the possibility of using pipefail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
596eea7cc26979c952a0b177d024787a99b299df |
|
16-Apr-2013 |
Benjamin Kramer <benny.kra@googlemail.com> |
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. This broke e.g. compiling a crash report from a glibc system on Darwin. Sadly, the implementation had to game the lexer a lot as we're not using a real preprocessor here. It also doesn't handle special cases like arbitrary macros in __has_include, but since this macro isn't common outside of clang's headers we can get away with that. Fixes PR14422. Differential Revision: http://llvm-reviews.chandlerc.com/D594 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179616 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
60ad16b7e24cdb88c577c107b69da85458000858 |
|
14-Jun-2012 |
David Blaikie <dblaikie@gmail.com> |
Rename -rewrite-includes to -frewrite-includes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158458 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
575b66a8e07984ff21c1d3ed0da704043b9390bd |
|
07-Jun-2012 |
NAKAMURA Takumi <geek4civic@gmail.com> |
test/Frontend/rewrite-includes.c: Tweak for win32's pathsep. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|
8c0b3787e7ccc7978b42dfbb84da2b802c743a5d |
|
06-Jun-2012 |
David Blaikie <dblaikie@gmail.com> |
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. Patch contributed by Lubos Lunak (l.lunax@suse.cz). Review by Matt Beaumont-Gay (matthewbg@google.com). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158093 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Frontend/rewrite-includes.c
|