]> granicus.if.org Git - clang/commit
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Nov 2009 05:51:54 +0000 (05:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Nov 2009 05:51:54 +0000 (05:51 +0000)
commit444be7366d0a1e172c0290a1ea54c1cb16b5947c
tree49e663c746be1516db2d8d1124452019981bd82a
parent7fe26ac635d4ca61b3d09af619753a7df1cd80ce
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87087 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Lex/Preprocessor.h
include/clang/Parse/Parser.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenTypes.h
lib/Lex/PPExpressions.cpp
lib/Lex/Preprocessor.cpp
tools/clang-cc/clang-cc.cpp