2010-11-24 |
Anders Carlsson | Fix a (probably very old) regression where we weren... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Revert r120110. We don't want to call ConvertType from... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Use ConvertType instead of ConvertTagDeclType, since... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Make CodeGenTypes::getCGRecordLayout compute the layout... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | CGRecordLayout types are always struct types. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | When getting CXXThisRegion from CXXMethodDecl, use... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | Let StackFrameContext represent if the call expr is... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Appease versions of GCC which don't correctly support... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | This is probably an important file. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Add -cc1 -ast-dump-xml, an excessively detailed XML... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | Use StackFrameContext directly in CallEnter program... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | print asLValue attribute of CFGStmt. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Switch a lot of call-sites over to using the new value... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Improve comments in Clang static analyzer, based on... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Refactor AddStmtChoice to make it easier to use; also... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Francois Pichet | Fix 2 problems with Chris Lattner's FileManager redesig... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Add an assert() to catch errors using EvalLoad(). ... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Ted Kremenek | Adjust method calls to reflect name changes in |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Eli Friedman | Unbreak clang-interpreter. (Should there be some automa... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | The final result of all this refactoring: instead of... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | Redeclarations of using declarations are not okay in... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | if we succeed in opening a directory but expected a... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | hopefully resolve the windows buildbot issue (retch) |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | change the 'is directory' indicator to be a null-or-not |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | pull "is directory" handling into FileManager::getStatValue |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | A few tweaks to the value-kind computation: |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Peter Collingbourne | Remove static_casts from SemaDeclAttr.cpp |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up code, add a comment about dir caching. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | replicate a terrible hack to fix a build error on VC++ |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | simplify the cache miss handling code, eliminating... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | factor the "cache miss" handling code out of FM into... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | r120013 dropped passing in the precomputed file size to |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | PCH files only cache successful stats. Remove the... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | rework the stat cache, pulling it out of FileManager... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | This test does not need to test the alignment of pointe... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up. Split FileManager::getBufferForFile into |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | don't allow remapping PTH file paths with -fworking... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | reduce indentation and use early outs, to make it easie... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | now the FileManager has a FileSystemOpts ivar, stop... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | make this file be self contained. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | give FileManager a 'FileSystemOptions' ivar, which... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Francois Pichet | long => int to make the test pass on system where sizeo... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Zhanyong Wan | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | Partially revert Doug's PCH validation patch (r98585). |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Francois Pichet | Microsoft C anonymous struct implementation. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | stringref'ize API |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | avoid creating sys::Path instances when -fworking-direc... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Zhanyong Wan | Stylistic changes to CFG.cpp: |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Anders Carlsson | Refactor the null-initialization for record types and... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Remove the other FIXME I added. This is covered by... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Remove one I just added, add a more focused test for... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Try to get the bots green after r119966. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Fix the source range of CXXNewExprs. Fixes http://llvm... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Minor whitespace fix, no functionality change |
commit | commitdiff | tree | snapshot |
2010-11-22 |
NAKAMURA Takumi | test/Sema/x86-builtin-palignr.c: Now we can remove... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Zhanyong Wan | Fix PR8419. Reviewed by kremenek and xuzhongxing. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Chandler Carruth | Undo part of my previous commit to mm_malloc.h, going... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Anders Carlsson | Remove FIXME; we don't ever want to lay out empty bases. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Rename BaseLLVMType to NonVirtualBaseLLVMType. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Add getCGRecordLayout helper function. No functionality... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | The 'X' printf type has a valid alternative form. Fixes... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Benjamin Kramer | Fix a bunch of IndirectFieldDecl-related warnings. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Benjamin Kramer | Filename.rfind("/\\") won't give us the position of... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | remove old compatibility APIs, use StringRef versions... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Chris Lattner | change the various getFile routines to use StringRef... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Francois Pichet | Fix warning: enumeration value 'IndirectField' not... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Francois Pichet | Compilation error: remove extra comma. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Francois Pichet | Major anonymous union/struct redesign. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Forward the -fno-elide-constructor argument to clang... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Zhanyong Wan | Fix a typo in EnvironmentManager::bindExprAndLocation... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Zhongxing Xu | Handle CFGAutomaticObjDtor. |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Argyrios Kyrtzidis | Revert r119838 "Don't warn for empty 'if' body if there... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Nick Lewycky | A bundle of whitespace changes, separated out from... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Douglas Gregor | Implement a simple hash function for libclang cursors |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Douglas Gregor | Implement clang_getCanonicalCursor() in libclang, which... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Craig Silverstein | Several PPCallbacks take an SourceLocation + Identifier... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Check for gcc 4.3.4. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Argyrios Kyrtzidis | Don't warn for empty 'if' body if there is a macro... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Douglas Gregor | Make sure to print cvr-qualifiers on function declarations |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Fariborz Jahanian | Minor cleanup. No change otherwise. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Fariborz Jahanian | objc_msgSend is not a builtin type in non-objc mode. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Daniel Dunbar | Driver/Darwin: Don't pass -demangle to an iOS linker... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Benjamin Kramer | Initialize StoredDiagnostic's members in order. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Nuno Lopes | add support for the i686-pc-linux-gnu triple (used... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Douglas Gregor | When parsing something that looks like an ill-formed |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Daniel Dunbar | Driver: Ignore -force_cpusubtype_ALL. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Douglas Gregor | Extend the libclang diagnostic API to provide informati... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Argyrios Kyrtzidis | Remove Diagnostic's get/setNumErrors() and getNumErrors... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Argyrios Kyrtzidis | getNumErrors() -> hasErrorOccurred() |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Argyrios Kyrtzidis | Refactoring. Get FunctionScopeInfo to use DiagnosticErr... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Argyrios Kyrtzidis | Refactoring. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Fariborz Jahanian | Fix a bug where write-barriers for assignment through... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bob Wilson | Use a signed vector type for the shift amount operand... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Use hasErrorOccurred() instead of getNumErrors() where... |
commit | commitdiff | tree | snapshot |
next |