Age | Commit message (Expand) | Author |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-03-22 | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-20 | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-02-01 | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky |
2013-01-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-10 | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-13 | [PCH] Make the new PCH format (control block) backwards compatible and | Argyrios Kyrtzidis |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-15 | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-24 | (De-)serialize the preprocessor options, including macros defined, | Douglas Gregor |
2012-10-24 | (De-)serialize header search options. | Douglas Gregor |
2012-10-24 | (De-)serialize the file system options. | Douglas Gregor |
2012-10-24 | Serialize DiagnosticOptions to the AST file. | Douglas Gregor |
2012-10-22 | Eliminate the redundancy between source-file information in the source | Douglas Gregor |
2012-10-19 | Move the set of files to be validated in an AST file into the control | Douglas Gregor |
2012-10-18 | Collapse the original file name and original file ID records into a | Douglas Gregor |
2012-10-18 | Collapse the "version control revision/tag" AST file record into the | Douglas Gregor |
2012-10-18 | Split the target options out into their own record within the AST | Douglas Gregor |
2012-10-18 | Start factoring the on-disk records for an AST file into a control | Douglas Gregor |
2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-05 | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis |
2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
2012-09-07 | PR9023: A template template parameter whose template parameter list contains an | Richard Smith |
2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
2012-08-25 | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier |
2012-08-24 | [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. | Chad Rosier |
2012-07-01 | PR13189: va_list broken with precompiled headers | Meador Inge |
2012-06-22 | Documentation cleanup: rephrase, and so avoid a Doxygen warning. | James Dennett |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-16 | Explicitly build __builtin_va_list. | Meador Inge |
2012-06-15 | Documentation cleanup: escape < characters in Doxygen comments. | James Dennett |
2012-06-15 | Add a missing initializer in ASTBitCodes.h | Dmitri Gribenko |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-11 | Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms | James Dennett |