| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't leak TemplateIds when a plugin parses late-parsed templates at TU end. | Nico Weber | 2015-05-17 | 1 | -0/+17 |
| * | clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investiga... | NAKAMURA Takumi | 2015-05-14 | 1 | -1/+1 |
| * | clang/test/Frontend/dependency-gen-escaping.c: Tweak r237296, to let '/' and ... | NAKAMURA Takumi | 2015-05-14 | 1 | -3/+7 |
| * | Break \# in a depfile the same way as gcc. | Paul Robinson | 2015-05-13 | 1 | -3/+4 |
| * | Make GNUInline consistent with whether we use traditional GNU inline semantics. | Peter Collingbourne | 2015-05-13 | 1 | -0/+15 |
| * | Fix dependency file escaping. | Paul Robinson | 2015-05-13 | 1 | -0/+8 |
| * | Simplify depfile quoting test. | Paul Robinson | 2015-04-27 | 1 | -15/+8 |
| * | Support generating NMake/Jom-style depfiles. | Paul Robinson | 2015-04-27 | 1 | -0/+9 |
| * | Fix typo in my last commit. | Matthias Braun | 2015-03-03 | 1 | -1/+1 |
| * | Remove shell requirements from tests that use 'cd' | Reid Kleckner | 2015-03-02 | 3 | -4/+0 |
| * | Improve robustness of dependency-generation-crash.c test. | Matthias Braun | 2015-03-02 | 1 | -4/+1 |
| * | Add -fuse-line-directive flag to control usage of #line with -E | Reid Kleckner | 2015-02-26 | 1 | -0/+22 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -1/+0 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+1 |
| * | Fix copy-paste errors in the test | Dmitri Gribenko | 2015-02-23 | 1 | -3/+3 |
| * | Fix dependency generation crash test to run clang and clean up after itself. | Greg Bedwell | 2015-02-12 | 1 | -1/+5 |
| * | Update darwin-version tests | Steven Wu | 2015-02-04 | 1 | -17/+17 |
| * | Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. | Logan Chien | 2015-01-08 | 1 | -0/+37 |
| * | Add driver flags -ftrigraphs, -fno-trigraphs. | Nico Weber | 2014-12-23 | 1 | -2/+2 |
| * | Disable trigraphs in microsoft mode by default. Matches cl.exe. | Nico Weber | 2014-12-22 | 1 | -2/+4 |
| * | Add test coverage for cc1's trigraph option handling. | Nico Weber | 2014-12-22 | 1 | -0/+15 |
| * | Destroy the diagnostic client first in ~DiagnosticEngine | Reid Kleckner | 2014-12-17 | 1 | -0/+6 |
| * | Fix handling of invalid -O options. | Rafael Espindola | 2014-12-16 | 1 | -3/+4 |
| * | Don't actually generate code for testing the frontend's target cpu flag, | Chandler Carruth | 2014-12-09 | 1 | -26/+28 |
| * | Re-work the Clang system for classifying Intel x86 CPUs to use their | Chandler Carruth | 2014-12-09 | 1 | -0/+28 |
| * | Extended list of valid frontend options with '-cl-std=CL2.0'. | Anastasia Stulova | 2014-11-20 | 1 | -0/+9 |
| * | Frontend: Define __EXCEPTIONS if -fexceptions is passed | David Majnemer | 2014-10-27 | 1 | -2/+5 |
| * | Support using sample profiles with partial debug info (driver) | Diego Novillo | 2014-10-22 | 2 | -0/+21 |
| * | This test was updated in r216397, but was failing on Windows due to mixed pat... | Aaron Ballman | 2014-08-26 | 1 | -1/+1 |
| * | Update for llvm api change. | Rafael Espindola | 2014-08-25 | 1 | -1/+1 |
| * | clang/test/Frontend/print-header-includes.c REQUIRES shell due to "cd". | NAKAMURA Takumi | 2014-08-12 | 1 | -0/+2 |
| * | Correctly implement -include search logic. | Manuel Klimek | 2014-08-12 | 1 | -0/+1 |
| * | Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9. | Bob Wilson | 2014-08-08 | 1 | -0/+2 |
| * | Use -Rblah, not -Wblah, to control remark diagnostics. This was always the | Richard Smith | 2014-08-07 | 2 | -1/+18 |
| * | Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit... | Alp Toker | 2014-07-16 | 22 | -3/+1 |
| * | clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter. | NAKAMURA Takumi | 2014-07-16 | 1 | -0/+2 |
| * | Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/ | NAKAMURA Takumi | 2014-07-16 | 21 | -1/+1 |
| * | Trailing linefeed. | NAKAMURA Takumi | 2014-07-16 | 1 | -2/+0 |
| * | Avoid non-attributive uses of 'unsupported' in diagnostics | Alp Toker | 2014-07-14 | 1 | -1/+1 |
| * | Provide -verify support to match "any" line for diagnostics in included files. | Andy Gibbs | 2014-07-10 | 3 | -4/+32 |
| * | clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217. | Nico Weber | 2014-07-06 | 1 | -4/+4 |
| * | Account for differences in grep implementations | Alp Toker | 2014-06-27 | 1 | -3/+3 |
| * | Restore test from r211844 skipping '.file' directives | Alp Toker | 2014-06-27 | 1 | -8/+8 |
| * | Partially disable test from r211844 | Alp Toker | 2014-06-27 | 1 | -2/+4 |
| * | Add test coverage for .bc input in the frontend | Alp Toker | 2014-06-27 | 1 | -0/+17 |
| * | Remove .bc from test config.suffixes | Alp Toker | 2014-06-27 | 1 | -1/+1 |
| * | Simplify optimization-remark.c test following r211610 | Alp Toker | 2014-06-24 | 1 | -12/+7 |
| * | Fix test added in r211610 so it doesn't race on output file creation. | David Blaikie | 2014-06-24 | 1 | -1/+1 |
| * | Add new debug kind LocTrackingOnly. | Diego Novillo | 2014-06-24 | 1 | -2/+12 |
| * | Do not predefine __EXCEPTIONS in clang-cl (PR19977) | Hans Wennborg | 2014-06-10 | 1 | -0/+6 |