..
ARCMigrate
ObjectiveC migrator. Differentiate 'instancetype'
2013-08-02 22:34:18 +00:00
AST
[ms-cxxabi] Properly mangle member pointers
2013-08-05 22:43:06 +00:00
ASTMatchers
Fix crash when encountering alias templates in isDerivedFrom matches.
2013-08-02 21:24:09 +00:00
Analysis
[analyzer] Include analysis stack in crash traces.
2013-07-19 00:59:08 +00:00
Basic
ObjectiveC migrator: Add another family of factory
2013-08-02 20:54:18 +00:00
CodeGen
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
2013-08-04 17:30:04 +00:00
Driver
clang-cl: Implement the /Tc, /TC, /Tp and /TP options.
2013-08-06 00:20:31 +00:00
Edit
ObjectiveC migrator: Remove semicolon after the typedef
2013-07-18 22:17:33 +00:00
Format
Implement Allman style.
2013-08-02 21:31:59 +00:00
Frontend
Add option to disable module loading.
2013-08-05 20:26:17 +00:00
FrontendTool
ObjC migrator: Add -objcmt-migrate-property to do property
2013-07-09 16:59:14 +00:00
Headers
Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue.
2013-08-05 06:17:21 +00:00
Lex
Add option to disable module loading.
2013-08-05 20:26:17 +00:00
Parse
Parse: Don't consider attributes of broken member declarators
2013-08-01 04:22:55 +00:00
Rewrite
[frontend] '-frewrite-includes' should not ignore headers included from command-line.
2013-07-26 15:32:04 +00:00
Sema
Add option to disable module loading.
2013-08-05 20:26:17 +00:00
Serialization
When merging redeclaration chains across modules, if a declaration is visible
2013-08-02 01:09:12 +00:00
StaticAnalyzer
[analyzer] Clarify that r187624 is a hack and should be fixed better later.
2013-08-05 16:02:02 +00:00
Tooling
Allow clang tools to display an overview when using the CommonOptionsParser.
2013-07-19 12:20:59 +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