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
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few tweaks to MaterializeTemporaryExpr suggested by John.
Douglas Gregor
2011-06-21
1
-2
/
+1
*
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
1
-0
/
+14
*
Move computation of __private_extern__ visibilty to
Fariborz Jahanian
2011-06-16
1
-0
/
+8
*
Introduce a utility routine for checking whether a block's captures
John McCall
2011-06-15
1
-0
/
+10
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-3
/
+11
*
Implement -fgnu89-inline. Fixes PR10041.
Rafael Espindola
2011-06-02
1
-1
/
+1
*
Implement explicit specialization of explicitly-defaulted constructors.
Alexis Hunt
2011-05-23
1
-1
/
+1
*
main() exists in hosted, not freestanding implementations. Fixes the
Alexis Hunt
2011-05-15
1
-1
/
+1
*
Add a method for checking whether a function is one of the reserved global
John McCall
2011-05-15
1
-4
/
+28
*
When emitting the destructor for a class with a vtable, if we can determine
Anders Carlsson
2011-05-14
1
-0
/
+14
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
1
-1
/
+12
*
Finish off rules for z-length bitfields in ms_struct
Fariborz Jahanian
2011-05-03
1
-2
/
+1
*
More rule enforcement of zero bitfields for ms_struct.
Fariborz Jahanian
2011-05-02
1
-1
/
+2
*
Compress some bits. Only matters for MSVC, or if we ever
John McCall
2011-05-01
1
-1
/
+1
*
ms_struct patch for initialization and field access irgen.
Fariborz Jahanian
2011-04-28
1
-2
/
+13
*
Add -fdelayed-template-parsing option. Using this option all templated functi...
Francois Pichet
2011-04-22
1
-1
/
+4
*
ADT/Triple: Switch to using .isOSDarwin() predicate.
Daniel Dunbar
2011-04-19
1
-1
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-7
/
+21
*
Chained PCH: Remember when additional specializations are added to a function...
Sebastian Redl
2011-04-14
1
-1
/
+1
*
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-26
1
-54
/
+70
*
Fix a test case and teach ClearLinkageCache() to clear the linkage of
John McCall
2011-03-22
1
-1
/
+3
*
Fixed inconsistency when adding TemplateParameterListsInfo.
Abramo Bagnara
2011-03-18
1
-10
/
+46
*
Fixed InnerLocStart.
Abramo Bagnara
2011-03-09
1
-14
/
+15
*
Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...
Abramo Bagnara
2011-03-08
1
-3
/
+66
*
Fixed NamespaceDecl source range.
Abramo Bagnara
2011-03-08
1
-2
/
+3
*
Fixed bitfields source range.
Abramo Bagnara
2011-03-08
1
-0
/
+5
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-20
/
+19
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-3
/
+3
*
Fixed LabelDecl source range and cleaned creation code.
Abramo Bagnara
2011-03-05
1
-3
/
+9
*
Don't consider visibility from template parameter lists if we're
John McCall
2011-03-04
1
-5
/
+12
*
Fixed source range for LabelDecl.
Abramo Bagnara
2011-03-03
1
-2
/
+3
*
Fixed source range for FileScopeAsmDecl. Others source range fixes will follow.
Abramo Bagnara
2011-03-03
1
-3
/
+4
*
Push nested-name-specifier source location information into using directives.
Douglas Gregor
2011-02-25
1
-2
/
+4
*
Use NestedNameSpecifierLoc within out-of-line variables, function, and
Douglas Gregor
2011-02-25
1
-13
/
+7
*
Update UsingDecl, UnresolvedUsingTypenameDecl, and
Douglas Gregor
2011-02-25
1
-3
/
+7
*
Fix the rest of PR9316 along with some other bugs spotted by inspection.
Chandler Carruth
2011-02-25
1
-11
/
+12
*
Likely fix for PR9316 and other unknown bugs: don't use the anonynmous
Chandler Carruth
2011-02-24
1
-2
/
+6
*
Give ImplicitParamDecl a public constructor so that it can be allocated on
John McCall
2011-02-22
1
-2
/
+4
*
Revert all of my commits that devirtualized the Decl hierarchy, which
Douglas Gregor
2011-02-19
1
-58
/
+29
*
Warn about code that uses variables and functions with internal linkage
John McCall
2011-02-19
1
-2
/
+14
*
Devirtualize TagDecl::completeDefinition().
Douglas Gregor
2011-02-17
1
-7
/
+7
*
Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart().
Douglas Gregor
2011-02-17
1
-7
/
+25
*
Devirtualize NamedDecl::getNameForDiagnostic().
Douglas Gregor
2011-02-17
1
-13
/
+24
*
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-17
1
-0
/
+6
*
De-virtualize Decl::isOutOfLine().
Douglas Gregor
2011-02-17
1
-2
/
+2
*
Move the check that gives functions with unique-external types unique-external
John McCall
2011-02-10
1
-0
/
+13
*
Clear the linkage cache recursively. Fixes PR8926.
John McCall
2011-02-08
1
-0
/
+31
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-9
/
+14
*
An insomniac stab at making block declarations list the variables they close
John McCall
2011-02-02
1
-2
/
+15
*
Fix the computation of alignment for fields of packed+aligned structs.
John McCall
2011-01-20
1
-0
/
+19
[next]