..
ARCMigrate
[ObjectiveC migrator] relax the rules for setter/getter
2013-07-04 00:24:32 +00:00
AST
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +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
Add target hook CodeGen queries when generating builtin pow*.
2013-07-03 19:19:12 +00:00
Driver
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +00:00
Edit
[objcmt] Fix a mishandled conversion to objc directory literal.
2013-04-06 01:13:17 +00:00
Format
Added AlwaysBreakBeforeMultilineStrings option.
2013-07-04 12:02:44 +00:00
Frontend
Use the multiple argument form of path::append.
2013-06-28 16:25:46 +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
Lex: Cleanup whitespace in PragmaRegionHandler
2013-06-30 08:18:16 +00:00
Parse
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +00:00
Rewrite
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +00:00
Sema
Add a space between closing template '>' to unbreak build.
2013-07-04 03:15:42 +00:00
Serialization
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +00:00
StaticAnalyzer
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
2013-07-04 03:08:24 +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