.. |
ARCMigrate
|
Remove and forbid raw_svector_ostream::flush() calls.
|
2015-08-13 18:12:56 +00:00 |
AST
|
Make __builtin_object_size always answer correctly
|
2015-08-19 02:19:07 +00:00 |
ASTMatchers
|
Add AST narrowing matchers for inline and anonymous namespaces. Since the inline keyword can also be specified on a FunctionDecl, this is a polymorphic matcher.
|
2015-08-18 19:55:20 +00:00 |
Analysis
|
unique_ptrify ConsumedBlockInfo analysis to make it move assignable
|
2015-08-14 01:26:19 +00:00 |
Basic
|
According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.
|
2015-08-19 17:02:32 +00:00 |
CodeGen
|
[modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ignores ImportDecls imported from modules, so only eagerly deserialize the ones from a PCH / preamble.
|
2015-08-19 02:30:28 +00:00 |
Driver
|
Properly pass through the PIC mode to the integrated assembler when
|
2015-08-19 15:12:02 +00:00 |
Edit
|
[Edit] Use StringRef's copy method. No functional change intended.
|
2015-08-04 11:18:09 +00:00 |
Format
|
clang-format: Don't remove space between #elif and parentheses.
|
2015-08-14 12:44:06 +00:00 |
Frontend
|
Initialize the AST consumer as soon as we have both an ASTConsumer and an
|
2015-08-18 20:39:29 +00:00 |
FrontendTool
|
Provide a BuryPointer for unique_ptrs.
|
2014-08-29 16:53:14 +00:00 |
Headers
|
[X86] Add support for _MM_ALIGN16
|
2015-08-06 08:24:38 +00:00 |
Index
|
Remove and forbid raw_svector_ostream::flush() calls.
|
2015-08-13 18:12:56 +00:00 |
Lex
|
[modules] Fix HeaderFileInfo serialization to store all the known owning modules for a header, not just the current favourite.
|
2015-08-18 23:42:23 +00:00 |
Parse
|
Delay emitting members of dllexport classes until the class is fully parsed (PR23542)
|
2015-08-15 01:18:16 +00:00 |
Rewrite
|
Make local function isWhitespaceExceptNL static instead of in anonymous namespace
|
2015-07-28 04:54:03 +00:00 |
Sema
|
[SemaExpr] Re-enable missing assertion.
|
2015-08-19 02:21:12 +00:00 |
Serialization
|
[modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ignores ImportDecls imported from modules, so only eagerly deserialize the ones from a PCH / preamble.
|
2015-08-19 02:30:28 +00:00 |
StaticAnalyzer
|
clangStaticAnalyzerCheckers: Update libdesp.
|
2015-08-15 01:56:49 +00:00 |
Tooling
|
[clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable.
|
2015-08-17 10:01:42 +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 |