hanchenye-llvm-project/clang/Sema
Ted Kremenek 73c18e0362 Added LabelLoc to GotoStmt to record the source location of the label token
in the actual GotoStmt.

Fixed bug where GotoStmt::getSourceRange incorrectly used the target LabelStmt
to compute its extent.

llvm-svn: 41745
2007-09-06 17:11:52 +00:00
..
ASTStreamer.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp add actions for deleting expr/stmt nodes. 2007-08-31 04:53:24 +00:00
Sema.h Make sure initializer type promotions get propagated. 2007-09-04 14:36:54 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp Simplified initializer semantic analysis by adding the following 2 methods: 2007-09-04 21:13:33 +00:00
SemaExpr.cpp Silence VC++ warnings, patch by Hartmut Kaiser 2007-09-04 02:45:27 +00:00
SemaExprCXX.cpp Give CXXBoolLiteralExpr a type (all expressions need a valid type). 2007-08-25 14:02:58 +00:00
SemaStmt.cpp Added LabelLoc to GotoStmt to record the source location of the label token 2007-09-06 17:11:52 +00:00
SemaType.cpp Final phase of array cleanup (for now), removing a FIXME from yesterday. 2007-08-30 22:35:45 +00:00