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
/
ODRHash.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-0
/
+7
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-0
/
+5
*
[ODRHash] Fix null pointer dereference for ObjC selectors with empty slots.
Volodymyr Sapsai
2019-06-28
1
-1
/
+6
*
[ODRHash] Skip some typedef types.
Richard Trieu
2019-06-22
1
-0
/
+45
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+1
*
Reduce amount of work ODR hashing does.
Richard Trieu
2019-05-04
1
-4
/
+26
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[ODRHash] Fix early exit that skipped code.
Richard Trieu
2018-09-14
1
-3
/
+9
*
[ODRHash] Extend hash to support all Type's.
Richard Trieu
2018-09-04
1
-25
/
+231
*
[ODRHash] Support hashing enums.
Richard Trieu
2018-07-25
1
-1
/
+35
*
[ODRHash] Merge the two function hashes into one.
Richard Trieu
2018-07-10
1
-37
/
+56
*
[ODRHash] Do not rely on Type* when computing the hash.
Vassil Vassilev
2018-06-28
1
-9
/
+0
*
[ODRHash] Adjust info stored for FunctionTemplateDecl.
Richard Trieu
2018-06-07
1
-1
/
+1
*
[ODRHash] Support FunctionTemplateDecl in records.
Richard Trieu
2018-05-30
1
-0
/
+21
*
[ODRHash] Hash template arguments of methods.
Richard Trieu
2018-04-25
1
-0
/
+11
*
[ODRHash] Support pointer and reference types.
Richard Trieu
2018-04-13
1
-0
/
+18
*
[ODRHash] Skip more types hashing TypedefType
Richard Trieu
2018-04-12
1
-3
/
+13
*
Temporarily revert r328404:
Eric Christopher
2018-04-02
1
-18
/
+0
*
[ODRHash] Support pointer and reference types.
Richard Trieu
2018-03-24
1
-0
/
+18
*
[ODRHash] Fix hashing for friend functions.
Richard Trieu
2018-02-22
1
-3
/
+0
*
[ODRHash] Handle some template weirdness.
Richard Trieu
2018-02-22
1
-14
/
+15
*
[ODRHash] Don't hash friend functions.
Richard Trieu
2018-01-12
1
-0
/
+2
*
[ODRHash] Disable hashing on methods.
Richard Trieu
2017-12-23
1
-0
/
+3
*
[ODRHash] Support ODR violation detection in functions.
Richard Trieu
2017-12-23
1
-0
/
+30
*
[ODRHash] Canonicalize Decl's before processing.
Richard Trieu
2017-12-21
1
-0
/
+1
*
Revert r320230 to fix buildbots.
Richard Trieu
2017-12-09
1
-30
/
+0
*
[ODRHash] Support ODR violation detection in functions.
Richard Trieu
2017-12-09
1
-0
/
+30
*
[ODRHash] Add base classes to hashing CXXRecordDecl.
Richard Trieu
2017-09-30
1
-0
/
+8
*
[ODRHash] Diagnose differing template parameters.
Richard Trieu
2017-08-23
1
-1
/
+54
*
[ODRHash] Move into anonymous namespace. NFC.
Benjamin Kramer
2017-08-20
1
-0
/
+4
*
[ODRHash] Treat some non-templated classes as templated.
Richard Trieu
2017-08-05
1
-2
/
+6
*
[ODRHash] Revert r307743 which reverted r307720
Richard Trieu
2017-07-15
1
-0
/
+2
*
[ODRHash] Avoid taking the types of FunctionDecl's
Richard Trieu
2017-07-14
1
-1
/
+5
*
[ODRHash] Revert r307720 to fix buildbot.
Richard Trieu
2017-07-12
1
-2
/
+0
*
[ODRHash] Support more method types.
Richard Trieu
2017-07-11
1
-0
/
+2
*
[ODRHash] Support FriendDecl
Richard Trieu
2017-07-08
1
-0
/
+18
*
[ODRHash] Revert r305104 - Skip inline namespaces when hashing.
Richard Trieu
2017-07-01
1
-18
/
+9
*
[ODRHash] Support Type TemplateArgument
Richard Trieu
2017-06-30
1
-0
/
+3
*
[ODRHash] Improve typedef handling.
Richard Trieu
2017-06-29
1
-1
/
+14
*
[ODRHash] Hash VarDecl members.
Richard Trieu
2017-06-16
1
-0
/
+12
*
[ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmType
Richard Trieu
2017-06-15
1
-0
/
+11
*
[ODRHash] Remove debugging code from r305361
Richard Trieu
2017-06-14
1
-1
/
+0
*
[ODRHash] Hash Template and TemplateExpansion in TemplateArgument.
Richard Trieu
2017-06-14
1
-0
/
+3
*
[ODRHash] Hash Expr for TemplateArgument::Expression
Richard Trieu
2017-06-14
1
-0
/
+16
*
[ODRHash] Add TemplateArgument kind to hash.
Richard Trieu
2017-06-13
1
-1
/
+5
*
Revert r305110 to fix buildbot
Richard Trieu
2017-06-09
1
-19
/
+1
*
[ODRHash] Add support for TemplateArgument types.
Richard Trieu
2017-06-09
1
-1
/
+19
*
[ODRHash] Skip inline namespaces when hashing.
Richard Trieu
2017-06-09
1
-9
/
+18
*
Revert r304592
Richard Trieu
2017-06-03
1
-19
/
+1
[next]