]> granicus.if.org Git - clang/commit
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 29 Sep 2012 11:40:46 +0000 (11:40 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 29 Sep 2012 11:40:46 +0000 (11:40 +0000)
commit1952354bd376062c3ab3d328c0fc6c36530c9309
treeed8f8029aafb02359147f604923ee74066778473
parentfa4f4b33d329d35391011d843ba682a8624527f9
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
use it to suggest appropriate macro for __attribute__((deprecated)) in
-Wdocumentation-deprecated-sync.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164892 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/CommentSema.h
include/clang/AST/RawCommentList.h
include/clang/Lex/Preprocessor.h
lib/AST/ASTContext.cpp
lib/AST/CommentSema.cpp
lib/AST/RawCommentList.cpp
lib/Lex/Preprocessor.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/SemaDecl.cpp
test/Sema/warn-documentation-fixits.cpp
tools/libclang/CIndex.cpp
unittests/AST/CommentParser.cpp