Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
c76d59d8ff564f918833c97caede7dce2d8cfe60
c76d59d
Add return missing in r182855.
by Daniel Jasper
· 11 years ago
7e70f4c
Leave some macros on their own line
by Daniel Jasper
· 11 years ago
bbc8776
Add option to always break template declarations.
by Daniel Jasper
· 11 years ago
74caf01
Don't compute the visibility unless we really have to.
by Rafael Espindola
· 11 years ago
5baefa8
Fix bad indentation.
by Jakob Stoklund Olesen
· 11 years ago
53db1b5
Add a testcase from pr16059.
by Rafael Espindola
· 11 years ago
aa71567
Disallow extern decls of type void in C++ mode
by David Majnemer
· 11 years ago
37bccca
Objective-C [qoi]: Improve on diagnostic when a method used
by Fariborz Jahanian
· 11 years ago
4fbab27
Remove links to old checker builds.
by Ted Kremenek
· 11 years ago
7f1fd2f
[analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation
by Anna Zaks
· 11 years ago
3056439
[analyzer] Re-enable reasoning about CK_LValueBitCast
by Anna Zaks
· 11 years ago
dc07056
Check the linkage cache at every recursive step.
by Rafael Espindola
· 11 years ago
8f9e590
Add an overridable MatchCallback::onEndOfTranslationUnit() function.
by Peter Collingbourne
· 11 years ago
bac4681
Remove obsolete variable as discovered in post-commit review.
by Daniel Jasper
· 11 years ago
88959b7
Support uniform inits in braced lists.
by Daniel Jasper
· 11 years ago
538bbe5
Patch to issue error when target of MacOS and iOS
by Fariborz Jahanian
· 11 years ago
4e9179a
[analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators on MemRegions
by Anna Zaks
· 11 years ago
3ff4a2f
Fix formatting regression regarding pointers to arrays.
by Daniel Jasper
· 11 years ago
5bbb058
Fix a crash when we were trying to compute the linkage too early.
by Rafael Espindola
· 11 years ago
dcb3f2a
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
by Manuel Klimek
· 11 years ago
44065a7
clang/test/Driver/dyld-prefix.c: Exclude MSYS bash.
by NAKAMURA Takumi
· 11 years ago
96e888b
A first step towards giving format tokens pointer identity.
by Manuel Klimek
· 11 years ago
5ad390d
Initial support for designated initializers.
by Daniel Jasper
· 11 years ago
d63312b
Disable tab expansion when counting the columns in block comments.
by Manuel Klimek
· 11 years ago
c5cc4bf
Fixes indentation of empty lines in block comments.
by Manuel Klimek
· 11 years ago
431f591
Clean up formatting of function types.
by Daniel Jasper
· 11 years ago
69c4371
Fix formatting of expressions containing ">>".
by Daniel Jasper
· 11 years ago
fc782fb
Build correct coercion types in SparcV9ABIInfo.
by Jakob Stoklund Olesen
· 11 years ago
e832854
Propagate VisibleNoLinkage down to class members.
by Rafael Espindola
· 11 years ago
24639c4
use getLVForDecl for consistency.
by Rafael Espindola
· 11 years ago
107196c
Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI.
by Jakob Stoklund Olesen
· 11 years ago
bdaa134
Driver: implement --dyld-prefix option.
by Peter Collingbourne
· 11 years ago
c04a5c3
Remove unreachable return
by David Blaikie
· 11 years ago
131884a
Improve formatting of templates.
by Daniel Jasper
· 11 years ago
de008c0
Major refactoring of BreakableToken.
by Manuel Klimek
· 11 years ago
bdf2bba
Fix the linkage of local types in inline VisibleNoLinkage functions.
by Rafael Espindola
· 11 years ago
88ce12a
Move 3 helper function to Linkage.h
by Rafael Espindola
· 11 years ago
512843a
Improve indentation of assignments.
by Daniel Jasper
· 11 years ago
b3778a6
Address post-review comment from dblakie.
by Manuel Klimek
· 11 years ago
259a038
Fix hacky way of preventing a certain type of line break.
by Daniel Jasper
· 11 years ago
050309f
Add -fsanitize=leak to driver options.
by Sergey Matveev
· 11 years ago
b28e88c
Tests and status for DR51-99.
by Richard Smith
· 11 years ago
f2ff812
Formatter/ObjC: In dictionary literals, break after ':', not before it.
by Nico Weber
· 11 years ago
a99ecbc
Fix linkage computation for derived types in inline functions.
by Rafael Espindola
· 11 years ago
872db39
Fix comment type pointed out by Kim Gräsman.
by Duncan Sands
· 11 years ago
461f2d8
[Preprocessor] Prevent expansion of y in x ## y when x is empty
by Argyrios Kyrtzidis
· 11 years ago
45e1f0e
Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID (V2).
by Argyrios Kyrtzidis
· 11 years ago
1dd5208
Increase the portability of this script a bit: use /usr/bin/env to find bash,
by Richard Smith
· 11 years ago
ecdbbfa
Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID.
by Argyrios Kyrtzidis
· 11 years ago
b07d448
Warn on va_start() when called with a reference parameter.
by Nico Weber
· 11 years ago
4c9f58f
[libclang] Add logging for clang_createTranslationUnit.
by Argyrios Kyrtzidis
· 11 years ago
5b8e132
Add some safety checks in a couple of SourceManager functions.
by Argyrios Kyrtzidis
· 11 years ago
b9814c8
[analyzer] Fix test for r182677.
by Jordan Rose
· 11 years ago
d474da0
[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.
by Jordan Rose
· 11 years ago
5a6fb20
[analyzer; new edges] Properly set location after exiting an inlined call.
by Jordan Rose
· 11 years ago
9779fdd
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
by Michael J. Spencer
· 11 years ago
b0f77b0
DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclaration
by David Blaikie
· 11 years ago
9129648
PR16091: Error when attempting to emit debug info for undeduced auto return types
by David Blaikie
· 11 years ago
d27e5cb
[PATCH] Generate cold attribute for functions marked __atribute__((cold))
by Diego Novillo
· 11 years ago
1e4112d
typo.
by Adrian Prantl
· 11 years ago
942dfe2
[ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen
by Chad Rosier
· 11 years ago
6fb46b0
Ignore contents of #if 0 blocks.
by Alexander Kornienko
· 11 years ago
d3bb9ff
Fix printing CXXTemporaryObjectExpr with default args.
by Rafael Espindola
· 11 years ago
89735b9
Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples.
by Aaron Ballman
· 11 years ago
3a8aff9
Add -lrt to sanitizer link arguments.
by Evgeniy Stepanov
· 11 years ago
809b981
Fix comment typo pointed out by maslen on IRC.
by Duncan Sands
· 11 years ago
1783b07
User correct case for 'FileCheck'.
by Argyrios Kyrtzidis
· 11 years ago
3b7deda
[modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state.
by Argyrios Kyrtzidis
· 11 years ago
989741b
Update static analyzer build to checker-275.
by Ted Kremenek
· 11 years ago
2c2f09e
Fix crash-on-invalid if list-initialization works, but we bail out when
by Richard Smith
· 11 years ago
d5dcdb2
Constify the 'dump' method so that it can be called by a const object.
by Bill Wendling
· 11 years ago
e69fb20
Fix assert on temporary std::initializer_list.
by Richard Smith
· 11 years ago
ce93356
More tests and a fix for braced init lists.
by Daniel Jasper
· 11 years ago
0d2223f
[analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm.
by Ted Kremenek
· 11 years ago
854ca79
Fix aligning of comments.
by Manuel Klimek
· 11 years ago
23ad339
Fix aligning of comments that are at the start of the line.
by Manuel Klimek
· 11 years ago
ef7c6e7
Add caveat to __builtin_readcyclecounter documentation.
by Tim Northover
· 11 years ago
de0d61f
Increase test coverage for braced init lists.
by Daniel Jasper
· 11 years ago
1bee073
Improve formatting of braced lists.
by Daniel Jasper
· 11 years ago
4507a2c
clang-format integration for git.
by Daniel Jasper
· 11 years ago
b1a4d37
Make helper functions static.
by Benjamin Kramer
· 11 years ago
ebfb88c
Stop aligning trailing comments which are aligned with the next line.
by Manuel Klimek
· 11 years ago
ad3094b
Use a SourceRange for the whitespace location in FormatToken.
by Manuel Klimek
· 11 years ago
2424eef
Improve formatting of braced lists.
by Daniel Jasper
· 11 years ago
a3e2179
Fix no-assert compiles.
by Manuel Klimek
· 11 years ago
80829bd
Expand parsing of braced init lists.
by Manuel Klimek
· 11 years ago
0fa3504
[analyzer;alternate edges] fix type that was causing the wrong path piece to get removed.
by Ted Kremenek
· 11 years ago
e565bfa
Fix bitcode desynchronization when loading a PCH containing a class template
by Richard Smith
· 11 years ago
5705f21
PR14772: Support constant expression evaluation for _Atomic types.
by Richard Smith
· 11 years ago
aa9df09
Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes.
by Aaron Ballman
· 11 years ago
9a84529
Debug Info: Handle function/method types using the most specific type
by David Blaikie
· 11 years ago
0cb0002
Comment and cleanup.
by Adrian Prantl
· 11 years ago
34bd333
Insert explicit casts to try appease overload resolution in the buildbots
by Pete Cooper
· 11 years ago
13feb92
Use scope-resolution operator to hopefully unbreak Windows builds.
by Ted Kremenek
· 11 years ago
a705980
Simplifiy code using return value of erase().
by Ted Kremenek
· 11 years ago
1d85a9e
[analyzer; alternate edges] remove redundant adjacent "events" with the same text.
by Ted Kremenek
· 11 years ago
c32a217
Bugfix for r181629:
by Adrian Prantl
· 11 years ago
de7bc0d
[analyzer;alternate edges] remove puny edges on the same line that span less than 3 columns.
by Ted Kremenek
· 11 years ago
ddf6e84
Remove unnecessary assignment.
by Ted Kremenek
· 11 years ago
5fc764a
Remove unused #include <map>
by Reid Kleckner
· 11 years ago
Next »