2008-11-20 |
Douglas Gregor | Add support for overloaded operator-> when used in... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Rename IsNonPragmaNonMacroLexer to IsFileLexer. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Output 'ANALYZE' messages to standard error. This... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Douglas Gregor | Fix strange quote characters |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Daniel Dunbar | De-unionize fields in Token class. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Rewrote PTHLexer::Lex by digging through the sources... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Add ugly "test harness" for PTHLexer that is not enable... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Added virtual method 'IndirectLex' to PTHLexer. This... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Preprocessor::isCurrentLexer() now takes a Preprocessor... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | Daniel really really likes = instead of += :) |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | remove the last old-fashioned Diag method. Transition... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | remove another old Diag method. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | remove another old-school Diag method. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | remove the type_info identifier cache. Compared to... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | compared to the rest of the code in Sema::GetStdNamespa... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | remove some other identifiers that are looked up really... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | instead of looking up super at startup time, |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Chris Lattner | Rename IdentifierInfo::isName to ::isStr. Use a nifty... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Make FIXME a hard assertion. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Preprocessor::getCurrentFileLexer() now returns a Prepr... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Just use the SourceLocation of SysHeaderTok when doing... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Assign the result of getCurrentFileLexer() to a Preproc... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | - Default initialize ParsingPreprocessorDirective,... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Add (untested) implementation of PTHLexer::isNextPPToke... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h ... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Zhongxing Xu | Split region store specific test cases. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Fariborz Jahanian | More objc gc stuff. Read/Write barriers for local stati... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Beef up the test for function call operators slightly |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Implement the rest of C++ [over.call.object], which... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Use PreprocessorLexer::getFileID() instead of Lexer... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Move more cases of using 'CurLexer' to 'CurPPLexer'. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Add stub for PTHLexer::isNextPPTokenLParen(). |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Add version of 'getFileCharacteristic()' for FileIDs. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | When using a PTHLexer, use DiscardToEndOfLine() instead... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | - Move static function IsNonPragmaNonMacroLexer into... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Steve Naroff | Fix <rdar://problem/6291588> assertion failure: SourceM... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Support for calling overloaded function call operators... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Some tweaks suggested by Argiris |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Daniel Dunbar | Ignore Output directories when searching for tests. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Oscar Fuentes | CMake: Added some source files. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Fariborz Jahanian | More of objective-c's gc code-gen. Treat objective-c |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Argyrios Kyrtzidis | Make DeclContext::getLexicalParent reuse DeclContext... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Argyrios Kyrtzidis | Take care another assert: |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Nuno Lopes | fix folding of '*doubleArray' |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Argyrios Kyrtzidis | Make the non-const DeclContext::getParent call the... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Fariborz Jahanian | Few more changes due to Daniel's feedback. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Support overloading of the subscript operator[], includ... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Steve Naroff | Fix <rdar://problem/6150376> [sema] crash on invalid... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Added operator overloading for unary operators, post... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Argyrios Kyrtzidis | Fix this: |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Argyrios Kyrtzidis | Remove Preprocessor::CacheTokens boolean data member... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Daniel Dunbar | Add spec ref to comment. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zhongxing Xu | Add test for path-sensitive uninit-val detection involv... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zhongxing Xu | Add support for symbolicating global structs and arrays... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Zhongxing Xu | Add SymbolData for array elements and struct fields. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Daniel Dunbar | Fix silly code, use IdentifierInfo* instead of std... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Daniel Dunbar | Fix redundant load of bit-fields on assignment (to... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Sanjiv Gupta | Pointer width for PIC16 is 16 bits. Modify getMemCpy... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | fix save-o |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | simplify |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | stop calling II::getName() unnecesarily in sema |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | remove uses of IdentifierInfo::getName() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | remove some uses of IdentifierInfo::getName() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | add a new helper method. It is unclear to me why this... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | Use smallstring instead of new[]'ing a string. This... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | remove uses of IdentifierInfo::getName() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | don't turn identifierinfo's into strings in diagnostics. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | Allow sending IdentifierInfo*'s into Diagnostics withou... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | convert some diags to use numbers instead of strings. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | formatting |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | add direct support for signed and unsigned integer... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | switch TextDiagnosticPrinter to raw_ostream. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | rewrite FormatDiagnostic to be less gross and a lot... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Daniel Dunbar | Discard unused runtime function declarations (for reada... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | implement a transparent optimization with the diagnosti... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | Address Sebastian and Doug's objections with taking... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | remove one more old-style Diag method. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Chris Lattner | Switch several more Sema Diag methods over. This simpl... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Douglas Gregor | Built-in equality and relational operators have return... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Revert 59574 (caused tests to fail). |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | scan-build now recognizes when the user is directly... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Fariborz Jahanian | Generate strong write barriers for __strong objects. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | - Move static function IsNonPragmaNonMacroLexer into... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Initialize CurPPLexer in Preprocessor's constructor. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ted Kremenek | Fix warning about RegionStoreManager::Retrieve() not... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Douglas Gregor | Partial expansion of C++ operator overloading (for... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Chris Lattner | start converting Sema over to using its canonical Diag... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Fariborz Jahanian | Patch for generation of weak write barriers for objc |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Chris Lattner | introduce the one true Diag method for Sema. Next... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Chris Lattner | Allow diagnostics to be used in bool context, like: |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Chris Lattner | Remove the last of the old-style Preprocessor::Diag... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Fariborz Jahanian | Generate objc_read_weak for __weak objc loads. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Fariborz Jahanian | Some basic support toward objective-c's GC code gen. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Steve Naroff | Fix <rdar://problem/6329769> [sema] crash on duplicatio... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Torok Edwin | remove this testcase, it fails with -verify still |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Nuno Lopes | fix test. it now crashes, but thats another problem.. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Daniel Dunbar | Add some quick notes on the clang tests and running... |
commit | commitdiff | tree | snapshot |
next |