diff options
author | Nico Weber <nicolasweber@gmx.de> | 2011-05-14 21:20:23 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2011-05-14 21:20:23 +0000 |
commit | a83c17c28f4a570e18678f6031834487534f120d (patch) | |
tree | ea3891a9260c87b6b47af19e880324dcf42fc5f7 /lib/Tooling/JsonCompileCommandLineDatabase.h | |
parent | cba681af356e24ec4335bcf2b6bb6515072ace99 (diff) |
Let clang-check actually use the Directory entry in the json file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Tooling/JsonCompileCommandLineDatabase.h')
-rw-r--r-- | lib/Tooling/JsonCompileCommandLineDatabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tooling/JsonCompileCommandLineDatabase.h b/lib/Tooling/JsonCompileCommandLineDatabase.h index 9e776d6001..ea7cf0e6e1 100644 --- a/lib/Tooling/JsonCompileCommandLineDatabase.h +++ b/lib/Tooling/JsonCompileCommandLineDatabase.h @@ -78,7 +78,7 @@ class JsonCompileCommandLineParser { CompileCommandHandler *CommandHandler); /// \brief Parses the specified input. Returns true if no parsing errors were - /// foudn. + /// found. bool Parse(); /// \brief Returns an error message if Parse() returned false previously. |