summaryrefslogtreecommitdiff
path: root/test/Misc/emit-html.c
AgeCommit message (Expand)Author
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi
2012-06-08Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-13fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner
2009-02-24Fix PR3635 by handling ## magicallyChris Lattner
2009-02-13Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner