aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22[modules] When building a module, if there are multiple matches for a headerRichard Smith
2015-06-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-22[CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha
2015-06-22[CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.Ahmed Bougacha
2015-06-22[modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith
2015-06-22Add comment about the importance of being adjacent. NFCDouglas Katzman
2015-06-22[modules] Include merged definition information in AST dumps.Richard Smith
2015-06-22Misc. cleanups suggested by Aaron BallmanDouglas Gregor
2015-06-22Don't use &* when get() will suffice; NFC.Aaron Ballman
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-22Remove incomplete comment.Davide Italiano
2015-06-21Sema: add a helper for enumerating the TST id (NFC)Saleem Abdulrasool
2015-06-21ASTReader: Treat InputFileOffsets as unaligned to avoid UBJustin Bogner
2015-06-21Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"Justin Bogner
2015-06-21Sema: convert decl + while loop into for loop (NFC)Saleem Abdulrasool
2015-06-21[Codegen] Don't crash if destructor is not accessible.Davide Italiano
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie
2015-06-20ASTReader: Copy input file offset data to avoid unaligned accessesJustin Bogner
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl
2015-06-20Avoid clearing an empty PrioritizedCXXGlobalInits, NFCYaron Keren
2015-06-20SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]NAKAMURA Takumi
2015-06-20[modules] When determining whether a definition of a class is visible, check ...Richard Smith
2015-06-20[modules] Refactor and slightly simplify class definition merging.Richard Smith
2015-06-20Suppress bogus gcc -Wreturn-type warnings.Nico Weber
2015-06-19Yet another MSVC-related fix.Douglas Gregor
2015-06-19Try to fix the MSVC buildDouglas Gregor
2015-06-19Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor
2015-06-19Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor
2015-06-19Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor
2015-06-19CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor
2015-06-19Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor
2015-06-19[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov
2015-06-19Fix a use of err_nullability_conflicting that's triggering an assertion.Douglas Gregor
2015-06-19[CFI] Require -flto instead of implying it.Alexey Samsonov
2015-06-19Code completion for nullability type specifiers.Douglas Gregor
2015-06-19Check for consistent use of nullability type specifiers in a header.Douglas Gregor
2015-06-19Introduced pragmas for audited nullability regions.Douglas Gregor
2015-06-19Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor
2015-06-19Extend type nullability qualifiers for Objective-C.Douglas Gregor
2015-06-19Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor
2015-06-19AMDGPU: Fix places missed in renameMatt Arsenault
2015-06-19Introduce type nullability specifiers for C/C++.Douglas Gregor
2015-06-19Add nominal support for 'shave' target.Douglas Katzman
2015-06-19[ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko
2015-06-19clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper
2015-06-19clang-format: Better fix to detect elaborated enum return types.Daniel Jasper
2015-06-19[ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...Alexey Bataev
2015-06-19CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne
2015-06-19Fix "the the" in comments/documentation/etc.Eric Christopher