]> granicus.if.org Git - clang/commit
Added __has_include and __has_include_next.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Mon, 2 Nov 2009 22:28:12 +0000 (22:28 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Mon, 2 Nov 2009 22:28:12 +0000 (22:28 +0000)
commit92bd8c70a6837b647a6c55964f8d0a50bf561dbc
treee59eb467143bb2a3386e1319711a7f1a6e8e7231
parentcf9c789d449e088814c9e254d48112c96c8c6c6a
Added __has_include and __has_include_next.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85834 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/Preprocessor.h
lib/Headers/stdint.h
lib/Lex/PPMacroExpansion.cpp
test/Preprocessor/has_include.c [new file with mode: 0644]