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
*
Refactor argument checking in CallAndMessageChecker to be the same
Ted Kremenek
2010-03-18
2
-119
/
+132
*
When dumping vtables, also dump the thunks.
Anders Carlsson
2010-03-18
2
-11
/
+68
*
Detect pass-by-value arguments that are structs that contain
Ted Kremenek
2010-03-18
2
-24
/
+119
*
Tweak dead stores checker to not emit a warning when initialization
Ted Kremenek
2010-03-18
2
-21
/
+37
*
Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...
Ted Kremenek
2010-03-18
1
-11
/
+3
*
Turn several PCH reader assertions into compiler errors, thus making
Ted Kremenek
2010-03-18
3
-34
/
+107
*
Experimental stab at using relexing to identify preprocessor
Douglas Gregor
2010-03-18
6
-9
/
+185
*
More work on thunks.
Anders Carlsson
2010-03-17
1
-2
/
+39
*
Implement non-dependent friend functions and classes.
John McCall
2010-03-17
2
-19
/
+126
*
ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not
John McCall
2010-03-17
2
-4
/
+7
*
Reduce the default alignment for ASTContext and Stmt/Expr allocation
Douglas Gregor
2010-03-17
2
-7
/
+7
*
XFAIL this test on that silly Windows platform. Grrr
Douglas Gregor
2010-03-17
1
-0
/
+2
*
Remove this test. It is causing problems has has relatively little value
Douglas Gregor
2010-03-17
1
-3
/
+0
*
Remove warning about shadowing a built-in; built-ins aren't actually
Douglas Gregor
2010-03-17
3
-12
/
+3
*
Entering the main source file in the preprocessor can fail if the
Douglas Gregor
2010-03-17
8
-15
/
+26
*
Check the inode in addition to size and modification time to determine
Douglas Gregor
2010-03-17
1
-3
/
+5
*
Use a simple diagnostic (file modified) when we detect that a file has
Douglas Gregor
2010-03-17
3
-16
/
+7
*
Simplify error path using OwningPtr
Kovarththanan Rajaratnam
2010-03-17
1
-4
/
+3
*
Simplify ProcessWarningOptions since it can't fail
Kovarththanan Rajaratnam
2010-03-17
3
-6
/
+3
*
Remove useless forward decl.
Kovarththanan Rajaratnam
2010-03-17
1
-1
/
+0
*
Issue a proper diagnostic if we couldn't open dump file
Kovarththanan Rajaratnam
2010-03-17
2
-7
/
+8
*
Remove useless foward decl.
Kovarththanan Rajaratnam
2010-03-17
1
-1
/
+0
*
Add another compatibility note and tweak a few of the existing ones.
John McCall
2010-03-17
1
-37
/
+61
*
Fix a typo in a tag.
Chandler Carruth
2010-03-17
1
-1
/
+1
*
Grant nested classes the access privileges of their enclosing classes.
John McCall
2010-03-17
2
-48
/
+84
*
Document common clang compatibility issues.
Rafael Espindola
2010-03-17
2
-0
/
+227
*
Correctly mangle dependent TypenameType.
Rafael Espindola
2010-03-17
2
-24
/
+36
*
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-17
7
-8
/
+32
*
Make -faccess-control and -fno-access-control driver options.
John McCall
2010-03-17
2
-0
/
+8
*
Provide a test case for PR6629.
John McCall
2010-03-17
1
-0
/
+18
*
Clean up after ourselves when there's an error parsing the base clause.
John McCall
2010-03-17
4
-2
/
+29
*
Don't "take" the file manager and source manager when
Douglas Gregor
2010-03-17
1
-2
/
+0
*
objective-c patch to provide type safty when blocks are passing or
Fariborz Jahanian
2010-03-17
4
-10
/
+167
*
Emit output of PCH consistency checking test case to a separate text file and...
Douglas Gregor
2010-03-17
1
-3
/
+6
*
Issue error when a byref array is accessed in a block
Fariborz Jahanian
2010-03-16
3
-23
/
+3
*
Remove unused variable
Douglas Gregor
2010-03-16
1
-1
/
+0
*
Teach SourceManager's content cache to keep track of whether its
Douglas Gregor
2010-03-16
3
-27
/
+36
*
Audit all Preprocessor::getSpelling() callers, improving failure
Douglas Gregor
2010-03-16
9
-27
/
+77
*
fix copyright & typo
Blaine Garst
2010-03-16
1
-2
/
+2
*
Forgot the testcases.
John McCall
2010-03-16
2
-0
/
+58
*
Implement -Wshadow. Based on a patch by Mike M.!
John McCall
2010-03-16
5
-3
/
+78
*
update link
Chris Lattner
2010-03-16
1
-1
/
+1
*
Perform access control for the implicit calls to base and member destructors
John McCall
2010-03-16
4
-46
/
+31
*
at least give the Apple ABI a name that reflects Apple in prep for other ABI ...
Blaine Garst
2010-03-16
1
-0
/
+0
*
rev existing doc to account for recent ABI changes
Blaine Garst
2010-03-16
1
-5
/
+27
*
Update get*LineNumber() and get*ColumnNumber() functions to pass the
Douglas Gregor
2010-03-16
2
-12
/
+12
*
Audit all callers of SourceManager::getCharacterData(); update some of
Douglas Gregor
2010-03-16
6
-7
/
+14
*
Audit all callers of SourceManager::getBufferData(); fix the one that
Douglas Gregor
2010-03-16
1
-0
/
+2
*
Audit all getBuffer() callers (for both the FullSourceLoc and
Douglas Gregor
2010-03-16
4
-15
/
+16
*
Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with ...
Douglas Gregor
2010-03-16
1
-2
/
+3
[next]