summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis2010-06-281-0/+2
* Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-06-251-1/+11
* Add forgotten breaks in case statements.Argyrios Kyrtzidis2010-06-251-0/+2
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-18/+44
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-0/+1
* Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis2010-06-221-4/+73
* 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-1/+11
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-3/+65
* Given Decl::isUsed() a flag indicating when to consider the "used"Douglas Gregor2010-06-171-2/+2
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+7
* Remember type source information for Objective C property declarations.John McCall2010-06-041-1/+1
* 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/+17
* 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
* Implement semantic analysis and an AST representation for the namedDouglas Gregor2010-05-151-0/+2
* pch'ify default argument definitions and uses.Chris Lattner2010-05-091-3/+3
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-15/+191
* 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/+3
* More of Sema to implement initialization ofFariborz Jahanian2010-04-281-0/+1
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-0/+3
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-0/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-1/+3
* Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall2010-03-121-1/+4
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-0/+1
* Implement PCH support for C++ namespaces.Douglas Gregor2010-02-211-0/+11
* Improve representation of tag declarations first declared or definedDouglas Gregor2010-02-121-1/+1
* 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-0/+1
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-1/+2
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-2/+18
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-1/+3
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-091-0/+1
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-3/+3
* Use llvm_report_error instead of fprintf + assert + exit.Daniel Dunbar2009-12-031-8/+5
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+3
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-1/+1
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-1/+1
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-8/+0
* Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor2009-10-171-66/+50
* Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall2009-10-161-76/+1
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-0/+3
* Better living through metaprogramming. Create a base class which abstractsJohn McCall2009-10-151-1/+4
* Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis2009-09-291-1/+1
* Introduce ObjCInterfaceLoc which provides type source information for ObjC in...Argyrios Kyrtzidis2009-09-291-0/+3
OpenPOWER on IntegriCloud