]> granicus.if.org Git - clang/commit
revert my patch for rdar://7520940 that warns when a published header
authorChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 00:14:44 +0000 (00:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 00:14:44 +0000 (00:14 +0000)
commitf45b646244705410866d62f1d8bf017a047ed662
tree7e06be60712adafd743487d325ebadb6678911fe
parent4a415670481424a210df419a9f96e29db9939106
revert my patch for rdar://7520940 that warns when a published header
is #included with "foo.h" style syntax instead of framework syntax.
It produced too much noise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94120 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/Preprocessor.h
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
test/Preprocessor/foo.framework/Headers/bar.h [deleted file]
test/Preprocessor/foo.framework/Headers/foo.h [deleted file]
test/Preprocessor/framework-include.m [deleted file]