Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-10-09 | Fix compatibility issues in tests for PredefinedExpr with MSVC. | Alexey Bataev | 1 | -2/+2 |
2014-04-07 | -fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__ | Reid Kleckner | 1 | -0/+1 |
2013-08-26 | Handle predefined expression for a captured statement | Wei Pan | 1 | -0/+12 |
2011-01-10 | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola | 1 | -8/+8 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 1 | -1/+1 |
2009-11-17 | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar | 1 | -1/+1 |
2009-09-12 | Don't use the PredefinedExpr string as the global variable name, these don't | Daniel Dunbar | 1 | -4/+4 |
2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson | 1 | -0/+45 |