]> granicus.if.org Git - clang/commit
improve DeclStmt to be able to store SourceRange info correctly.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 06:29:04 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 06:29:04 +0000 (06:29 +0000)
commit81c018d9482e7cc2addadc6202dcf162a01faefd
tree3d524b76af50356a3c9b295ddbad2f175fdf7d52
parent3de54ffeb037a7af037f3089e4cd4e917ce7b3ca
improve DeclStmt to be able to store SourceRange info correctly.
Set the start of DeclStmt range.  Right now the end is meaningless
though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48330 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtSerialization.cpp
Parse/ParseDecl.cpp
Parse/ParseObjc.cpp
Parse/ParseStmt.cpp
Sema/Sema.h
Sema/SemaStmt.cpp
include/clang/AST/Stmt.h
include/clang/Parse/Action.h
include/clang/Parse/DeclSpec.h