]> granicus.if.org Git - clang/commit
Basic: import IntrusiveRefCntPtr<> into clang namespace
authorDylan Noblesmith <nobled@dreamwidth.org>
Mon, 20 Feb 2012 14:00:23 +0000 (14:00 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Mon, 20 Feb 2012 14:00:23 +0000 (14:00 +0000)
commitc93dc7889644293e318e19d82830ea2acc45b678
treede423914cb6cfda9e4cee58cf3d6a70bb7e7c07f
parent345032a7211a6f983d59c30c0b3fa2b96819532a
Basic: import IntrusiveRefCntPtr<> into clang namespace

The class name is long enough without the llvm:: added.
Also bring in RefCountedBase and RefCountedBaseVPTR.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150958 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
examples/clang-interpreter/main.cpp
examples/wpa/clang-wpa.cpp
include/clang/AST/ASTContext.h
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/FileManager.h
include/clang/Basic/LLVM.h
include/clang/Basic/LangOptions.h
include/clang/Basic/SourceManager.h
include/clang/Basic/TargetInfo.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/Frontend/Utils.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/Preprocessor.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
lib/ARCMigrate/ARCMT.cpp
lib/Basic/Diagnostic.cpp
lib/Frontend/ASTMerge.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/Warnings.cpp
lib/Lex/ModuleMap.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
tools/arcmt-test/arcmt-test.cpp
tools/driver/cc1_main.cpp
tools/driver/cc1as_main.cpp
tools/driver/driver.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/Indexing.cpp
tools/libclang/IndexingContext.h
unittests/Basic/SourceManagerTest.cpp
unittests/Lex/LexerTest.cpp