2010-01-26 |
Ken Dyck | Correct cut-and-paste error in doxygen comment for... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Add getTypeAlignInChars() for use in code that works... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Introduce a CIndex API for lexing the raw tokens within... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Replace inheritance of RegionRawOffset from std::pair... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Introduce CodeGenModule::GetTargetTypeStoreSize() to... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Avoid some unnecessary copying of unresolved lookup... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Handle redeclarations found by ADL deterministically... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chandler Carruth | Correctly treat 64 bit integers specified via the mode... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | If a global variable has an initializer with side effec... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Allow ADL to find functions imported by using decls... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chandler Carruth | Remove a few more references to index-test; this was... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Fix another debug info crash with virtual bases. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Fix the test I broke, and also fix a crash when declari... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Factor creating the DISubprogram for a member function... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Simplify CGDebugInfo::CollectCXXMemberFunctions a littl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Make sure to always mark a global variable as not being... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Be sure to track the non-virtual part of the vcall... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Preserve access bits through overload resolution much... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Introduce clang_getInstantiationLocationOffset(), which... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Driver/Darwin: Stuff iPhoneOS into environment portion... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Pass access specifiers around in overload resolution. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Fix a regression caused by my rewriting of cast of... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Fixup a missing vcall entry. WIP. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Devang Patel | First cut at emitting inheritance info. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Devang Patel | Emit debug info for virtual functions. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
John McCall | Fixit to remove 'volatile' in file-scope 'asm volatile'. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | Driver: Fix fallback to gcc to -c instead of -S if... |
commit | commitdiff | tree | snapshot |
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 |
next |