2009-01-17 |
Chris Lattner | Rename SourceLocation::getFileID to getChunkID, because... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | simplify some lookups. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Change the Lexer ctor used to lex _Pragma directives... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | simplify PTHManager::CreateLexer |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Change the Lexer ctor used in the non _Pragma case... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | in Preprocessor::AdvanceToTokenCharacter, don't actuall... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | More simplifications to the lexer ctors. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | make the verbose raw-lexer ctor fully explicit instead... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | use simplified Lexer ctor. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | add a simplified lexer ctor that sets up the lexer... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | refactor some common initialization code out of the... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | suck the call to "getSpellingLoc" that all clients... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | this massive patch introduces a simple new abstraction... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | make "ContentCache::Buffer" mutable to avoid a const_cast. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | no need to check this: content cache is already 1-1... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Instead of iterating over FileID's, have PTH generation... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | remove an irrelevant idea |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Warn about typedefs of enums without any declarator... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | ccc: Support running piped jobs (-pipe now works). |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Ted Kremenek | Fix analyzer crash found when scanning Wine sources... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | PODify LookupResult, for a measly 1% speedup on Cocoa.h. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Add -fnext-runtime to Objective-C properties testcase |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | ccc: Don't be pedantically compatible with -Z options... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | Return success indicator from CmpDriver. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Nuno Lopes | add support for usage of cast to union thing with stati... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Teach DeclContext how to find the primary declaration... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Fariborz Jahanian | Catch a foreach parse error. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sebastian Redl | Convert some more statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Clean up (user level) error handling. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | eliminate FullSourceLoc::getLocation() now that FullSou... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Make FullSourceLoc derive from SourceLocation instead of |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | elimiante FullSourceLoc::getCanonicalFileID |
commit | commitdiff | tree | snapshot |
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 |
next |