summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [FrontendTests] Try again to make test not write an output fileHEADmasterBenjamin Kramer2019-10-221-0/+2
* Revert "[FrontendTests] Don't actually run the full compiler, parsing is suff...Benjamin Kramer2019-10-221-2/+2
* [FrontendTests] Don't actually run the full compiler, parsing is sufficient.Benjamin Kramer2019-10-221-2/+2
* [clang-fuzzer] Update proto fuzzer example for r375453.Benjamin Kramer2019-10-221-1/+1
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-224-98/+147
* Minor coding style fix. NFC.Michael Liao2019-10-221-1/+2
* Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger2019-10-212-1/+29
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-215-1/+86
* [clang-fuzzer] Add new fuzzer target for Objective-CDavid Goldman2019-10-2111-7/+185
* SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...Simon Pilgrim2019-10-211-7/+3
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-213-6/+87
* SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-211-4/+3
* [test] Merge Driver/as-w-warnings.c into as-no-warnings.cFangrui Song2019-10-212-9/+7
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-215-4/+12
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-211-0/+1
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-10-211-2/+2
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-212-3/+25
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-202-25/+36
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-195-85/+1
* [analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev2019-10-192-8/+29
* [analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev2019-10-192-7/+44
* [Docs] Fix header level.Michael J. Spencer2019-10-191-1/+1
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-195-2/+41
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-195-1/+85
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-198-9/+102
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-194-0/+4
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-196-40/+62
* [clang][driver] Print compilation phases with indentation.Michael Liao2019-10-191-5/+24
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-199-38/+143
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-1929-42/+42
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-1921-199/+966
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-1923-0/+295
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-183-2/+10
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-182-2/+1
* [analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.Artem Dergachev2019-10-181-2/+2
* [analyzer] exploded-graph-rewriter: Rename Environment to Expressions.Artem Dergachev2019-10-183-3/+3
* [analyzer] Fix FieldRegion dumps.Artem Dergachev2019-10-184-4/+13
* [analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev2019-10-182-10/+3
* [analyzer] exploded-graph-rewriter: Fix dump for state 0.Artem Dergachev2019-10-185-16/+25
* [analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev2019-10-182-15/+29
* [Format] Add format check for throwing negative numbersBrian Gesiak2019-10-182-1/+2
* [DOCS]Update list of implemented constructs, NFC.Alexey Bataev2019-10-181-2/+2
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-1848-15/+6385
* [clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev2019-10-182-29/+28
* [tooling] Relax an assert when multiple GPU targets are specified.Michael Liao2019-10-181-1/+1
* [ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant2019-10-182-10/+3
* [WebAssembly] -pthread implies -target-feature +sign-extThomas Lively2019-10-182-3/+16
* [analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.Artem Dergachev2019-10-171-1/+1
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-1719-161/+305
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-173-2/+58