llvm-project/clang/Sema
Steve Naroff 04e8bc8e35 Remove a space from "typeof" printing. It was causing the following error...
[dylan:clang/test/Parser] admin% ../../../../Debug/bin/clang -parse-ast-check typeof.c 
Warnings expected but not seen:
  Line 21: incompatible types assigning 'typeof(*pi) const' to 'int *'
Warnings seen but not expected:
  Line 21: incompatible types assigning 'typeof(*pi)  const' to 'int *'

Also corrected a typo from my previous commit.

llvm-svn: 40832
2007-08-05 03:24:45 +00:00
..
ASTStreamer.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Sema.h Implement __builtin_choose_expr. 2007-08-03 21:21:27 +00:00
SemaDecl.cpp remove more explicit accesses to the canonical type pointer. 2007-07-31 21:33:24 +00:00
SemaExpr.cpp Remove a space from "typeof" printing. It was causing the following error... 2007-08-05 03:24:45 +00:00
SemaExprCXX.cpp Submitted by: Bill Wendling 2007-06-29 18:21:34 +00:00
SemaStmt.cpp Implement syntax/semantic analysis for OCU Vector Components. 2007-07-27 22:15:19 +00:00
SemaType.cpp Two typeof() related changes... 2007-08-01 17:20:42 +00:00