2009-07-10 |
Chris Lattner | linkify |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Argyrios Kyrtzidis | Add documentation for the Index library to clang's... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Argyrios Kyrtzidis | Simplify a bit by using functions instead of checking... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Ted Kremenek | Switch BasicStoreManager to use the new CastRegion... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Fariborz Jahanian | don't crash if class is using itself as its super class. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Fix another decltype crash. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Fariborz Jahanian | Sema check on out of order object initialization of |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Use getDeclName in DefineImplicitOverloadedAssign as... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Douglas Gregor | Another little test for C++ [over.over] |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Pass the DeclName to the diagnostic builder so that... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Douglas Gregor | Add test for C++ [over.over.]p1, the contexts in which... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anders Carlsson | Store the isAddressOfOperand in the UnresolvedDeclRefEx... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Implement the simple form of overload resolution used... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Ted Kremenek | Fix: <rdar://problem/7034511> ValueManager::makeIntVal... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Anders Carlsson | It's not allowed to form member pointers to members... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Bump the PCH version number |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Implement template argument deduction when taking the... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for IRBuilder API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Anders Carlsson | Implement code generation of ChooseExpr for aggregate... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fariborz Jahanian | Patch adds test to my previous patch for assigning to |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | fix PR4513, a build problem with VC++, patch by James... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Duncan Sands | Correct FreeBSD target info, fixing PR4514. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Fix a corner case with argument-dependent lookup and... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Update the C++ status table to better reflect our suppo... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Improve argument-dependent lookup to find associated... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Argyrios Kyrtzidis | Initialize the ConstantArraySizeAsWritten field of... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fariborz Jahanian | Implemented memmove_collectable API for Next runtime |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | reimplement vector comparisons as [fi]cmp+sext instead... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | The canonical type of typeof or decltype with a depende... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Overload resolution prefers non-templates to templates |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Template argument deduction from a call has improved... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Improve template argument deduction from a call. In... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Nate Begeman | Extra vector element initializers in OpenCL is an error... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Sebastian Redl | Implement checking of exception spec compatibility... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Anders Carlsson | Some (most) type trait expressions require that the... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Fariborz Jahanian | Diagnose, and not crash, when taking address of propert... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | Convert the CharInfo table to be statically initialized... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Tighten up the conditions under which we build an impli... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Make ASTContext explicitly keep track of the declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Fariborz Jahanian | A few change per Doug's feedback. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zhongxing Xu | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | fix an out-of-date comment. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Sanjiv Gupta | pic16 preproc defs. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zhongxing Xu | fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Argyrios Kyrtzidis | Refactor DeclLocResolver/StmtLocResolver into a more... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Douglas Gregor | Introduce the notion of "Relocatable" precompiled heade... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | NewCastRegion: Handle casts *from* pointers to incomple... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Restructure NewCastRegion to use a switch statement... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | NewCastRegion: Handle casts to any Objective-C pointer... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Implement FIXME. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Unbreak build by including header. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | StoreManager::NewCastRegion: |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Make 'BasicStoreManager' + 'NewCastRegion' testable... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Use the "ASTLocation nomenclature" (instead of the... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Some changes to ASTLocation's methods |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Add some comments to the ASTLocation class. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Move the 'ResolveLocationInAST' function from the Front... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Move ASTLocation and DeclReferenceMap from the AST... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Rename 'ASTNode' -> 'ASTLocation'. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | NewCastRegion: |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Fix loop so that 'continue' statements actually cause... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Move the new 'CastRegion' implementation from RegionSto... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix a problem with false diagnostics when comparing... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix PR 4489, a crash in PCH loading that occurs when... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ted Kremenek | Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Parsing fix for out-of-line constructors, from Piotr Rak |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix out-of-source regression testing for makefiles |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Keep track of the Expr used to describe the size of... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Douglas Gregor | Fix bitfield promotion in the presence of explicit... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | Further cleanup of region invalidation code. No functio... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | AllocaRegion and SymbolicRegion are both boundable. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zhongxing Xu | Start to gradually move region invalidation code into... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Argyrios Kyrtzidis | Having tests that depend on previously created files... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | Fix for PR4502: add calculation of the integer conversi... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | More tweaks to types for OpenBSD. Patch by Jonathan... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Make use of the Index library through the index-test... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the 'Index' library. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the DeclReferenceMap class inside the AST... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce the virtual method Decl::getPrimaryDecl(). |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Avoid re-checking the parameters of a function, when... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Make use of ASTNode for return value of clang::ResolveL... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Introduce ASTNode class into the AST library. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Argyrios Kyrtzidis | Do an early check for function definition. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Eli Friedman | Per PR4506, fix the type of size_t on OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zhongxing Xu | CompoundLiteralRegion is boundable when it is not in... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Sebastian Redl | Catch function redeclarations with incompatible excepti... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zhongxing Xu | StringRegion is not boundable. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Fariborz Jahanian | This fixes the case where the wrong symbol is emitted... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zhongxing Xu | remove utility methods that are not very useful. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zhongxing Xu | add test case for r74407. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Eli Friedman | Add an intermediate typedef for __builtin_va_tag to... |
commit | commitdiff | tree | snapshot |
next |