aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/predefined-expr.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Fix compatibility issues in tests for PredefinedExpr with MSVC.Alexey Bataev1-2/+2
2014-04-07-fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__Reid Kleckner1-0/+1
2013-08-26Handle predefined expression for a captured statementWei Pan1-0/+12
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola1-8/+8
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar1-1/+1
2009-09-12Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar1-4/+4
2009-09-08Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson1-0/+45