2010-01-26 |
Ted Kremenek | Move 'include/Checkers/PathSensitive/Checkers' director... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Patch to add 'volatile' to first argument of all |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Refine the non-virtual this adjustments for thunks... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sebastian Redl | Bring some semblance of order into Decl.h and Decl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Refine the non-virtual this adjustments for thunks... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Added assert to the rewrite. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Convert one last size variable to CharUnits (follow... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for sizes, offsets, alignments, and paddi... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Implement 'clang_getInclusions()' in CIndex. This... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Eliminate clang_getInstantiationLocationOffset(), and... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignments in character units. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sebastian Redl | Fix two redefinitions in test cases that weren't diagno... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignment of UTF16 string in GetAddrO... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignment in EmitNullInitializationLV... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Implement clang_annotateTokens(), which associates... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Refix rewriting of an ivar access when it is |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Add 'PostVisitTU' callback hook to 'perform_test_load... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Allow the 'visitor' argument to 'perform_test_load... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Use the right definition when emitting a global variabl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Change getUnique to return a GlobalDecl. Fixes PR6147. |
commit | commitdiff | tree | snapshot |
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 |
next |