]> granicus.if.org Git - clang/commit
Adding a fixit for includes that cannot be found with angle brackets, but can be...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 17 Jul 2012 23:19:16 +0000 (23:19 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 17 Jul 2012 23:19:16 +0000 (23:19 +0000)
commita52f5a3ee2156849b3b91255c360b9f0bb1ebd51
treee62038e0a147e93cd384274df5126d93b9bfbd5e
parent8c77758b6546a61b7cc9b71d05049aa0fad3d841
Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead.  Implements PR13201.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160406 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPDirectives.cpp
test/FixIt/fixit-include.c [new file with mode: 0644]
test/FixIt/fixit-include.h [new file with mode: 0644]