2010-09-07 |
Douglas Gregor | Add function attributes to the output of -ast-print... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Fariborz Jahanian | get rid of a warning. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Fariborz Jahanian | Have Sema check for validity of CGString literal |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Dale Johannesen | Allow 'o' and 'V' as constraints for output asm operands. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
John McCall | Improve error recovery when we see ':' and expect a... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Dale Johannesen | Adjust a test that's expecting optimizations to be... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Daniel Dunbar | Driver/Darwin: Catch another case where ld ends up... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Daniel Dunbar | Driver/Darwin: Don't pass -demangle to the linker when... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Provide a specific diagnostic when trying to redefine... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve recovery when there is a stray ']' or ')' befor... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve recovery when a comma is missing between enumer... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Douglas Gregor | Improve diagnostic and recovery when missing a comma... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Benjamin Kramer | Replace loops with SmallVector::append. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | Due to asmparser improvements, this error message is... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Argyrios Kyrtzidis | Fix a C++ PCH problem which was exposed by r113019... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | remove curly quotes, patch by Dimitry Andric! |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Argyrios Kyrtzidis | LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayo... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Zhongxing Xu | FinishBlock() is essentially doing nothing except retur... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Zhongxing Xu | Simplify CFG construction: bail out early when we have... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Rafael Espindola | Make "-ccc-cxx" option work on Linux. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | Get rid of unnecessary return. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | Update test for r113128. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | move the hackaround for PR6537 to catch unions as well, |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Chris Lattner | clean up some formatting. |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Eli Friedman | PR7242: Make sure to use a different context for evalua... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | fix PR7192 by defining wchar_t in a more conventional... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Steven Watanabe | Tell the VS headers that char16_t and char32_t are... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | fix 7320: we can't delete a trailing space if it doesn... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Eli Friedman | PR8023: Don't crash on invalid uses of __real__ on... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Nick Lewycky | No functional change. Replace Out << 'a' << 'b' with... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | "const id<NSFoo> *" instead of "id<NSFoo> const *". |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | "const id<NSFoo> *" not "id<NSFoo> const*" |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | "const std::vector<int>*" not "std::vector<int> const*" |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | "const _Complex float *" not "_Complex float const *" |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | 'const std::type_info*' instead of 'std::type_info... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | print "const intptr_t" instead of "intptr_t const" |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Chris Lattner | make clang print types as "const int *" instead of... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Chris Lattner | revert this, it isn't safe. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Chris Lattner | revise r112365 to fix the actual problem: the isa<TagTy... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Fariborz Jahanian | Casting of a property reference to 'void' did not |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Chris Lattner | zap more dead code. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
John McCall | Petty optimization. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Zhanyong Wan | fix a crash in RecursiveASTVisitor's child classes... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | Synchronize code-completion cursor kinds with indexing... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Truncate block variable of bool type to i1 when its |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chandler Carruth | Fix PR7402 when it strikes via template instantiation. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | It's OK for classes to have flexible array elements... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Cope with llvm's reference to bool type of 'i1' vs... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chandler Carruth | Clean up some whitespace and comments from this test... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chandler Carruth | Allow anonymous and local types. The support was alread... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | A constant initializer never matches the type of the... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | Implement libclang visitation for UnresolvedMemberExpr... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Nuno Lopes | update svn:ignore |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Use std::string instead of llvm::StringRef to avoid... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | libclang visitation for CXXDependentScopeMemberExpr |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Use getSpelling to get original text of the |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | libclang visitation for DependentScopeDeclRefExpr |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | Add missing #include |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Dawn Perchik | Put the info on testing from the command line into... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chris Lattner | fix a hard coded version number, PR8031. Patch by... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chris Lattner | fix lookup of bits/c++config.h on mingw, patch by Ismai... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | Simplify code-completion result sorting a bit |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Douglas Gregor | Remove end-of-line translation properties from test... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | Avoid unnecessary redirect, so that stderr shows up... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Francois Pichet | First test commit by Francois Pichet. _CRT_SECURE_CPP_O... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Update the internals manual for the removal of Action... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Add a quick-and-dirty hack to give a better diagnostic... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chris Lattner | "I see dead code". IdempotentOperationChecker::isTrunc... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Devirtualize Sema, kill off DeleteExpr and DeleteStmt... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | IRgen: Fix silly thinko in r112021, which was generatin... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Dawn Perchik | Add symantic support for the Pascal calling convention via |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Bob Wilson | Translate NEON vabdl, vaba, and vabal builtins to be... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Re-commit r112916 with an additional fix for the self... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Patch to allow alternative representation of c++ |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Static local variables don't result in global construct... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Support pointer arithmetic in SimpleSValuator involving... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Remove bogus assertions. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Add optional record of "location" SVals in the environm... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Add GRState::getSimplifiedSVal(), which provides an... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Fix enum: CallEnter/CallExit are StmtPoints |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Remove now unused function. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Revert r112916, it's breaking selfhost pretty badly. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | Revert "Another i1 vs. i8 type mismatch issue. This... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Get rid of the "functions declared 'noreturn' should... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | tests: Fix a dependency on the temporary value names. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | It's not safe to use the generic CXXMethodDecl overload... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dawn Perchik | Add support for Borland extensions via option -fborland... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Daniel Dunbar | IRgen/Obj-C: Rewrite Objective-C bit-field access to... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Daniel Dunbar | IRgen: Move CGBitFieldInfo strategy computation helpers... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Care | Reapply 112850 and 112839 with a constructor for the... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Fix a few more ConvertTypes that should be ConvertTypeF... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Sebastian Redl | Implement __has_virtual_destructor. Patch by Steven... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | stop looking for #uses comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | remove some tests that aren't adding any value: the... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | Add a couple of FIXMEs. The types of palignr are differ... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bob Wilson | Add a bunch of missing bitcasts for clang NEON builtin... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Teach libclang to visit OverloadExprs, so that we can... |
commit | commitdiff | tree | snapshot |
next |