index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
PCHReaderDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support NonTypeTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-06-25
1
-2
/
+12
*
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-23
1
-26
/
+53
*
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-22
1
-0
/
+2
*
Support emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis
2010-06-22
1
-5
/
+87
*
Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio...
Argyrios Kyrtzidis
2010-06-21
1
-2
/
+3
*
Support PCH emitting/reading of using declarations.
Argyrios Kyrtzidis
2010-06-20
1
-4
/
+4
*
Include a hack to allow loading of templated CXXRecordDecls and test template...
Argyrios Kyrtzidis
2010-06-19
1
-0
/
+3
*
Initial support for reading templates from PCH.
Argyrios Kyrtzidis
2010-06-19
1
-5
/
+99
*
Initial support for writing templates to PCH.
Argyrios Kyrtzidis
2010-06-19
1
-4
/
+0
*
Implement first TD-based usage of attributes.
Alexis Hunt
2010-06-16
1
-15
/
+15
*
Fix PCH issue. Attributes of a declaration were truncated to just one when th...
Argyrios Kyrtzidis
2010-06-11
1
-1
/
+1
*
Added AccessSpecDecl node.
Abramo Bagnara
2010-06-05
1
-0
/
+10
*
Remember type source information for Objective C property declarations.
John McCall
2010-06-04
1
-2
/
+2
*
Restructure how we interpret block-literal declarators. Correctly handle
John McCall
2010-06-04
1
-0
/
+1
*
Hack in some really terrible C++ record PCH support that I need right now.
John McCall
2010-06-03
1
-0
/
+31
*
Convert DeclNodes to use TableGen.
Alexis Hunt
2010-05-30
1
-1
/
+1
*
Roll back r104941.
John McCall
2010-05-28
1
-1
/
+0
*
Add a new attribute on records, __attribute__((adl_invisible)), and define
John McCall
2010-05-28
1
-0
/
+1
*
AST: Add AlignMac68kAttr, not yet used.
Daniel Dunbar
2010-05-27
1
-0
/
+1
*
AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.
Daniel Dunbar
2010-05-27
1
-1
/
+1
*
Add clang support for IBOutletCollection.
Ted Kremenek
2010-05-19
1
-0
/
+7
*
Add support for Microsoft's __thiscall, from Steven Watanabe!
Douglas Gregor
2010-05-18
1
-0
/
+1
*
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-15
1
-0
/
+1
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-2
/
+2
*
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-07
1
-16
/
+270
*
Remember the number of positive and negative bits used by the enumerators of
John McCall
2010-05-06
1
-0
/
+2
*
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-05
1
-0
/
+1
*
Diagnose unused exception parameters under a different warning group
Douglas Gregor
2010-05-03
1
-0
/
+1
*
More of Sema to implement initialization of
Fariborz Jahanian
2010-04-28
1
-0
/
+1
*
Recommit r102215, this time being more careful to only set the "principal
John McCall
2010-04-24
1
-0
/
+5
*
Revert r102215. This causes clang crash while compiling a test case from gdb ...
Devang Patel
2010-04-24
1
-5
/
+0
*
Transition the last acceptable-result filter kind in LookupResult over to use
John McCall
2010-04-23
1
-0
/
+5
*
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-19
1
-2
/
+4
*
Fixes a regression caused by implementing cstyle methods
Fariborz Jahanian
2010-04-09
1
-1
/
+2
*
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
1
-0
/
+1
*
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-15
1
-2
/
+4
*
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
2010-03-12
1
-0
/
+1
*
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-08
1
-1
/
+2
*
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-23
1
-0
/
+1
*
Implement PCH support for C++ namespaces.
Douglas Gregor
2010-02-21
1
-0
/
+17
*
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-19
1
-1
/
+0
*
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
Ted Kremenek
2010-02-18
1
-0
/
+2
*
Add IBAction attribute to keep the IBOutlet attribute company.
Ted Kremenek
2010-02-17
1
-0
/
+4
*
Improve representation of tag declarations first declared or defined
Douglas Gregor
2010-02-12
1
-1
/
+1
*
Use the allocator associated with ASTContext to allocate the args
Ted Kremenek
2010-02-11
1
-1
/
+1
*
Remove use of 'std::string' from Attr objects, using instead a byte
Ted Kremenek
2010-02-11
1
-2
/
+2
*
Eliminate a bunch of unnecessary ASTContexts from members functions of
Douglas Gregor
2010-02-11
1
-3
/
+3
*
Keep track of whether a tag was defined in a declarator vs. being
Douglas Gregor
2010-02-08
1
-0
/
+1
*
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-21
1
-1
/
+3
*
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
1
-2
/
+4
[next]