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
*
Sort CMakeLists.txt
Kovarththanan Rajaratnam
2009-11-24
1
-2
/
+2
*
Rename CleanupScope -> DelayedCleanupBlock. No functionality change.
Douglas Gregor
2009-11-24
3
-10
/
+10
*
Update project file.
Anders Carlsson
2009-11-24
1
-12
/
+12
*
Un-break instantiation of if statements with conditional variables
Douglas Gregor
2009-11-24
1
-1
/
+10
*
Fix for PR5568.
Edward O'Callaghan
2009-11-24
1
-0
/
+7
*
Remove trailing spaces
Kovarththanan Rajaratnam
2009-11-24
1
-41
/
+41
*
Add getByteSize() and getTypeSizeInBytes().
Ken Dyck
2009-11-24
1
-0
/
+14
*
We can remove this file now.
Zhongxing Xu
2009-11-24
2
-31
/
+0
*
Refactor undefined result checker. This is the last one.
Zhongxing Xu
2009-11-24
6
-154
/
+123
*
Refactor NilReceiverStructRet and NilReceiverLargerThanVoidPtrRet into
Zhongxing Xu
2009-11-24
6
-219
/
+138
*
Remove trailing spaces
Kovarththanan Rajaratnam
2009-11-24
1
-29
/
+29
*
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson
2009-11-24
4
-7
/
+7
*
When mangling a ctor/dtor we need to take into consideration whether it's a m...
Anders Carlsson
2009-11-24
2
-2
/
+28
*
Set the template specialization kind before instantiating the function defini...
Anders Carlsson
2009-11-24
1
-2
/
+2
*
Teach Evaluate to handle member expressions referring to enum constants and
Eli Friedman
2009-11-24
1
-8
/
+21
*
Ignore constructor member templates in CodeGenModule::EmitTopLevelDecl.
Anders Carlsson
2009-11-24
2
-0
/
+13
*
It is common for vtables to contain pointers to functions that have either in...
Anders Carlsson
2009-11-24
4
-4
/
+63
*
rename UndefinedArgChecker to CallAndMessageChecker.
Zhongxing Xu
2009-11-24
3
-16
/
+16
*
Rename: UndefinedArgChecker.cpp => CallAndMessageChecker.cpp
Zhongxing Xu
2009-11-24
2
-1
/
+1
*
Enhance null dereference diagnostics by indicating what variable (if any) was...
Ted Kremenek
2009-11-24
5
-13
/
+765
*
Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(.
Daniel Dunbar
2009-11-24
3
-13
/
+263
*
Explicitly track the condition variable within an "if" statement,
Douglas Gregor
2009-11-23
8
-9
/
+70
*
Add clang -cc1 parsing of diagnostic options.
Daniel Dunbar
2009-11-23
3
-39
/
+107
*
After performing a bounds check in ArrayBoundChecker, record the fact that a ...
Ted Kremenek
2009-11-23
1
-0
/
+6
*
Clean up the Checker API a little more, resolving some hidden bugs
Ted Kremenek
2009-11-23
20
-70
/
+113
*
Don't try to treat an enum constant as an lvalue.
Anders Carlsson
2009-11-23
2
-1
/
+16
*
Convert the && and || operands to bool using standard conversions. Fixes PR5593.
Anders Carlsson
2009-11-23
2
-9
/
+40
*
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-23
2
-4
/
+7
*
Handle converting member pointers to bool.
Anders Carlsson
2009-11-23
5
-3
/
+47
*
Fix a recent regression probably caused by addition of altivec-style
Fariborz Jahanian
2009-11-23
4
-1
/
+13
*
Provide out-of-line definition for destructor of Checker.
Ted Kremenek
2009-11-23
3
-1
/
+20
*
Tweak UndefBranchChecker to register the most nested "undefined" expression w...
Ted Kremenek
2009-11-23
2
-3
/
+10
*
Make 'SEL' pointer to a builtin type and not an
Fariborz Jahanian
2009-11-23
3
-3
/
+3
*
Cleanup title/description of "undefined branch" BugType and add some test cas...
Ted Kremenek
2009-11-23
2
-2
/
+18
*
Handle base-to-derived casts. Will land test case shortly.
Anders Carlsson
2009-11-23
5
-51
/
+153
*
Put back hard-coded paths for win32 until I figure out what happened to faile...
John Thompson
2009-11-23
1
-0
/
+19
*
Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...
Ted Kremenek
2009-11-23
1
-1
/
+1
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
6
-17
/
+56
*
Reorder the header search a bit so that it matches gcc exactly:
Rafael Espindola
2009-11-23
1
-5
/
+7
*
Let using directives refer to namespace aliases. Fixes PR5479.
Sebastian Redl
2009-11-23
5
-25
/
+48
*
Require a class type to be complete before probing its conversion
Douglas Gregor
2009-11-23
3
-0
/
+16
*
Implement conversion from a switch condition with class type to an
Douglas Gregor
2009-11-23
5
-32
/
+150
*
Canonical template arguments that are template template parameters by
Douglas Gregor
2009-11-23
2
-3
/
+34
*
Improve type-checking of templates by distinguishing between members
Douglas Gregor
2009-11-23
2
-6
/
+11
*
Do not mark declarations as used when performing overload resolution. Fixes P...
Douglas Gregor
2009-11-23
4
-4
/
+63
*
Tolerate extraneous "template<>" headers better, downgrading the
Douglas Gregor
2009-11-23
3
-4
/
+38
*
Fix CMake build
Douglas Gregor
2009-11-23
1
-0
/
+1
*
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
11
-118
/
+88
*
UndefBranchChecker: more bug reporter helper information emit.
Zhongxing Xu
2009-11-23
2
-90
/
+54
*
Initial refactor of UndefBranchChecker. We still use GRBranchNodeBuilder
Zhongxing Xu
2009-11-23
5
-41
/
+103
[next]