2009-04-21 |
Anders Carlsson | Add the beginnings of a CXXTempVarDecl class. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Remove unnused variable. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Kill ASTContext::[gs]etFieldForDecl, instead we just... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Revert 69646, that was the precise inverse of what... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Kill ASTContext::[gs]etFieldForDecl, instead we just... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Mike Stump | Fixup codegen for write barriers for block variables... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Remove LateBoundIVars() runtime interface, it is unused. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Assert on a few conditions that (I believe) should... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Look at the TMP environment variable as well. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Update this (non-default) test case. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Fariborz Jahanian | ObjC2's Ivar bitmap layout work. No change in functiona... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Mark TypeForDecl mutable. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | fix the second half of PR4006 and rdar://6807000 by... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Write the identifier table into the PCH file as an... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Anders Carlsson | Fix tyop in SSSE3 header (6808876). |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Also look at the TEMP environment variable as a place... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Move countInheritedIvars to within striking distance of |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Fix spelling error. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Add pch reader/writer support for ObjCContainerDecl... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | the __gnuc_inline__ attribute is actually named __gnu_i... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Devang Patel | Add test case to check line number in debug info. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Allow the Info type used in the on-disk hash table... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | If defined, use TMPDIR environment variable as location... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | clean up anonymous bitfield diagnostics, PR4017 |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Introduce the notion of a SemaConsumer, which is an... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Add pch reader/writer support for ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | update the doc. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Eli Friedman | Some cleanup and bug-fixing for address-of checking... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Make the on-disk hash table usable with non-file |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Inline GetFirstIvarInRecord into sole caller. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Set a bit in IMAGE_INFO to indicate that we don't conta... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Move the on-disk hash table code into its own header... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Lift out GetNamedIvarList. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Make FieldDecl parameter to getObjCEncodingForType... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | Remove loc::FuncVal. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | more stuff. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Don't crash in the diagnostic printer if we happen... |
commit | commitdiff | tree | snapshot |
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 |
next |