Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
65019acfc46ffb191fac4e781ac0c4b8d0c8434e
/
test
/
Sema
/
c89.c
a47317b
PR4304: Add warning for designators in strict c89 mode.
by Eli Friedman
· 14 years ago
0fddb97
Implement support for variable length arrays in C++. VLAs are limited
by Douglas Gregor
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
d1969d8
Prep for new warning.
by Mike Stump
· 15 years ago
9895d88
Fix a minor edge case in C89 mode related to the definition of a
by Eli Friedman
· 16 years ago
7c32f8e
Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode.
by Eli Friedman
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
a1fcbad
Clean up the C89/C++ warnings about C99 array features to not
by Chris Lattner
· 16 years ago
777f07b
diagnose C99 6.9.1p5, C arguments in definitions that are lacking
by Chris Lattner
· 16 years ago
def026a
typedef void T; void f(T);
by Chris Lattner
· 17 years ago
8123a95
Several improvements from Doug Gregor related to default
by Chris Lattner
· 17 years ago
d658b56
Fix handling of implicit int, resolving PR2012 and reverting (and
by Chris Lattner
· 17 years ago
a798ebc
Step #1 to fixing PR2012: c89 allows declspecs to be completely
by Chris Lattner
· 17 years ago
49581f4
fix the second half of PR2041: __restrict is ok in c90 mode, even if
by Chris Lattner
· 17 years ago
3e5849e
Fix PR2041: restrict is not a keyword in c90.
by Chris Lattner
· 17 years ago
99d724f
Fix PR1999, by emitting a hard error only if an argument declarator is completely
by Chris Lattner
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 17 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 17 years ago
054fad5
-C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up.
by Chris Lattner
· 17 years ago
b944951
Ensure we diagnose long long literals in C90 mode.
by Neil Booth
· 17 years ago
94f81fd
extwarn about VLAs in C89 mode.
by Chris Lattner
· 17 years ago
b23deda
warn about long long when in c89 mode.
by Chris Lattner
· 17 years ago
c30ebfb
extwarn about decls intermixed with code in c89 mode.
by Chris Lattner
· 17 years ago