2009-04-19 |
Eli Friedman | Print an error for uses of __thread on targets which... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Eli Friedman | Add target property for whether thread-local storage... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | reject invalid stuff in the STDC namespace. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | stub out STDC #pragmas. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Forward f[no-]dollars-in-identifiers to clang, when... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sebastian Redl | Bring member pointer operands of the conditional operat... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | basic support for -Wunknown-pragmas, more coming. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Forward -fno-diagnostics-fixit-info to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Eli Friedman | PR3853: Add CodeGen support for __thread. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | move token paste poisoning diagnostics to after the... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Eli Friedman | Tests for __thread specifier. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Eli Friedman | Add more thorough/correct checking for invalid __thread... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Eli Friedman | Silence gcc warning. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | pick a smaller header, one that we control to test... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | rename test for consistency with other pragma test. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | merge pragma poison tests into one file with -verify... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | merge two tests |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Fix PR3918: Invalid use of __VA_ARGS__ not diagnosed, |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sebastian Redl | Another piece of the conditional operator puzzle. We... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | convert to -verify mode. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Fix PR4006, incorrect handling of __VA_ARGS__ when... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | actually just do this on all x86 targets, it won't... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Define __NO_MATH_INLINES on linux/x86 so that we don... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | implement compiler support for -fno-diagnostics-fixit... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | invalid directives can occur in #if 0 code, just pass... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | make PTH not crash on a null directive (# on its own... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | use isNot instead of !is |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | fix -fdollars-in-identifiers to have a default that... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | fix rdar://6804322 by wiring up -fdollars-in-identifiers |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | silence a warning, it isn't clear what the right answer... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | convert to -verify mode. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | silence a warning, I need to talk to Devang about this... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Fix rdar://6804402 - crash on objc implementations... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | rearrange #include order. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | run the jump checker on blocks, even though they don... |
commit | commitdiff | tree | snapshot |
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 |
next |