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
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-802
/
+0
*
Added TODO.
Ted Kremenek
2008-03-03
1
-0
/
+3
*
Use IgnoreParenCasts.
Anders Carlsson
2008-02-13
1
-9
/
+1
*
Move IgnoreParenCasts to be a method on Expr.
Chris Lattner
2008-02-13
1
-3
/
+3
*
Get rid of bogus warnings when the second argument in va_start is either an i...
Anders Carlsson
2008-02-11
1
-3
/
+13
*
Fixed typo introduced by r46133 that caused -Wfloat-equal to break.
Ted Kremenek
2008-01-17
1
-1
/
+1
*
Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*.
Ted Kremenek
2008-01-17
1
-2
/
+2
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
various cleanups. Use IgnoreParenCasts instead of inlined versions.
Chris Lattner
2007-12-28
1
-29
/
+7
*
unindent cases in a switch stmt, no functionality change.
Chris Lattner
2007-12-28
1
-191
/
+188
*
Change Sema::ActOnCallExpr to construct the CallExpr early and put it into
Chris Lattner
2007-12-28
1
-78
/
+66
*
More objective-c typechecking stuff. This is work in progress and more patches
Fariborz Jahanian
2007-12-20
1
-2
/
+5
*
implement semantic analysis for __builtin_islessequal and friends.
Chris Lattner
2007-12-20
1
-9
/
+46
*
simplify some code.
Chris Lattner
2007-12-20
1
-5
/
+8
*
refactor some code that handles sema of direct function calls.
Chris Lattner
2007-12-19
1
-51
/
+61
*
Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDef...
Steve Naroff
2007-12-18
1
-1
/
+1
*
Modified format-string checking to not emit a warning when all of the
Ted Kremenek
2007-12-17
1
-2
/
+26
*
Format string checker: asprintf does not pass argumnents via va_list.
Ted Kremenek
2007-12-17
1
-1
/
+1
*
Simplified setting up Method's scope before generating AST for its nody.
Fariborz Jahanian
2007-12-04
1
-5
/
+7
*
GCC has an extension where the left hand side of the ? : operator can be omit...
Anders Carlsson
2007-11-30
1
-8
/
+12
*
Enhanced implementation of -Wfloat-equal to check for comparisons against
Ted Kremenek
2007-11-29
1
-0
/
+18
*
Moved logic for -Wfloat-equal to SemaChecking.cpp.
Ted Kremenek
2007-11-25
1
-0
/
+37
*
Added notion of '*' specified format width/specifiers when checking
Ted Kremenek
2007-10-12
1
-4
/
+41
*
Add some more diagnostics for va_start, fix tests so they pass with these new...
Anders Carlsson
2007-10-12
1
-0
/
+31
*
Printf argument checking now supports dynamically-passed precision
Ted Kremenek
2007-10-12
1
-1
/
+6
*
Fix 80 col violations.
Chris Lattner
2007-08-30
1
-1
/
+1
*
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