2009-04-20 |
Chris Lattner | add a bunch of diagnostics options, add one example... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Don't emit ivar offsets for unnamed bit fields. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | Add option groups for -Wimplicit-int and -Wimplicit. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | get a CodeTextRegion when visiting FunctionDecl reference. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | slurp some content from the PTH doc into the user's... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | initial skeleton of a user's manual. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Eli Friedman | PR3247: Handle a couple of cases where we weren't emitt... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Eli Friedman | PR3248: Make sure the evaluate the operand of a sizeof... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | As we now have ValueManager as the new value factory... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Eli Friedman | Hook up -Wunused-value to the unused expression warning... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Remove non-const form of lookupFieldDeclForIvar. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Comment fixes. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Daniel Dunbar | Lift GetClassSizeInfo out of GenerateClass, add a FIXME. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | implement "#pragma GCC diagnostic". Besides being... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | move group twiddling options into Diagnostic.cpp instead of |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | don't crash on invalid ranges in -fprint-source-range... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Fix PR4007: clang doesn't know -Werror-foo is the... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | Warn about uses of #pragma STDC FENV_ACCESS ON, since... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sebastian Redl | Conditional operator C++ checking complete. What issues... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Chris Lattner | diagnose invalid syntax of STDC pragmas. |
commit | commitdiff | tree | snapshot |
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 |
next |