hanchenye-llvm-project/clang/lib
Enea Zaffanella a90af72e8f Fixed source location info for UnaryTransformTypeLoc nodes.
llvm-svn: 185765
2013-07-06 18:54:58 +00:00
..
ARCMigrate [objc migrator]: More knobs to do migration to 2013-07-05 20:46:03 +00:00
AST [comment parsing]: Removes an unsafe API whose 2013-07-05 23:20:55 +00:00
ASTMatchers Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
Analysis Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into 2013-06-27 21:43:17 +00:00
Basic Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
CodeGen Don't use mangleCXXRTTIName in TBAA for C code. 2013-07-05 20:27:40 +00:00
Driver Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
Edit [objc migrator]: More knobs to do migration to 2013-07-05 20:46:03 +00:00
Format Fix formatting for allocation of new pointer variables. 2013-07-05 13:30:40 +00:00
Frontend Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
FrontendTool With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. 2013-07-03 16:20:29 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
Parse Fixed source location info for UnaryTransformTypeLoc nodes. 2013-07-06 18:54:58 +00:00
Rewrite Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Sema Objective-C: Warn when fast enumeration variable isn't used. 2013-07-06 18:04:13 +00:00
Serialization Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
StaticAnalyzer Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Tooling Put helper class in anonymous namespace. 2013-07-01 06:34:58 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00