aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTBitCodes.h
AgeCommit message (Expand)Author
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-22[PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey 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-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-14Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-13[PCH] Make the new PCH format (control block) backwards compatible andArgyrios Kyrtzidis
2012-12-04Sort #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-24Serialize DiagnosticOptions to the AST file.Douglas Gregor
2012-10-22Eliminate the redundancy between source-file information in the sourceDouglas Gregor
2012-10-19Move the set of files to be validated in an AST file into the controlDouglas Gregor
2012-10-18Collapse the original file name and original file ID records into aDouglas Gregor
2012-10-18Collapse the "version control revision/tag" AST file record into theDouglas Gregor
2012-10-18Split the target options out into their own record within the ASTDouglas Gregor
2012-10-18Start factoring the on-disk records for an AST file into a controlDouglas Gregor
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-05[Modules] Introduce Module::TopHeaders which is a set of top-level headersArgyrios Kyrtzidis
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-08-31Change the representation of builtin functions in the ASTEli 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-01PR13189: va_list broken with precompiled headersMeador Inge
2012-06-22Documentation cleanup: rephrase, and so avoid a Doxygen warning.James Dennett
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-15Documentation cleanup: escape < characters in Doxygen comments.James Dennett
2012-06-15Add a missing initializer in ASTBitCodes.hDmitri Gribenko
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-11Documentation cleanup, fixing Doxygen markup. Mostly this avoids common termsJames Dennett