2012-07-30 |
Dmitri Gribenko | Comment parser: add one more test |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Benjamin Kramer | Update source location in test. |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Benjamin Kramer | Use the location of the copy assignment when diagnosing... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Benjamin Kramer | Fix ambiguity detection in GetBestOverloadCandidateSimple. |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Jiangning Liu | Fix dynamic object linker for ARM GNUEABIHF. |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Daniel Jasper | Fix for ASTMatchFinder to visit a functions parameter... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
David Chisnall | Provide correct linker command line options on FreeBSD... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Benjamin Kramer | Microoptimize isOffsetInFileID a bit. |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Richard Smith | PR13433: In Microsoft mode, don't require function... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Fariborz Jahanian | assert on ACC_bottom when checking for invalid |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Rafael Espindola | Add a missing testcase for merging the visibility of... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Dmitri Gribenko | Comment dumper: print \param parameter index if paramet... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Fariborz Jahanian | more objc-arc: With ACC_bottom, we just provide |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fariborz Jahanian | objc-arc: change per Jordy's comments. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dmitri Gribenko | CommentSema.cpp: remove extra semicolon |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fariborz Jahanian | objective-c arc: When function calls with known CFCreat... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dmitri Gribenko | Comment Sema: don't try to typo-correct a \param when... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Fariborz Jahanian | revert r160839 for now. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dmitri Gribenko | Implement resolving of HTML character references (named... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dmitri Gribenko | Add a function to convert a single Unicode code point... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Hans Wennborg | Make -Wformat walk the typedef chain when looking for... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Anna Zaks | Consolidate ObjC lookupPrivateMethod methods from Sema... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Anna Zaks | [analyzer] Another false positive in Class method inlining. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Anna Zaks | [analyzer] Address Jordan's and Fariborz's review of... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dylan Noblesmith | Preprocessor: add __BYTE_ORDER__ predefined macro |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Arnaud A. de... | [scan-build] Fix clang++ pathname |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Dylan Noblesmith | test/Preprocessor: add NVPTX predefine tests |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Peter Collingbourne | Fix an assertion failure when code completing an auto... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Benjamin Kramer | Fix PR13394: Erasing from a vector changes the end... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
NAKAMURA Takumi | clang/lib: [CMake] Update tblgen'd dependencies. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
NAKAMURA Takumi | clang/lib: [CMake] Reformat, alphabetize lists. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
NAKAMURA Takumi | libclang, examples: [CMake] Add dependencies to tblgen... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
NAKAMURA Takumi | clang/CMakeLists.txt: Move "examples" after building... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Richard Smith | Final piece of core issue 1330: delay computing the... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Jordan Rose | [analyzer] Look through SubstNonTypeTemplateParmExprs. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Jordan Rose | [analyzer] Use a stack-based local AGAIN to fix the... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Use a stack-based local instead of a tempora... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Fariborz Jahanian | objc-arc: When objects with known CF semantics are... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Ted Kremenek | Tweak test case to not emit warning. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | SATestBuild should not ask for non-existent checkers. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Ted Kremenek | Look at the preceding CFGBlock for the expression to... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] CallEvent is no longer a value object. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Don't crash on implicit statements inside... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Don't crash on array constructors and destru... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Handle C++ member initializers and destructors. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Use the CFG to see if a constructor is for... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Handle base class initializers and destructors. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Variables with destructors are live until... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Show paths for destructor calls. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] Inline ctors + dtors when the CFG is built... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | [analyzer] PostImplicitCall can also occur between... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | Add a const version of Expr::IgnoreImplicit. No functio... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Jordan Rose | Un-break standalone invocations of CmpRuns.py. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Fariborz Jahanian | objective-c parsing. Don't crash when selector name |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Alexander Kornienko | Put back dump() without a default argument, "because... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Alexander Kornienko | Added -ast-dump-filter option to clang -cc1. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Timur Iskhodzhanov | Remove an outdated comment; add one test to compare... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Timur Iskhodzhanov | Add more tests for PR13207 (Mangling of template back... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Timur Iskhodzhanov | Fix PR13389 (Wrong mangling of return type qualifiers... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Alexander Kornienko | Removed standalone clang-ast-dump tool. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Anna Zaks | [analyzer] Inline ObjC class methods. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Ted Kremenek | Add static analyzer check for calling a C++ instance... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Tanya Lattner | Disable the warning for missing prototypes for OpenCL... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Remove the ability to stash arbitrary pointers into... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Sylvestre Ledru | Fix two typos in the doc |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Remove ExprEngine::MarkBranch(), as it is no longer... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Update ExprEngine's handling of ternary operators to... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Fariborz Jahanian | objective-c modern translator. Provide declaration of |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Remove experimental invalid iterators checker from... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Chad Rosier | [driver crash diagnostics] Strip -internal-isystem... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Chad Rosier | [driver crash diagnostics] Strip -idirafter, -iprefix... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Chad Rosier | [driver crash diagnostics] A few enhancements: |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Dmitri Gribenko | libclang comment to HTML rendering: \result is the... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
NAKAMURA Takumi | test/PCH/objc_stmts.m: Suppress stderr to be fed to... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Manuel Klimek | Introduces the 'decl' matcher which was missing for... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
NAKAMURA Takumi | test/Analysis/iterators.cpp: Mark as REQUIRES:asserts... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Timur Iskhodzhanov | Add a FIXME to revisit the performance of BackRefMap... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Manuel Klimek | Adds a introductionary document to the Clang AST. |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Turn -Wobjc-root-class on by default. <rdar://problem... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Ted Kremenek | Promote warn_unknown_analyzer_checker to an error.... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Richard Smith | PR12057: Allow variadic template pack expansions to... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Dmitri Gribenko | Make comments::Parser and comments::Sema noncopyable. |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment parsing tests: fix test |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Jordan Rose | Add __has_feature(attribute_availability_with_message). |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment diagnostics tests: add a function with zero... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment diagnostics: add warning for multiple \param... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Richard Smith | When a && or || appears as the condition of a ?:, perfo... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | CommentSema: simplify functions, per Jordan's comment. |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Richard Smith | Pedantic -pedantic correction. Duplicate cv-qualifiers... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Rafael Espindola | Don't use a temporary file. |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Rafael Espindola | ABIArgInfo's constructor is private and only used by... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment parsing: allow newlines between \param, directi... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Hans Wennborg | Tweak warning text for returning incomplete type from... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment parsing: couple TextTokenRetokenizer and commen... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Move TextTokenRetokenizer from CommentLexer.h to Commen... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Dmitri Gribenko | Comment parsing: retokenized text tokens are now pushed... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Manuel Klimek | Introduces a new concept for binding results to matchers |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Timur Iskhodzhanov | Fix PR13207 (Mangling of templates with back references... |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Francois Pichet | Change the way KEYNOMS is defined to be more comprehens... |
commit | commitdiff | tree | snapshot |
next |