chromiumos/third_party/clang.git
14 hours ago Serge PavlovRemoved invalid character. HEAD master
16 hours ago Jordan Rose[analyzer] New edges: include an edge to the end-of...
16 hours ago Jordan Rose[analyzer] "Fix" ParentMap to handle non-syntactic...
16 hours ago Jordan Rose[analyzer] Add a debug dump for PathPieces, a list...
16 hours ago Jordan RoseRevert "[analyzer; alternate edges] improve support...
18 hours ago Rafael EspindolaHandle local enum types too.
19 hours ago Adrian PrantlDrop the const from the isa test.
19 hours ago Adrian PrantlObjC Debug Info: Emit the correct method names for...
20 hours ago DeLesley HutchinsThread safety analysis: add two new attributes to the...
20 hours ago Rafael EspindolaUse the awesome CHECK-DAG!
22 hours ago Anna Zaks[analyzer] Address Jordan's review comments for r182058
24 hours ago Dmitri Gribenkolibclang: add a function to check whether a member...
25 hours ago Fariborz JahanianObjective-C parsing. Error recovery when category imple...
25 hours ago Dmitri GribenkoMove documentation to the constructor. Fixes a -Wdocum...
26 hours ago Fariborz JahanianObjective-C++ (and c++) Sema: Patch fixes a sema crash...
29 hours ago Reid KlecknerRefactor diagnostics for MS attributes without -fms...
33 hours ago Ted Kremenek[analyzer; alternate edges] improve support for edges...
33 hours ago Daniel JasperSlightly modify the formatting rules for braced lists.
34 hours ago Manuel KlimekAdd embedded video for the AST tutorial.
36 hours ago Ted Kremenek[analyzer; alternate edges] treat 'if' statements the...
36 hours ago Ted Kremenek[analyzer; alternate edges] don't add an edge incoming...
40 hours ago Richard SmithUse 'c++' not 'cxx' in these diagnostic group names...
40 hours ago Richard SmithA little ArrayRef'ization.
40 hours ago Richard SmithPR15757: When we instantiate an inheriting constructor...
40 hours ago Jordan Rose[analyzer] Don't inline ~shared_ptr.
41 hours ago Richard SmithAST dumping: if a declaration has an uncomputed or...
44 hours ago Anna Zaks[analyzer] Add an option to use the last location in...
44 hours ago Richard SmithSince we're counting number of steps, switch to turing...
45 hours ago Argyrios Kyrtzidis[Lexer] Improve Lexer::getSourceText() when the given...
47 hours ago Richard SmithAdd testcase omitted from r181998.
2 days ago Fariborz JahanianObjective-C arc: Diagnose when user attempts to
2 days ago David Fangfix PR 15726: ptrdiff_t should be int on PowerPC Darwin
2 days ago Daniel JasperAdd additional test-case for one-line-function.
2 days ago Daniel JasperAdd basic clang-format integration for sublime text.
2 days ago Daniel JasperDon't insert a break into include lines with trailing...
2 days ago Daniel JasperAdd config parsing test for new parameter.
2 days ago Daniel JasperAdd option to put short loops on a single line.
2 days ago Enea ZaffanellaLet CodeGenFunction::EmitVarDecl query the semantic...
2 days ago Daniel JasperAdd a more convenient interface to use clang-format.
2 days ago Daniel JasperComments should not prevent single-line functions.
2 days ago Hans WennborgSemaInit.cpp: give both IsStringInit() functions the...
2 days ago NAKAMURA Takumiclang/test/Modules/self-import-header/test.m: Add expli...
2 days ago Richard SmithFirst pass of semantic analysis for init-captures:...
2 days ago Richard SmithTidy up now that PointerUnion has an operator== that...
2 days ago Rafael EspindolaFix pr15930.
2 days ago Daniel JasperAdd back accidentally deleted line and add test for it.
2 days ago Richard TrieuCheck a pointer is not null before attempting to use...
2 days ago Richard TrieuReturn QualType() when a too large array is attempting...
2 days ago Richard SmithEnable $Date$ substitution for this file.
2 days ago Richard SmithStart a page tracking which C++ defect reports have...
2 days ago Eric ChristopherWhitespace.
2 days ago Eric Christopher80-columns.
2 days ago Eric ChristopherReplace a pile of calls with an instance variable that...
2 days ago Eric ChristopherAdd a test to verify that -flimit-debug-info is working...
2 days ago Eric ChristopherFix comment.
2 days ago Eric ChristopherRemove xfail'd test. This method of limiting debug...
2 days ago Eric ChristopherWhitespace.
2 days ago Adrian PrantlClarify comment.
2 days ago Adrian PrantlSet the debug location for landing pad code to the...
2 days ago Adrian PrantlCleanup: Use a member variable to store the SourceLocat...
2 days ago David BlaikieRevert "Debug Info: Using declarations/DW_TAG_imported_...
2 days ago Jordan RoseRemove unused, awkward CFGStmtVisitor and subclasses.
2 days ago Fariborz JahanianObjective-C: More cases of -Wsign-conversion not
2 days ago Samuel BenzaquenTest commit
3 days ago Fariborz JahanianObjective-C: patch to issue the conversion
3 days ago Jordan Rose[analyzer] Put back DefaultBool's implicit conversion...
3 days ago Fariborz Jahanianimprove of note message and minor refactoring of my...
3 days ago Daniel JasperFix test breakage caused by change in clang-format.
3 days ago Daniel JasperDon't put short namespace on a single line.
3 days ago Daniel JasperImprove recognition of template definitions.
3 days ago Hans WennborgBetter diagnostics for string initialization.
3 days ago Daniel JasperBreak function declarations after multi-line return...
3 days ago Daniel JasperDon't merge one-line functions in weird brace styles.
3 days ago Daniel JasperRemove diagnostics from clang-format.
3 days ago Daniel JasperImprove formatting of function types.
3 days ago David BlaikieUse only explicit bool conversion operator
3 days ago Jakob Stoklund... Use correct types for SPARC v9.
3 days ago Jim GrosbachARM: Improve codegen for vget_low_* and vget_high_...
3 days ago Jordan RoseUse 'env' in tests that set environment variables.
3 days ago Richard TrieuMove a test that requires 64-bit mode to a separate...
3 days ago Aaron BallmanUnbreaking the MSVC build by adding an include. It...
3 days ago Richard TrieuAdd static_cast to assertion to silence sign/unsigned...
3 days ago Fariborz JahanianObjective-C [diagnostics] [QOI], when method is not
3 days ago Douglas GregorDon't mark a type specifier as "owned" if there is...
3 days ago Richard TrieuWhen computing the size of large arrays, use char units...
3 days ago David BlaikieFix clang -Werror build due to -Wreorder violation...
3 days ago David BlaikieProvide operator<< for stream output of DeclarationNames
3 days ago Reid KlecknerFix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]
3 days ago Daniel JasperFix expression breaking for one-parameter-per-line...
3 days ago Reid KlecknerFix the MSVC build broken by r181768
3 days ago Reid Kleckner[ms-cxxabi] Mangle in an implicit 'E' for certain types...
4 days ago Rafael EspindolaReally fix the declaration of __clear_cache.
4 days ago Sergey MatveevAdd LeakSanitizer.rst to docs.
4 days ago Rafael EspindolaFix __clear_cache on ARM.
4 days ago Benjamin KramerLink dynamic ast matchers with the ast matchers library...
4 days ago Benjamin KramerRevert accidental commit.
4 days ago Benjamin KramerTake a stab at trying to unbreak the makefile build.
4 days ago Manuel KlimekHopefully fix configure build.
4 days ago Daniel JasperFix uninitialized value bug found by valgrind.
4 days ago Daniel JasperCorrectly determine ranges for clang-format.
next