summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-06-251-2/+12
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-26/+53
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-0/+2
* Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis2010-06-221-5/+87
* Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio...Argyrios Kyrtzidis2010-06-211-2/+3
* Support PCH emitting/reading of using declarations.Argyrios Kyrtzidis2010-06-201-4/+4
* Include a hack to allow loading of templated CXXRecordDecls and test template...Argyrios Kyrtzidis2010-06-191-0/+3
* Initial support for reading templates from PCH.Argyrios Kyrtzidis2010-06-191-5/+99
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-4/+0
* Implement first TD-based usage of attributes.Alexis Hunt2010-06-161-15/+15
* Fix PCH issue. Attributes of a declaration were truncated to just one when th...Argyrios Kyrtzidis2010-06-111-1/+1
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+10
* Remember type source information for Objective C property declarations.John McCall2010-06-041-2/+2
* Restructure how we interpret block-literal declarators. Correctly handleJohn McCall2010-06-041-0/+1
* Hack in some really terrible C++ record PCH support that I need right now.John McCall2010-06-031-0/+31
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-1/+1
* Roll back r104941.John McCall2010-05-281-1/+0
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-0/+1
* AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar2010-05-271-0/+1
* AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar2010-05-271-1/+1
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+7
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-0/+1
* Implement semantic analysis and an AST representation for the namedDouglas Gregor2010-05-151-0/+1
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-2/+2
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-16/+270
* Remember the number of positive and negative bits used by the enumerators ofJohn McCall2010-05-061-0/+2
* This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian2010-05-051-0/+1
* Diagnose unused exception parameters under a different warning groupDouglas Gregor2010-05-031-0/+1
* More of Sema to implement initialization ofFariborz Jahanian2010-04-281-0/+1
* Recommit r102215, this time being more careful to only set the "principalJohn McCall2010-04-241-0/+5
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-5/+0
* Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall2010-04-231-0/+5
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-2/+4
* Fixes a regression caused by implementing cstyle methods Fariborz Jahanian2010-04-091-1/+2
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-0/+1
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-2/+4
* Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall2010-03-121-0/+1
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-1/+2
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-0/+1
* Implement PCH support for C++ namespaces.Douglas Gregor2010-02-211-0/+17
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-1/+0
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-0/+2
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-0/+4
* Improve representation of tag declarations first declared or definedDouglas Gregor2010-02-121-1/+1
* Use the allocator associated with ASTContext to allocate the argsTed Kremenek2010-02-111-1/+1
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-111-2/+2
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-3/+3
* Keep track of whether a tag was defined in a declarator vs. beingDouglas Gregor2010-02-081-0/+1
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-211-1/+3
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-2/+4
OpenPOWER on IntegriCloud