summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-2210-85/+718
* [Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZFangrui Song2019-12-221-9/+18
* [Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627Fangrui Song2019-12-212-10/+9
* [NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu2019-12-213-27/+49
* Fix `-Wunused-variable` warning. NFC.Michael Liao2019-12-211-1/+1
* [Analyzer] Use a reference in a range-based forMark de Wever2019-12-213-15/+15
* [Wdocumentation] Implement \anchorMark de Wever2019-12-214-0/+15
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-211-7/+54
* Revert "Customize simplified dumping and matching of LambdaExpr"Stephen Kelly2019-12-201-35/+1
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-201-1/+35
* [analyzer] Add path notes to FuchsiaHandleCheck.Gabor Horvath2019-12-201-3/+73
* [analyzer] Add Fuchsia Handle checkerGabor Horvath2019-12-203-0/+489
* Avoid unsupported LLD optionsSid Manning2019-12-201-3/+8
* [attributes][analyzer] Add annotations for handles.Gabor Horvath2019-12-203-0/+52
* Apply the alignment specifier attribute to anonymous unions and structs.Kamlesh Kumar2019-12-201-0/+3
* [objc_direct] Tigthen checks for direct methodsPierre Habouzit2019-12-203-35/+120
* [clang-format] C# formatting a class with inheritance followed by an attribut...mydeveloperday2019-12-201-1/+1
* Parenthesized a logical expression.Dmitri Gribenko2019-12-201-1/+1
* Use isa instead of dyn_castDmitri Gribenko2019-12-201-1/+1
* [clang][Tooling] Prefer -x over -std when interpolatingKadir Cetinkaya2019-12-201-1/+2
* [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-pathsKarl-Johan Karlsson2019-12-202-17/+31
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2019-12-193-136/+164
* Fix crash on init-capture packs where the type of the initializer is non-depe...Richard Smith2019-12-192-2/+4
* [analyzer] Add a syntactic security check for ObjC NSCoder API.Artem Dergachev2019-12-192-1/+72
* ConstrainedFP: use API compatible with opaque pointers.Tim Northover2019-12-191-6/+6
* Implement latest C++ feature test macro recommendations.Richard Smith2019-12-191-4/+14
* [X86] Mark various pointer arguments in builtins as constWarren Ristow2019-12-1910-118/+118
* [ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...shafik2019-12-191-1/+28
* [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson2019-12-193-0/+15
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-194-2/+4
* [analysis] Re-discard type sugar when casting values retrieved from the Store.Artem Dergachev2019-12-181-3/+3
* [clang] Remove -Wexperimental-float-control.Jordan Rupprecht2019-12-181-8/+0
* [Remarks][Driver] Place temporary remark files next to temporary object filesFrancis Visoiu Mistrih2019-12-181-11/+18
* [WebAssembly] Add avgr_u intrinsics and require nuw in patternsThomas Lively2019-12-181-0/+8
* Revert concepts changes from D41910Vedant Kumar2019-12-1810-718/+85
* Add method to ignore invisible AST nodesStephen Kelly2019-12-182-0/+30
* [Remarks][Driver] Run dsymutil when remarks are enabledFrancis Visoiu Mistrih2019-12-181-2/+3
* [Remarks][Driver][NFC] Make shouldEmitRemarks more available in the DriverFrancis Visoiu Mistrih2019-12-182-25/+25
* [analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.Artem Dergachev2019-12-181-0/+3
* Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith2019-12-185-158/+141
* Use hasOffsetApplied to initialize member HasOffsetAppliedAkira Hatanaka2019-12-181-1/+1
* Move TypeSourceInfo to Type.hReid Kleckner2019-12-181-0/+6
* [analyzer] NonnullGlobalConstants: Add support for kCFNull.Artem Dergachev2019-12-181-1/+3
* [Concepts] Fix incorrect move out of temporary in D41910Saar Raz2019-12-181-2/+2
* [Concepts] Fix crash in D41910Saar Raz2019-12-181-1/+1
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-181-1/+1
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-1810-85/+718
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-1812-46/+186
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-184-4/+2
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-184-2/+4
OpenPOWER on IntegriCloud