2010-01-25 |
Ted Kremenek | Pull functions that translate from CXSourceLocation... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
John McCall | Warn on top-level 'asm volatile' (instead of misparsing... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Fariborz Jahanian | global variable that binds reference to a non-lvalue... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ted Kremenek | Fix include guard. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Fariborz Jahanian | Fixes a rewriting bug of access ivar of a variable... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Fariborz Jahanian | Fix a code gen. bug involving compiling global references. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Douglas Gregor | Add test case for ? : crasher |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ted Kremenek | Move BugReporter.h, PathDiagnostic.h, and BugType.h... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Eli Friedman | Code simplification; this should have no visible effects. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Douglas Gregor | Loosen preconditions for clang_getCursorSpelling()... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Douglas Gregor | Expect the impossible |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Douglas Gregor | Move the type specifier location for elaborated-type... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Douglas Gregor | Visit the condition variables of while and for loops... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Benjamin Kramer | Update C++ include paths for Exherbo, by Ingmar Vanhassel. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Move translation unit load functions... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Support file objects as unsaved_files... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ted Kremenek | Add missing header. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ted Kremenek | Add missing file. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ted Kremenek | Split libAnalysis into two libraries: libAnalysis and... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | merge another one in. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | consolidate two testcases. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | fix rdar://7556129 a crash in blocks debug info codegen. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | simplify code. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Add Cursor test. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Implement support for unsaved/remapped... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | ASTUnit: Don't check that input files exist when parsin... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Fix/simplify Index.parse() passing comma... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | Update comment. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | cindex/Python: Update comments, add module docstrings... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | CIndex: Don't crash when visitor passes null child... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Move Cursor.is_ methods to CursorKind... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Implement explicit objects for CursorKin... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Fetch SourceLocation instantiation locat... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Add Cursor.get_usr(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Return null cursors as None instead... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Convert CXString objects to regular... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Remove Cursor.file forwarding method... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | -fno-rtti is now the default. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Fariborz Jahanian | Enhance test to check on expected rewritten output. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Fix a pretty bad bug where if a constructor (or convers... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Implement [dcl.fct.spec]p6. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Mike Stump | Ok, turn back off -Wunreachable-code by default. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Sebastian Redl | Mark PartialDiagnostic.h as a C++ header |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Land test case. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Implement instantiation of AsmStmts (Crazy, I know) |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | Tweak clang_visitChildren comment. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Add Cursor.get_children() |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Remove Declaration class, this has been... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Eliminate Entity class, it has been... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Add TranslationUnit.cursor. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Tweak Source{Location,Range} |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | cindex/Python: Make Cursor.is_... functions not properties. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Sean Hunt | Mangle static variables with an extra name to distingui... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | Index.h: Tweak comments, delete trailing whitespace... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Daniel Dunbar | Initial checkin of CIndex Python bindings, by Andrew... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | fix PR6034, a crash on invalid where the switch stack... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | add a prototype for __builtin_fpclassify. We don't... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | disable this test, it is failing sporadically. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Fix a nasty bug where temporaries weren't marked as... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Anders Carlsson | Use new initialization code when dealing with [dcl... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Change all InitializedEntity pointers over to be refere... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Start passing InitializedEntity to CheckDesignatedIniti... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
John McCall | Preserve access for enum constants during template... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | More init work, adding more entity parameters. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Mike Stump | Temporary flip default for -Wunreachable-code so some... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Use the new init code for member subobjects. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Switch some array initialization over to the new init... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Mike Stump | Insulate these from changes to the default for -Wunreac... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Baby steps towards migrating the InitListChecker over... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | When an InitializedEntity is passed to CheckSingleIniti... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Eli Friedman | Add bzero builtin; this should help codegen quality... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Change CheckSingleInitializer to take/return OwningExpr... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Benjamin Kramer | Simplify code with StringRef. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Benjamin Kramer | No need to terminate this buffer. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ted Kremenek | Add doxygen comment to clang_getClangVersion(). |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Benjamin Kramer | Adjust testcase for recent AsmPrinter changes, sigh. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Benjamin Kramer | Adjust testcase for recent DWARF printer changes. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
John McCall | Produce a special diagnostic when users call a function... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Fix the EntityKind order so that all entity kinds that... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
John McCall | During overload resolution diagnostics, sort non-viable... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Anders Carlsson | Separate EK_ArrayOrVectorElement into EK_ArrayElement... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
David Chisnall | Created __builtin___NSStringMakeConstantString() builti... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ted Kremenek | Rename getClangFullVendorVersion() to getClangFullVersi... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
John McCall | Implement elementary access control. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Douglas Gregor | Teach the cursor visitor to recurse into the type infor... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Daniel Dunbar | Extern darwin-clang_rt.c test to also test targetting... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Daniel Dunbar | Fix a FIXME, this test folds to a constant now. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Douglas Gregor | Extend clang_createTranslationUnitFromSourceFile()... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Fariborz Jahanian | outside a method, 'super' should resolve in a normal... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Add 'clang_getClangVersion()' function to CIndex. ... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Fixup the rest of the testcases to grep the .ll file... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Fariborz Jahanian | Fixes test. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Move version string generation (e.g., "clang 1.1 .... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Improve content and structure of the Doxygen documentat... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | (1) Rename getClangSubversionRevision() to getClangRevi... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Convert more testcases to checking the .ll file instead... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Yet more CIndex API cleanup: |
commit | commitdiff | tree | snapshot |
next |