[en_US] Added 13 autocorrect words
[LibreOffice.git] / compilerplugins / clang / precompiled_clang.hxx
blob926580353883971fd64a3695e84da8b9c044dd35
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * Based on LLVM/Clang.
7 * This file is distributed under the University of Illinois Open Source
8 * License. See LICENSE.TXT for details.
12 // This file is generated manually. Is it based on the output of
13 // cat *.cxx *.hxx | grep '#include' | grep 'clang/' | sort -u
15 #if PCH_LEVEL >= 1
16 #include <clang/AST/ASTConsumer.h>
17 #include <clang/AST/ASTContext.h>
18 #include <clang/AST/Attr.h>
19 #include <clang/AST/Comment.h>
20 #include <clang/AST/CXXInheritance.h>
21 #include <clang/AST/DeclBase.h>
22 #include <clang/AST/DeclCXX.h>
23 #include <clang/AST/Decl.h>
24 #include <clang/AST/DeclTemplate.h>
25 #include <clang/AST/ExprCXX.h>
26 #include <clang/AST/Expr.h>
27 #include <clang/AST/RecursiveASTVisitor.h>
28 #include <clang/AST/StmtVisitor.h>
29 #include <clang/AST/Type.h>
30 #include <clang/Basic/FileManager.h>
31 #include <clang/Basic/OperatorKinds.h>
32 #include <clang/Basic/SourceManager.h>
33 #include <clang/Frontend/CompilerInstance.h>
34 #include <clang/Frontend/FrontendAction.h>
35 #include <clang/Frontend/FrontendActions.h>
36 #include <clang/Frontend/FrontendPluginRegistry.h>
37 #include <clang/Lex/Lexer.h>
38 #include <clang/Lex/PPCallbacks.h>
39 #include <clang/Lex/Preprocessor.h>
40 #include <clang/Rewrite/Core/Rewriter.h>
41 #include <clang/Sema/SemaDiagnostic.h>
42 #include <clang/Sema/Sema.h>
43 #include <clang/Sema/SemaInternal.h>
44 #include <clang/Tooling/CommonOptionsParser.h>
45 #include <clang/Tooling/Refactoring.h>
46 #endif
48 #if PCH_LEVEL >= 2
49 // These are included by everything anyway.
50 #include "plugin.hxx"
51 #include "check.hxx"
52 #endif
54 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */