Volodymyr Sapsai
|
e4fedfe5f0
[ODRHash] Fix null pointer dereference for ObjC selectors with empty slots.
|
6 年之前 |
Richard Trieu
|
2a754233e2
[ODRHash] Skip some typedef types.
|
6 年之前 |
Richard Smith
|
fb98e7c13d
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
|
6 年之前 |
Richard Trieu
|
c09c3b4c90
Reduce amount of work ODR hashing does.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Raphael Isemann
|
9db9051461
Misc typos fixes in ./lib folder
|
6 年之前 |
Richard Trieu
|
7592787111
[ODRHash] Fix early exit that skipped code.
|
7 年之前 |
Richard Trieu
|
a9d72d6c52
[ODRHash] Extend hash to support all Type's.
|
7 年之前 |
Richard Trieu
|
c78e9948f0
[ODRHash] Support hashing enums.
|
7 年之前 |
Richard Trieu
|
2e63a7ebe4
[ODRHash] Merge the two function hashes into one.
|
7 年之前 |
Vassil Vassilev
|
29cdecbf69
[ODRHash] Do not rely on Type* when computing the hash.
|
7 年之前 |
Richard Trieu
|
45021ac24d
[ODRHash] Adjust info stored for FunctionTemplateDecl.
|
7 年之前 |
Richard Trieu
|
68e83bf7fc
[ODRHash] Support FunctionTemplateDecl in records.
|
7 年之前 |
Richard Trieu
|
438412d35a
[ODRHash] Hash template arguments of methods.
|
7 年之前 |
Richard Trieu
|
4a9ca998d3
[ODRHash] Support pointer and reference types.
|
7 年之前 |
Richard Trieu
|
69e2ab36db
[ODRHash] Skip more types hashing TypedefType
|
7 年之前 |
Eric Christopher
|
e24a51cdce
Temporarily revert r328404:
|
7 年之前 |
Richard Trieu
|
519b97132a
[ODRHash] Support pointer and reference types.
|
7 年之前 |
Richard Trieu
|
dbeaacc7e5
[ODRHash] Fix hashing for friend functions.
|
7 年之前 |
Richard Trieu
|
41cbdd8656
[ODRHash] Handle some template weirdness.
|
7 年之前 |
Richard Trieu
|
780143bbd5
[ODRHash] Don't hash friend functions.
|
7 年之前 |
Richard Trieu
|
d87ab96067
[ODRHash] Disable hashing on methods.
|
7 年之前 |
Richard Trieu
|
2532eb8b47
[ODRHash] Support ODR violation detection in functions.
|
7 年之前 |
Richard Trieu
|
1b4233ec4b
[ODRHash] Canonicalize Decl's before processing.
|
7 年之前 |
Richard Trieu
|
6f13dd18c3
Revert r320230 to fix buildbots.
|
7 年之前 |
Richard Trieu
|
b517f5fe7e
[ODRHash] Support ODR violation detection in functions.
|
7 年之前 |
Richard Trieu
|
632796131d
[ODRHash] Add base classes to hashing CXXRecordDecl.
|
8 年之前 |
Richard Trieu
|
ce3349f4d7
[ODRHash] Diagnose differing template parameters.
|
8 年之前 |
Benjamin Kramer
|
0366408204
[ODRHash] Move into anonymous namespace. NFC.
|
8 年之前 |
Richard Trieu
|
7ee7a5652f
[ODRHash] Treat some non-templated classes as templated.
|
8 年之前 |