..
ARCMigrate
Cleanup handling of UniqueExternalLinkage.
2013-05-13 00:12:11 +00:00
AST
Fix memory leak for APValues that do memory allocation.
2013-06-03 13:51:33 +00:00
ASTMatchers
Add an overridable MatchCallback::onEndOfTranslationUnit() function.
2013-05-28 19:21:51 +00:00
Analysis
Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov.
2013-05-20 17:57:55 +00:00
Basic
Disable non-standard library builtins in non-gnu language modes.
2013-05-31 16:29:28 +00:00
CodeGen
Fix handling of pointers-to-members and comma expressions when
2013-06-03 00:17:11 +00:00
Driver
Driver: implement --dyld-prefix option.
2013-05-27 21:40:20 +00:00
Edit
[objcmt] Fix a mishandled conversion to objc directory literal.
2013-04-06 01:13:17 +00:00
Format
Improve detection preventing certain kind of formatting patterns.
2013-06-03 09:54:46 +00:00
Frontend
[modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state.
2013-05-24 05:44:08 +00:00
FrontendTool
<rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
2013-03-27 16:47:18 +00:00
Headers
Add arm_neon.h to the builtin intrinsics module map.
2013-05-20 14:07:18 +00:00
Lex
[Preprocessor] Prevent expansion of y in x ## y when x is empty
2013-05-25 01:35:18 +00:00
Parse
[modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state.
2013-05-24 05:44:08 +00:00
Rewrite
Use only explicit bool conversion operator
2013-05-15 07:37:26 +00:00
Sema
Fix a couple of bugs where jump diagnostics would not notice that a variable
2013-06-03 01:05:37 +00:00
Serialization
[PCH] Fix crash with valid code, related to anonymous field initializers.
2013-05-30 23:59:46 +00:00
StaticAnalyzer
[analyzer] Malloc checker should only escape the receiver when “[O init..]” is called.
2013-05-31 23:47:32 +00:00
Tooling
Let clang-format move the cursor appropriately.
2013-05-21 12:21:39 +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