2011-07-04 |
Anders Carlsson | Remove unused parameter from ActOnDeclarator. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Chandler Carruth | Switch the Decl and Stmt stats printing to use llvm... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Chandler Carruth | Start switching the AST stats printing to use llvm... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Abramo Bagnara | Rewritten fix in r134139 to conform evaluation result... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Nick Lewycky | Fix a typo, remove a tab, canonicalize some spacing... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Reorganize builtins to separate out builtins which... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Douglas Gregor | When producing -Wuninitialized Fix-Its for pointers... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Don't use x86_mmx where it isn't necessary. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Chandler Carruth | Make the GCC version proliferation worse by N+1 for... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Make clang behave in a gcc-compatible way in the presen... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Add a testcase for r134292. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Update for llvm commit r134291. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Chandler Carruth | Move the Sema argument to all of the Sema-using helper... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Chandler Carruth | Rename static helpers to use 'camelCaseNames' per the... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Chandler Carruth | Mechanical rename of 'd' Decl pointer parameters to... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | -Fix mistake in ASTContext::getInnerObjCOwnership notic... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Add initial *-*-rtems* target, from Joel Sherrill |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Fix the warning that is emitted when an ownership attri... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Use transferARCOwnershipToDeclaratorChunk in inferARCWr... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Fix assertion hit in inferARCWriteback. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | [ARC] When casting from a pointer to an objective-c... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | -Remove Sema::ActOnCastOfParenListExpr and move most... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | [ARC] When casting from a pointer to an objective-c... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Break Sema::GetTypeForDeclarator in 2 functions, one... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Introduce Declarator::ObjCCatchContext, this will resul... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Refactor AttributeList.h to use alphabetical order... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Emit guard variables for any weak global that has a... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | When adding boolean keywords for typo correction, add... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Fix testcase |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Don't zero-initialize default-initialized local variabl... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Trieu | For code such as: |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Trieu | Fix for PR7410. Allow functions in a derived class... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Smith | Fix AST representations of alias-declarations which... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | When we create a precompiled preamble, don't copy the |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Remove reference to the Index library |
commit | commitdiff | tree | snapshot |
2011-07-01 |
John McCall | Just mangle substituted template parameter types as... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Introduce the notion of instantiation dependence into... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
John McCall | Change the mangling of enclosing template template... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | No, actually, we do need to be able to mangle substitut... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Fix off-by-one error in StringLiteral::getLocationOfByte. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Move test/Sema/return.cpp into test/SemaCXX/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Perform lvalue-to-rvalue conversions on both operands... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | svn propdel svn:eol-style test/Sema/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Replace an unreachable error path with an assert |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Fix typo |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Test for errors for returning a value from a ctor or... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
David Chisnall | Add support for weakly imported classes (GNU runtime). |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Abramo Bagnara | Fixed enum constant evaluation assertions. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Improve the wording of the warning when returning a... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Preserve that a TemplateName was arrived at by substituting |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Fix an obvious typo in an attribute's diagnostics. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Evan Cheng | createTargetMachine now takes a CPU string. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Document and check tighter assumptions about the Templa... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce a caching mechanism for macro expanded tokens. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | [libclang] Introduce cxcursor::getCursorParentDecl... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce Preprocessor::getTotalMemory() and use it... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | Check for deprecated/unavailable/etc attributes on... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | When redeclaring a local extern in the same scope,... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | objc-arc: fix a IRGen crash when checking for |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | Use existing -fcatch-undefined-behavior option, |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Benjamin Kramer | Remove doxygen.cfg to prevent accidental commits, it... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Bob Wilson | Use preferred 64-bit alignment for i64 & f64 for Thumb... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
David Chisnall | Make ARC support default to true. Please can we stop... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
David Chisnall | Add ARC support for the GNUstep runtime. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eli Friedman | We don't pass classes with a copy-constructor or destru... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Evan Cheng | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Evan Cheng | SubtargetFeature.h has been moved to MC. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Under a compiler flag, -freset-local-blocks, |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Daniel Dunbar | Revert r133024, "[format strings] correctly suggest... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Update this test to reflect the new (deterministic... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Fix non-determinism in selecting between equal-length... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chad Rosier | Modify test case to allow buildbots to make forward... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Fix an invalid use of ::back() on an newly emptied... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Daniel Dunbar | Driver/Darwin: -force_load can be specified multiple... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Eric Christopher | Split out logic for valid clobbers and valid inline... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Eliminate most uses of ShallowCollectObjCIvars which... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
John McCall | Be more thorough about mangling unresolved types. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Douglas Gregor | Dynamically allocate the StringMaps used in typo correc... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Douglas Gregor | Add support for C++ namespace-aware typo correction... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Douglas Gregor | Fix test case; we may end up linking against the libpro... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Jordy Rose | [analyzer] strnlen isn't a builtin, don't test for it |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chris Lattner | Fix PR9279 - Macro expansion stack trace seriously... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Introduce Declarator::CXXNewContext and remove 'AutoAll... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Centralize all checks for a C++ tag definition inside... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Centralize the check for a tag definition in a Declarat... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Remove the call to GetTypeForDeclarator in Sema::ActOnC... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Cut down a few of the excess errors in the test. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Eli Friedman | Revert unintentional commit. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Provide fix-it for '.' <-> '->' for Objective-C ivar... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | ARC writeback isn't supposed to apply to local indirect... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Eli Friedman | Merge some calls to FoldingSetNodeID::AddInteger; assum... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Don't factor in visibility for templates and template... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Merge this test into another. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Eli Friedman | Cache the result of AttributeList::getKind(); it's... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Fix PR10204 in a better way. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Update test for r133934. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Fariborz Jahanian | Handle nonnull attribute with optional argument number on |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Jordy Rose | [analyzer] Use UnknownVal when default-initializing... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Bob Wilson | Minor grammatical fix for error message. Radar 9681093. |
commit | commitdiff | tree | snapshot |
next |