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 |
2009-12-02 |
John McCall | Recognize that EnumConstantDecls can be found by lookup... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Pull the terminate handler up so that we can use it... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Turn off for now. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Put the Builder classes into the anonymous namespace. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Change rtti/Rtti to RTTI, as it is an acronym. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Rename CGRtti.cpp to CGRTTI.cpp. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | Avoid warning for getTerminateFn defined but not used. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Extend -remap-file=from;to to permit mapping from a... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Anders Carlsson | In Sema, whenever we think that a function is going... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Move file-remapping logic into InitPreprocesor. No... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Extend the CIndex code-completion API to perform code... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
John McCall | r90313, in which OverloadedFunctionDecl is removed... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | Fix relative ordering of Analyis library. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | Fix ASTUnit::getOriginalSourceFileName() when using... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | ASTUnit: Don't create an LLVMContext, it shouldn't... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
John McCall | Rip out the last remaining implicit use of OverloadedFu... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | terminate doesn't throw. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Introduce a new clang-cc option |
commit | commitdiff | tree | snapshot |
2009-12-02 |
John McCall | Push overloaded function templates through the parser... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mike Stump | More exception handling improvements... WIP. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eli Friedman | Fix another "operator delete missing" crash: make sure... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eli Friedman | Tweak test to check for a bit more. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eli Friedman | Make sure to call AddOverriddenMethods for implicit... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Extend the source manager with the ability to override... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Zhongxing Xu | Hard bifurcate the state into nil receiver and non... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Zhongxing Xu | libFrontend depends on libDriver now. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Eliminate the unnecessary FirstFID cache variable from... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
John McCall | Stop trying to analyze class-hierarchies for dependentl... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | Add ASTUnit::LoadFromCommandLine, which creates an... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Daniel Dunbar | Driver: Add Command::Creator member variable, which... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Fariborz Jahanian | Added an assert. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Fariborz Jahanian | Fix a code gen. crash synthesizing a destructor. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | In SourceManager::isBeforeInTranslationUnit, if we... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ted Kremenek | Added dead-stores test cases that involve the use of... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | pass the reason for failure up from MemoryBuffer and... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ted Kremenek | Add new test case file that focuses on testing analyzer... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eli Friedman | Make EmitStoreOfScalar generate a more sane representat... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
John McCall | Fix IsProvablyNotDerivedFrom to always use record defin... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ted Kremenek | The minimum element size in BumpVector should be 1... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ted Kremenek | Provide the correct vector size for referenced variables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
John McCall | Rework how we support C++ implicit member accesses... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | Add test case for PR5662. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | ASTUnit: Make sure to preserve the TargetInfo for later... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | Add {ExternalSemaSource,SemaConsumer}::ForgetSema callb... |
commit | commitdiff | tree | snapshot |
next |