2009-01-16 |
Chris Lattner | remove FullSourceLoc::isFileID |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | an instantiation loc is always a file loc. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Fix PR2477 - clang misparses "//*" in C89 mode |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Make sure to escape " when it occurs in a string in... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Fix thinko, add gross but effective test of transl... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Darwin/X86: gcc compatibility, only add |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Don't ICE (issue diagnostics) when receiver is a non... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Darwin/X86: Implement remainder of (non -Z...... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Don't ICE on user redeclaration of objc's built-in... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | As a performance optimization, don't bother calling... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | silence release-assert warning. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Fix <rdar://problem/6502934>. We were creating an Impli... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Random note so I remember how to do this :) |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ted Kremenek | StringRegion::print: Remove copy/paste code and just... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Make -E mode propagate #pragma comment's into the output. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | make ast-print handle random non-printable characters... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Changed the API yet again. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | only notify callbacks if they exist. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Improve #pragma comment support by building the string... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | minor cleanups to StringLiteralParser: no need to pass... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ted Kremenek | Fix PR 3337 [retain/release checker]: Handle FunctionDe... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Part one of handling C++ functional casts. This handles... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Used a more suitable api to get to the type of a record |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Add test case for member name lookup |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Anders Carlsson | Use a single function for doing vararg argument promoti... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Implement basic support for parsing #pragma comment... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | more SourceLocation lexicon change: instead of referrin... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | rename "virtual location" of a macro to "instantiation... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | rename PP::getPhysicalCharacterAt -> PP::getSpelledChar... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | remove obsolete comment which happened to go over 80... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | remove an unneeded const_cast. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | update for terminology change. |
commit | commitdiff | tree | snapshot |
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 |
next |