clang-1/test/Parser
Steve Naroff 8d1a3b8ca1 Two typeof() related changes...
- Changed the name of ASTContext::getTypeOfType(Expr*)->getTypeOfExpr().
- Remove FIXME for TypeOfExpr::getAsStringInternal(). This will work fine for printing the AST. It isn't ideal
for error diagnostics (since it's more natural to display the expressions type). 

One "random" (or at least delayed:-) change...

- Changed all "ext_typecheck_*" diagnostics from EXTENSION->WARNING. Reason: Since -pedantic is now
off (by default), these diagnostics were never being emitted (which is bad). With this change, clang will
emit the warning all the time. The only downside (wrt GCC compatibility) is -pedantic-errors will not turn
this diagnostics into errors (a "feature" of making tagging them with EXTENSION). When/if this becomes
an issue, we can revisit.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40676 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-01 17:20:42 +00:00
..
CompoundStmtScope.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
argument_qualified.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
argument_redef.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
argument_scope.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
attributes.c -pedantic no longer defaults to on. 2007-07-12 16:49:27 +00:00
bad-control.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
c-namespace.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
char-literal-printing.c don't expect to be able to reparse arbitrary system headers. 2007-07-26 05:59:05 +00:00
check_cast.c Implement semantic analysis for the cast operator. 2007-07-16 23:25:18 +00:00
compound_literal.c Work towards fixing crasher with compound literals... 2007-07-19 01:06:55 +00:00
cxx-bool.cpp Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
cxx-casting.cpp update tests 2007-07-12 16:52:08 +00:00
cxx-reference.cpp Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
declarators.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
expressions.c update tests 2007-07-12 16:52:08 +00:00
function-decls.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
goto-ident.c Catch goto's with a missing identifier, patch by Neil Booth. 2007-07-22 04:13:33 +00:00
ocu_vector_components.c Finish up semantic analysis for vector components. 2007-07-30 03:29:09 +00:00
portability.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
promote_types_in_proto.c Fix Sema::ParseCallExpr()...it wasn't doing the default array/function promotions on it's argument types. 2007-07-24 21:46:40 +00:00
recovery-1.c update test 2007-07-12 16:48:52 +00:00
statements.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
struct-recursion.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
typeof.c Two typeof() related changes... 2007-08-01 17:20:42 +00:00
types.c Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00