index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
962
-1224
/
+1228
*
Use not instead of ! in tests.
Daniel Dunbar
2009-03-24
3
-5
/
+5
*
Handle pointers to arrays of abstract types.
Anders Carlsson
2009-03-24
1
-1
/
+3
*
More work on diagnosing abstract classes. We can now handle cases like
Anders Carlsson
2009-03-24
1
-1
/
+13
*
Fix PR3868 by making Evaluate handle cases like "(long)&a + 4".
Eli Friedman
2009-03-24
1
-0
/
+3
*
Fix a couple of tests.
Eli Friedman
2009-03-24
2
-2
/
+2
*
Cleanup template instantiation for methods, destructors
Douglas Gregor
2009-03-24
1
-3
/
+1
*
Template instantiation for destructors. This is somewhat repetitive;
Douglas Gregor
2009-03-24
1
-1
/
+9
*
Template instantiation for the declarations of member functions within
Douglas Gregor
2009-03-23
2
-2
/
+44
*
A test case to test that -warn-dead-stores does not emit a warning for stores...
Ted Kremenek
2009-03-23
1
-0
/
+6
*
Implement '#pragma unused'.
Ted Kremenek
2009-03-23
1
-0
/
+38
*
Must allow for strong cast of floats as well (objc2 gc).
Fariborz Jahanian
2009-03-23
1
-0
/
+23
*
More improvements to abstract type checking. Handle arrays correctly, and mak...
Anders Carlsson
2009-03-23
1
-0
/
+17
*
It's an error to try to allocate an abstract object using new.
Anders Carlsson
2009-03-23
1
-0
/
+3
*
Fix PR3855. When we encounter an incompatible redeclaration of a
Douglas Gregor
2009-03-23
2
-5
/
+17
*
The individual pieces of an invalid paste as still candidates for expansion.
Chris Lattner
2009-03-23
1
-0
/
+11
*
analyzer: Provide temporary workaround for false positive reported by
Ted Kremenek
2009-03-23
1
-2
/
+36
*
Tighten up the determination of whether a function declaration has a
Douglas Gregor
2009-03-23
1
-0
/
+9
*
Thanks to Eli for pointing out my misreading of 6.2.2p5
Douglas Gregor
2009-03-23
1
-1
/
+4
*
analyzer: Fix embarrassing regression in BasicStore when invalidating struct
Ted Kremenek
2009-03-23
1
-0
/
+24
*
Minor enhancements to Evaluate.
Eli Friedman
2009-03-23
1
-0
/
+5
*
Fix a subtle bug in CodeGen for the increment of a bitfield.
Eli Friedman
2009-03-23
1
-0
/
+7
*
Fix a few more instances of "&>".
Eli Friedman
2009-03-23
1
-2
/
+2
*
Recognize rvalue references in C++03, but complain about them. This leads to ...
Sebastian Redl
2009-03-23
1
-0
/
+2
*
Partial implementation of PR3342: break out pointer sign
Eli Friedman
2009-03-22
1
-0
/
+5
*
Disallow catching exceptions by rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+5
*
Adjust isModifiableLvalue to give a slightly more useful diagnostic for
Eli Friedman
2009-03-22
1
-1
/
+1
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
1
-0
/
+5
*
Fix code to mark block variables as const to actually work. Fix
Eli Friedman
2009-03-22
1
-2
/
+2
*
Implement static_cast from lvalue to rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+2
*
Add testcase for incomplete call/return types for calls.
Eli Friedman
2009-03-22
1
-0
/
+13
*
Check that the return/argument types of calls are complete.
Eli Friedman
2009-03-22
1
-2
/
+2
*
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
Chris Lattner
2009-03-22
1
-0
/
+8
*
Don't use &> in tests; dash doesn't understand it.
Eli Friedman
2009-03-22
8
-31
/
+31
*
make alias definition logic more similar to functions/globals.
Chris Lattner
2009-03-22
1
-0
/
+7
*
fix PR3200 by making alias emission use the new infrastructure. Fold
Chris Lattner
2009-03-22
3
-21
/
+13
*
Disallow abstract types where appropriate.
Anders Carlsson
2009-03-22
1
-1
/
+9
*
fix a fixme: non-proto struct returning function definitions should be compiled
Chris Lattner
2009-03-22
1
-1
/
+5
*
Keep track of whether a class is abstract or not. This is currently only used...
Anders Carlsson
2009-03-22
1
-0
/
+26
*
fix test
Chris Lattner
2009-03-21
1
-1
/
+1
*
Fixup codegen for nested block literals so that we generate
Mike Stump
2009-03-21
1
-5
/
+9
*
Issue error if variables are defined inside an objc class,
Fariborz Jahanian
2009-03-21
2
-24
/
+21
*
Frontend: Handle empty input on stdin.
Daniel Dunbar
2009-03-21
1
-0
/
+3
*
fix a crash that could occur when a variable declaration became a
Chris Lattner
2009-03-21
1
-0
/
+11
*
simplify and cleanup global variable creation stuff to all go through one
Chris Lattner
2009-03-21
1
-0
/
+10
*
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-03-21
1
-1
/
+20
*
Fix include-pth.c test case to (hopefully) more resilient to where and how tests
Ted Kremenek
2009-03-20
1
-1
/
+2
*
ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.
Daniel Dunbar
2009-03-20
1
-0
/
+10
*
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-20
1
-0
/
+10
*
Fix <rdar://problem/6704086> by allowing the format string checking in Sema to
Ted Kremenek
2009-03-20
1
-0
/
+14
[next]