Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d3d3be9bc717b37366324e9711f1ea22dea42caa
/
test
/
SemaCXX
/
static-assert.cpp
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
94b15fb
Handle static_asserts when instantiating structs.
by Anders Carlsson
· 16 years ago
c308241
Handle dependent types/exprs in static_assert expressions.
by Anders Carlsson
· 16 years ago
fb31176
More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context.
by Anders Carlsson
· 16 years ago