summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/predefined-expr.c
AgeCommit message (Expand)Author
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2014-10-09Fix compatibility issues in tests for PredefinedExpr with MSVC.Alexey Bataev
2014-04-07-fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__Reid Kleckner
2013-08-26Handle predefined expression for a captured statementWei Pan
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-09-12Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar
2009-09-08Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson