..
ARCMigrate
Objective-C SDK modernization. import Foundation even
2014-10-09 22:04:27 +00:00
AST
clang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed() for -Asserts. [-Wunused-function]
2014-10-29 13:27:44 +00:00
ASTMatchers
Add valueDecl() matcher.
2014-10-28 13:33:58 +00:00
Analysis
Remove unused member variable.
2014-10-21 04:19:18 +00:00
Basic
Use enumerators instead of hardcoded integers when we decide if keyword is enabled.
2014-10-29 10:59:18 +00:00
CodeGen
CodeGen: add __readfsdword builtin
2014-10-29 16:35:41 +00:00
Driver
Driver: remove a stray s that propagated in cross-windows
2014-10-28 03:15:02 +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: Improve && detection as binary operator.
2014-10-28 18:28:22 +00:00
Frontend
Objective-C modern rewriter. Patch to fix a rewriting bug
2014-10-28 23:46:58 +00:00
FrontendTool
Provide a BuryPointer for unique_ptrs.
2014-08-29 16:53:14 +00:00
Headers
CodeGen: add __readfsdword builtin
2014-10-29 16:35:41 +00:00
Index
Format: ArrayRefize some implicit copies away.
2014-10-03 18:52:48 +00:00
Lex
Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04.
2014-10-29 14:42:12 +00:00
Parse
PR21367: Don't accept rvalue references as an extension in C++98 mode if we're in a new-type-id or conversion-type-id, since those things can legitimately be followed by a binary && operator.
2014-10-28 16:55:02 +00:00
Rewrite
Delete unused method and clangAST dependency it required.
2014-10-26 14:26:55 +00:00
Sema
Improved capturing variable-length array types in CapturedStmt.
2014-10-29 12:21:55 +00:00
Serialization
Improved capturing variable-length array types in CapturedStmt.
2014-10-29 12:21:55 +00:00
StaticAnalyzer
Add the initial TypoExpr AST node for delayed typo correction.
2014-10-27 18:07:20 +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