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
/
AST
/
DeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
Read/write more information of ASTContext for PCH. Overriden methods and inst...
Argyrios Kyrtzidis
2010-07-04
1
-0
/
+4
*
Lazily declare default constructors. We now delay the construction of
Douglas Gregor
2010-07-03
1
-1
/
+4
*
Lazily declare implicit copy constructors.
Douglas Gregor
2010-07-02
1
-1
/
+4
*
Lazily declare copy-assignment operators.
Douglas Gregor
2010-07-02
1
-49
/
+3
*
Lazily declare the implicitly-declared destructor in a C++ class.
Douglas Gregor
2010-07-02
1
-0
/
+1
*
Add some side-effect free Create methods for TypeDecl subclasses and use them...
Argyrios Kyrtzidis
2010-07-02
1
-0
/
+5
*
Provide exception specifications for implicitly-declared default constructors.
Douglas Gregor
2010-07-01
1
-1
/
+2
*
Provide exception specifications for implicitly-declared copy constructors.
Douglas Gregor
2010-07-01
1
-27
/
+32
*
Provide an exception-specification for an implicitly-declared
Douglas Gregor
2010-07-01
1
-0
/
+73
*
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-07-01
1
-1
/
+2
*
Added source order to CXXBaseOrMemberInitializer.
Abramo Bagnara
2010-05-26
1
-7
/
+8
*
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
1
-1
/
+1
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-1
/
+1
*
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-07
1
-0
/
+24
*
Reimplement code generation for copying fields in the
Douglas Gregor
2010-05-05
1
-3
/
+35
*
Complete reimplementation of the synthesis for implicitly-defined copy
Douglas Gregor
2010-05-01
1
-0
/
+21
*
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-04-27
1
-9
/
+0
*
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-19
1
-7
/
+7
*
Have the CXXBaseOrMemberInitializer keep track of whether an initializer init...
Anders Carlsson
2010-04-12
1
-2
/
+2
*
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-31
1
-13
/
+34
*
When collecting virtual bases it's very important to use the canonical type o...
Anders Carlsson
2010-03-29
1
-3
/
+3
*
Fix a nasty bug in the virtual base computation which would lead to us initia...
Anders Carlsson
2010-03-29
1
-49
/
+37
*
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-15
1
-2
/
+1
*
Remember access paths for visible conversion decls.
John McCall
2010-03-15
1
-108
/
+121
*
Implement basic support for friend types and functions in non-dependent
John McCall
2010-03-12
1
-1
/
+1
*
Split C++ friend declarations into their own header/implementation file.
John McCall
2010-03-11
1
-22
/
+0
*
Create a new InjectedClassNameType to represent bare-word references to the
John McCall
2010-03-10
1
-5
/
+10
*
Eliminate the static map of overridden C++ methods, which was going to
Douglas Gregor
2010-03-02
1
-34
/
+3
*
Skip dependent virtual base classes; fixes PR6413.
Douglas Gregor
2010-02-27
1
-3
/
+4
*
Implement semantic analysis for C++ [expr.new]p18-20, which describe
Douglas Gregor
2010-02-26
1
-1
/
+7
*
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-23
1
-2
/
+2
*
Remove another redundant ASTContext parameter
Douglas Gregor
2010-02-11
1
-2
/
+3
*
Ensure that a operator delete overload is rocognized regardless of cv-quals.
Chandler Carruth
2010-02-08
1
-1
/
+2
*
Extract a common structure for holding information about the definition
John McCall
2010-02-04
1
-35
/
+43
*
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-31
1
-25
/
+8
*
Add an assert to make sure that we don't try to mess with overridden methods ...
Anders Carlsson
2010-01-30
1
-1
/
+3
*
Give UnresolvedSet the ability to store access specifiers for each declaration.
John McCall
2010-01-20
1
-5
/
+7
*
When qualified lookup into the current instantiation fails (because it
Douglas Gregor
2010-01-14
1
-0
/
+13
*
Improve key-function computation for templates. In particular:
Douglas Gregor
2010-01-05
1
-15
/
+7
*
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-22
1
-5
/
+5
*
Patch over yet more problems with friend declarations which were provoking
John McCall
2009-12-17
1
-1
/
+5
*
getTemplateSpecializationKind should be const.
Anders Carlsson
2009-12-07
1
-2
/
+2
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-11
/
+11
*
Move helper onto CXXMethodDecl.
Eli Friedman
2009-12-06
1
-0
/
+19
*
Make sure that overridden method decls are always canonical.
Anders Carlsson
2009-12-04
1
-0
/
+2
*
A new helper function to set various bits in the class when
Fariborz Jahanian
2009-12-03
1
-0
/
+12
*
Improve source location information for C++ member initializers in a
Douglas Gregor
2009-12-02
1
-22
/
+56
*
In Sema, whenever we think that a function is going to cause a vtable to be g...
Anders Carlsson
2009-12-02
1
-3
/
+2
*
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
John McCall
2009-12-02
1
-58
/
+0
[next]