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 |
2010-11-18 |
Argyrios Kyrtzidis | Get the number of errors reported from the diagnostic... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Remove the hack where, to get the return status, we... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Keep track of errors/warnings in FixItRewriter. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Since multiple diagnostics can share one diagnostic... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Refactoring of Diagnostic class. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Copy the LangOptions in PrintingPolicy to avoid pointin... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
John McCall | Add an assertion, fix a whole bunch of bugs, comment... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | Remove the getDiagnosticLevel check since it doesn... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Benjamin Kramer | Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitc... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Craig Silverstein | In some situations, TemplateArgumentLoc wasn't setting... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
John McCall | Calculate the value kind of an expression when it's... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Marcin Swiderski | Added method for handling CXXOperatorCallExpr different... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Anton Yartsev | comparison of AltiVec vectors now gives bool result... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Ted Kremenek | CursorVisitor: switch remaining expressions over |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Argyrios Kyrtzidis | -Rename -Wargument-larger-than -> -Wlarge-by-value... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Ted Kremenek | CursorVisitor: migrate handling of |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Ted Kremenek | Make definition of CXTranslationUnitImpl private |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Argyrios Kyrtzidis | Introduce option -Wargument-larger-than[=N] which warns... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Implement -pie. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Don't warn about |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Douglas Gregor | Do not produce "purely informative" code completion... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Marcin Swiderski | In EvalArguments allow for evaluation of first argument... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Don't warn about -w not being used in a link. Necessary... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Fariborz Jahanian | Warn if direct accessing synthesized ivar backing the... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Argyrios Kyrtzidis | Don't emit warn_logical_and_in_logical_or for cases... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Argyrios Kyrtzidis | Don't emit warn_logical_and_in_logical_or for macros... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Argyrios Kyrtzidis | Don't warn for parentheses for the '&&' inside '||... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Argyrios Kyrtzidis | Put warn_logical_and_in_logical_or warning in new warni... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Add a comment explaining why r117813 was needed. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Dan Gohman | Drop the warning about __attribute__((may_alias)) being... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Douglas Gregor | When libclang is walking a member access expression... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Douglas Gregor | When comparing the source range of a declaration agains... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Rafael Espindola | Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Zhongxing Xu | Add skeleton for handling various cfg dtors. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | When forming the !srcloc mdnode for an inline asm,... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | adjust for llvm mainline, yay type safety |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | a metric ton of refactoring later, Sema::getLocationOfS... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Zhongxing Xu | do not do post checks. Because at this point we just... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | move getSpelling from Preprocessor to Lexer, which... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Zhongxing Xu | Remove comments. We are already doing actual method... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | propagate preprocessor out of StringLiteralParser.... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | push the preprocessor out of EncodeUCNEscape |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | move AdvanceToTokenCharacter and getLocForEndOfToken... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | add a static version of PP::AdvanceToTokenCharacter. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | push use of Preprocessor out farther. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | push use of Preprocessor out of getOffsetOfStringByte |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | add a static form of the efficient PP::getSpelling... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | refactor the interface to StringLiteralParser::getOffse... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Marcin Swiderski | Added mapping from 'this' to it's SymbolicRegion in... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Chris Lattner | factor some code out to a helper function, no functiona... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Ted Kremenek | CursorVisitor: Migrate handling of |
commit | commitdiff | tree | snapshot |
next |