Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
cbb98edd530787c2ac019e437e7c599df8004ba7
/
test
/
Sema
/
arg-duplicate.c
d84aac1
Add 'previous declaration is here' note for param redefinition errors, e.g.:
by Chris Lattner
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
74734d5
When calling a function without a prototype for which we have a
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
2224f84
C99 DR #316 implies that the function parameter types that are known
by Douglas Gregor
· 16 years ago
aaf9ddb
reject 'typedef int y; int test(x, y)'.
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
d472b31
Fix off-by-one error when emitting diagnostics. Also, make diagnostic
by Chris Lattner
· 17 years ago