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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
43
-549
/
+1235
*
Identify AnonPointeeRegion by the symbol that is concretized.
Zhongxing Xu
2008-12-11
2
-19
/
+19
*
AnonPointeeRegions are now identified by the MemRegion of the pointer pointing
Zhongxing Xu
2008-12-11
2
-12
/
+13
*
Updated checker build.
Ted Kremenek
2008-12-11
1
-1
/
+1
*
Add another complex promotion test.
Anders Carlsson
2008-12-10
1
-0
/
+4
*
Make sure to promote expressions of the form (floating point + complex intege...
Anders Carlsson
2008-12-10
2
-2
/
+21
*
PreprocessorLexer (and subclasses):
Ted Kremenek
2008-12-10
4
-10
/
+14
*
Added a warning when referencing an if's condition variable in the
Douglas Gregor
2008-12-10
7
-2
/
+106
*
The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...
Steve Naroff
2008-12-10
2
-32
/
+35
*
Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...
Douglas Gregor
2008-12-10
2
-1
/
+35
*
Some cleanups to the dependent-types commit, as suggested by Sebastian
Douglas Gregor
2008-12-10
2
-41
/
+37
*
Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...
Steve Naroff
2008-12-10
2
-27
/
+80
*
Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...
Ted Kremenek
2008-12-10
2
-4
/
+5
*
Fix <rdar://problem/6418623> Bogus block type compatibility warning.
Steve Naroff
2008-12-10
3
-2
/
+43
*
Fix regression caused by fixing <rdar://problem/6429113> clang ObjC rewriter:...
Steve Naroff
2008-12-10
1
-1
/
+1
*
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-10
9
-90
/
+108
*
Append an extra newline to the module inline asm if it's not empty.
Anders Carlsson
2008-12-10
1
-0
/
+5
*
Updated checker build.
Ted Kremenek
2008-12-10
1
-1
/
+1
*
Patch to allow a getter call using property dot-syntax notation.
Fariborz Jahanian
2008-12-10
2
-1
/
+19
*
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-10
11
-275
/
+307
*
Fix to BasicStoreManager::getElementLValue: If the base region is a symbol, l...
Ted Kremenek
2008-12-09
1
-2
/
+13
*
Prevent bogus warning on unimplemented setter/getter when user
Fariborz Jahanian
2008-12-09
3
-0
/
+27
*
Have BasicStoreManager::getLValueElement() have logic similar to BasicStoreMa...
Ted Kremenek
2008-12-09
1
-2
/
+37
*
Add testcase for commit r60781.
Steve Naroff
2008-12-09
1
-0
/
+95
*
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
7
-15
/
+101
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
14
-233
/
+133
*
Add preliminary CFG support for @throw. We basically treat it like a return ...
Ted Kremenek
2008-12-09
1
-1
/
+23
*
In GRExprEngine treat @throw as an 'abort' that ends the current path. This ...
Ted Kremenek
2008-12-09
1
-0
/
+9
*
Lay the groundwork for converting the entire parser-sema chain to smart point...
Sebastian Redl
2008-12-09
4
-36
/
+402
*
Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...
Steve Naroff
2008-12-09
1
-2
/
+7
*
Fix a serious null termination bug found by David Chisnall!
Chris Lattner
2008-12-09
1
-1
/
+1
*
Fill in C++ status table for expressions.
Sebastian Redl
2008-12-09
1
-70
/
+251
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
11
-522
/
+530
*
Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...
Steve Naroff
2008-12-09
2
-6
/
+49
*
initialize member variable.
Zhongxing Xu
2008-12-09
1
-1
/
+1
*
Add utility method. Remove an unused method.
Zhongxing Xu
2008-12-09
2
-2
/
+4
*
[static analyzer] Extend VLA size checking to look for undefined sizes.
Ted Kremenek
2008-12-09
4
-18
/
+51
*
Update Driver to new interface for LiveVariables.
Ted Kremenek
2008-12-09
1
-1
/
+1
*
Add zero-sized VLA check test case.
Ted Kremenek
2008-12-09
1
-0
/
+7
*
Fixed LiveVariables bug where we didn't consider block-level expressions that...
Ted Kremenek
2008-12-09
4
-6
/
+24
*
Change condition under which 'retain'/'copy' are directly evaluated.
Fariborz Jahanian
2008-12-08
1
-4
/
+6
*
Add checking for zero-sized VLAs.
Ted Kremenek
2008-12-08
3
-41
/
+91
*
Incorporate MissingDealloc_IBOutlet.m test case into MissingDealloc.m
Ted Kremenek
2008-12-08
2
-20
/
+18
*
Incorporate MissingDeallc_SEL.m test case into MissingDealloc.m
Ted Kremenek
2008-12-08
2
-30
/
+24
*
Add test case for <rdar://problem/6380411>.
Ted Kremenek
2008-12-08
1
-0
/
+23
*
Fix PR3172: if we see an eof or } at the top level, reject it.
Chris Lattner
2008-12-08
2
-0
/
+14
*
improve comment.
Chris Lattner
2008-12-08
1
-1
/
+1
*
'self.myIvar = nil' (properties) only releases myIvar when the property has k...
Ted Kremenek
2008-12-08
1
-2
/
+5
*
ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...
Steve Naroff
2008-12-08
2
-0
/
+56
*
Fix a couple uninitialized variables from my previous commit.
Steve Naroff
2008-12-08
1
-1
/
+3
[next]