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
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-23
/
+39
*
Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into
Richard Smith
2013-06-27
1
-13
/
+0
*
Delete dead code.
Eli Friedman
2013-06-27
1
-12
/
+0
*
Rewrite record layout for ms_struct structs.
Eli Friedman
2013-06-26
1
-13
/
+1
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+8
*
Cleanup linkage computation for static locals.
Rafael Espindola
2013-06-17
1
-1
/
+5
*
Fix linkage computation for local types in template functions.
Rafael Espindola
2013-06-04
1
-1
/
+5
*
Fix memory leak for APValues that do memory allocation.
Manuel Klimek
2013-06-03
1
-1
/
+16
*
Fix PR16060.
Rafael Espindola
2013-05-30
1
-3
/
+6
*
Don't compute the visibility unless we really have to.
Rafael Espindola
2013-05-29
1
-24
/
+39
*
Check the linkage cache at every recursive step.
Rafael Espindola
2013-05-28
1
-49
/
+63
*
Propagate VisibleNoLinkage down to class members.
Rafael Espindola
2013-05-28
1
-3
/
+4
*
use getLVForDecl for consistency.
Rafael Espindola
2013-05-28
1
-1
/
+1
*
Fix the linkage of local types in inline VisibleNoLinkage functions.
Rafael Espindola
2013-05-27
1
-1
/
+1
*
Move 3 helper function to Linkage.h
Rafael Espindola
2013-05-27
1
-6
/
+2
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-40
/
+24
*
Handle local enum types too.
Rafael Espindola
2013-05-18
1
-5
/
+2
*
Fix pr15930.
Rafael Espindola
2013-05-16
1
-1
/
+40
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-2
/
+2
*
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
[next]