summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][PlistMacroExpansion] Part 5.: Support for # and ##Kristof Umann2018-11-301-8/+17
* Reverting r347949-r347951 because they broke the test bots.Aaron Ballman2018-11-301-18/+4
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-10/+14
* Fix warning about unused variable [NFC]Mikael Holmen2018-11-301-1/+1
* lyzer] [HOTFIX!] SValBuilder crash when `aggressive-binary-operation-simplifi...Adam Balogh2018-11-301-3/+4
* Fix a use-after-scope bug.Haojian Wu2018-11-301-1/+1
* Revert r344580 "[analyzer] Nullability: Don't detect post factum violation..."Artem Dergachev2018-11-301-16/+6
* [analyzer] MallocChecker: Avoid redundant transitions.Artem Dergachev2018-11-301-2/+11
* [analyzer] Nullability: Don't detect post factum violation on concrete values.Artem Dergachev2018-11-301-6/+16
* [analyzer] Fix the "Zombie Symbols" bug.Artem Dergachev2018-11-3013-112/+99
* [analyzer] RetainCountChecker for OSObject model the "free" callGeorge Karpenkov2018-11-301-0/+11
* [analyzer] RetainCountChecker: recognize that OSObject can be created directl...George Karpenkov2018-11-302-4/+9
* [analyzer] Switch retain count checker for OSObject to use OS_* attributesGeorge Karpenkov2018-11-302-12/+20
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-302-66/+149
* [analyzer] [NFC] Minor refactoring of RetainCountDiagnosticsGeorge Karpenkov2018-11-304-217/+252
* [analyzer] For OSObject, trust that functions starting with GetGeorge Karpenkov2018-11-301-1/+3
* [analyzer] Print a fully qualified name for functions in RetainCountChecker d...George Karpenkov2018-11-301-3/+12
* [analyzer] Add the type of the leaked object to the diagnostic messageGeorge Karpenkov2018-11-302-5/+22
* [analyzer] Reference leaked object by name, even if it was created in an inli...George Karpenkov2018-11-301-15/+17
* [analyzer] [NFC] Some miscellaneous clean ups and documentation fixes.George Karpenkov2018-11-301-87/+90
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-292-0/+8
* [OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker afterAlexey Bataev2018-11-291-0/+4
* [OpenMP] Add a new version of the SPMD deinit kernel functionGheorghe-Teodor Bercea2018-11-291-7/+11
* Revert "NFC: Fix case of CommentVisitor::Visit methods"Stephen Kelly2018-11-291-21/+21
* NFC: Fix case of CommentVisitor::Visit methodsStephen Kelly2018-11-291-21/+21
* NFC: Move ColorScope to global scopeStephen Kelly2018-11-291-56/+58
* NFC: Constify ShowColorsStephen Kelly2018-11-291-1/+1
* set default max-page-size to 4KB in lld for Android Aarch64Zhizhou Yang2018-11-291-0/+8
* [analyzer][PlistMacroExpansion] Part 4.: Support for __VA_ARGS__Kristof Umann2018-11-291-19/+40
* [ThinLTO] Allow importing of multiple symbols with same GUIDTeresa Johnson2018-11-291-9/+8
* [OpenCL] Improve diags for addr spaces in templatesAnastasia Stulova2018-11-293-21/+31
* Set MustBuildLookupTable on PrimaryContext in ExternalASTMergerRaphael Isemann2018-11-291-2/+2
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-299-2/+262
* Allow cpu-dispatch forward declarations.Erich Keane2018-11-281-8/+9
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-11-281-0/+5
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-283-9/+53
* [Coverage] Do not visit artificial stmts in defaulted methods (PR39822)Vedant Kumar2018-11-281-4/+16
* Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."Davide Italiano2018-11-281-373/+311
* [OPENMP]Fix emission of the target regions in virtual functions.Alexey Bataev2018-11-281-1/+4
* [NFC] Move MultIversioning::Type into Decl so that it can be used inErich Keane2018-11-283-45/+49
* [analyzer] Cleanup constructors in the Z3 backendMikhail R. Gadelha2018-11-281-96/+31
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-2831-187/+350
* [ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri2018-11-281-311/+373
* PR39809: (const void*)0 is not a null pointer constant in C.Richard Smith2018-11-281-6/+6
* Move LoopHint.h from Sema to ParseRichard Trieu2018-11-285-5/+2
* [CodeGen] Fix included headers.Richard Trieu2018-11-281-1/+2
* [OPENMP] remove redundant ColonExpected flag in ParseOpenMP.cpp (NFC)Kelvin Li2018-11-281-3/+0
* [OPENMP][NVPTX]Basic support for reductions across the teams.Alexey Bataev2018-11-272-379/+118
* [MS] Push outermost class DeclContexts only in -fdelayed-template-parsingReid Kleckner2018-11-271-12/+23
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-272-0/+7