2008-08-23 |
Chris Lattner | we already have a handle on the 'in' keyword, don't... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | minor cleanup, remove finalize method. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Fix a FIXME by not creating an invalid AST on erroneous... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Simplify interface to Store::AddDecl |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Added Regions.h: Regions define abstract memory locatio... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Emit property metadata (classes, protocols, categ... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Use isa instead of dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Allow nested backtracks. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | NeXT: Emit category metadata. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | Add some QA related example clang projects. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Add preliminary (and probably broken) codegen support... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Move the rest of the Sema C++ tests into the SemaCXX... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Add support for C++'s "type-specifier ( expression... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | make test fails if llvm is checked out to llvm-svn... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | Move most of HeaderSearch initialization to libDriver. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Chris Lattner | improve pretty printing of objc method declaration, |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Initial sema support for C++ static initializers. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Fix some issues with array type merging. (No visible... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Minor const cleanup. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Rewrite type compatibility testing to do type merging... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Initial implementation of floats in Expr::tryEvaluate... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Zhongxing Xu | Modify comments. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Zhongxing Xu | Move the handling of DeclStmt from GRExprEngine to... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | NeXT: Emit [meta]class protocol references. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Ted Kremenek | Added --use-cc option to scan-build to allow the user... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Chris Lattner | add a simple check to warn people who type "=+" when... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Steve Naroff | RewriteObjC::RewriteObjCSynchronizedStmt(): Make sure... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Use full path to count script, and don't treat files... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Preliminary support for Obj-C classes in NeXT runtime. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Missed a test case writing a .ll file. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Reorder the PATH used during testing so $(ToolDir)... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Update a number of CodeGen tests to not create .ll... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Update test/Makefile to allow testing when using a... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Remove duplicate define from Windows-x86 target. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Initial implementation of Windows x86 target; at the... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Add Linux x86-32 target. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | First cut at OS detection, taking advantage of the... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class reorg for PPC; shouldn't be any visible changes... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix a regression from my fix to PR2631. Fixes PR2692. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix a minor crash-on-invalid. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Fix attributes on Obj-C interfaces & methods. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Fix URL typo. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Patch by Zhongxing Xu: |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Patch by Zhongxing Xu: We should set back the modified... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class reorg for ARM. Shouldn't be any visible changes. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class hierarchy reorg for Sparc architecture. While... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Fix subtle bug introduced in r54852. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Re-enable deletion of AST nodes upon completion of... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Added ObjCAtDefsFieldDecl to represent FieldDecls creat... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Reorganize the class hierarchy for x86 targets; shouldn... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix test failure on Linux. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix some spam from make I accidentally introduced. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Move all Obj-C runtime interaction into CodeGenFunction. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Get rid of the bogus -depth +0 argument; I really have... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Move store pretty-printing logic inside of StoreManager... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Patch by Zhongxing Xu! |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Steve Naroff | Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Chris Lattner | Use raw_ostream to output an unsigned. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Update checker-78. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Chris Lattner | add testcase we already handle. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Argyrios Kyrtzidis | Add ExplicitCastExpr to replace the current CastExpr... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | proper grammar n stuph |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | warn when someone tries to make an array of ObjC interf... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Argyrios Kyrtzidis | "Remove the 'else' since the code is fallthrough after... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ted Kremenek | Record arguments in .info file. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Support initialization of incomplete array with zero... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | Fix PR2627, support for Q constraint. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | Several cleanups and tweaks to diagnostics in Sema... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | fix bogus run line. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ted Kremenek | scan-build/ccc-analyzer now also report clang parser... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Make TargetInfo::DescriptionString const (avoid compile... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Add svn:ignore on lib/Driver/Release-Asserts |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Change test/Makefile to automatically test all subdirs. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Fix test case RUN: line (thanks Argiris) |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Sanjiv Gupta | Allow targets to override description string. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Argyrios Kyrtzidis | Type::isIntegerType() returns true for types between... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | various updates to match r54873 on mainline. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | printing with an unspecified dest means to print to... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | don't delete a variable on the stack |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | simplify this code a bit more. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ted Kremenek | Migrate the retain/release checker to not manage the... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | remove global variables for output stream. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ted Kremenek | Migrate GRState::ConstEqTy (map used from tracking... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ted Kremenek | Added GRStateTrait.h, which includes boilerplate code... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | Switch to shared raw_ostream code instead of having... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Nico Weber | honor EscapeSpaces in 2nd overload of EscapeText() |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Move the C++ Sema tests into a separate SemaCXX directory. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Move the type checking that Sema::ActOnCastExpr does... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Put (argument)-expression-list parsing in a separate... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | C++ casts, (static_cast. dynamic_cast, etc.) can have... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Move handling of postfix-expression suffixes out of... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Nick Lewycky | It's spelt "uninitialized". |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Nico Weber | add missing class declaration |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Set the SourceRange ending of DeclSpec, when Parser... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Declarator class considers DeclSpec as immutable; Decla... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Daniel Dunbar | Add NeXT runtime support for generating methods. |
commit | commitdiff | tree | snapshot |
next |