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
...
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-3
/
+7
*
Fix stack overflow in linkage computation when a function with a deduced return
Richard Smith
2013-05-12
1
-3
/
+14
*
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
1
-11
/
+40
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Serialization for captured statements
Ben Langmuir
2013-05-03
1
-1
/
+8
*
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
1
-2
/
+4
*
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-26
1
-6
/
+11
*
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
1
-11
/
+6
*
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-25
1
-6
/
+11
*
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-25
1
-7
/
+10
*
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-17
1
-0
/
+5
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+4
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-1
/
+9
*
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
1
-4
/
+0
*
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
1
-0
/
+4
*
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
1
-4
/
+0
*
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
1
-0
/
+4
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-55
/
+41
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-41
/
+55
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-55
/
+41
*
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
[prev]
[next]