2011-07-22 |
Douglas Gregor | In the AST reader, factor out the mapping of local... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Rafael Espindola | Avoid warning on "clang -c -Dfoo test.i". Lines like... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Clean up the rest of the local -> global declaration... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | In the ASTReader, factor out the loading of (local... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Sean Hunt | Add a missing test for the limits on wchar |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | Fix diagnostic when loading a PCH which has different... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Jonathan D... | Cleaning up more of the ID situation in the AST reader... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Add some debugging output to the AST reader, so we... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | In the AST reader, keep track of the total number of... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | For ASTUnit::Save, write the AST to a temporary and... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | Cut down one open/close pair of system calls by using... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Smith | Update cxx_status page on www: clang has had full suppo... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Clean up the C++ status page by eliminating the utterly... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Update C++0x nullptr status, from Jonathan Sauer |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Fariborz Jahanian | Add FixIt hint for missing 'id' type. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Fariborz Jahanian | objc - Diagnose missing method return type specifier... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | One last RandomAccessIterator operator for Preprocessin... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Add the remaining RandomAccessIterator operations to |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Bruno Cardoso... | Define the _MIPS_SIM builtin macro on MIPS platforms... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Francois Pichet | For some reason I don't fully comprehend, the MSVC... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Eric Christopher | Speculatively revert 135649 to bring back the g++ testi... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Ted Kremenek | Move AnalysisManager constructor out of line. No funct... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Ted Kremenek | Simplify passing of CFGBuildOptions around for Analysis... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Trieu | Fix a test in warn-sign-conversion.cpp. Removed a... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Trieu | Remove warning for conditional operands of differend... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | New libclang API to expose container type for code... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Sean Hunt | When copping out on a friend template declaration,... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Rework the detailed preprocessing record to separate... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Anna Zaks | Addressing code review comments for commit 135509 ... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | Removes a comment. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | objc-arc: Fixes a crash @throw'ing an objc message. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Jonathan D... | Continuing to improve and generalize how IDs are handle... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | Temporarily revert r135614 while I fix the cmake build. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bill Wendling | Remove extraneous period. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | When the compiler crashes, the compiler driver now... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Evan Cheng | Match MCContext change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Ted Kremenek | Fix -Wuninitialized regression involving functions... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | If -ccc-host-triple i386-pc-win32-macho or -ccc-host... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | arc-objc++: Issue an arc specific diagnostic when overl... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
NAKAMURA Takumi | test/CMakeLists.txt: Re-indent. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Benjamin Kramer | Unbreak build after API change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | arrayref should now move in here, and redundant #includ... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | remove some now-redundant forward declarations. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | add raw_ostream and Twine to LLVM.h, eliminating a... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | now that we have a centralized place to do so, add... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | introduce a centralized place to introduce and inject... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix rdar://9780211 - Clang crashes with an assertion... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix a case where we're using ConvertType for a memory... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Evan Cheng | Match LLVM API change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | as eli points out, we're not doing memory stuff here... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix PR10395 - array decay can produce an interesting... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global selecto... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | PR10392: "#pragma GCC visibility" must not expand macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global identif... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Try to appease MSVC's standard library. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global declara... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | Spelling |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Replace r134583's fix for PR10290 with one which also... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Use the zero from the correct enumeration when initiali... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Callanan | This fix (thanks to Doug Gregor) corrects a bug |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix false negative in -Wuninitialized involving a ... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix assertion failure in UninitializedValues.cpp where... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analyzer] Very minor cleanup in PthreadLockChecker... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analysis] Add checks for double-locking and lock order... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Refactor r135502 to avoid an empty if else condition... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Anna Zaks | Add FixItHints in case a C++ function call is missing... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Clang asserts "Invalid environment!" when using -ccc... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Argyrios Kyrtzidis | [arcmt] Add some additional driver flags to optionally... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jeffrey Yasskin | Name the "c++0x-compat" warning group, and fix the... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Douglas Gregor | Revamp the SourceManager to separate the representation... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Reduce -Wuninitialized time by 22% (on sqlite) by remov... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Add hooks into the CFG builder to force that specific... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Evan Cheng | Match createTargetMachine API change. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Hunt | Implement a __WCHAR_UNSIGNED__ macro and use it to... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Eric Christopher | Add .gitignore file. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Devang Patel | Check column number also. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | MCContext now takes MCRegisterInfo. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Thanks to Chandler for reminding me to update the docum... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Remember to add a has_feature macro for __underlying_ty... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jeffrey Yasskin | Define DiagnosticBuilder<<APValue so it's easy to inclu... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
NAKAMURA Takumi | lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] When a NSData's 'bytes' family of methods are... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] NSInvocation's [get/set]ReturnValue and [get... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | Don't crash when codegen'ing an empty redecl of a funct... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | In C99, emit an inline function when encountering an... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | de-constify llvm::Type, patch by David Blaikie! |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | Use the new llvm::TinyPtrVector class, which implements... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Chandler Carruth | Revert r135217, which wasn't the correct fix for PR1035... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Francois Pichet | Do not modify string returned by getenv on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Benjamin Kramer | Zero this struct in a way that neither depends on the... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Per discussions with the Cocoa team, extend... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Place checking for Core Foundation "Create... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Fariborz Jahanian | Remove a gcc warning. |
commit | commitdiff | tree | snapshot |
next |