summaryrefslogtreecommitdiff
path: root/test/SemaCXX/predefined-expr.cpp
AgeCommit message (Expand)Author
2016-11-16Improve handling of __FUNCTION__ and other predefined expression for Objectiv...Mehdi Amini
2014-10-09Fix compatibility issues in tests for PredefinedExpr with MSVC.Alexey Bataev
2014-10-09Fix for bug http://llvm.org/PR17427.Alexey Bataev
2013-09-16Handle PredefinedExpr with templates and lambdasWei Pan
2013-08-26Handle predefined expression for a captured statementWei Pan
2013-08-21Sema: Use the right type for PredefinedExpr when it's in a lambda.Benjamin Kramer