2009-11-18 |
Sebastian Redl | CastsAwayConstness shouldn't care if member pointers... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Driver: Switch Options.def to storing flags as a bitmas... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for Objective-C class names after ... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Edward O'Callaghan | Fix passing stdc++ correctly in the FreeBSD toolchain... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Benjamin Kramer | Update index tests for r89203. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Predefine __INTMAX_WIDTH__ for the future parameterizat... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Minor cleanup to member pointer handling. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Split LookupResult into its own header. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Clean up EmitPointerToDataMemberBinaryExpr a bit. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion after @property, providing the names... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Rename code-completion test to actually make sense |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for Objective-C properly lists |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Set up vtable visibility appropriately. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Make CreateOverloadedUnaryOp build the correct node... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Propagate hidden to the _ZTS symbols appropriately... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Add an assertion to catch bad calls to EmitCallArgs. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Simplify ActOnPostfixUnaryOp. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Be sure to set visibility for ZTI symbols for classes... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Make _ZTI symbols hidden. This speeds up the dynamic... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Incremental progress on using declarations. Split... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add special clang_getCursor() support for @class. ... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for member accesses that involve Object... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Eliminate some completely-redundant lookups |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | PR5520: Make sure to check whether the base type is... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add ObjCClassDecl::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Missing piece of r89173. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Refactor emitting call to delete operator into common... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Fix one last gotcha with typeid. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add SourceLocations to ObjCClassDecl for the class... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Finish code completion for Objective-C message sends |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for arrays, functiond without prototyp... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Rename Objective-C message send completion functions... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Refactor code-completion support for message sends... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Pass source locations of identifiers referenced by... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti info for function prototypes and refactor... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Do not register ObjCInterfaceDecls implicitly created... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | This patch finalizes implementatin of weak_import |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for pointer to data members. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Drop unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove unnecessary &&s. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | More cases for weak_import objective-c2 classes. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for non-member pointers. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | More support for weak_import objective-c2 class. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Improve location information when adding conversion... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Kramer | fgetln is a BSDism; replace it with more portable code. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add c-index-test mode "-test-file-scan", which scans... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Fix test case. |
commit | commitdiff | tree | snapshot |
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 |
next |