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
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-5
/
+2
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-2
/
+2
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-3
/
+1
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-2
/
+2
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-2
/
+2
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-41
/
+28
*
Exclude invalid old decl from mismatching linkage assertion
Ismail Pazarbasi
2014-03-06
1
-3
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.
Richard Smith
2014-02-17
1
-4
/
+4
*
Report a correct end location for nameless parameters.
Benjamin Kramer
2014-02-02
1
-1
/
+3
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-12
/
+4
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-7
/
+8
*
PR18544: don't assert that 'operator new' is not declared inside a namespace;
Richard Smith
2014-01-19
1
-4
/
+9
*
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
[next]