.. |
ARCMigrate
|
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
2012-09-01 05:09:24 +00:00 |
AST
|
Fixed FunctionTypeLoc source range.
|
2012-10-04 21:42:10 +00:00 |
ASTMatchers
|
Fix isDerivedFrom matcher.
|
2012-09-18 14:17:42 +00:00 |
Analysis
|
Add FP_CONTRACT support for clang.
|
2012-10-02 04:45:10 +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
|
If we flow off the end of a value-returning function:
|
2012-10-04 23:52:29 +00:00 |
Driver
|
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
|
2012-10-04 19:42:20 +00:00 |
Edit
|
Change the representation of builtin functions in the AST
|
2012-08-31 00:14:07 +00:00 |
Frontend
|
[Modules] Introduce Module::TopHeaders which is a set of top-level headers
|
2012-10-05 00:22:33 +00:00 |
FrontendTool
|
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
2012-09-01 05:09:24 +00:00 |
Headers
|
Add struct keyword before _Unwind_Context.
|
2012-09-26 06:35:17 +00:00 |
Lex
|
[Modules] Introduce Module::TopHeaders which is a set of top-level headers
|
2012-10-05 00:22:33 +00:00 |
Parse
|
Fixed FunctionTypeLoc source range.
|
2012-10-04 21:42:10 +00:00 |
Rewrite
|
Silencing an MSVC warning about */ being found outside of a comment.
|
2012-10-02 13:54:25 +00:00 |
Sema
|
[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module
|
2012-10-05 00:22:24 +00:00 |
Serialization
|
[Modules] Introduce Module::TopHeaders which is a set of top-level headers
|
2012-10-05 00:22:33 +00:00 |
StaticAnalyzer
|
[analyzer] Adjust the return type of an inlined devirtualized method call.
|
2012-10-03 01:08:35 +00:00 |
Tooling
|
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
|
2012-09-01 05:09:24 +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 |