Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2c6dbd7f5586c3acb0024552967268517b753145
/
test
/
SemaCXX
/
bool.cpp
9b127f3
Add fixit notes for -Wconstant-logical-operand.
by Matt Beaumont-Gay
· 13 years ago
90a8f27
Add a warning to catch a bug recently caught by code review, like this:
by Chris Lattner
· 14 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
0490501
The result type of logical || and && is bool in C++. Fixes PR5206.
by Anders Carlsson
· 15 years ago
d249e1d1f
Create a new PrintingPolicy class, which we pass down through the AST
by Douglas Gregor
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
e6d5a4a
Implement checks for bool in increment and decrement.
by Sebastian Redl
· 16 years ago
b88d45e
treat bool literals as constatnt expressions.
by Anders Carlsson
· 16 years ago