2010-07-16 |
John McCall | Treat template parameters as part of the declaration... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Make this grossness default to the error it should... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Sema: Fix a bug with #pragma options align=reset, reset... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Butcher a perfectly reasonable diagnostic to pacify... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add initial test cases for scanf format string checking. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add the main scanf-parsing logic that I meant to includ... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add missing header file. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add most of the boilerplate support for scanf format... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add builtin definition for scanf, including extending... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Eli Friedman | Fix for PR3800: make sure not to evaluate the expressio... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Builtins/ARM: __clear_cache doesn't seem to have a... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | IRgen: Support user defined attributes on block runtime... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | IRgen: Move blocks runtime interfaces to CodeGenModule. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Suppress !+Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
John McCall | When deferring the emission of declarations with initia... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Set "optimization is ON" and supply other optional... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Improve test case. Thanks Eli |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Don't suppress the emission of available_externally... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Mark implementation generated methods as artificial. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
John McCall | After some discussion, the ABI list settled on a much... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | When we're performing tentative parsing to determine... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | build/Darwin: Add missing Info.plist template. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | build/Darwin: Enable version information for clang... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Reinstate the scalar-cast-to-const-reference improvemen... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Make the "unused result" warning a warning about run... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Revert r108431 and r108433 (the cast-to-const-reference... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Add test case for PR5290; this bug was fixed with the... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Revert 108220 and subsequent patch. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Spell isPRValue() properly. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Teach CodeGenFunction::EmitCastLValue() to handle casts... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | CK_BitCast is not an lvalue bitcast any longer |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver/Darwin: Resolve deployment target defaulting... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver/Darwin: Allow -m{ios,macosx}-version-min= to... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | CodeGen: Tweak ABI handling for Minix, patch by Kees... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | see comment. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver: Support 'clang -x ir ...'. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | restrict the && -> & warning to cover a case daniel... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | Add a callback interface that allows interested parties... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Daniel Dunbar | CodeGen/ObjC/NeXT: Fix Obj-C message send to match... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | There is another implementation of PCHReaderListener... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | When determining whether an overload set with explicit... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Benjamin Kramer | Pass StringRefs by value. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | When there are extra or missing template parameter... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Add lvalue-bitcast support for complex numbers. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | Increase the max PCH level for declarations to 7. Add... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Daniel Dunbar | Driver: When re'execing clang, use path to the main... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Daniel Dunbar | Driver: Remove some unused arguments. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Fariborz Jahanian | Don't error when doing default property synthesis |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | Make PCHReader cope with PCH files containing more... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Only filter out names reserved for the implementation... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Fariborz Jahanian | Consider obective-c pointer arguments as valid sentinel... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Fix the mangling of template template arguments, which... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chandler Carruth | Wire up '-Wignored-qualifiers' to the warning on 'const... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Add test case that was causing an infinite loop when... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Remove a few mangling FIXMEs: |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Implement the standard mangling for array-subscript... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Fix typo in test program |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Daniel Dunbar | Driver/Darwin: Pass -pie/-no_pie to the linker when... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Add missing testcases for lvalue bitcasts |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Work around an obnoxious GCC warning by changing semant... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Introduce a new cast kind for an "lvalue bitcast",... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Nick Lewycky | Add __builtin_snprintf. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Switch the __cxa_rethrow cleanup to be lazy. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Allow for the possibility that __cxa_end_catch might... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Check on property attributes which are declared |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Switch the __cxa_free_exception cleanup to be lazy. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Set DeclContext of ParamVarDecl only. No need |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Teach IR generation how to lazily emit cleanups. This... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Sebastian Redl | Add two small utility functions to PCHReader that the... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | More block instantiation stuff. Set variable/param... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | Add a warning to catch a bug recently caught by code... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | 80 column issues. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Whenever we're creating an expression that is typically... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chandler Carruth | Silence Doug's favorite GCC warning. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Devang Patel | Add volatile qualifiers for "this". |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Properly add to 32 |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Downgrade the "when type is in parentheses, array canno... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Argyrios Kyrtzidis | Modify the pragma handlers to accept and use StringRefs... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Improve diagnostics for the "type qualifier on return... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | When computing the canonical profile of a DeclRefExpr... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | When forming a function call or message send expression... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Diagnose typedef of an operator name. Fixes PR7462 |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Check in this -Wconversion C++ test case that's been... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Complain when an unnamed enumeration has no enumeration... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Reinstate the optimization suppressing available_extern... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Devang Patel | const qualify debug info for "this" for const methods. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Instantiate attributes when first building an instantiated |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Provide a special diagnostic for attempts to explicitly... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Fix a documentation paste-o and eliminate a useless... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Craig Silverstein | We should not be recursing over the shadow definitions... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Redl | Produce an error on encountering a pointer or reference... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Devang Patel | While collecting members for a class, always create... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Redl | Split the normal and chained PCH writing paths and... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | Remove the check for repeated tok::eofs, we are not... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | Simplify code using the new FoldingSetImpl::InsertNode... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Fariborz Jahanian | Copy over attributes to instantiated variable. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Speculatively revert r108156; it appears to be breaking... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | If we are past tok::eof and in caching lex mode, avoid... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Add a -code-completion-timing= mode to c-index-test... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Fariborz Jahanian | Compute Type dependent-ness of BlockDeclRefExpr |
commit | commitdiff | tree | snapshot |
next |