Update for LLVM api change.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Aug 2014 20:03:29 +0000 (20:03 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Aug 2014 20:03:29 +0000 (20:03 +0000)
commitd92e74d96edff4e4c92ce94a71d7c2fbcd24d522
tree093022e6d6743dba3d4afef0e5285874fee12752
parent634004179fb9784061cb0407b4eac0eebbb86fcd
Update for LLVM api change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216585 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
lib/AST/ASTImporter.cpp
lib/Basic/SourceManager.cpp
lib/CodeGen/CodeGenAction.cpp
lib/Format/Format.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendActions.cpp
lib/Index/SimpleFormatContext.h
lib/Lex/Preprocessor.cpp
lib/Lex/ScratchBuffer.cpp
lib/Parse/ParseStmtAsm.cpp
lib/Serialization/ASTReader.cpp
lib/Tooling/Refactoring.cpp
lib/Tooling/Tooling.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/Indexing.cpp
unittests/AST/CommentLexer.cpp
unittests/AST/CommentParser.cpp
unittests/AST/ExternalASTSourceTest.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Basic/VirtualFileSystemTest.cpp
unittests/CodeGen/BufferSourceTest.cpp
unittests/Frontend/FrontendActionTest.cpp
unittests/Lex/LexerTest.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Lex/PPConditionalDirectiveRecordTest.cpp
unittests/Tooling/RewriterTestContext.h