2008-11-22 |
Anders Carlsson | Add test for PR2992. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | inline a method into its only two call sites. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | actually, this version isn't really needed. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | remove a sneaky version of Diag hiding in PreprocessorL... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Anders Carlsson | Use tryEvaluate for constant exprs. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | Change the Lexer::Diag method to not magically silence... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | Teach tentative parsing to handle block pointers (rdar... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Ted Kremenek | reverting this because it breaks some blocks cases... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Chris Lattner | Split the DiagnosticInfo class into two disjoint classes: |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Ted Kremenek | Fix predicate: we're not in caching mode if CurPPLexer... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | In PTHLexer::DiscardToEndOfLine() use Lex() instead... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | Reenable the default lexer. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | When creating the raw tokens for PTHLexer, make sure... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | When creating raw tokens for the PTHLexer specially... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Fariborz Jahanian | Fixed bugzilla bug# 3095 related to code gen. for ... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Sebastian Redl | Implementation of new and delete parsing and sema. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | rearrange some fields. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | merge some simple call diagnostics. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | print a type in a diagnostic. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Fariborz Jahanian | Fields of ivars of struct types are considered ivars |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Don't turn off blocks in C++ |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | reapply the (corrected) patch to use the new llvm intri... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Allow redeclaration of typedefs in C++ |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | temporarily revert Sangiv's patch. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Tiny fix to the parsing of linkage-specifications |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Fix overloading of non-static member functions that... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Enable some more operator overloading tests, and don... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Sanjiv Gupta | mem[cpy,set,move] intrinsics are now overloaded. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | merge 3 more diagnostics into 1. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | Add the concept of "modifiers" to the clang diagnostic... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | Change CheckIncrementDecrementOperand to test for commo... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | move the diagnostic location and ID out of DiagnosticIn... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | move diagnostic insertion methods to be free methods... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | testcase for PR3096 |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Cleanup memory management in overloading of operator... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Douglas Gregor | Don't print canonical types in overloading-related... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | Change -verify mode to find the "expected-error" and... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | Add comment to IsFileLexer, clean up indentation, and... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | remove expected-error from #if 0 section of code. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | disable expected-errors in #if parts of the test. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Lattner | split into two tests. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | PTHLexer: |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Fariborz Jahanian | Consolidated @try and @synchronize into a single |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | Add checker test case: warn about returning an uninitia... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | - Clean up transfer function logic for 'return' statements. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ted Kremenek | Enable test file for 'region store' in addition to... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Fariborz Jahanian | Support generation of objc_assign_ivar for ivar |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | PTHLexer: |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Fariborz Jahanian | __weak ivar need not warn. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Fariborz Jahanian | Introducing objc_assign_ivar to clang. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Fariborz Jahanian | Added a test case for __weak field decls. Change SetVar... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | Handle another case where we should use PTHLexer as... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Douglas Gregor | Update C++ status |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ted Kremenek | PTHLexer: |
commit | commitdiff | tree | snapshot |
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 |
next |