]> granicus.if.org Git - clang/commit
Minor ASTUnit cleanups:
authorDouglas Gregor <dgregor@apple.com>
Mon, 5 Apr 2010 18:10:21 +0000 (18:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 5 Apr 2010 18:10:21 +0000 (18:10 +0000)
commit405634b215f19eec7183bd8005e34aa5a02f64a1
tree015649c8730c7df88c14c68171955a1bbc1a6091
parent2eec0b2e3e931de6cefbb266a7652a0622fe95b2
Minor ASTUnit cleanups:
  - Rename "Diagnostics" and related to "StoredDiagnostics", to better
  capture what we're actually storing.
  - Move SourceManager and FileManager to the heap.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100441 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
tools/CIndex/CIndex.cpp
tools/CIndex/CIndexDiagnostic.cpp