2011-01-20 |
Anders Carlsson | Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDe... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Lazily initialize the 'final' and 'override' contextual... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Add more parser tests for the override control keywords. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Rafael Espindola | Turns out that the previous commit also fixes this :-) |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Rafael Espindola | Fix PR8884 by skipping transparent contexts. The test... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ken Dyck | Add CharUnits::RoundUpToAlignment() to simplify roundin... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | When building a user-defined conversion sequence, keep... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | Sema::BuildCXXMemberCallExpr() can fail due to access... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Explicitly track the number of call arguments provided... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Eradicate any mention of C++0x concepts. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Variadic templates are fully implemented. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Downgrade the "variadic templates are a C++0x feature... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Refactor the dependence computation for DeclRefExpr... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Implement basic support for the use of variadic templat... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Teach libclang to generate USRs containing parameter... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Teach libclang about SizeOfPackExpr. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Implement support for non-type template parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | NonTypeTemplateParmDecls always have TypeSourceInfo... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Warn about the use of unparenthesized |= in conditional... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Parse the optional semicolon after a C++ in-class membe... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | When building the copy expression for a __block variabl... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | Change the canonical representation of array types... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | Change QualType::getTypePtr() to return a const pointer... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Nick Lewycky | Fix name to match reality. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Ken Dyck | Replace calls to getTypeSize() and getTypeAlign() with... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Ken Dyck | Add a unary minus operator. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Devang Patel | Emit DW_TAG_lexical_scope to surround foreach. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Don't silently drop warning flags passed in to |
commit | commitdiff | tree | snapshot |
2011-01-19 |
NAKAMURA Takumi | lib/Sema/SemaExpr.cpp: __null should be LongLongTy... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
NAKAMURA Takumi | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Teach UninitializedValuesV2 to implicitly reason about C++ |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Rafael Espindola | Add unnamed_addr in CreateRuntimeVariable. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Argyrios Kyrtzidis | When redefining a macro don't warn twice if it's not... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Argyrios Kyrtzidis | Properly do a float -> _Complex double conversion,... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Douglas Gregor | Comment a wacky test case |
commit | commitdiff | tree | snapshot |
2011-01-18 |
John McCall | Fix some unnecessarily complicated code for canonicaliz... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
John McCall | Generalize some operations on qualifiers. QualType... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Daniel Dunbar | Fix newlines. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Daniel Dunbar | tests: Force a triple. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Francois Pichet | Add support for explicit constructor calls in Microsoft... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Correctly enable test/Sema/unit-variables.c, |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Teach UninitializedValuesV2 about "int x = x" and |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Get clang-wpa to build in TOT (reflecting updates |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Douglas Gregor | Introduce the notion of a "minimal" import of ASTs... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ken Dyck | Replace calls to CharUnits::fromQuantity() with ones to |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Jeffrey Yasskin | Fix warnings found by gcc-4.6, from -Wunused-but-set... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ken Dyck | Replace calls to CharUnits::fromQuantity() with ones |
commit | commitdiff | tree | snapshot |
2011-01-17 |
NAKAMURA Takumi | lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
NAKAMURA Takumi | lib/Basic/Targets.cpp: __builtin_va_list is as same... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
NAKAMURA Takumi | lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
NAKAMURA Takumi | lib/Basic/Targets.cpp: Set user_label_prefix on Win64... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Rafael Espindola | More unnamed_addr. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Rafael Espindola | merge strings created by |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Douglas Gregor | NetBSD, OpenBSD, and Dragonfly BSD also have arc4random... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Douglas Gregor | Add missing <cctype> include, from Joerg Sonnenberger |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Anders Carlsson | Handle base and member destructors in CheckFallThrough. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Argyrios Kyrtzidis | Convert "#pragma unused(...)" into tokens for the parser. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Rafael Espindola | Add unnamed_addr to the special strings created by |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Anders Carlsson | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Anders Carlsson | Change ParseOptionalCXX0XVirtSpecifierSeq to take a... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Francois Pichet | Remove a c++ file test I inadvertently added in Sema... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Francois Pichet | Revert r123600. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Anders Carlsson | Begin work on supporting "N3206: Override control:... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Anders Carlsson | Fix a bug where the -Wmissing-noreturn would always... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Anders Carlsson | Add AnalysisContext::dumpCFG. |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Francois Pichet | Downgrade ext_enumerator_too_large from ExtWarn to... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Douglas Gregor | Emit an extension diagnostic for C99 designated initial... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Douglas Gregor | Tweak the partial ordering rules for function templates... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Chris Lattner | improve compatibility with GCC: when generating the... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Michael J.... | AST/InheritViz: Remove all internal uses of PathV1. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Ken Dyck | Add toCharUnitsInBits() to simplify the many calls... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Francois Pichet | Unbreak the MSVC build again: replace bzero by memset. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Rafael Espindola | Also set unnamed_addr on declarations. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Chris Lattner | clean up some dead code around __has_include() processi... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Douglas Gregor | Introduce a new kind of TemplateName that captures... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Ted Kremenek | Add initial prototype for implementation of |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Ted Kremenek | Add const version if CFG::isBlkExpr(). |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Argyrios Kyrtzidis | Store/retrieve -fshort-enums for PCH, fixes rdar:/... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Douglas Gregor | Tweak the storage mechanism for a set of overloaded... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Douglas Gregor | Introduce a new expression kind, SubstNonTypeTemplatePa... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Teach template template argument pack expansions to... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Handle substitutions into function parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Cleanup confused code that redundantly called "getDeclC... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | The variable 'ReusedDecl' is written but never read. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | The variable 'isTemplateSpecialization' is no longer |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Remove unused store to variable 'Name'. Found by clang... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Driver: tweak handling of '--analyze' to invoke |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Owen Anderson | Fixed by r123477. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Teach PackExpansionExpr to keep track of the number... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Argyrios Kyrtzidis | Properly propagate #pragma diagnostic mappings from... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Rename 'RemoveDeadBindings()' to 'removeDeadBindings()' |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Rename 'EnterStackFrame()' to 'enterStackFrame()'. |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Ted Kremenek | Teach RegionStore::EnterStackFrame() to handle |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | When we're instantiating a direct variable initializer... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Keep track of the number of expansions to be produced... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
John McCall | Support the zero-initialization of VLAs when that reall... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
John McCall | When simplifying a cleanup's entry by merging it into... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Chris Lattner | temporarily xfail, this was broken by r123418 |
commit | commitdiff | tree | snapshot |
2011-01-14 |
Douglas Gregor | Fix a few warnings stemming from my inability to proper... |
commit | commitdiff | tree | snapshot |
next |