2009-12-04 |
Ted Kremenek | Allow BlockInvocationContext to wrap either a BlockDecl... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Anders Carlsson | Add a data structure for efficient storing of vtable... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Fixup reference binding for catch parameters. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Update chunk of #if 0'ed code to remove fixed FIXME... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Refactor LocationContext creation logic into a single... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | Refactor FoldingSet profiling code for LocationContexts... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Eli Friedman | Fix for PR5679: make __builtin_prefetch a bit more... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | constify MemRegion* returned by MemRegionManager::getXX... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
John McCall | When recovering from an invalid forward reference to... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ted Kremenek | More template-logic for MemRegion construction out... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | These are done. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Improve catch parameter bindings for scalar non-pointer... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
John McCall | Lift the ObjCPropertyCallback out of local scope to... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Eli Friedman | Add recursion guards to ice-checking and evaluation... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Try to make the output of PlistDiagnostics more determi... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Convert some methods in PathDiagnostic to return String... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Fariborz Jahanian | A new helper function to set various bits in the class... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix Clang tool translation to forward -fvisibility... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add utils/TestUtils, and sink pch-test.pl there. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Douglas Gregor | Unify the end-of-class code paths used by the parser... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add another blocks test case illustrating how parameter... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | When instantiating a class, if a base specifier is... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Tweak handling of BlockDataRegions in RegionStoreManage... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Handle static_assert inside functions. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Douglas Gregor | When we're building a CXXExprWithTemporaries, only... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Douglas Gregor | Minor cleanup to the code-completion-point logic sugges... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Eli, I copied my code from this code... Let's fix... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Benjamin Kramer | Make test 64 bit safe. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Eli Friedman | Fix for PR5659: correct a rather nasty oversight in... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | XFAIL this on Win32 for the time being. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Zhongxing Xu | Add security syntactic checker for mktemp. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Update CMake for CallGraph.cpp move. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix two more diagnostic-on-stderr instances that though... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Kill a few more random stderr uses. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Convert ABIArgInfo::dump to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Kill off one last exit() call. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Use llvm_report_error instead of fprintf + assert ... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix CompilerInstance::createOutputFile to use proper... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Remove an unnecessary (I believe) exit() on error. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Convert StmtDumper to raw_ostream. I forget why. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Switch PCHReader::getOriginalSourceFile to use proper... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix BackendConsumer to use proper diagnostics. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add value invalidation logic for block-captured variabl... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Make BlockDataRegion::referenced_vars_iterator an actua... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Attempt to fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | clang-cc: Move to CompilerInvocation based command... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix layering violation by moving Analysis/CallGraph... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | clang-cc: Honor -help and -version when using new style... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | CC1Options: Normalize meta var spellings, and fix a... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add OptTable::PrintHelp. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Update test and CIndex to use -FOO BAR form for -{remap... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add clang -cc1 support for -remap-file. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add clang -cc1 -load option. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Eli Friedman | Fix thunk generation for thunks with a parameter with... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Eli Friedman | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
John McCall | Honor using declarations in overload resolution. Most... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Add support for thunking dtors. Oh why does this make... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Reflow. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Revert r90402 for now, virt.cpp is failing. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add batch version of 'StoreManager::InvalidateRegion... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Use Eli's ComputeThunkAdjustment for calculating the... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Add CodeGenModule::ComputeThunkAdjustment, which Eli... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Remove the index from the Thunk struct. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Change the Thunks map to use the vtable index as the... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Add the global decl to the Thunk struct. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Remove unused struct fields. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Delay computing the return adjustments for covariant... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | No need to create the covariant thunk in both places... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Whoops, forgot to save :) |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Remove the index field from the CovariantThunk structure. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Change the CovariantThunk map to use the vtable index... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add __has_feature(cxx_exceptions) and __has_feature... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add section on what language features __has_feature... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Store a GlobalDecl in the return adjustment. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Do not include the 'this' pointer adjustment in the... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Switch clang_createTranslationUnitFromSourceFile to... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Anders Carlsson | Move VtableBuilder::OverrideMethod out of line in prepa... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Fix ASTUnit to allows require a (persistent) Diagnostic... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add 'has_feature(cxx_exceptions)' to allow code to... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Remove untrue statement. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Rename has_feature(rtti) to has_feature(cxx_rtti) for... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mike Stump | Note a failure I saw from the g++ testsuite: |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add FileCheck test for '__has_feature(rtti)'. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add "has_feature" support for C++ RTTI. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
John McCall | Stop stripping UnresolvedUsingDecls out of LookupResult... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Ted Kremenek | Add a heuristic to the dead stores checker to prune... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Sebastian Redl | Introduce the notion of literal types, as specified... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Eli Friedman | Work-in-progress: teach mangler how to mangle thunks... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Update example link lines. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Cleanups on exceptional edges don't work at all, yet... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Add a cleanup scope for each catch clause. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Add missing branch to exit. Seemingly obvious when... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Improve source location information for C++ member... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | Normalize CIndex/c-index-test/index-test link lines... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | ASTUnit: Explicitly track whether the ASTUnit came... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | ASTUnit: Fix initialization of OnlyLocalDecls variable... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eli Friedman | Fix for PR5522 and PR5666: fix a bunch of mangling... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
John McCall | Use a more rigorous definition of 'class member'. ... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Nuno Lopes | this also depends on libDriver. this almost fixes the... |
commit | commitdiff | tree | snapshot |
next |