Age | Commit message (Expand) | Author |
2009-04-19 | make PTH not crash on a null directive (# on its own line) | Chris Lattner |
2009-04-19 | use isNot instead of !is | Chris Lattner |
2009-04-19 | fix -fdollars-in-identifiers to have a default that is overriden | Chris Lattner |
2009-04-19 | fix rdar://6804322 by wiring up -fdollars-in-identifiers | Chris Lattner |
2009-04-19 | silence a warning, it isn't clear what the right answer is here, | Chris Lattner |
2009-04-19 | convert to -verify mode. | Chris Lattner |
2009-04-19 | silence a warning, I need to talk to Devang about this code. | Chris Lattner |
2009-04-19 | Fix rdar://6804402 - crash on objc implementations declared with | Chris Lattner |
2009-04-19 | rearrange #include order. | Chris Lattner |
2009-04-19 | run the jump checker on blocks, even though they don't have gotos, | Chris Lattner |
2009-04-19 | add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid | Chris Lattner |
2009-04-19 | test that vlas are checked in an objc method context. | Chris Lattner |
2009-04-19 | apparently gotos aren't allowed at all in blocks. Stub out a testcase for wh... | Chris Lattner |
2009-04-19 | more testcases of variably modified types. | Chris Lattner |
2009-04-19 | move jump scope checking and related code out into its own file, SemaDecl.cpp is | Chris Lattner |
2009-04-19 | Some more tweaks to driver documentation. | Daniel Dunbar |
2009-04-19 | Fix bug in computation of ivar offsets for (adjacent) bitfields. | Daniel Dunbar |
2009-04-19 | minor typographical fixes | Chris Lattner |
2009-04-19 | revert david's patch, which causes a testsuite failure. | Chris Lattner |
2009-04-19 | rewrite an O(N^2) algorithm to be O(n). | Chris Lattner |
2009-04-19 | second half of indirect jump checking: make sure that any | Chris Lattner |
2009-04-19 | First half of jump scope checking for indirect goto. | Chris Lattner |
2009-04-19 | Add location info for indirect goto. | Chris Lattner |
2009-04-19 | Reuse ObjcIvarOffsetVariable instead of duplicating code. | Daniel Dunbar |
2009-04-19 | Remove some unnecessary complexity. | Daniel Dunbar |
2009-04-18 | "This patch fixes message sends to super in class methods for the GNU runtime... | Chris Lattner |
2009-04-18 | add some testcases that we do not correctly handle. | Chris Lattner |
2009-04-18 | reimplement DeclStmt handling so that we correctly handle intermixed | Chris Lattner |
2009-04-18 | rearrange. | Chris Lattner |
2009-04-18 | add testcases for some more scary/horrible things that work. | Chris Lattner |
2009-04-18 | the scope checker does work with objc methods, add testcase. | Chris Lattner |
2009-04-18 | I didn't understand how @catches were chained. Now that I get it, fix | Chris Lattner |
2009-04-18 | Fix PR3917: the location of a #line directive is the location of the first _. | Chris Lattner |
2009-04-18 | Change Preprocessor::AdvanceToTokenCharacter to stop at | Chris Lattner |
2009-04-18 | add a new Lexer::SkipEscapedNewLines method. | Chris Lattner |
2009-04-18 | factor escape newline measuring out into its own helper function. | Chris Lattner |
2009-04-18 | remove unneeded scopes. | Chris Lattner |
2009-04-18 | forgot to commit this before. | Chris Lattner |
2009-04-18 | fix typo | Chris Lattner |
2009-04-18 | reject invalid jumps among pieces of @try blocks. This seems to work | Chris Lattner |
2009-04-18 | unconditionally check for goto correctness. This is because switch | Chris Lattner |
2009-04-18 | Use EmitCallArgs in EmitObjCMessageExpr. | Anders Carlsson |
2009-04-18 | Test case would allow clang to fail. | Daniel Dunbar |
2009-04-18 | Make CodeGenFunction::EmitCallArgs a template function that takes a generic "... | Anders Carlsson |
2009-04-18 | Add functions for iterating over the argument types of an ObjCMethodDecl. | Anders Carlsson |
2009-04-18 | merge two tests. | Chris Lattner |
2009-04-18 | abstract the SwitchStack for blocks just like we do the goto labels. | Chris Lattner |
2009-04-18 | fix two error paths out of ParseBlockLiteralExpression to | Chris Lattner |
2009-04-18 | refactor some code, adding a new getLabelMap() accessor method | Chris Lattner |
2009-04-18 | Improve switch diagnostic to emit the "jump" message on the | Chris Lattner |