Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
07a57e0c0ff4a5ae8ca134f01c66aa17b1aaf0e9
/
test
/
CodeGenCXX
/
predefined-expr.cpp
3521d01
Fix for PR5871. Make __PRETTY_FUNCTION__ work for member functions defined in a class local to a function.
by Sam Weinig
· 15 years ago
4eadcc5
Fix for PR5872. Add static specifier and const/volatile qualifiers to member functions in __PRETTY_FUNCTION__ predefined expressions.
by Sam Weinig
· 15 years ago
6be1120
Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in __PRETTY_FUNCTION__ predefined expression.
by Sam Weinig
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
3a1ce1e
Don't print a void return type for C++ constructors and destructors when generating a predefined expr for them.
by Sam Weinig
· 15 years ago
76bee4b
Speed up testing by avoiding stdio.h, also helps testing on windows.
by Mike Stump
· 15 years ago
0a23d76
Don't use the PredefinedExpr string as the global variable name, these don't
by Daniel Dunbar
· 15 years ago
3a082d8
Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig!
by Anders Carlsson
· 15 years ago