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
/
CXXInheritance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-32
/
+32
*
[AST] Various micro-optimizations in CXXInheritance
Benjamin Kramer
2018-07-20
1
-10
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-3
/
+2
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-11
/
+8
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-30
1
-21
/
+36
*
[index] Avoid one more crash caused by infinite recursion that happens when
Alex Lorenz
2017-05-18
1
-2
/
+10
*
[index] Avoid another crash that happens when looking up a dependent name
Alex Lorenz
2017-05-16
1
-0
/
+2
*
[index] Index simple dependent declaration references
Alex Lorenz
2017-05-10
1
-18
/
+94
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Fix PR27601 by reverting [r267453] - Refactor traversal of bases in deduction...
Faisal Vali
2016-05-19
1
-9
/
+6
*
Refactor traversal of bases in deduction of template parameters from base
Richard Smith
2016-04-25
1
-6
/
+9
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+15
*
unique_ptrify CXXBasePaths::DeclsFound & remove the then-unnecessary user-def...
David Blaikie
2015-08-18
1
-4
/
+4
*
Capture 'this' so GCC 4.7 can find a static members.
Benjamin Kramer
2015-07-25
1
-4
/
+6
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-37
/
+34
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
CXXInheritance: Modernize removal of hidden virtual base class decls.
Benjamin Kramer
2015-02-11
1
-76
/
+42
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-12
/
+8
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-6
/
+6
*
[C++11] Removing the found_decls_begin() and found_decls_end() APIs and repla...
Aaron Ballman
2014-03-14
1
-7
/
+3
*
[C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-30
/
+23
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-3
/
+3
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-4
/
+4
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-11
/
+11
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-11-22
1
-2
/
+14
*
Rework my implementation of circular-reference finding to not use
Douglas Gregor
2012-11-10
1
-5
/
+5
*
Diagnostic circular inheritance involving dependent base classes. We
Douglas Gregor
2012-11-10
1
-5
/
+5
*
Convert a few more getAs cases to castAs where we immediately call a member f...
Ted Kremenek
2012-09-12
1
-2
/
+2
*
Switch a SmallPtrSet/SmallVector pair over to SetVector.
Douglas Gregor
2012-09-11
1
-4
/
+3
*
Change a bunch of cases where we do "getAs<...>->doSomething()" to
Ted Kremenek
2012-08-23
1
-8
/
+11
*
array_pod_sort on the addresses of declaration pointers leads to
Douglas Gregor
2012-08-23
1
-5
/
+3
*
Constify CXXRecordDecl::isVirtuallyDerivedFrom.
Jordan Rose
2012-08-08
1
-4
/
+8
*
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
PR12962: Fix a rare use after free when collecting virtual overrides.
Benjamin Kramer
2012-05-27
1
-2
/
+7
*
Actually remove the duplicated elements from the vector.
Benjamin Kramer
2012-02-23
1
-1
/
+1
*
Unique CXXBasePath decls with the SmallVector/pod_sort/std::unique idiom inst...
Benjamin Kramer
2012-02-23
1
-6
/
+9
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+6
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
Fix some corner cases in the __is_base_of logic.
John McCall
2011-01-28
1
-3
/
+6
*
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
2010-11-24
1
-1
/
+1
*
Fix typo.
Anders Carlsson
2010-11-24
1
-2
/
+2
*
Add CXXRecordDecl::getIndirectPrimaryBases.
Anders Carlsson
2010-11-24
1
-0
/
+48
*
Add a short circuit in isVirtuallyDerivedFrom.
Anders Carlsson
2010-06-04
1
-0
/
+3
*
Add all final overriders to the map.
Anders Carlsson
2010-06-03
1
-14
/
+21
[next]