llvm-project/clang/lib
David Blaikie c4071fe13d Rename TypeLoc's isType to isKind
Matches changes made to SVal's similar functions based on Jordan Rose's review
feedback to r175594.

Also change isKind to take a reference rather than a non-null pointer, while I'm
at it. (& make TypeLoc::isKind private)

llvm-svn: 175704
2013-02-21 01:47:08 +00:00
..
ARCMigrate Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
AST Rename TypeLoc's isType to isKind 2013-02-21 01:47:08 +00:00
ASTMatchers Re-design the convenience interfaces on MatchFinder. 2013-02-01 13:41:35 +00:00
Analysis Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Basic Revert "intmax_t is long long on Darwin, not long." 2013-02-20 22:28:41 +00:00
CodeGen objective-C arc IR-gen. Retaining of strong 2013-02-21 00:40:10 +00:00
Driver [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory. 2013-02-19 11:25:29 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Fix regression in string literal alignment. 2013-02-20 15:32:58 +00:00
Frontend [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class 2013-02-20 00:54:57 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers [Headers] Use standard builtin defines instead of typeof trickery. 2013-02-06 00:38:13 +00:00
Lex Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Parse Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Rewrite Use trailing documentation comments properly 2013-02-16 22:21:38 +00:00
Sema MCParser: Update method names per coding guidelines. 2013-02-20 22:25:15 +00:00
Serialization Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
StaticAnalyzer [analyzer] Tighten up safety in the use of lazy bindings. 2013-02-21 01:34:51 +00:00
Tooling Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00