index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow calling convention attributes to apply to types. Patch by Chip Davis!
John McCall
2010-02-04
1
-0
/
+12
*
When determining whether a function without a prototype is compatible
Douglas Gregor
2010-02-03
1
-0
/
+4
*
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-02-03
1
-4
/
+3
*
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
1
-0
/
+4
*
the declspec of a declaration can have storage-class specifiers,
Chris Lattner
2010-02-02
1
-0
/
+3
*
Implement PR6180, substantially improving the diagnostics we get from
Chris Lattner
2010-02-02
1
-5
/
+11
*
Improve handling of enumerator values for C and C++, including:
Douglas Gregor
2010-02-01
1
-0
/
+4
*
Add format string type checking support for 'long double'.
Ted Kremenek
2010-02-01
1
-0
/
+2
*
Format string checking: selectively ignore implicit casts to 'int'
Ted Kremenek
2010-02-01
1
-0
/
+5
*
Fix for PR5185. C99 [*] VLA notation should be disallowed in function definit...
Sam Weinig
2010-02-01
1
-0
/
+6
*
Really trivial patch to accept pointer to const void in indirect goto. Despite
Chandler Carruth
2010-01-31
1
-0
/
+3
*
Recognize 'q' as a format length modifier (from BSD).
Daniel Dunbar
2010-01-30
1
-1
/
+2
*
Add format string checking of 'double' arguments. Fixes <rdar://problem/6931...
Ted Kremenek
2010-01-30
1
-0
/
+1
*
Add basic type checking of format string conversion specifiers and their argu...
Ted Kremenek
2010-01-30
2
-4
/
+12
*
Be a little more permissive than C99: allow 'unsigned' to be used for
Ted Kremenek
2010-01-29
1
-3
/
+8
*
Switch Sema over to using the new implementation of format string
Ted Kremenek
2010-01-29
1
-4
/
+22
*
Add comment to test linking it back to the original Bugzilla PR.
Ted Kremenek
2010-01-29
1
-0
/
+1
*
ARM/APCS: Fix alignment of long double.
Daniel Dunbar
2010-01-27
1
-0
/
+20
*
Correctly treat 64 bit integers specified via the mode attribute as the 'long'
Chandler Carruth
2010-01-26
1
-1
/
+38
*
Warn on top-level 'asm volatile' (instead of misparsing it).
John McCall
2010-01-25
1
-0
/
+3
*
fix PR6034, a crash on invalid where the switch stack would get
Chris Lattner
2010-01-24
1
-0
/
+8
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
6
-6
/
+6
*
Improve unreachable code warnings with respect to dead member and
Mike Stump
2010-01-21
1
-0
/
+6
*
Improve unreachable code warnings for with respect to c-style casts.
Mike Stump
2010-01-21
1
-0
/
+3
*
Improve unreachable code warnings for with respect to ? :.
Mike Stump
2010-01-21
1
-0
/
+4
*
Improve unreachable code warnings for with respect to compound
Mike Stump
2010-01-21
1
-0
/
+5
*
Improve unreachable code warnings with respect to dead binary and
Mike Stump
2010-01-21
1
-4
/
+10
*
Implement goto inside of blocks.
Mike Stump
2010-01-19
3
-9
/
+8
*
The type of a compound literal expression is not necessarily the same as the
John McCall
2010-01-19
1
-0
/
+3
*
Generalize handling for unreachable code warnings to all binary operators.
Mike Stump
2010-01-15
1
-4
/
+4
*
Refine location reporting for unreachable code warnings for comma expressions.
Mike Stump
2010-01-15
1
-0
/
+56
*
Add testcase for recent checkin.
Mike Stump
2010-01-15
1
-0
/
+20
*
Don't a.k.a. through the primary typedef of an anonymous tag decl.
John McCall
2010-01-13
2
-0
/
+14
*
Don't emit string-comparison or self-comparison warnings in
Douglas Gregor
2010-01-12
2
-0
/
+9
*
use DiagRuntimeBehavior to silence the div/rem by zero warning when
Chris Lattner
2010-01-12
1
-0
/
+2
*
implement PR6004, warning about divide and remainder by zero.
Chris Lattner
2010-01-12
2
-2
/
+11
*
implement PR6007, diagnosing invalid attribute((section))
Chris Lattner
2010-01-12
1
-0
/
+5
*
Tighten up the "cannot return array or function type" diagnostic to
Douglas Gregor
2010-01-11
2
-2
/
+2
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
8
-2
/
+14
*
Change the printing of OR_Deleted overload results to print all the candidates,
John McCall
2010-01-08
1
-3
/
+3
*
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
Dan Gohman
2010-01-08
1
-3
/
+3
*
Improve the fix-its for -Wparentheses to ensure that the fix-it
Douglas Gregor
2010-01-08
1
-4
/
+8
*
Fix the search for visible declarations within a Scope to ensure that
Douglas Gregor
2010-01-07
1
-1
/
+1
*
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-07
1
-1
/
+1
*
Don't assert when dealing with unsigned casts of lvalues. Fixes PR5961.
John McCall
2010-01-06
1
-0
/
+8
*
Derive tighter ranges for & and >> in the conversion-checking code.
John McCall
2010-01-06
1
-0
/
+10
*
Significantly rework the calculation of effective integer-expression ranges
John McCall
2010-01-06
2
-0
/
+59
*
Add a radar reference.
Mike Stump
2010-01-05
1
-0
/
+1
*
Disallow captured arrays in blocks as well. Radar 7438948.
Mike Stump
2010-01-05
1
-0
/
+8
*
Disallow capturing vlas inside blocks.
Mike Stump
2010-01-05
1
-1
/
+11
[next]