..
ARCMigrate
Include PathV1.h in files that use it.
2013-06-11 19:59:07 +00:00
AST
Implement core issue 903: only integer literals with value 0 and prvalues of
2013-06-13 02:46:14 +00:00
ASTMatchers
Reduce the number of symbols on the object file.
2013-06-11 18:51:07 +00:00
Analysis
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
2013-06-06 21:53:45 +00:00
Basic
cleanup (address some more review comments for r183474):
2013-06-10 21:36:55 +00:00
CodeGen
Simplify: we don't need any special-case lifetime extension when initializing
2013-06-12 23:38:09 +00:00
Driver
Use the global functions instead of the Program methods.
2013-06-12 20:44:26 +00:00
Edit
[objcmt] Fix a mishandled conversion to objc directory literal.
2013-04-06 01:13:17 +00:00
Format
Preserve newlines before block comments in static initializers.
2013-06-12 19:04:12 +00:00
Frontend
Use the global functions instead of the Program methods.
2013-06-12 20:44:26 +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
Even in a modules world, people will depend on the weird xmmintrin.h -> emmintrin.h forwarding.
2013-06-07 22:49:44 +00:00
Lex
Introducing -Wheader-guard, a warning that checks header guards actually work
2013-06-12 21:20:57 +00:00
Parse
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
2013-06-13 02:02:51 +00:00
Rewrite
Port HTMLDiagnostics to PathV2. No intended functionality change.
2013-06-12 18:13:05 +00:00
Sema
C++11: If a class has a user-declared copy operation or destructor, the
2013-06-13 03:23:42 +00:00
Serialization
PR12086, PR15117
2013-06-12 22:31:48 +00:00
StaticAnalyzer
PR12086, PR15117
2013-06-12 22:31:48 +00:00
Tooling
Include Path.h instead of PathV2.h.
2013-06-11 22:15:02 +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