2009-01-16 |
Chris Lattner | Change some terminology in SourceLocation: instead... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Don't advance the statement iterator after we've deallo... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zhongxing Xu | Extract code dealing with typedef declarators into... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Add test for contextual conversion to bool, and enable... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zhongxing Xu | Extract code dealing with variable declarator into... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | Attempt to unbreak Windows build. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | postpone sizeof objc-class computatin to the clients. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zhongxing Xu | Extract code dealing with declarators of function type... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Implemented code gen for sizeof(objc class interface). |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Improve diagnostics for ambiguous name lookup results |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Nuno Lopes | add codegen support to union casts |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Ted Kremenek | PTH: Fix termination condition in binary search. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Chris Lattner | PR3330: given an enum like this: |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Ted Kremenek | IdentifierInfo: |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Daniel Dunbar | Fix some unused variable, control reaches end of non... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Daniel Dunbar | Add dummy X86_64 ABIInfo implementation. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Nuno Lopes | add support for initializing static vars with a cast... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Seo Sanghyeon | PR2746: Implement GCC cast to union extension |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Daniel Dunbar | Add utils/ABITest, my ABI test generation tool. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Douglas Gregor | Deallocate the BasePaths structure that we allocate... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Ted Kremenek | PTH: Embed a persistentID side-table in the PTH file... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Douglas Gregor | Initial implementation of member name lookup |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Implement support clang PTH using gcc PCH style... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Douglas Gregor | Refactor name lookup. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | CmpDriver: Allow over-ride of drivers to compare throug... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Finish main clang compiler argument translation. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Fariborz Jahanian | Patch to keep clang honest that it does not yet support |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | Fix typo and spelling of -Wunused-macros. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Douglas Gregor | Test explicit constructor |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Douglas Gregor | Introduce support for C++0x explicit conversion operato... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Steve Naroff | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Darwin/Compiler: Improve gcc compat in use of... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Implement argument translation for clang. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Add hello.{cpp,m} tests. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Add -ccc-echo special option, and support pulling... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Use Clang/Compile for Objective-C files as well. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Steve Naroff | Fix a subtle bug in DeclContext::DestroyDecls(). |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Add dummy Clang/Compile tool and use on Darwin... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Ted Kremenek | FunctionDecl::setParams() now uses the allocator associ... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Daniel Dunbar | ccc: Darwin/Compile: Define __private_extern__ when... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Fariborz Jahanian | Implemenent objective-c's NSObject attribute as a way... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | PTH: |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Permitting typedefs without a name is a Microsoft/GNU... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | Fix corner cases in PTH getSpelling() binary search. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | PTH: Fix remaining cases where the spelling cache in... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Fix a test case. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Chris Lattner | use a slightly more sensible position for an array... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Darwin: Implement some important general argument... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Turn off some Destroy calls that are currenly causing... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Allow internal tool chain specific argument transl... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Anders Carlsson | Use the unqualified type for GCCs struct/union cast... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Argyrios Kyrtzidis | DeclContext::KindTrait was not meant to be used outside... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Bug fix, '-f...' should be part of the '-f' group. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | Add simple tool for comparing drivers (hardcoded to... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Darwin/Link also runs dsymutil in one very particu... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | Print function parameters in DeclContextPrinter. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Bug fix and gcc compatibility tweak. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Add option groups. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Anders Carlsson | Warn when someone tries to pass a variable with a non... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Fix argument-passing bugs in a call to object |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Darwin/CC1: Hardcode (for now) some -m options... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Allow host to over-ride default arch based on... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | Improve c++ methods printing in DeclContextPrinter. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | add a fixme. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | Improve DeclContextPrinter: print enum name. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | Bug fix, __private_extern__ globals were always introdu... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | Add KillStruct to region store. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zhongxing Xu | Add an initial framework of a DeclContextPrinter. It... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Fariborz Jahanian | Patch to fix encoding of Enum bitfields in ObjC. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | This test now passes. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Darwin/CC1: Be bug compatible with gcc in a corner... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | static analyzer: Handle casts from arrays to integers... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | Invert condition on branch (was causing RegionStore... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Add the proper restrictions on the left-hand argument... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Make sure we don't name a constructor or destructor... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Fariborz Jahanian | Patch to implement code gen for aggrgate-valued propert... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Cleanup DeclContext::addDecl and DeclContext::insert... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Update C++ status and add a few more tests of overloadi... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Fix test case (incomplete "expected-warning" line) |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Patch by Roman Divacky: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Fix crasher due to use-after-release: DeclContext now... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Implement support for anonymous structs and unions... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Bug fix, output can be NULL. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | retain/release checker: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Even more Darwin/cc1 argument translation support. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | (LLVM up) Match TargetData API change in LLVM TOT. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Fariborz Jahanian | Patch to supprt case of readonly property being |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Add leading space in -### output to match gcc. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) More argument translation for Darwin... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Properly set the scope of non-fields declared within... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) More argument translation for Darwin... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Start implementing argument translation for |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: When constructing a named output, only use base... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Move path resolution into ToolChain. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Implement the rest of Darwin/Assembler argument... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Implement macosx-version-min conditions (including... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Generalize Darwin/Link tool based on Darwin version. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Support arguments which behave like linker inputs. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC... |
commit | commitdiff | tree | snapshot |
next |