533 Commits (bf8bc667078fb63e04a6a0441dd77173f3ea7ace)

Author SHA1 Message Date
Daiva Naudziuniene 5c8b5657d1 [clang frontend][objc][nullptr] Insert missing load to catch nil insertion into collection issues
4 years ago
kmh11 400b4eba99 Implement AtomicExpr translation (#1434)
4 years ago
Jules Villard 49883a8332 [refactor] invert ProcAttributes -> Pvar dependency
4 years ago
Sungkeun Cho f43d7aa5fb [frontend] Refactoring for the following diff
4 years ago
Ezgi Çiçek fb75c2fb11 [refactor] Correct misnomer: params -> args
4 years ago
Jules Villard a5b4992873 [clang] add support for VarTemplateSpecializationDecl
4 years ago
Sungkeun Cho b004a7f510 [liveness] Handles live variables in catch block
4 years ago
Sungkeun Cho d9021b9517 [frontend] Add try_entry, try_exit statements for C++ try-catch blocks
4 years ago
Martin Trojer 18f28395e8 [clang] migrate to llvm/clang11
4 years ago
Daiva Naudziuniene aae28efb44 [procname][refactor] Move is_cpp_lambda to Procname
4 years ago
Daiva Naudziuniene 778c629401 [clang frontend][objc] Fix types of variables captured by reference in objc blocks
4 years ago
Martin Trojer 68ef8ab147 [clang] [frontend] sort big match clauses
4 years ago
Sungkeun Cho e185233d71 [frontend] Fix incorrect order of statements (paren)
4 years ago
Sungkeun Cho e06f1e401f [frontend] Add is_union field to CppClass
4 years ago
Sungkeun Cho b289d240f5 [frontend] Fix incorrect order of statements (implicit cast)
4 years ago
Sungkeun Cho 8ed44df7f6 [frontend] Fix incorrect order of statements (negation)
4 years ago
Sungkeun Cho 051473394b [frontend] Fix incorrect order of statements
4 years ago
Sungkeun Cho f3a29d1c9c [frontend] Add a return param of struct type in ObjC methods
4 years ago
Sungkeun Cho 1bce54aaf3 [frontend] Handle struct copy in C
4 years ago
Sungkeun Cho 759fddc7e8 [frontend] Fix a bug in translation of empty for-loop
4 years ago
Jules Villard 2ac2f019df [clang] fix some loops with no brackets
4 years ago
Jules Villard ad45bbe28d [clang] fix order of translation for [this]
4 years ago
Sungkeun Cho 1166c13cb1 [log] Add a missing line space
4 years ago
Sungkeun Cho e4b3971441 [frontend] Fix capture mode in ObjC
4 years ago
Sungkeun Cho 2d8f404a5f Revert "[Refactoring] Use pvar instead of mangled in CapturedVar"
4 years ago
Sungkeun Cho 49bfd206a0 [Refactoring] Use pvar instead of mangled in CapturedVar
4 years ago
Sungkeun Cho 6972d9cb91 [Refactoring] Use inline record for captured variable type
4 years ago
Martin Trojer 9fd1a87cd5 Upgrade Infer to clang10
5 years ago
Jules Villard 2b4c3fcbaa [clang] remove redundant Procdesc.Node prefixes
5 years ago
Jules Villard 73195ca203 [clang] remove named node_name
5 years ago
Jules Villard 29f3941600 [clang] deal with conditionally-destroyed temporaries
5 years ago
Jules Villard 3d588b2751 [clang] get rid of FallbackNode
5 years ago
Jules Villard 2efa22073c [clang] force node creation in switch statements
5 years ago
Jules Villard f2e3f67f40 [clang] change the way we wire up return statements
5 years ago
Jules Villard 49dc61b9c5 [clang] refactor to expose when creating destructor call will succeed
5 years ago
Jules Villard e32f6ca360 [clang] fix bad interaction between ConditionalOperator and initializers
5 years ago
Jules Villard 45ff034c79 [clang] improve debug logs
5 years ago
Nikos Gorogiannis 8c40ed53d7 [typ] move type constants to own module
5 years ago
Sungkeun Cho 6bf091d8c0 [frontend] Revise translation of message expression in ObjC frontend
5 years ago
Ezgi Çiçek f5c2be5543 [frontend] Treat allocWithZone: same as alloc
5 years ago
Martin Trojer 26dcd63a25 Revert "upgrade to clang10"
5 years ago
Martin Trojer 15786e8f09 upgrade to clang10
5 years ago
Daiva Naudziuniene 91a33f6edc [frontend] Captured struct variables in cpp lambdas
5 years ago
Daiva Naudziuniene 857daf63c9 [frontend] Capture reference variables
5 years ago
Daiva Naudziuniene 42abe5b277 [frontend] Fix type of captured vars in lambda's body
5 years ago
Daiva Naudziuniene ff7cd86140 [frontend] Rearrange translation of lambda's body
5 years ago
Daiva Naudziuniene d0cb245303 [frontend] Fix capture init for cpp lambdas
5 years ago
Sungkeun Cho d13ae13a71 [pulse] Fix linting issue
5 years ago
Sungkeun Cho cb4cf115e1 [cost] Autoreleasepool size analysis
5 years ago
Qianyi Shu 5ed04a8e9a [frontend] Add translation of dictionaryWithObjects:forKeys:count:
5 years ago