2009-04-28 |
Ted Kremenek | Revert 70293. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Chris Lattner | merge number.c into constants.c and start running it... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Fix a minor edge case in C89 mode related to the defini... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Fix additional issues pointed out in PR4088. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | ccc-analyzer: Don't automatically generate 'Parser... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Zhongxing Xu | Add test case. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Zhongxing Xu | Now we can remove the 'blast-through' code. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Improve compatibility with GCC regarding inline semanti... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | Extensive diagnostics: Do not add a location context... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | BugReporter (extensive diagnostics): Clean up do..... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | CFG: Add "loop back" block for do...while statements. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Emit keyword extension warning in all modes, not just... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Remove unused LangOptions NoExtensions and Boolean. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Simplify the scheme used for keywords, and change the... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | CFG: 'WhileStmts' needs an extra block to indicate... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Mike Stump | We avoid the count of diagnostics when not generating... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Mike Stump | Don't allow blocks to be declared as returning an array... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | CFG: |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Get rid of some useless uses of NoExtensions. The... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Eli Friedman | A couple more small changes which are probably required... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Eli Friedman | Attempt to fix reported build error on Cygwin, PR4088. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Devang Patel | While generating debug info ignore unnamed fields. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Add a header containing the Clang version; make the... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | fix test/PCH/method_pool.m |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | -E, -Eonly and -parse-noop now work with PCH! |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | Teach PCH that ASTContext is optional. Move -parse... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Sebastian Redl | Track down return statements in the handlers of a funct... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Be more careful in our teardown of the PCHReader after... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | unnest some code, decoupling fixit rewriting from ast... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Daniel Dunbar | Add -empty-input-only option, for timing. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Sebastian Redl | Don't allow catch declarations to name an abstract... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Sebastian Redl | Improve validation of C++ exception handling: diagnose... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Ted Kremenek | Add two new checker-specific attributes: 'objc_ownershi... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Ted Kremenek | Track objects in GC mode returned by 'alloc', 'new... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | make these be unsigned now that they are eagerly created. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Fix a problem with the RUN line of one of the PCH tests |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Ted Kremenek | Refactor HandleObjCOwnershipRetainAttr and HandleObjCOw... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Implement caching of stat() calls for precompiled heade... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Daniel Dunbar | x86-32 ABI: Fix crash on return of structure with flexi... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Ted Kremenek | Add new checker-specific attribute 'objc_ownership_cfre... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Sebastian Redl | Fill in the C++ status table for exceptions |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | encode the type and decl offsets with 32-bits for entry... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | add an abbreviation for common PARM_VAR_DECL. All... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | fix a couple more places that should be using the DeclC... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Douglas Gregor | Load most of the source manager's information lazily... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | split expr/stmt writing out to PCHWriterStmt.cpp |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | split decl writing out to its own PCHWriterDecl.cpp... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | unclone SavedStreamPosition |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | move attribute reading to PCHReaderDecl.cpp, remove... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | read all decls (and attributes and stmts/exprs referenc... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | rename GetStmt -> GetDeclStmt to make it clear that... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | change the interface to ReadStmt to force clients to... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | split decl reading out to its own PCHReaderDecl.cpp... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | split stmt/expr deserialization out to PCHReaderStmt.cpp |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | rdar://6827200 - [sema] reject statically allocated... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | Change our silencing of C typedef redefinition handling... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | remove dead var |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | Set up DeclsCursor. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | add stmt/expr names to BlockInfo block. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | fix a comment by starting stmts/exprs after types and... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | make -Wtypedef-redefinition an extwarn instead of defau... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | drop the _ID suffixes from block names. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Turn PCH off by default, yet again. I'm happier about... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | add the decl names. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | make llvm-bcanalyzer dump out PCH files symbolically... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Trying turning on PCH by default yet again. We might... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Some fixes for PCH (de-)serialization of Objective... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Add a bit more handling for declarations like "int... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Sebastian Redl | The mysterious bug turns out to be an incredibly bone... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | Adjust to LLVM API changes that went into r70157. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Fix for PR4079: make sure to construct the member expre... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Sebastian Redl | Implement function-try-blocks. However, there's a very... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Remove getIntegerConstantExprValue in favor of using... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Steve Naroff | Add PCH read/write support for ObjC statements. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | implement PR4077: [Linux kernel] inscrutable error... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | in a tied operand, don't copy over the name or constrai... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | pull operands names "[foo]" into ConstraintInfo. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | pull the constraint string into the ConstraintInfo... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Steve Naroff | Make sure we have a code in the node:-) |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Sebastian Redl | Update StmtNodes.def with the new base class of CXXTemp... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Sebastian Redl | Make reference class unification in conditional express... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Torok Edwin | Add missing include. This fixes the build with gcc... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | change TargetInfo::ConstraintInfo to be a struct that... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Turn off PCH by default, again |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | One more crazy try with PCH-by-default |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Make sure to pull in the target builtin records when... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Simple little smoke-test script that tries to build... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | When writing a PCH file, write multiple type and declar... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Add a new -ast-dump-full option that traverses the... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | Split C++ statements out to their own file. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Douglas Gregor | Turn of PCH by default. I got the info I was looking for |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | split ObjC and C++ Statements out into their own headers. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eli Friedman | Correct the order of the parameters to CheckAssignmentC... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Make this code a little more generic. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Driver: Add -std-default= option. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Daniel Dunbar | Add option for AddAllArgsTranslated to control whether... |
commit | commitdiff | tree | snapshot |
next |