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
...
*
RP18408: If a member template is used as a template template argument, it does
Richard Smith
2014-01-08
1
-1
/
+8
*
Highlight the previous underlying enum type when diagnosing a mismatch
Alp Toker
2014-01-06
1
-0
/
+6
*
Removed one of the string versions of getQualifiedNameAsString, and switched ...
Aaron Ballman
2014-01-03
1
-5
/
+1
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-1
/
+1
*
Fix pr18174.
Rafael Espindola
2013-12-08
1
-1
/
+1
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-5
/
+2
*
Don't call getMostRecentDecl when we know we have it.
Rafael Espindola
2013-11-26
1
-11
/
+22
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-92
/
+66
*
Added warning on structures/unions that are empty or contain only
Serge Pavlov
2013-11-14
1
-19
/
+4
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-1
/
+33
*
Wraps lazily generated builtins in an extern "C" context
Warren Hunt
2013-11-01
1
-22
/
+17
*
AST: Mangle fields in anonymous structs/unions
David Majnemer
2013-10-23
1
-4
/
+4
*
Treat aliases as definitions.
Rafael Espindola
2013-10-22
1
-1
/
+5
*
Simplify some implementations of get*Decl.
Rafael Espindola
2013-10-19
1
-1
/
+1
*
Simplify FunctionDecl::getBody.
Rafael Espindola
2013-10-19
1
-9
/
+5
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-17
/
+11
*
Fix linkage calculation of auto member functions returning lambdas
Faisal Vali
2013-10-08
1
-5
/
+16
*
When merging class definitions across modules in C++, merge together fields.
Richard Smith
2013-10-07
1
-1
/
+9
*
Fix computation of linkage within nested lambdas.
Faisal Vali
2013-10-01
1
-3
/
+31
*
Revert the linkage fix.
Faisal Vali
2013-09-29
1
-31
/
+5
*
Fix computation of linkage within nested lambdas.
Faisal Vali
2013-09-29
1
-5
/
+31
*
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
Richard Smith
2013-09-29
1
-1
/
+4
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-12
/
+40
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-4
/
+4
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-4
/
+4
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-4
/
+4
*
[-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
2013-09-16
1
-0
/
+27
*
Fix name lookup with dependent using decls.
Eli Friedman
2013-08-20
1
-0
/
+9
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-9
/
+55
*
Fix assert when instantiating a default argument of a template defined in a
Richard Smith
2013-08-01
1
-1
/
+4
*
Tighten up the set of operator new/operator delete calls we're permitted to
Richard Smith
2013-07-21
1
-2
/
+48
*
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
[prev]
[next]