Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2012-03-09[utils/FuzzTest] The help message says that if you don't specify --max-testsArgyrios Kyrtzidis
2012-03-08[utils/FuzzTest] For --filelist the option type is string, not integer.Argyrios Kyrtzidis
2012-03-08[Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), theDaniel Dunbar
2012-03-08[AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibl...Daniel Dunbar
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-08Also test pr12104 with pch.Rafael Espindola
2012-03-08Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola
2012-03-08Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-03-08[AST] Change Type::isIntegerType to be inlined(). It is very popular.Daniel Dunbar
2012-03-08Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith
2012-03-08Loosen the precondition of isCXXInstanceMember() to simply returnDouglas Gregor
2012-03-08Spelling.Daniel Dunbar
2012-03-08Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUGDaniel Dunbar
2012-03-08User-defined literal support for character literals.Richard Smith
2012-03-08Fix -Wuninitialized to catch the case of a class being initialized with a callRichard Trieu
2012-03-08[libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis
2012-03-08Streamline BalancedDelimiterTracker, by eliminating the duplicateDouglas Gregor
2012-03-08improve on diagnostic when block captures uninitializedFariborz Jahanian
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks
2012-03-08improve on diagnostic and provide a fixit hint whenFariborz Jahanian
2012-03-08[libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis
2012-03-08Workaround module test failures by removing the version info from module hashes.Bob Wilson
2012-03-07Remove unnecessary include in ExprObjC.hRichard Trieu
2012-03-07Be smarter in discovering list-initialization of temporaries. Fixes PR12182.Sebastian Redl
2012-03-07Correct the documentation to give a legal example of a raw string literal.Richard Smith
2012-03-07AST representation for user-defined literals, plus just enough of semanticRichard Smith
2012-03-07Test fix-it added in r152198.Richard Smith
2012-03-07Add -Wc++11-compat warning for string and character literals followed byRichard Smith
2012-03-07Don't even try to directly emit the value of a DeclRefExpr if that declarationRichard Smith
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis
2012-03-07Correct test from r152189.Eli Friedman
2012-03-07Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman
2012-03-07objective-c lldb support: don't perform ivar access control check Fariborz Jahanian
2012-03-07More git-svn compatible version string, by request.Andrew Trick
2012-03-07The constant folder's diagnosic mechanism is irrelevant for C; don't botherRichard Smith
2012-03-07[driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier
2012-03-07Silence unused variable warnings.Benjamin Kramer
2012-03-07Refactor Clang sema attribute handling.Michael Han
2012-03-07AST: fix build since r152060Dylan Noblesmith
2012-03-07[AST] VarDecl::hasDefinition() - Early exit if we find a strong definition.Daniel Dunbar
2012-03-07[AST] FunctionDecl::getBuiltinID() - Eliminate spurious calls to getASTContextDaniel Dunbar
2012-03-07Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc...Ted Kremenek
2012-03-07Missing period.Chad Rosier
2012-03-07Whitespace.Chad Rosier
2012-03-07Cleanup (style). Thanks to Argyrios for catchingSean Callanan
2012-03-07commit access verified, revert changeMichael Han
2012-03-07test commit accessMichael Han
2012-03-07CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi