2009-04-19 |
Chris Lattner | add a new Sema::CurFunctionNeedsScopeChecking bool... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | test that vlas are checked in an objc method context. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | apparently gotos aren't allowed at all in blocks. ... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | more testcases of variably modified types. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | move jump scope checking and related code out into... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Some more tweaks to driver documentation. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Fix bug in computation of ivar offsets for (adjacent... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | minor typographical fixes |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | revert david's patch, which causes a testsuite failure. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | rewrite an O(N^2) algorithm to be O(n). |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | second half of indirect jump checking: make sure that any |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | First half of jump scope checking for indirect goto. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Add location info for indirect goto. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Reuse ObjcIvarOffsetVariable instead of duplicating... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Remove some unnecessary complexity. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | "This patch fixes message sends to super in class metho... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add some testcases that we do not correctly handle. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | reimplement DeclStmt handling so that we correctly... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rearrange. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add testcases for some more scary/horrible things that... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | the scope checker does work with objc methods, add... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | I didn't understand how @catches were chained. Now... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Fix PR3917: the location of a #line directive is the... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Change Preprocessor::AdvanceToTokenCharacter to stop at |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add a new Lexer::SkipEscapedNewLines method. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | factor escape newline measuring out into its own helper... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | remove unneeded scopes. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | forgot to commit this before. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | reject invalid jumps among pieces of @try blocks. ... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | unconditionally check for goto correctness. This is... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Anders Carlsson | Use EmitCallArgs in EmitObjCMessageExpr. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Daniel Dunbar | Test case would allow clang to fail. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Anders Carlsson | Make CodeGenFunction::EmitCallArgs a template function... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Anders Carlsson | Add functions for iterating over the argument types... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | abstract the SwitchStack for blocks just like we do... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix two error paths out of ParseBlockLiteralExpression to |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | refactor some code, adding a new getLabelMap() accessor... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Improve switch diagnostic to emit the "jump" message... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | first step to getting switches giving "jump into vla... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add some block goto test cases. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix error recovery in the case of a jump to a label... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | glibc plays some weird games with multiple different... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | make sure to verify that the "non pch" runs worked. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | improve wording of scope violation error messages. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | more fun with line markers: the digit string is require... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Don't emit name-lookup tables for functions or methods... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Fix test to output LLVM to a temporary file, which... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rewrite the goto scope checking code to be more efficie... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add accessor. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Daniel Dunbar | Use getAsPointerType instead of using getCanonicalType... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Daniel Dunbar | Fix a bug found by inspection, class/meta references... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add another testcase |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | don't evaluate ->child_end() every time through the... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | split code out into a new CheckFunctionJumpScopes routine, |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | make scope checking be static functions instead of... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix incorrect lowering of __builtin_ia32_shufpd, rdar... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rename file. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | don't dump .ll file in this dir. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | __builtin_prefetch should be declared as "void __builti... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix PR3927 by being more careful about the pp test... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | second half of PR3940: #line requires simple digit... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Store the type ID for __builtin_va_list in the PCH... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | this is really just a recommendation, not a requirement. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | enforce requirements imposed by C90 6.8 TC1, fixing... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Fix PR3938 by taking into account C99 6.10p4. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | convert test to -verify style. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Substantially restructure function-like macro argument... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Preliminary PCH support in the driver |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Lazy deserialization of function bodies for PCH files... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | FunctionDecl::getBody() is getting an ASTContext argume... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | remove dead diagnostic. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | Fix two problems from PR3916, and one problem I noticed... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | implement PR3940: #line numbers not fully checked |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | #line is allowed to have macros that expand to nothing... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | Keep track of the number of statements/expressions... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix a crash compiling code with its own definition... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | tweak redefinition of a typedef a bit to fix a couple... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | Fix two embarrassing PCH bugs: |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Devang Patel | Use PresumedLoc to record line number in debug info... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Daniel Dunbar | Don't put msgrefs in used globals (in particular, we... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Devang Patel | Appropriately set file name and directory name in debug... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | implement a new clang-cc option -dump-build-information... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for inline assembly statements. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | refactor htmldiags to be created up front like the... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | add a virtual method to DiagnosticClient to get rid... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH tests for va_arg expressions. Verified that the... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix a crash on invalid by making ActOnDeclarator create... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for blocks |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | wire up comment diagnostics to -Wcomment, add it to... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for GNU statement expressions |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for indirect gotos and address-of-label... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | adjust for the new -Wvector-conversions option |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | move a vector conversion warning to be diabled by defau... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for labels and goto. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Steve Naroff | Update Xcode project with some PCH related headers. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix misspelt attribute. |
commit | commitdiff | tree | snapshot |
next |