summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-22344-643/+619
* [modules] When building a module, if there are multiple matches for a headerRichard Smith2015-06-226-0/+12
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-225-87/+89
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-224-5/+93
* [CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.Ahmed Bougacha2015-06-221-21/+44
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-226-7/+25
* Add comment about the importance of being adjacent. NFCDouglas Katzman2015-06-221-0/+3
* test: Set lit features appropriately when using asan and ubsan togetherJustin Bogner2015-06-221-4/+3
* [modules] Include merged definition information in AST dumps.Richard Smith2015-06-221-0/+4
* Misc. cleanups suggested by Aaron BallmanDouglas Gregor2015-06-222-7/+13
* Document the nullability attributes.Douglas Gregor2015-06-223-110/+808
* Don't use &* when get() will suffice; NFC.Aaron Ballman2015-06-221-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-22344-619/+643
* Remove incomplete comment.Davide Italiano2015-06-221-1/+0
* Sema: add a helper for enumerating the TST id (NFC)Saleem Abdulrasool2015-06-212-17/+22
* Clean up CLCompatOptions.td a bit.Nico Weber2015-06-211-27/+34
* ASTReader: Treat InputFileOffsets as unaligned to avoid UBJustin Bogner2015-06-212-2/+4
* Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"Justin Bogner2015-06-212-11/+3
* Sema: convert decl + while loop into for loop (NFC)Saleem Abdulrasool2015-06-211-3/+2
* [Codegen] Don't crash if destructor is not accessible.Davide Italiano2015-06-212-0/+23
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-214-12/+10
* ASTReader: Copy input file offset data to avoid unaligned accessesJustin Bogner2015-06-202-3/+11
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-2038-374/+694
* Avoid clearing an empty PrioritizedCXXGlobalInits, NFCYaron Keren2015-06-201-1/+1
* ASTContext.h: Fix utf8 chars in comments.NAKAMURA Takumi2015-06-201-4/+4
* SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]NAKAMURA Takumi2015-06-201-1/+1
* [modules] When determining whether a definition of a class is visible, check ...Richard Smith2015-06-208-3/+41
* [modules] Refactor and slightly simplify class definition merging.Richard Smith2015-06-201-48/+26
* Suppress bogus gcc -Wreturn-type warnings.Nico Weber2015-06-204-0/+4
* Yet another MSVC-related fix.Douglas Gregor2015-06-191-1/+1
* Try to fix the MSVC buildDouglas Gregor2015-06-191-1/+1
* Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor2015-06-192-3/+8
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-194-35/+38
* Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor2015-06-193-3/+16
* CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor2015-06-193-3/+62
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-198-13/+200
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-198-61/+106
* Fix a use of err_nullability_conflicting that's triggering an assertion.Douglas Gregor2015-06-191-1/+2
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-198-32/+29
* Code completion for nullability type specifiers.Douglas Gregor2015-06-196-27/+98
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-1917-53/+334
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-1918-78/+751
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-199-8/+134
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-1930-183/+1035
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-1911-60/+228
* Add a comment and FIXME based on the commit message that made theEric Christopher2015-06-191-0/+3
* AMDGPU: Fix renamed file that was somehow dropped from last commitMatt Arsenault2015-06-191-0/+36
* AMDGPU: Fix places missed in renameMatt Arsenault2015-06-195-74/+38
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-1924-16/+880
* Fix typo in comment.Douglas Katzman2015-06-191-1/+1