llvm-project/clang/lib
Kaelyn Takata d2287c3942 Move TypoCorrectionConsumer into a header.
This makes it available outside of SemaLookup.cpp, as
needed for the forthcoming TypoExpr AST node which will
keep a TypoCorrectionConsumer that provides the possible
typo corrections for that TypoExpr.

llvm-svn: 220691
2014-10-27 18:07:13 +00:00
..
ARCMigrate Objective-C SDK modernization. import Foundation even 2014-10-09 22:04:27 +00:00
AST Itanium ABI: Template template parameters are usable as substitutions 2014-10-24 20:22:57 +00:00
ASTMatchers Speed up clang-tidy when profiling in on. 2014-10-27 15:22:59 +00:00
Analysis Remove unused member variable. 2014-10-21 04:19:18 +00:00
Basic Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
CodeGen Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
Driver Allow thread sanitizer in clang driver on FreeBSD 2014-10-27 13:51:25 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Don't break after very short return types. 2014-10-27 17:13:59 +00:00
Frontend Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers <float.h>: Don't seek #include_next if -ffreestanding for targeting mingw. 2014-10-22 01:25:49 +00:00
Index Format: ArrayRefize some implicit copies away. 2014-10-03 18:52:48 +00:00
Lex Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
Parse Add frontend support for __vectorcall 2014-10-24 17:42:17 +00:00
Rewrite Delete unused method and clangAST dependency it required. 2014-10-26 14:26:55 +00:00
Sema Move TypoCorrectionConsumer into a header. 2014-10-27 18:07:13 +00:00
Serialization Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
StaticAnalyzer [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus package. 2014-10-21 12:41:36 +00:00
Tooling Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00