summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add the TypeSourceInfo for the lambda call operator to the lambda'sEli Friedman2012-09-191-0/+1
* Keep history of macro definitions and #undefsAlexander Kornienko2012-08-291-4/+6
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-1/+1
* [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms.Chad Rosier2012-08-241-0/+1
* Fix a few -Wdocumentation warnings.Dmitri Gribenko2012-08-241-2/+0
* Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith2012-08-141-1/+0
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-0/+2
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-3/+5
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-061-7/+7
* [PCH] Make sure that all newly introduced visible decls in a DeclContextArgyrios Kyrtzidis2012-07-021-2/+24
* Restructure how the driver communicates information about theJohn McCall2012-06-201-0/+3
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+18
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-2/+3
* Remove CXXRecordDecl flags which are unused after r158289.Richard Smith2012-06-101-4/+0
* Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor2012-06-081-2/+2
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-4/+3
* A union can have a constexpr defaulted default constructor, if it has anRichard Smith2012-05-071-0/+1
* Fix serialization of uninstantiated exception specifications. Patch by Li Kan,Richard Smith2012-04-211-0/+3
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+1
* Canonicalize the declaration we write to a PCH file for anDouglas Gregor2012-03-261-1/+1
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-161-2/+3
* It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky2012-03-131-4/+0
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-4/+4
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-1/+0
* [libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis2012-03-081-1/+4
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-2/+7
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+4
* Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith2012-02-251-0/+9
* Change the text of a FIXME.Argyrios Kyrtzidis2012-02-241-1/+2
* [PCH] When keeping track of top-level decls for "targeted deserialization"Argyrios Kyrtzidis2012-02-241-0/+3
* Improve our handling of lambda expressions that occur within defaultDouglas Gregor2012-02-211-0/+1
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-211-0/+1
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-201-0/+1
* Implement AST (de-)serialization for lambda expressions.Douglas Gregor2012-02-141-0/+19
* Within the body of a lambda expression, decltype((x)) for anDouglas Gregor2012-02-121-0/+1
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-1/+1
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-061-0/+1
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-061-2/+2
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-2/+3
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-11/+11
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-1/+3
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-32/+58
* Rework the way in which we (de-)serialize the declarationsDouglas Gregor2012-01-171-2/+2
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-171-1/+2
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-58/+0
OpenPOWER on IntegriCloud