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
/
nonnull.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang]: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-19
1
-0
/
+4
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
1
-1
/
+1
*
Allow the nonnull attribute to be inherited as a parameter in the redefinitio...
Aaron Ballman
2017-03-12
1
-0
/
+7
*
Add a "declared 'nonnull' here" note to warnings where an expression is check...
Nick Lewycky
2016-06-15
1
-5
/
+5
*
[Sema] Add warning when comparing nonnull and null
George Burgess IV
2015-12-08
1
-4
/
+18
*
When checking for nonnull parameter attributes, also check the ParmVarDecl si...
Aaron Ballman
2014-12-11
1
-0
/
+12
*
[Sema] Patch to issue warning on comparing parameters with
Fariborz Jahanian
2014-11-18
1
-0
/
+58
*
This patch reverts r220496 which issues warning on comparing
Fariborz Jahanian
2014-11-03
1
-25
/
+0
*
patch to issue warning on comparing parameters with
Fariborz Jahanian
2014-10-23
1
-0
/
+25
*
Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
2014-08-27
1
-4
/
+33
*
The returns_nonnull attribute does not require a function prototype because i...
Aaron Ballman
2014-07-11
1
-1
/
+2
*
'nonnull(1)' on a block parameter should apply to the block's argument.
Jordan Rose
2014-02-11
1
-0
/
+8
*
Add basic checking for returning null from functions/methods marked 'returns_...
Ted Kremenek
2014-01-22
1
-0
/
+6
*
Making some minor improvements to r199626.
Aaron Ballman
2014-01-20
1
-4
/
+4
*
Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
2014-01-20
1
-0
/
+6
*
Adding a test case for nonnull being attached to something other than a funct...
Aaron Ballman
2014-01-17
1
-0
/
+1
*
Enhance attribute 'nonnull' to be applicable to parameters directly (infix).
Ted Kremenek
2014-01-17
1
-0
/
+11
*
This diagnostic did not accept arguments, and did not have any test coverage....
Aaron Ballman
2013-12-26
1
-0
/
+1
*
Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...
Aaron Ballman
2013-07-30
1
-0
/
+1
*
This test was missing its -verify argument.
Aaron Ballman
2013-07-22
1
-1
/
+1
*
Handle nonnull attribute with optional argument number on
Fariborz Jahanian
2011-06-27
1
-0
/
+21
*
Handle some more fallout with the conversion of using PointerType for
Ted Kremenek
2009-07-15
1
-32
/
+0
*
merge two tests.
Chris Lattner
2009-05-25
1
-1
/
+25
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Tidy up sema processing of attribute "nonull":
Ted Kremenek
2008-09-01
1
-1
/
+1
*
Add test case for nonnull attribute.
Ted Kremenek
2008-07-21
1
-0
/
+8