.. |
ARCMigrate
|
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
2012-09-01 05:09:24 +00:00 |
AST
|
When we load a function or method body from an AST file, we check
|
2012-10-09 17:21:28 +00:00 |
ASTMatchers
|
Fix isDerivedFrom matcher.
|
2012-09-18 14:17:42 +00:00 |
Analysis
|
Thread-safety analysis: allow attributes on constructors to refer to 'this'.
|
2012-10-05 22:38:19 +00:00 |
Basic
|
Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs.
|
2012-10-02 14:26:08 +00:00 |
CodeGen
|
We use the enums to query whether an Attributes object has that attribute. The
|
2012-10-09 07:45:26 +00:00 |
Driver
|
Make Bitrig's clang understand -stdlib= correctly.
|
2012-10-08 21:31:38 +00:00 |
Edit
|
Change the representation of builtin functions in the AST
|
2012-08-31 00:14:07 +00:00 |
Frontend
|
Don't emit double parentheses in __clang_version__.
|
2012-10-08 18:49:39 +00:00 |
FrontendTool
|
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
2012-09-01 05:09:24 +00:00 |
Headers
|
Add intrinsic of MULX in BMI2 header
|
2012-10-05 18:50:09 +00:00 |
Lex
|
[Modules] Introduce Module::TopHeaders which is a set of top-level headers
|
2012-10-05 00:22:33 +00:00 |
Parse
|
Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134>
|
2012-10-08 23:52:38 +00:00 |
Rewrite
|
Silencing an MSVC warning about */ being found outside of a comment.
|
2012-10-02 13:54:25 +00:00 |
Sema
|
If a macro has been #undef'd in a precompiled header, we still need to
|
2012-10-09 16:01:50 +00:00 |
Serialization
|
Make the order of visitation of the pending bodies in the AST reader
|
2012-10-09 17:50:23 +00:00 |
StaticAnalyzer
|
[analyzer] Handle implicit statements used for end-of-path nodes' source locs.
|
2012-10-06 01:19:30 +00:00 |
Tooling
|
Hopefully appease Windows buildbot with Japanese (?) error message.
|
2012-10-08 18:37:21 +00:00 |
CMakeLists.txt
|
Adds the AST Matcher library, which provides a in-C++ DSL to express
|
2012-07-06 05:48:52 +00:00 |
Makefile
|
Adds the AST Matcher library, which provides a in-C++ DSL to express
|
2012-07-06 05:48:52 +00:00 |