summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* [Analyzer] More accurate modeling about the increment operator of the operand...Henry Wong2018-03-064-3/+234
* Move test/gcdasyncsemaphorechecker_test.m to a subdirectoryAlexander Kornienko2018-03-061-0/+0
* Fix an unused variable warning; NFCGeorge Burgess IV2018-03-061-0/+1
* [ExprConstant] Look through ExprWithCleanups for `allocsize`George Burgess IV2018-03-062-1/+17
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-067-256/+348
* [analyzer] [quickfix] Prevent a crash in NamedDecl::getName()George Karpenkov2018-03-062-3/+39
* [analyzer] AST-matching checker to detect global central dispatch performance...George Karpenkov2018-03-054-0/+331
* [msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.Reid Kleckner2018-03-051-0/+6
* Fix typo in comment.Richard Smith2018-03-051-1/+1
* [AMDGPU] Clean up old address space mapping and fix constant address space valueYaxun Liu2018-03-053-102/+56
* [analyzer] Improves the logic of GenericTaintChecker identifying stdin.Henry Wong2018-03-052-1/+8
* [x86][CET] Introduce _get_ssp, _inc_ssp intrinsicsAlexander Ivchenko2018-03-052-2/+51
* [Bash-autocompletion] Fixed formattingYuka Takahashi2018-03-051-3/+4
* [Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi2018-03-054-76/+73
* Amend r326665 to print out the `used` attribute subjects in a different order.Aaron Ballman2018-03-042-3/+3
* Replace the custom handling for several attributes; NFC.Aaron Ballman2018-03-041-64/+10
* Create a subject list for the `used` attribute rather than use custom checkin...Aaron Ballman2018-03-033-20/+7
* Disable tests of -fsanitize on OpenBSDKamil Rytarowski2018-03-031-6/+0
* OpenBSD Driver basic sanitiser supportKamil Rytarowski2018-03-032-1/+24
* Better OpenBSD frontend supportKamil Rytarowski2018-03-033-3/+9
* Do not generate calls to fentry with __attribute__((no_instrument_function))Manoj Gupta2018-03-022-6/+15
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-028-263/+337
* PR36581: Support data recursion over Stmts in AST matchers.Richard Smith2018-03-021-11/+16
* Remove -i command line option, add -imultilibErich Keane2018-03-022-2/+6
* Don't claim that va_start has special semantic checksReid Kleckner2018-03-022-1/+10
* [analyzer] Don't throw NSNumberObjectConversion warning on object initializat...George Karpenkov2018-03-022-2/+17
* Range-ify a for loop. NFCGeorge Burgess IV2018-03-021-5/+2
* Fix the hasType() AST matcher to not assert when the QualType is invalid.Aaron Ballman2018-03-021-2/+4
* [Attr] Use -fsyntax-only in testJoel E. Denny2018-03-021-1/+1
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-0216-150/+503
* [OPENMP] Scan all redeclarations looking for `declare simd` attribute.Alexey Bataev2018-03-022-65/+73
* [OPENMP] Treat local variables in CUDA mode as thread local.Alexey Bataev2018-03-023-16/+168
* Add possibility to specify output stream for CompilerInstanceAlexey Sotkin2018-03-024-1/+63
* [Sema] Improve test coverage of narrowing conversion diagnosticsMikhail Maltsev2018-03-021-6/+11
* [Frontend] Avoid including default system header paths on FuchsiaPetr Hosek2018-03-021-0/+2
* Remove debugging code I accidentally committed in r326530.Akira Hatanaka2018-03-021-1/+0
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-0211-5/+103
* [analyzer] [tests] Again, make tests more resilient to changes in exploration...George Karpenkov2018-03-022-2/+2
* Always set dso_local in CodeGenModule::setDSOLocal.Rafael Espindola2018-03-021-2/+7
* [analyzer] Prevent crashing in NonNullParamCheckerGeorge Karpenkov2018-03-022-0/+13
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-022-230/+264
* [analyzer] [NFC] [tests] Make test more resilient to changes in exploration s...George Karpenkov2018-03-021-2/+7
* [WebAssembly] Add exception handling optionHeejin Ahn2018-03-024-1/+15
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-026-36/+25
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-016-25/+35
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-016-35/+25
* [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLSChih-Hung Hsieh2018-03-016-17/+54
* [modules] Don't diagnose "redefinition" of a friend with a pending definitionRichard Smith2018-03-012-0/+48
* [www] Capitalize "Clang" when referring to the project, and generalize theRichard Smith2018-03-012-22/+24
* [RecordLayout] Only assert that fundamental type sizes are power of two on MSVCMartin Storsjo2018-03-013-4/+47
OpenPOWER on IntegriCloud