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
/
PCHWriterDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix various bugs in recent commits for C++ PCH.
Argyrios Kyrtzidis
2010-06-28
1
-0
/
+2
*
Support NonTypeTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-06-25
1
-1
/
+11
*
Add forgotten breaks in case statements.
Argyrios Kyrtzidis
2010-06-25
1
-0
/
+2
*
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-23
1
-18
/
+44
*
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-22
1
-0
/
+1
*
Support emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis
2010-06-22
1
-4
/
+73
*
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
-1
/
+11
*
Initial support for writing templates to PCH.
Argyrios Kyrtzidis
2010-06-19
1
-3
/
+65
*
Given Decl::isUsed() a flag indicating when to consider the "used"
Douglas Gregor
2010-06-17
1
-2
/
+2
*
Added AccessSpecDecl node.
Abramo Bagnara
2010-06-05
1
-0
/
+7
*
Remember type source information for Objective C property declarations.
John McCall
2010-06-04
1
-1
/
+1
*
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
/
+17
*
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
*
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-15
1
-0
/
+2
*
pch'ify default argument definitions and uses.
Chris Lattner
2010-05-09
1
-3
/
+3
*
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-07
1
-15
/
+191
*
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
/
+3
*
More of Sema to implement initialization of
Fariborz Jahanian
2010-04-28
1
-0
/
+1
*
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-19
1
-0
/
+3
*
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
1
-0
/
+1
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-15
1
-1
/
+3
*
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
2010-03-12
1
-1
/
+4
*
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-08
1
-0
/
+1
*
Implement PCH support for C++ namespaces.
Douglas Gregor
2010-02-21
1
-0
/
+11
*
Improve representation of tag declarations first declared or defined
Douglas Gregor
2010-02-12
1
-1
/
+1
*
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
-0
/
+1
*
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
1
-1
/
+2
*
Keep track of the source locations for each protocol reference in
Douglas Gregor
2010-01-16
1
-2
/
+18
*
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-07
1
-1
/
+3
*
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-12-09
1
-0
/
+1
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-3
/
+3
*
Use llvm_report_error instead of fprintf + assert + exit.
Daniel Dunbar
2009-12-03
1
-8
/
+5
*
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-18
1
-1
/
+3
*
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
1
-1
/
+1
*
Preserve type source information in TypedefDecls. Preserve it across
John McCall
2009-10-24
1
-1
/
+1
*
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-23
1
-8
/
+0
*
Merge the "types" and "declarations" blocks in the precompiled header
Douglas Gregor
2009-10-17
1
-66
/
+50
*
Factor out routines to encode/decode DeclaratorInfos and move them into the
John McCall
2009-10-16
1
-76
/
+1
*
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-16
1
-0
/
+3
*
Better living through metaprogramming. Create a base class which abstracts
John McCall
2009-10-15
1
-1
/
+4
*
Pull TypeLocVisitor into its own header file.
Argyrios Kyrtzidis
2009-09-29
1
-1
/
+1
*
Introduce ObjCInterfaceLoc which provides type source information for ObjC in...
Argyrios Kyrtzidis
2009-09-29
1
-0
/
+3
[prev]
[next]