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
*
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-14
1
-44
/
+30
*
Whitespace cleanup.
Rafael Espindola
2013-03-12
1
-4
/
+4
*
Correctly compute linkage of decls forward declared extern C.
Rafael Espindola
2013-03-12
1
-2
/
+1
*
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-09
1
-1
/
+1
*
Add a hasExternalStorageAsWritten helper. No functionality change.
Rafael Espindola
2013-03-07
1
-5
/
+3
*
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
1
-18
/
+19
*
Change Type::getLinkageAndVisibility to return a LinkageInfo.
Rafael Espindola
2013-02-27
1
-11
/
+6
*
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
1
-2
/
+0
*
Use the most recent decl in getExplicitVisibility.
Rafael Espindola
2013-02-26
1
-29
/
+26
*
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
1
-7
/
+25
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+11
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-15
/
+10
*
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
NAKAMURA Takumi
2013-02-22
1
-1
/
+1
*
Ignore visibility from enclosing template arguments
John McCall
2013-02-21
1
-57
/
+141
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-4
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-21
/
+17
*
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-20
1
-62
/
+165
*
Add support for -fvisibility-ms-compat.
John McCall
2013-02-19
1
-5
/
+12
*
Rework the visibility computation algorithm in preparation
John McCall
2013-02-16
1
-186
/
+303
*
Make helper functions static.
Benjamin Kramer
2013-02-15
1
-2
/
+1
*
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
1
-42
/
+10
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
1
-11
/
+24
*
Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
2013-02-12
1
-4
/
+1
*
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-09
1
-4
/
+21
*
Remove unneeded const_casts
Dmitri Gribenko
2013-02-03
1
-4
/
+2
*
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
1
-0
/
+1
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
1
-0
/
+1
*
Clean up: since we have FunctionDecl::IsInline, make it store the right value
Richard Smith
2013-01-25
1
-34
/
+6
*
Fix a bug in VarDecl::getSourceRange() for static member arrays with an element
Nico Weber
2013-01-22
1
-1
/
+3
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-0
/
+5
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
comment
Rafael Espindola
2013-01-12
1
-0
/
+3
*
bar
Rafael Espindola
2013-01-12
1
-0
/
+3
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
1
-40
/
+43
*
Handle static functions being redeclared in function scope.
Rafael Espindola
2013-01-09
1
-0
/
+4
*
Assert that redeclarations have the same linkage.
Rafael Espindola
2013-01-05
1
-3
/
+28
*
Style fix: We don't use lowercase-and-underscored template parameter names.
Rafael Espindola
2013-01-04
1
-3
/
+3
*
Fix typo. Thanks to dgregor for noticing it.
Rafael Espindola
2013-01-04
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-4
/
+4
*
Don't get confused if a extern "C" builtin function is redeclared without
Rafael Espindola
2012-12-30
1
-1
/
+1
*
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-28
1
-0
/
+30
*
Add 171048 back but invalidate the cache of all redeclarations when setting
Rafael Espindola
2012-12-25
1
-28
/
+37
*
Revert r171048, "Cache visibility of decls."
NAKAMURA Takumi
2012-12-25
1
-35
/
+28
*
Cache visibility of decls.
Rafael Espindola
2012-12-25
1
-28
/
+35
*
Merge storage classes even when contexts don't match.
Rafael Espindola
2012-12-18
1
-2
/
+6
*
Fix isThisDeclarationADefinition for extern following tentative.
Rafael Espindola
2012-12-17
1
-1
/
+1
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-7
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-3
/
+12
*
Now that the underlying problem has been fixed, add r168411 back.
Rafael Espindola
2012-11-29
1
-6
/
+4
[next]