Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
7a17851eee37f933eb57a5af7e1a0eb455443f6a
/
test
/
CodeGenCXX
/
nullptr.cpp
124b3de
add missing newlines at end of file.
by Chris Lattner
· 14 years ago
c9d5573
Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found. This should fix the errors seen on the bot.
by Anders Carlsson
· 14 years ago
2bd6250
std::nullptr_t is a fundamental type for RTTI purposes.
by Anders Carlsson
· 14 years ago
4ce46c2
Perform overload resolution when static_cast'ing from a
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
c1eb14a
Codegen support for nullptr from C++0x.
by Anders Carlsson
· 15 years ago