Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
arg-duplicate.c
dd1cb5b
Add 'previous declaration is here' note for param redefinition errors, e.g.:
by Chris Lattner
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
d8e97de
When calling a function without a prototype for which we have a
by Douglas Gregor
· 17 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
739ef0c
C99 DR #316 implies that the function parameter types that are known
by Douglas Gregor
· 17 years ago
67b450c
reject 'typedef int y; int test(x, y)'.
by Chris Lattner
· 18 years ago
5e4c75f
rename -parse-ast-print to -ast-print
by Chris Lattner
· 18 years ago
0883fd5
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 18 years ago
a6f5ab5
Fix off-by-one error when emitting diagnostics. Also, make diagnostic
by Chris Lattner
· 18 years ago