Age | Commit message (Expand) | Author |
2009-04-18 | rewrite the goto scope checking code to be more efficient, simpler, | Chris Lattner |
2009-04-18 | don't evaluate ->child_end() every time through the loop, or *i frequently wi... | Chris Lattner |
2009-04-18 | split code out into a new CheckFunctionJumpScopes routine, | Chris Lattner |
2009-04-18 | make scope checking be static functions instead of sema methods. | Chris Lattner |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-17 | tweak redefinition of a typedef a bit to fix a couple of problems: | Chris Lattner |
2009-04-17 | fix a crash on invalid by making ActOnDeclarator create decl with | Chris Lattner |
2009-04-17 | Add support for the __has_trivial_destructor type trait. | Anders Carlsson |
2009-04-16 | If a class has a non-trivial constructor that doesn't take any arguments, we ... | Anders Carlsson |
2009-04-16 | use getDiagnosticLevel instead of getDiagnosticMapping, which | Chris Lattner |
2009-04-16 | Add support for the __has_trivial_constructor type trait. | Anders Carlsson |
2009-04-15 | Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedba... | Steve Naroff |
2009-04-15 | Revert previous patch (will commit a fix soon). | Steve Naroff |
2009-04-15 | Fix <rdar://problem/6789707> "warning: 'extern' variable has an initializer" ... | Steve Naroff |
2009-04-15 | Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump... | Steve Naroff |
2009-04-14 | Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should ... | Steve Naroff |
2009-04-14 | Use hasAttr instead of getAttr for conditionals. | Mike Stump |
2009-04-14 | Audit __private_extern__ handling. | Daniel Dunbar |
2009-04-14 | Fixup CodeGen for __weak __block variables. Radar 6756266 | Mike Stump |
2009-04-13 | PR3461: reject initializer for incomplete type. Based on patch by Tim | Eli Friedman |
2009-04-13 | Make the selection of type declarations in Sema::getTypeName | Douglas Gregor |
2009-04-12 | fix another case that assumed that GetTypeForDeclarator would never return null. | Chris Lattner |
2009-04-12 | fix code that incorrectly assumed that GetTypeForDeclarator cannot | Chris Lattner |
2009-04-12 | Diagnose invalid uses of tagged types with a missing tag. For example, in: | Chris Lattner |
2009-04-12 | fix a valgrind problem I noticed while developing another patch, | Chris Lattner |
2009-04-12 | a few cleanups to StatementCreatesScope: unnest the whole thing, | Chris Lattner |
2009-04-11 | simplify code to use adjustParameterType, apply objc arg attributes | Chris Lattner |
2009-04-11 | diagnose attempts to return objc interfaces by-value from C functions. | Chris Lattner |
2009-04-11 | Improve the 'cannot pass objc interface by value' diagnostic: | Chris Lattner |
2009-04-10 | Compare the predefines buffer in the PCH file with the predefines | Douglas Gregor |
2009-04-10 | Various minor fixes to PCH reading and writing, with general | Douglas Gregor |
2009-04-09 | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-09 | Add some FIXMEs for missing checks. | Eli Friedman |
2009-04-08 | -Wmissing-prototypes shouldn't complain about main() missing a prototype. | Douglas Gregor |
2009-04-07 | Diagnose uses of function specifiers on declarations which don't declare | Eli Friedman |
2009-04-02 | Clean up -fixit output slightly | Douglas Gregor |
2009-04-01 | Add some more code modification hints | Douglas Gregor |
2009-04-01 | Make parsing a semantic analysis a little more robust following Sema | Douglas Gregor |
2009-03-31 | Implement -Wmissing-prototypes. Fixes PR3911. | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-27 | Improve recovery when a constructor fails to type-check. Test case from Anders | Douglas Gregor |
2009-03-26 | Factor the member access specifier setting code into its own function. No int... | Anders Carlsson |
2009-03-26 | Check that the access specifier of a member redeclaration is the same as the ... | Anders Carlsson |
2009-03-26 | The injected-class-name of class templates and class template | Douglas Gregor |
2009-03-25 | Tighten the setAccess assert. We now allow AS_none if the decl contex is not ... | Anders Carlsson |
2009-03-25 | Implement template instantiation for static data members of class | Douglas Gregor |
2009-03-25 | Pass access specifiers through to member classes and member enums. | Douglas Gregor |
2009-03-25 | Instantiation for member classes of class templates. Note that only | Douglas Gregor |