]> granicus.if.org Git - clang/commit
Remove the capture, serialization, and deserialization of comment
authorDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 22:13:20 +0000 (22:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 22:13:20 +0000 (22:13 +0000)
commitc6fbbedb3e90ff2f04828c36fd839e01468679f5
tree5f1f7fe2a21407403bdd85dd1c7262c6c2652d4a
parent1b058e8956ea29a7fb7649fdee2b80581dcbdf39
Remove the capture, serialization, and deserialization of comment
ranges as part of the ASTContext. This code is not and was never used,
but contributes ~250k to the size of the Cocoa.h precompiled
header.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99007 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/ExternalASTSource.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/AST/ASTContext.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Parse/Parser.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h