2009-11-17 |
Daniel Dunbar | Add optional CMake build for Clang examples, patch... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Simplify CompilerInvocation::toArgs, now that LangOptio... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Eliminate TargetInfo::getDefaultLangOptions, this kind... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Use -fblocks and -fobjc-nonfragile-abi when that is... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zhongxing Xu | Add PreVisitReturn to Malloc checker. Now we can recogn... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Don't #include <stdio.h> when tests don't need it,... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove some redundant tests. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Commit this random test case. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add -fblocks, -stack-protector, and -fobjc-nonfragile... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add driver::types::isObjC predicate. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zhongxing Xu | Add EvalEndPath interface to Checker. Now we can check... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Store "sugared" decls in LookupResults (i.e. decl alias... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zhongxing Xu | Clear the dest set. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Move -fnext-runtime defaulting to driver (and change... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Move -fms-extensions defaulting to driver, instead... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Sort visitor methods. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Be more careful with anonymous namespaces, since Clang... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Move char-is-signed defaulting to driver, instead of... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add newline at the end of the file. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Silence some warnings produced by Clang, and add a... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Implement template instantiation for using directives... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add initial cut at CompilerInvocation::toArgs, which... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Instead of hanging a using declaration's target decls... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Simplify PreprocessorOptions, it doesn't need abstracte... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Have clang_getCursorSource() return NULL when the sourc... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Add missing #include found by Clang |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Require the object type of a member access expression... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Reorder options alphabetically. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Move InitializeAnalyzerOptions for consistency. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove unused NoPreprocess variable. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove unused program action. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Rename CompilerInvocation::DiagOpts -> DiagnosticOpts... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add missing defaults to AnalyzerOptions. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove unused IsCXXAware and IgnoreSysRoots option... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Anders Carlsson | Unify the way destructor epilogues are generated for... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Anders Carlsson | More const is always good. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zhongxing Xu | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Fix typo. Thanks Ted. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add typeinfo support for T* and const T* for all builti... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add test to verify that the analyzer plist output is... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add typeid for the builtin types. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Carry lookup configuration throughout lookup on the... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Fix tests after enabling -split-phi-edges. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Eli Friedman | PR5526: Make sure to set the right cast kinds for the... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | When querying type qualifiers on QualType via one of... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Ensure we peer through () when handling typeid(*p). |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Remove extra space in warn_maynot_respond diagnostic... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Note why this doesn't yet work. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Trim spacing. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Since we always have 2 edges, we don't need to reserve... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Minor CFG refinements for typeid and dynamic_cast. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Fix up EmitMemberInitializer to handle many more cases. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Testcase for dynamic_cast. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Reorganize EmitMemberInitializer to put anonymous union... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Simplify the AST a bit by skipping creating member... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Make member initializers for union members work correctly. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Implement dynamic_cast<void*>(E). |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Daniel Dunbar | Update test, I don't know why this changed but seems... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Daniel Dunbar | Trim includes. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Daniel Dunbar | Store more information in HeaderSearchOptions so that... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Daniel Dunbar | clang-cc: Eliminate cyclic dependency in initializing... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Implement a few more cases for copy constructor synthesis. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Douglas Gregor | First part of changes to eliminate problems with cv... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Clean up scalar cast kind handling; make cast kind... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Audit done, all the required casts are already done. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Devang Patel | revert r88963. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Devang Patel | Use TrackingVH to hold forward decl. This one is for... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Parallel fix to r88951: use TrackingVH to hold forward... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Sebastian Redl | Repair broken FindCompositePointerType. Correct early... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Fix valgrind uninitialized error. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Devang Patel | Use TrackingVH to hold forward decl. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Ted Kremenek | Fix condition in LocationCheck::classof(). Thanks... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Rafael Espindola | Use configure options for searching for libstdc++. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Fix members to be public. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Make bots happy. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Fix PR5488: special-case the overloaded arrow operator... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
David Chisnall | Fixed two minor differences between clang and GCC-gener... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Fariborz Jahanian | Handle case of missing '@end' in implementation context |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Fix spelling for target triplet. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Anders Carlsson | The ssp and sspreq function attributes should only... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Ken Dyck | Parameterize the constant-generating macros in stdint... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Duncan Sands | Pass a value for the isSigned parameter of CreateIntCas... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Implement most of dynamic_cast. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mike Stump | Try and fix buildbot issue. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Make GetAddrOfConstantStringFromLiteral return a consta... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Some minor cleanup for EmitCastLValue. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Set the cast kind for a few more code paths. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Fix a couple of cases where we weren't generating the... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Implement two-argument form of delete operator. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Fix test on Linux. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Zhongxing Xu | * Do the same thing to the basicstore as in r84163. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Eli Friedman | Add constant evaluation for comma operator with floatin... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Zhongxing Xu | Remove an unused parameter. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Chandler Carruth | Fix a missing include from r88876. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Anders Carlsson | When generating the deleting ctor, emit a call to delete. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Anders Carlsson | Make sure that virtual destructors have delete operators. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Anders Carlsson | Add DeclarationName::dump(). |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Mike Stump | Peer through refernces for typeid. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Anders Carlsson | Deallocation functions must also be static. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Anders Carlsson | allocation functions are always static. |
commit | commitdiff | tree | snapshot |
next |