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
/
lib
/
Sema
/
SemaChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-02-13
1
-1
/
+1
*
Overhaul of Stmt allocation:
Ted Kremenek
2009-02-07
1
-3
/
+4
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+0
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Convert more expression actions to smart pointers.
Sebastian Redl
2009-01-19
1
-47
/
+52
*
Patch by Roman Divacky:
Ted Kremenek
2009-01-12
1
-9
/
+53
*
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
2009-01-06
1
-1
/
+2
*
Make error handling for va_start a bit more robust. Fixes PR3213.
Eli Friedman
2008-12-15
1
-5
/
+14
*
change getCurFunctionDecl to skip through Block contexts to find
Chris Lattner
2008-12-04
1
-2
/
+2
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-3
/
+3
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-3
/
+2
*
merge some simple call diagnostics.
Chris Lattner
2008-11-21
1
-7
/
+9
*
remove another old-school Diag method.
Chris Lattner
2008-11-20
1
-11
/
+11
*
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
1
-4
/
+3
*
remove one more old-style Diag method.
Chris Lattner
2008-11-19
1
-28
/
+28
*
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-19
1
-63
/
+53
*
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
1
-1
/
+6
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-1
/
+1
*
Rename ExplicitCCastExpr to CStyleCastExpr
Douglas Gregor
2008-10-28
1
-1
/
+1
*
Refactor the expression class hierarchy for casts. Most importantly:
Douglas Gregor
2008-10-27
1
-19
/
+18
*
Add support for format string checking of object-size checking
Daniel Dunbar
2008-10-02
1
-12
/
+20
*
Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th...
Steve Naroff
2008-09-16
1
-1
/
+6
*
More semantic analysis for blocks...
Steve Naroff
2008-09-10
1
-2
/
+2
*
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-05
1
-4
/
+11
*
Add __builtin_object_size support.
Daniel Dunbar
2008-09-03
1
-4
/
+29
*
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-18
1
-8
/
+2
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-9
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
tighten up some code and some wording on diagnostics.
Chris Lattner
2008-08-10
1
-27
/
+19
*
Fix <rdar://problem/6125909>.
Ted Kremenek
2008-08-07
1
-18
/
+14
*
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-26
1
-2
/
+2
*
Format string errors should underling the format string, not the function name.
Ted Kremenek
2008-07-25
1
-12
/
+15
*
Implement nans, prefetch, and trap builtins.
Daniel Dunbar
2008-07-21
1
-0
/
+53
*
Extend va_start checking to include __builtin_stdarg_start.
Ted Kremenek
2008-07-09
1
-0
/
+1
*
Make a few related changes:
Chris Lattner
2008-06-30
1
-2
/
+1
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-6
/
+6
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
1
-2
/
+34
*
Add __builtin_frame_address and __builtin_return_address gcc builtins to
Eli Friedman
2008-05-20
1
-1
/
+16
*
Review nit.
Eli Friedman
2008-05-16
1
-2
/
+2
*
Clean up ownership per review comment.
Eli Friedman
2008-05-16
1
-24
/
+13
*
Fixed another regression introduced by r51113 caused by some refactoring
Ted Kremenek
2008-05-15
1
-3
/
+3
*
Implementation of __builtin_shufflevector, a portable builtin capable of
Eli Friedman
2008-05-14
1
-7
/
+93
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+802
[prev]