summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-248-0/+43
* [ubsan] PR34266: When sanitizing the 'this' value for a member function that ...Richard Smith2017-08-243-3/+54
* [Preprocessor] Correct internal token parsing of newline characters in CRLFErich Keane2017-08-243-0/+25
* Revert "[ubsan] PR34266: When sanitizing the 'this' value for a member functi...Adrian Prantl2017-08-243-27/+3
* [clang-format] Emit absolute splits before lines for comments, try 2Krasimir Georgiev2017-08-242-12/+28
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-249-3/+83
* Fix use-after-free in Clang's ASTSelection unittestAlex Lorenz2017-08-241-258/+271
* [Driver][AArch64] Add tests for RDM feature.Chad Rosier2017-08-241-0/+9
* Add missing std::move callAlex Lorenz2017-08-241-1/+1
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-2410-3/+1054
* [Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraintsCoby Tayree2017-08-244-19/+108
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-242-17/+1
* Fixups to FE tests affected by D36793Coby Tayree2017-08-246-78/+73
* [Driver] Register effective triple before get arm float abi.Leo Li2017-08-242-0/+22
* Fix ClangFormatFuzzer.George Karpenkov2017-08-241-2/+5
* ObjC++: decorate ObjC interfaces in MSABI properlySaleem Abdulrasool2017-08-233-4/+128
* Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith2017-08-236-7/+82
* Fix a bug in CGDebugInfo::EmitInlineFunctionStart causing DILocations to beAdrian Prantl2017-08-232-1/+46
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-238-37/+27
* [clang-proto-fuzzer] Fix clang-proto-to-cxx build.Matt Morehouse2017-08-232-0/+2
* [ubsan] PR34266: When sanitizing the 'this' value for a member function that ...Richard Smith2017-08-233-3/+27
* Headers: explicitly specify double-word alignmentSaleem Abdulrasool2017-08-231-1/+1
* [clang-diff] Properly clear the selection in HTML diffJohannes Altmanninger2017-08-231-2/+2
* [clang-diff] Reformat test, NFCJohannes Altmanninger2017-08-231-36/+36
* [clang-diff] HTML diff navigationJohannes Altmanninger2017-08-231-9/+56
* [analyzer] Make StmtDataCollector customizableJohannes Altmanninger2017-08-238-234/+499
* Revert "[clang-format] Emit absolute splits before lines for comments"Krasimir Georgiev2017-08-232-27/+12
* Headers: give _Unwind_Control_Block double-word alignmentSaleem Abdulrasool2017-08-231-1/+1
* Implement CFG construction for __try / __except / __leave.Nico Weber2017-08-232-10/+203
* [clang-format] Emit absolute splits before lines for commentsKrasimir Georgiev2017-08-232-12/+27
* Revert r311552: [Bash-autocompletion] Add support for static analyzer flagsRui Ueyama2017-08-233-25/+2
* [Bash-autocompletion] Add support for static analyzer flagsYuka Takahashi2017-08-233-2/+25
* Fix typos, remove unused private members of CommonOptionsParser, NFCJohannes Altmanninger2017-08-237-9/+7
* [clang-format] Align trailing comments if ColumnLimit is 0Krasimir Georgiev2017-08-232-3/+15
* bpf: add -mcpu=# support for bpfYonghong Song2017-08-232-0/+14
* [ODRHash] Diagnose differing template parameters.Richard Trieu2017-08-234-1/+342
* Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov2017-08-232-5/+4
* Remove LLVMFuzzer from list of bundled libraries for FuchsiaGeorge Karpenkov2017-08-231-1/+0
* Degeneralize more tests.Dan Albert2017-08-223-3/+3
* Revert "Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""""Dan Albert2017-08-228-13/+43
* [Parser] Correct initalizer typos before lambda capture type is deduced.Volodymyr Sapsai2017-08-222-0/+10
* [OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static methodAlexey Bataev2017-08-225-0/+24
* [clang-diff] Refactor stop-after command-line flagJacob Gravelle2017-08-222-2/+2
* Test commit access.Volodymyr Sapsai2017-08-221-1/+1
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-222-1/+17
* [clang-format] Fix lines regression in clang-format.pyKrasimir Georgiev2017-08-221-1/+1
* [mips] Rename getSupportedNanEncoding() to getIEEE754Standard()Petar Jovanovic2017-08-223-27/+28
* Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen2017-08-223-21/+6
* [ObjC] Check written attributes only when synthesizing ambiguous propertyAlex Lorenz2017-08-222-2/+29
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-08-223-6/+21