summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall2010-02-041-0/+12
* When determining whether a function without a prototype is compatibleDouglas Gregor2010-02-031-0/+4
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-4/+3
* Implement promotion for enumeration types.Douglas Gregor2010-02-021-0/+4
* the declspec of a declaration can have storage-class specifiers,Chris Lattner2010-02-021-0/+3
* Implement PR6180, substantially improving the diagnostics we get fromChris Lattner2010-02-021-5/+11
* Improve handling of enumerator values for C and C++, including:Douglas Gregor2010-02-011-0/+4
* Add format string type checking support for 'long double'.Ted Kremenek2010-02-011-0/+2
* Format string checking: selectively ignore implicit casts to 'int'Ted Kremenek2010-02-011-0/+5
* Fix for PR5185. C99 [*] VLA notation should be disallowed in function definit...Sam Weinig2010-02-011-0/+6
* Really trivial patch to accept pointer to const void in indirect goto. DespiteChandler Carruth2010-01-311-0/+3
* Recognize 'q' as a format length modifier (from BSD).Daniel Dunbar2010-01-301-1/+2
* Add format string checking of 'double' arguments. Fixes <rdar://problem/6931...Ted Kremenek2010-01-301-0/+1
* Add basic type checking of format string conversion specifiers and their argu...Ted Kremenek2010-01-302-4/+12
* Be a little more permissive than C99: allow 'unsigned' to be used forTed Kremenek2010-01-291-3/+8
* Switch Sema over to using the new implementation of format stringTed Kremenek2010-01-291-4/+22
* Add comment to test linking it back to the original Bugzilla PR.Ted Kremenek2010-01-291-0/+1
* ARM/APCS: Fix alignment of long double.Daniel Dunbar2010-01-271-0/+20
* Correctly treat 64 bit integers specified via the mode attribute as the 'long'Chandler Carruth2010-01-261-1/+38
* Warn on top-level 'asm volatile' (instead of misparsing it).John McCall2010-01-251-0/+3
* fix PR6034, a crash on invalid where the switch stack would get Chris Lattner2010-01-241-0/+8
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-236-6/+6
* Improve unreachable code warnings with respect to dead member andMike Stump2010-01-211-0/+6
* Improve unreachable code warnings for with respect to c-style casts.Mike Stump2010-01-211-0/+3
* Improve unreachable code warnings for with respect to ? :.Mike Stump2010-01-211-0/+4
* Improve unreachable code warnings for with respect to compoundMike Stump2010-01-211-0/+5
* Improve unreachable code warnings with respect to dead binary andMike Stump2010-01-211-4/+10
* Implement goto inside of blocks.Mike Stump2010-01-193-9/+8
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-191-0/+3
* Generalize handling for unreachable code warnings to all binary operators.Mike Stump2010-01-151-4/+4
* Refine location reporting for unreachable code warnings for comma expressions.Mike Stump2010-01-151-0/+56
* Add testcase for recent checkin.Mike Stump2010-01-151-0/+20
* Don't a.k.a. through the primary typedef of an anonymous tag decl.John McCall2010-01-132-0/+14
* Don't emit string-comparison or self-comparison warnings inDouglas Gregor2010-01-122-0/+9
* use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner2010-01-121-0/+2
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-122-2/+11
* implement PR6007, diagnosing invalid attribute((section))Chris Lattner2010-01-121-0/+5
* Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor2010-01-112-2/+2
* add a bunch of missing prototypes to testsChris Lattner2010-01-098-2/+14
* Change the printing of OR_Deleted overload results to print all the candidates,John McCall2010-01-081-3/+3
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-3/+3
* Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor2010-01-081-4/+8
* Fix the search for visible declarations within a Scope to ensure thatDouglas Gregor2010-01-071-1/+1
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-1/+1
* Don't assert when dealing with unsigned casts of lvalues. Fixes PR5961.John McCall2010-01-061-0/+8
* Derive tighter ranges for & and >> in the conversion-checking code.John McCall2010-01-061-0/+10
* Significantly rework the calculation of effective integer-expression rangesJohn McCall2010-01-062-0/+59
* Add a radar reference.Mike Stump2010-01-051-0/+1
* Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump2010-01-051-0/+8
* Disallow capturing vlas inside blocks.Mike Stump2010-01-051-1/+11
OpenPOWER on IntegriCloud