index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2010-04-06
When code completion produces an overload set as its results (e.g.,
Douglas Gregor
2010-04-06
Do not produce semicolons at the end of code-completion results
Douglas Gregor
2010-04-06
Only prove macros as code-completion results when we're in a case
Douglas Gregor
2010-04-06
When sending a message to "id", apply some heuristics to try to narrow
Douglas Gregor
2010-04-06
add a testcase that the integrated assembler rejects, this verifies
Chris Lattner
2010-04-06
Make code-completion for Objective-C message sends to "id" work in the
Douglas Gregor
2010-04-06
Put type restriction on convesion to nonconforming 'id' back in
Fariborz Jahanian
2010-04-06
Implement support for code completion of an Objective-C message send to
Douglas Gregor
2010-04-06
Add test for code completion of Objective-C message sends to classes.
Douglas Gregor
2010-04-06
Perform code-completion within ParseCastExpression, which handles,
Douglas Gregor
2010-04-05
Extend the type printing policy to allow one to turn off the printing
Douglas Gregor
2010-04-05
Print the errors when a clang test fails instead of just listing the
Jeffrey Yasskin
2010-04-05
Emit debug info for objc getters and setters.
Devang Patel
2010-04-05
fix PR6780, properly handling the IR {|} escapes in inline asm strings.
Chris Lattner
2010-04-05
fix PR6782, an accept invalid. We weren't emitting the diagnostic
Chris Lattner
2010-04-05
Code completion results that refer to macros now get the cursor kind
Douglas Gregor
2010-04-05
Always assume block-level expressions in the caller are alive when analyzing
Zhongxing Xu
2010-04-04
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-03
Don't produce a vtable for a class if we have an explicit template instantiat...
Rafael Espindola
2010-04-02
Improve diagnosing when a method type does not start with '-'|'+'
Fariborz Jahanian
2010-04-02
Avoid unneeded calls to opt/llvm-dis.
Daniel Dunbar
2010-04-02
Merge several tests into switch.c.
Daniel Dunbar
2010-04-02
diagnose declaring class extension after its implementation
Fariborz Jahanian
2010-04-02
Diagnose invalid code with -fobjc-nonfragile-abi2 when
Fariborz Jahanian
2010-04-02
We seem to get an inconsistent alignment value in the generated
Douglas Gregor
2010-04-02
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
If a constructor is a dependent context, just set the base and member initial...
Anders Carlsson
2010-04-02
Diagnose multiple base and member initializers in class templates.
Anders Carlsson
2010-04-02
Check in a motivating test for the revised access semantics.
John McCall
2010-04-02
Correct the calculation of access to more closely model the wording in
John McCall
2010-04-01
Relax the typesafty rules of block pointers types which
Fariborz Jahanian
2010-04-01
Overhaul checking of non-type template arguments that should refer to
Douglas Gregor
2010-04-01
Use the element type to compute the array size when the base region is a VarR...
Zhongxing Xu
2010-04-01
Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where
Ted Kremenek
2010-03-31
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-03-31
Change the representation of dependent elaborated-type-specifiers
Douglas Gregor
2010-03-31
Issue better syntax error when objc's messaging
Fariborz Jahanian
2010-03-31
Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when
Chandler Carruth
2010-03-31
Patch implements gcc's -Wno-protocol option to suppress warning
Fariborz Jahanian
2010-03-31
Support __attribute__((unused)) on types. This suddenly started firing
John McCall
2010-03-31
Fix PR6327: restore invariants when there's a parse error in an initializer.
John McCall
2010-03-31
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-31
Don't skip past the '}' if an expression has error and is not followed by ';'.
Argyrios Kyrtzidis
2010-03-31
Drastically simplify the computation of linkage for typeinfo by using
Douglas Gregor
2010-03-30
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
Slightly relax test case. An upcoming LLVM commit will change the xor instruc...
Jakob Stoklund Olesen
2010-03-30
Fix test in -Asserts build.
Daniel Dunbar
2010-03-30
Recognize __attribute__((NSObject)) directly applied
Fariborz Jahanian
[next]