summaryrefslogtreecommitdiff
path: root/test/SemaCXX/builtins.cpp
AgeCommit message (Expand)Author
2016-12-19Fix completely bogus types for some builtins:Richard Smith
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner
2013-07-11Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith
2013-01-12barRafael Espindola
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2010-02-12In C++, allow builtins to be referred to via qualified name lookup, e.g.,Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14Add an internal CreateRecordDecl that will create a CXXRecordDecl when compil...Anders Carlsson