summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: try to make the doc for ConstructorInitializerAllOnOneLineOrOne...Hans Wennborg2018-07-311-9/+13
* Fix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld2018-07-311-2/+2
* Improve support of PDB as an external layout sourceAleksandr Urakov2018-07-315-23/+112
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-312-1/+12
* [analyzer] Rename test: cxx17-mandatory-elision.cpp -> copy-elision.cppArtem Dergachev2018-07-311-0/+0
* [Sema] Relax a failing assert in TemplateArgumentLocErik Pilkington2018-07-312-1/+14
* [analyzer] CStringChecker: Remember to highlight the argument expression range.Artem Dergachev2018-07-302-0/+16
* Revert "Add a definition for FieldSize that seems to make sense here."Eric Christopher2018-07-301-1/+0
* Add a definition for FieldSize that seems to make sense here.Eric Christopher2018-07-301-0/+1
* [analyzer] [tests] Add an option for showing statistics after running tests.George Karpenkov2018-07-301-1/+3
* [analyzer] [tests] Style fixes for testing harness.George Karpenkov2018-07-302-14/+14
* Fix use of uninitialized variable in r338299Scott Linder2018-07-301-1/+1
* [analyzer] [NFC] Simplify some visitors by giving a convenient getter from st...George Karpenkov2018-07-303-22/+23
* [analyzer] Bugfix for autorelease + main run loop leak checkerGeorge Karpenkov2018-07-302-4/+20
* [analyzer] Fix crash in RunLoopAutoreleaseChecker on empty childrenGeorge Karpenkov2018-07-302-3/+13
* [docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docsRoman Lebedev2018-07-301-2/+2
* Avoid returning an invalid end source locStephen Kelly2018-07-302-3/+5
* [DebugInfo][OpenCL] Generate correct block literal debug info for OpenCLScott Linder2018-07-302-36/+58
* [OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang2018-07-3016-3/+69
* Remove trailing spaceFangrui Song2018-07-30432-7748/+7748
* Make test/Driver/baremetal.cpp work with linkers other than lldDavid Greene2018-07-301-5/+5
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-3011-37/+829
* [analyzer] Store ValueDecl in DeclRegionGeorge Karpenkov2018-07-301-3/+3
* Delete some unreachable AST printing code.Richard Smith2018-07-301-30/+0
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-309-17/+350
* [analyzer] Add missing state transition in IteratorChecker.Reka Kovacs2018-07-301-0/+2
* [analyzer] Add support for more invalidating functions in InnerPointerChecker.Reka Kovacs2018-07-303-71/+214
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-302-28/+15
* [OPENMP] Modify the info about OpenMP support in UsersManual, NFC.Alexey Bataev2018-07-301-7/+2
* [mips64][clang] Adjust tests to account for changes in r338239Stefan Maksimovic2018-07-303-7/+11
* [clang-format] Silence -Wdocumentation warningsKrasimir Georgiev2018-07-301-6/+8
* [mips64][clang] Provide the signext attribute for i32 return valuesStefan Maksimovic2018-07-301-2/+8
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-07-301-1/+0
* [Analyzer] Iterator Checker Hotfix: Defer deletion of container data until it...Adam Balogh2018-07-301-1/+22
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-306-46/+242
* PR38355 Prevent infinite recursion when checking initializer lifetime ifRichard Smith2018-07-302-1/+8
* Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...Chandler Carruth2018-07-293-48/+13
* [UBSan] Strengthen pointer checks in 'new' expressionsSerge Pavlov2018-07-285-26/+215
* [Sema][ObjC] Warn when a method declared in a protocol takes aAkira Hatanaka2018-07-283-7/+82
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-285-13/+40
* [AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov2018-07-286-12/+14
* Compile SemaTemplate.cpp with /bigobj on MSVCErik Pilkington2018-07-281-0/+1
* [CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song2018-07-284-74/+67
* Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser2018-07-273-5/+42
* [Sema] Use a TreeTransform to extract deduction guide parameter typesErik Pilkington2018-07-272-15/+54
* [DEBUG_INFO] Fix tests, NFC.Alexey Bataev2018-07-272-0/+2
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-2710-80/+201
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-273-17/+100
* Fix typos in comment.Richard Smith2018-07-271-2/+2
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+1