2010-08-30 |
Gabor Greif | fix dual aspect of PR8007, |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Perform the function-to-pointer adjustment during templ... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bob Wilson | Translate NEON vmovn builtin to a vector truncation... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Tom Care | Adjusted the semantics of assign checking in Idempotent... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Sean Hunt | Revert my user-defined literal commits - r1124{58,60... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | add a fixme. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | use 'features' instead of 'PP->getLangOptions'. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Heap-allocate the attribute vectors in |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Fix an corner-case assertion introduced by the refactor... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Now that GCC will have #pragma push/pop (in GCC 4.6... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Emulate (some of) Microsoft's looser semantic checking... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | In Microsoft compatibility mode, don't parse the expone... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Predeclare class type_info in Microsoft mode, from... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Add test case from PR6952, which now works (thanks... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Add redeclaration checking for static data members... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Fix CMake dependencies |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Duncan Sands | Straighten out target triples provided on the command... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Sean Hunt | Two minor fixes to user-defined literals: |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chandler Carruth | Add some braces for sanity and GCC silence. These becam... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Sean Hunt | Fix some test-breaking that snuck into my previous... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Sean Hunt | Implement C++0x user-defined string literals. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | When providing a code completion for an Objective-C... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | Improve code completion for initializer lists in constr... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | Add missing test case for constructor-initializer code... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Fariborz Jahanian | ObjClang++: Allow declaration of block variable in... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bob Wilson | Translate NEON vaddl, vaddw, vsubl, and vsubw builtins... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
John McCall | Complain if a __pragma isn't terminated. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | Add support for Microsoft's __pragma in the preprocessor. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | When perform exact-qualifier-match template argument... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | If filtering a lookup result leaves it ambiguous, keep... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Delete the relaxedLiveness object in the dtor of Analys... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | improve comment, patch by Vladimir Kirillov! |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | simplify by relying on cascading operator-> |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Nick Lewycky | Fix copy+paste error in comment. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | add another test for PR8007 |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | the target of the link uses the singular form, so do... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | suppress annoying textual repetition as 'aka' |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Argyrios Kyrtzidis | Fix the memory leak of FloatingLiteral/IntegerLiteral. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | That's not the right direction to compute notional... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | Fix build. Bad me, adding last-minute assertions. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | When checking access control for an instance member... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | check whether sema issues a redefinition error |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | perform cheap test first |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Nick Lewycky | Ignore this flag too, Clang doesn't seem to use random... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | note to self: save before committing; add PR |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | fix test by applying it in top namespace: PR8007 only... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Update test case, with comment to later investigate... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Explicitly handle CXXExprWithTemporaries during CFG... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | fix PR8007 |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Douglas Gregor | Basic code completion support for the base and member... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Gabor Greif | reproduction recipe for PR8007, expected to fail for... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Parser support for inline namespaces |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Comment and move another ASTReader member. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Update comment after Chandler's change. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Miscellaneous found by inspection with John and Sebastian |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Added checking of (x == x) and (x != x) to IdempotentOp... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Enabled relaxed LiveVariables analysis in the path... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Remove an assertion in UnreachableCodeChecker that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Fix bug in IdempotentOperationChecker where an assumpti... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | handle :: in selectors in objc++ mode, rdar://8366474 |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Add alternate version of LiveVariables analysis that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Ted Kremenek | Add source file I meant to include in my previous commit. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Improve wording of diagnostic complaining about a non... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Ted Kremenek | Implement CXCursor support for walking C++ base specifi... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Ted Kremenek | Fix copy-paste in doxygen comment. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Implement the "call super" code completion for C++... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Teach clang_codeComplete to always sort its code-comple... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | fix incorrect MM_HINT_ definitions, PR8011 |
commit | commitdiff | tree | snapshot |
2010-08-27 |
John McCall | Continue to instantiate sub-statements in a CompoundStm... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Devang Patel | Debug info for friends! |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Suggest "const" and "volatile" code completions after... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Add the new alignment arguments for NEON load/store... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | createMainFileID doesn't need its IncludePos argument... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | When code-completing inside an Objective-C method,... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Add a super-cool code completion for send-to-super... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Fix CMake dependencies, from Fernando Pelliccioni! |
commit | commitdiff | tree | snapshot |
2010-08-27 |
John McCall | Propagate whether an id-expression is the immediate... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Don't recurse twice when we can recurse once |
commit | commitdiff | tree | snapshot |
2010-08-26 |
John McCall | One who seeks knowledge learns something new every... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | test case for r112238. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Ted Kremenek | Fix horrible GRExprEngine bug where switch statements... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Ted Kremenek | Remove redundant cast<...>. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | add radar # |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | fix 2xi16 to pass as i32 instead of <2 x i16>. The... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Fariborz Jahanian | clang.xcodeproj updated. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | vector of long and ulong are also classified as INTEGER... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | 1 x ulonglong needs to be classified as INTEGER, just... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
John McCall | ...I forgot to check my new test after adding it, and... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
John McCall | Make sure we clear TypeSpecOwned when setting TypeSpecT... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Douglas Gregor | Tweak the @selector completion to collapse multiple... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Douglas Gregor | When code-completing a potential call to a C++ non... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
John McCall | Work around a gcc warning. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Argyrios Kyrtzidis | Fix miscompilation. The cookie was not used when new... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Benjamin Kramer | clang-interpreter: libFrontend depends on libSerializat... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Douglas Gregor | Implement code completion for @selector expressions |
commit | commitdiff | tree | snapshot |
next |