summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-4/+22
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+46
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-1/+20
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-172-16/+16
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-171-1/+1
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-141-3/+20
* [Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman2019-09-131-0/+29
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-134-4/+4
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-134-4/+4
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-134-4/+4
* [NFC] Added triple to test file to avoid arm buildbots failuresDavid Bolvansky2019-09-111-1/+2
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-0/+28
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-111-1/+13
* When evaluating a __builtin_constant_p conditional, always enterRichard Smith2019-09-101-0/+3
* [X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...Craig Topper2019-09-091-0/+13
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-26/+0
* [NFC] Added new tests for r371222David Bolvansky2019-09-061-0/+26
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-8/+10
* [ARM] Add support for the s,j,x,N,O inline asm constraintsDavid Candler2019-09-051-0/+305
* [LifetimeAnalysis] Fix some false positivesGabor Horvath2019-09-031-5/+157
* [Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko2019-09-022-0/+39
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-302-12/+9
* Refactor InitListChecker to check only a single (explicit) initializerRichard Smith2019-08-291-3/+3
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-291-0/+11
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-272-28/+41
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-271-27/+27
* Fixing a weird copy-pasta to get bots back to green.Aaron Ballman2019-08-261-1/+1
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-261-27/+27
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-261-33/+46
* [Wdocumentation] improve wording of a warning messageDmitri Gribenko2019-08-251-6/+6
* Fix a test to test what the name suggest.Gabor Horvath2019-08-231-1/+1
* [LifetimeAnalysis] Make it possible to disable the new warningsGabor Horvath2019-08-231-0/+23
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-233-6/+16
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-0/+120
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-201-0/+24
* [LifetimeAnalysis] Add support for free functionsGabor Horvath2019-08-201-4/+28
* Rudimentary support for Doxygen \retval commandStephan Bergmann2019-08-201-0/+5
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-8/+16
* Rename this file from cx2.c to c2x.c; NFC.Aaron Ballman2019-08-151-0/+0
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-151-0/+3
* [LifetimeAnalysis] Support std::stack::top() and std::optional::value()Matthias Gehre2019-08-141-4/+23
* [LifetimeAnalysis] Fix false negatives of statement local lifetime analysis f...Gabor Horvath2019-08-141-9/+11
* Fix multiple lifetime warning messages for range based for loopGabor Horvath2019-08-121-0/+7
* Properly detect temporary gsl::Owners through reference initialization chains.Gabor Horvath2019-08-111-2/+8
* Properly handle reference initialization when detecting gsl::Pointer initiali...Gabor Horvath2019-08-111-3/+11
* Fix a false positive warning when initializing members with gsl::Owners.Gabor Horvath2019-08-101-0/+15
* Attempt to reapply "Even more warnings utilizing gsl::Owner/gsl::Pointer anno...Gabor Horvath2019-08-091-1/+50
* Revert Even more warnings utilizing gsl::Owner/gsl::Pointer annotationsGabor Horvath2019-08-091-50/+1
* Revert Fix a build bot failure and multiple warnings instances for range base...Gabor Horvath2019-08-091-7/+0
* Fix a build bot failure and multiple warnings instances for range base for loopsGabor Horvath2019-08-091-0/+7