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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concept] Fix incorrect check for containsUnexpandedParameterPack in CSE
Saar Raz
2020-01-30
1
-6
/
+2
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-63
/
+89
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-16
/
+96
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-4
/
+4
*
Fix some cppcheck shadow variable warnings. NFCI.
Simon Pilgrim
2020-01-13
1
-15
/
+13
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-13
1
-2
/
+2
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
1
-0
/
+63
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
1
-0
/
+2
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
1
-9
/
+45
*
[AST] Use a reference in a range-based for
Mark de Wever
2019-12-15
1
-2
/
+2
*
Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...
Reid Kleckner
2019-12-06
1
-63
/
+0
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-06
1
-0
/
+63
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-2
/
+1
*
Make it possible control matcher traversal kind with ASTContext
Stephen Kelly
2019-12-06
1
-9
/
+39
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-0
/
+1
*
[Clang] Define Fuchsia C++ABI
Petr Hosek
2019-12-03
1
-0
/
+2
*
Add FunctionDecl::getParameterSourceRange()
Nicolas Manichon
2019-12-03
1
-2
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-19
/
+0
*
[AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.
Sam McCall
2019-11-18
1
-1
/
+3
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-0
/
+19
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-19
/
+0
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-1
/
+0
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-0
/
+1
*
[ObjC] Diagnose implicit type coercion from ObjC 'Class' to object
James Y Knight
2019-10-17
1
-9
/
+17
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
1
-1
/
+1
*
[ObjC] Remove default parameter no caller was providing. NFC intended.
Volodymyr Sapsai
2019-10-11
1
-12
/
+9
*
Re-land [mangle] Fix mangling where an extra mangle context is required.
Reid Kleckner
2019-10-10
1
-0
/
+10
*
Revert [mangle] Fix mangling where an extra mangle context is required.
Reid Kleckner
2019-10-10
1
-10
/
+0
*
[mangle] Fix mangling where an extra mangle context is required.
Michael Liao
2019-10-09
1
-0
/
+10
*
Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'
Ilya Biryukov
2019-10-09
1
-18
/
+1
*
Reland 'Add VFS support for sanitizers' blacklist'
Jan Korous
2019-10-08
1
-1
/
+18
*
Revert "Add VFS support for sanitizers' blacklist"
Jan Korous
2019-10-08
1
-18
/
+1
*
Add VFS support for sanitizers' blacklist
Jan Korous
2019-10-07
1
-1
/
+18
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-21
/
+38
*
ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-32
/
+19
*
Remove duplicate P->getAs<PointerType>() call. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-02
1
-21
/
+20
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-6
/
+6
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-1
/
+1
*
Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template s...
Hans Wennborg
2019-09-25
1
-19
/
+4
*
NFC: Change ObjCQualified*TypesAreCompatible to take
James Y Knight
2019-09-21
1
-38
/
+26
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-13
1
-0
/
+8
*
[Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership
Akira Hatanaka
2019-09-07
1
-0
/
+22
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
1
-8
/
+0
*
Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...
Hans Wennborg
2019-09-04
1
-4
/
+19
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
1
-0
/
+8
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-8
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-0
/
+8
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-8
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-0
/
+8
[next]