2010-07-07 |
Nate Begeman | Fix an issue with opencl init list checking. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Zhanyong Wan | Changes how the TypeLoc traverser invokes the Type... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | When printing statistics for the ASTContext, also print... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | add driver support for minix, patch by Kees van Reeuwijk |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Fix broken reading of NestedNameSpecifiers from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Delay passing InterestingDecls to the Consumer until... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | getBody() -> hasBody() |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code and remove comment that is no longer... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Remove Decl::getCompoundBody(). |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code. CompoundStmt's RBraceLoc can be found... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code. FunctionDecl and ObjCMethodDecl have... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Introduce Decl::hasBody() and FunctionDecl::hasBody... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jordy Rose | Add memcmp() and bcmp() to CStringChecker. These check... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Duncan Sands | A Release-Asserts build is now called a Release build. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jordy Rose | Cleanup on CStringChecker and its associated tests... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
John McCall | Teach function-try-blocks on constructors and destructo... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | implement PR7569, warning about assignment to null... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
John McCall | Don't consider casted non-global pointers to be evaluat... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Silverstein | Avoid double-traversing for QualifiedTypeLoc -- we... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Tom Care | Change explicit handling of impossible condition to... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chandler Carruth | Silence an annoying GCC warning about use of an uniniti... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chandler Carruth | Use 'llvm_unreachable' to mark impossible code paths... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Provide a hook for the benefit of clients using clang... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Fix casts in RegionStore to not always assume that... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Craig Silverstein | Add a const version of a method, to be consistent with... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Fix idempotent operations test command line arguments. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Implement dumpToStream() for NonStaticGlobalSpaceRegion... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Add comment noting VLASizeChecker's duty in defining... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Add a new path-sensitive checker for functions in ... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Sort CMake file. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Added a path-sensitive idempotent operation checker... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Fix multiple emission of the this-> fixit for each... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Make CGBuilderTy a typedef again; its functionality... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Improve the accuracy of getSourceRange() for Declarator... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Correctly set the location of the "template" keyword... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Remove my egregious hack that forced deserialization... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Duncan Sands | Pacify versions of gcc that think these variables may... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | When destroying a cleanup, kill any references to instr... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Added several helper functions to Stmt to recursively... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Read/write function template specializations for PCH... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Add to PCH missing Sema information about VTable uses... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Allow a CXXRecordDecl to get a DefinitionData pointer... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Read/write instantiated-from-member of EnumDecl for... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Add skeleton code to make wpa call the analysis engine. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Add an assertion. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Collect function definitions in the Indexer when indexi... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | When creating functions to run global initializers... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Remove the now-unused GRState::isEqual method. Instead... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Oops, tabs --> spaces in test. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Improve NULL-checking for CFRetain/CFRelease. We now... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Stop testing for specific basic block numbers in this... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Validated by nightly-test runs on x86 and x86-64 darwin... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Local variables have no linkage, make invalid Entities. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | Generate fewer first class aggregate values for other |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | in the "coerce" case, the ABI handling code ends up... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix a bug I introduced in r107624 |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | rearrange some logic, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix PR7564 a cast where the bitfield struct init code |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | AppendBitField really can never fail, so return its... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write the identifier namespace in PCH for decls... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write some source location for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jordy Rose | Support sizeof for VLA expressions (sizeof(someVLA... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Refrase comments. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Although in C++ class name has external linkage, usuall... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Make FieldDecl an invalid Entity since it has no linkage. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Indexer: make FieldDecl an internal Entity. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jordy Rose | Track extents for VLAs. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Fix a regression of a previous commit of mine (rdar... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Read/write more information of ASTContext for PCH.... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | When adding a visible decl, deserialize the visible... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Don't try to install the __[u]int128_t identifier if... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Write/read ParmVarDecl's UninstantiatedDefaultArg for... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Read/write specialization info of static data members... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Nick Lewycky | Add TypeLoc traversal to the RecursiveASTVisitor! Becau... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Nick Lewycky | Fix ObjCInterfaceTypeLoc to inherit from ObjCObjectType... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jordy Rose | Add a new symbol type, SymbolExtent, to represent the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Benjamin Kramer | Unbreak test on platforms where size_t != unsigned... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
John McCall | Mark the operator delete associated with a virtual... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Mangle Objective-C pointers and block pointers in the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
John McCall | Provide convenience routines to save and restore the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of array dimensions in the Microsoft C... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Mangle member pointer types in the Microsoft C++ Mangler. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Argyrios Kyrtzidis | When setting the anonymous namespace at PCH reading... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of function pointers in the Microsoft... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Shantonu Sen | Forward -fno-builtin to clang, add .cp as a supported |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of array parameters for functions in the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Douglas Gregor | Lazily declare default constructors. We now delay the... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Lazily declare implicit copy constructors. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Read/write CastExpr's CXXBaseSpecifierArray for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix broken PCH support for CXXDefaultArgExpr. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Introduce a new routine, LookupConstructors(), and... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Lazily declare copy-assignment operators. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhanyong Wan | Make RecursiveASTVisitor traverse function parameter... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Lazily declare the implicitly-declared destructor in... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Craig Silverstein | Don't visit implicitly defined functions (default const... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Move the "current scope" state from the Parser into... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | By default, warn about commas at the end of an enumerat... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Handle CXXConstructorDecl, CXXDestructorDecl, and CXXCo... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Provide some test cases for C++ PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Disable Decl::CheckAccessDeclContext() temporarily. |
commit | commitdiff | tree | snapshot |
next |