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
/
Sema
/
SemaChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed return-of-stack-address checker to correctly handle stack/global
Ted Kremenek
2007-08-28
1
-5
/
+6
*
Updated checker for "return of address of stack variable" to look for
Ted Kremenek
2007-08-27
1
-4
/
+6
*
Fix %p format checking, patch by Keith Bauer.
Chris Lattner
2007-08-26
1
-1
/
+1
*
For warnings like this:
Chris Lattner
2007-08-26
1
-1
/
+2
*
Fix the test/Sema/format-strings.c regression. This code should be refactored.
Chris Lattner
2007-08-25
1
-1
/
+13
*
Fix the regression on test/Sema/cfstring.c
Chris Lattner
2007-08-25
1
-4
/
+9
*
Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition
Ted Kremenek
2007-08-20
1
-15
/
+20
*
Added extra semantic checking to do basic detection of
Ted Kremenek
2007-08-17
1
-2
/
+227
*
Return true in case of error, which is what other functions do.
Anders Carlsson
2007-08-17
1
-4
/
+4
*
Add initial support for constant CFStrings.
Anders Carlsson
2007-08-17
1
-2
/
+49
*
Added support for additional format string checking for the printf
Ted Kremenek
2007-08-14
1
-29
/
+263
*
Added "id_idx" parameter to CheckPrintfArguments. This will be used
Ted Kremenek
2007-08-10
1
-3
/
+4
*
initial support for checking format strings, patch by Ted Kremenek:
Chris Lattner
2007-08-10
1
-0
/
+90