2010-02-09 |
Anton Korobeynikov | Clearify Qt status a bit |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Add Qt, CMake projects to the list of C++ projects... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Daniel Dunbar | Update tests in -Asserts mode. These tests really need... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Migrate the mish-mash of declaration checks in |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Daniel Dunbar | IRgen: Add CreateMemTemp, for creating an temporary... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Fix PR number in test case |
commit | commitdiff | tree | snapshot |
2010-02-09 |
John McCall | Reset the found-virtual-base state unless the *current... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Be more careful when checking initializer lists that... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Implement a specific diagnostic when a class template... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Jakob Stoklund... | Pass inline keyword to optimizer as the new InlineHint... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Fix grammar. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Tweak menu. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Really increase menu width... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Increase width of nav bar. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Add inclusion links for external JavaScript file. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Switch to drop-down menu style. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | When substituting a declaration non-type template argum... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Clean up the CIndex interface to diagnostic ranges... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
John McCall | Thread a source location into the template-argument... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Note that a CXIndex cannot be destroyed until after... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Eliminate a pointer of storage in each ObjCInterfaceTyp... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Daniel Dunbar | Reapply r95393, without the change to CGExpr. I was... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Warn when cases are missing from a switch on a value... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Remove table (for now). Doesn't look so hot. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Add images showing the results in a web browser and... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Keep track of whether a tag was defined in a declarator... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
John McCall | Emit global references with constant initializers as... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Remove link to Developer Meeting and tighten menu. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Add link to the current status of analysis support... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Add some diagnostics for when we cannot update the... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Fariborz Jahanian | Merge block/function pointer types with objc's __weak |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Implement basic importing and merging of variable decla... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Add a Python script to change what version of Clang... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Sebastian Redl | Add a test case for r95555. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Benjamin Kramer | Simplify another switch/strcmp construct. No functional... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Sebastian Redl | When placing an annotation token over an existing annot... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
John McCall | Fix the crash-on-invalid from PR6259. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Chandler Carruth | Ensure that a operator delete overload is rocognized... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Benjamin Kramer | Reapply r95546, no intended change in performance or... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Revert 95546 since it changed the algorithmic character... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Benjamin Kramer | Simplify code with StringRef. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Ted Kremenek | Revert 95541. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Nuno Lopes | set svn:ignore |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Douglas Gregor | Cache imported types |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Rename: GRState::getSVal(Stmt*) => getExprVal(), |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | BindInternal is redundant. Remove it. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Like for symbolic region, automatically create a elemen... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Unify the implementation of getLValueElement of store... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Unify the implementation of getLValueIvar and getLValue... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Move common methods to the base StoreManager class. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Chandler Carruth | This doesn't seem to be used code as it didn't break... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | ASTContext is now a reference member of StoreManager. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Add support for binding and retrieving VarRegions in... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Chandler Carruth | Require a complete type before examining base classes... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Make sure to set vtable pointers in the destructors... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Use the right type when taking the address of a non... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Douglas Gregor | Workaround for friend template instantiation crash... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Douglas Gregor | Fix assertion failure when parsing linkage specificatio... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Roll r95513 back in. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Roll out r95513, it seems to have broken self hosting. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLi... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Use the right linkage for static variables inside C... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Improved handling of the visibility attribute. Declarat... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Add attributes to namespace decls. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Make EmitStartEHSpec and EmitEndEHSpec return early... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Add support for threadsafe statics, and make them the... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Call destructors for constructed bases as well. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | If a constructor throws an exception we need to execute... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Use a substituted type when determining how to substitu... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Benjamin Kramer | Silence GCC warning and stay in 80 cols. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Extract a function to instantiate references to value... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Don't diagnose missing noreturns for uninstantiated... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Douglas Gregor | Switch CodeGen's "is this variable declaration a defini... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Only append 'L' for internal variable declarations... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Also teach RegionStore::RetrieveVar() to handle 'static... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Fix regression in RegionStore (from BasicStore) where... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Use the correct function info for constructors when... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Implement a warning diagnostic for weak vtables. Fixes... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Teach Sema how to instantiate a local function declarat... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Douglas Gregor | Assert when we try to mangle a dependent template name... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Per discussion, remove the explicit restriction on... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Teach RegionStore::InvalidateRegions() to also invalida... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Rearrange some checks to avoid call to isCopyConstructo... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Update Clang C++ status, with a more project-centric... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Fix a bogus assertion after adjusting the type of a... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Cope with finding the "instantiated" declaration when... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
John McCall | Standardize the parsing of function type attributes... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Add guard in RewriteObjC::HandleTopLevelSingleDecl... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Revert r95393, which broke Clang's self-host. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Oops, thanks Clang |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Charles Davis | Convert this test to FileCheck instead of grepping... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Implement name mangling for template template parameters |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Fix how scan-build finds c++-analyzer to work with... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: A few more ConvertType cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Fix two issues with the substitution of template templa... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: Factor out EmitAggExprToLValue. |
commit | commitdiff | tree | snapshot |
next |