2009-11-17 |
David Chisnall | Added block type introspection support. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
David Chisnall | Fixed bug where ivar offsets were being initialized... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Rename test. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add clang_getNullCursor() and clang_equalCursors()... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Undo previous test fix. -split-phi-edges now disables... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | Start support of weak_import objective-c classes. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ken Dyck | Replace (-INT8_C(128)), which uses an illegally out... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Allow "source_filename" to be an optional argument... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Organize c-index-test into logic sections, and add... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Clean up c-index-test command line usage a bit by requi... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Sebastian Redl | Adjust format attribute index for implicit object argum... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Implement code completion for Objective-C message sends... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | Fixes a typo, reported by Doug. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Anders Carlsson | Fix PR5531. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Make sure, for sure this time, that expressions do... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Augment code-completion results to provide argument... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | StringRef'ify CodeCompletionString |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ken Dyck | Use the INTn_C integer constant macros to generate... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nuno Lopes | recognize .hpp as c++ (needed for ./configure'ing boost) |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Nuno Lopes | add Fedora 11 include path. what a crap.. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Kramer | Make test header independent so it doesn't fail on... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ken Dyck | Remove unnecessary parens around the bodies of integer... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Kramer | Fix MSVC warning. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Temporarily unbreak the clang-on-llvm tests. :) Not... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | ... and add back a few more triple forces. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove stale reference to old WPA dir, patch by Kovarth... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Use clang to run tests which include headers from the... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add some -triples I was a little too liberal in removing. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Merge several visibility tests into hidden-visibility... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Add missed CMake file for adding clang examples to... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John McCall | Skip over shadow using decls during codegen. |
commit | commitdiff | tree | snapshot |
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 |
next |