]> granicus.if.org Git - clang/commit
Optionally store a PreprocessingRecord in the preprocessor itself, and
authorDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 16:15:56 +0000 (16:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 19 Mar 2010 16:15:56 +0000 (16:15 +0000)
commit94dc8f640ebea52241412512ed48601626edbc58
treed2f85a840dec17223611a920b85f8e27fb4e60e2
parentf7ad50026074776bde13fdf790bcf2f647904f1b
Optionally store a PreprocessingRecord in the preprocessor itself, and
tie its creation to a CC1 flag -detailed-preprocessing-record.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98963 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PCHWriter.h
include/clang/Frontend/PreprocessorOptions.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Lex/Preprocessor.cpp
tools/CIndex/CIndex.cpp