Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
cfaa5525b8eea6c5f7767010e04e323f76bed1ab
/
lib
cfaa552
DiagnosticIDs: Forbid Diag ID from being valid
by David Majnemer
· 11 years ago
03bf10d
If a default argument is a dependent type, get the real type from the desugared
by Richard Trieu
· 11 years ago
6540052
Fix bug in computing POD-for-layout.
by Eli Friedman
· 11 years ago
a5e6601
Make IgnoreParens() look through ChooseExprs.
by Eli Friedman
· 11 years ago
4384712
FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
by Larisse Voufo
· 11 years ago
8c5d407
Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions."
by Larisse Voufo
· 11 years ago
ba037f2
Fix pack instantiation with function types.
by Eli Friedman
· 11 years ago
a730f54
Use function overloading instead of template specialization for diagnosis of bad template argument deductions.
by Larisse Voufo
· 11 years ago
20cfeca
Correctly handle packs for variadic type traits.
by Eli Friedman
· 11 years ago
c2f531a
Add a cl.exe compatible driver mode
by Hans Wennborg
· 11 years ago
4bdb602
Fix another place where clang check objc selector name instead of checking the selector family
by Jean-Daniel Dupas
· 11 years ago
faae53d
ObjectiveC migrator: Another use case of enum
by Fariborz Jahanian
· 11 years ago
2f5a231
Add support for raw_ostream on the printing methods of Diagnostics.
by Samuel Benzaquen
· 11 years ago
5b92696
Create calling convention AttributedType sugar nodes
by Reid Kleckner
· 11 years ago
10ec0e4
Fix for template substitution with packs.
by Eli Friedman
· 11 years ago
cdbc3b3
[mips] Add support for command-line options -mno-check-zero-division and
by Akira Hatanaka
· 11 years ago
d0c5b8a
[arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only
by Argyrios Kyrtzidis
· 11 years ago
fe6dec6
Replace some existing type attribute diagnostics with a
by Aaron Ballman
· 11 years ago
6fb63ab
Add SourceRange to PPCallbacks::Defined callback.
by John Thompson
· 11 years ago
de9ed71
Fix source range of implicitly instantiated friend declaration.
by Enea Zaffanella
· 11 years ago
7268563
Fixes an ObjC migrator crash when last decl in file is an enum.
by Fariborz Jahanian
· 11 years ago
7abbb85
This patch implements __get_cpuid_max() as an inline and __cpuid() and
by Roman Divacky
· 11 years ago
5c92b9a
[SystemZ] Add -march= command-line option
by Richard Sandiford
· 11 years ago
0e373ec
[SystemZ] Enable frame-pointer elimination for -O1 and above
by Richard Sandiford
· 11 years ago
8b1f2f9
Allow clang tools to display an overview when using the CommonOptionsParser.
by Manuel Klimek
· 11 years ago
6e007f9
Simplify the CodeGenFunction::Build*Virtual*Call family of functions
by Timur Iskhodzhanov
· 11 years ago
e3fbbe9
Remove trailing whitespace.
by Craig Topper
· 11 years ago
a4f5252
Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
by Craig Topper
· 11 years ago
4fa7eab
OpenMP: basic support for #pragma omp parallel
by Alexey Bataev
· 11 years ago
9f9e543
ObjectiveC migrator: add support to migrate to NS_OPTIONS.
by Fariborz Jahanian
· 11 years ago
ac7cc2d
[analyzer] Include analysis stack in crash traces.
by Jordan Rose
· 11 years ago
8fed3f4
Update createCompileUnit call for llvm changes.
by Eric Christopher
· 11 years ago
c4ef948
Clean up diagnostics for inheriting constructors.
by Eli Friedman
· 11 years ago
44b41b1
ObjectiveC migrator: Remove semicolon after the typedef
by Fariborz Jahanian
· 11 years ago
33530b8
Address -Wreorder warning in Driver.cpp
by Hans Wennborg
· 11 years ago
76b86c2
Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
by Hans Wennborg
· 11 years ago
bbbb0fe
ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip.
by Fariborz Jahanian
· 11 years ago
8a77c20
Separate the notion of 'context' when recursing down in the parser and actual errors.
by Samuel Benzaquen
· 11 years ago
ffa9d57
Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended.
by Aaron Ballman
· 11 years ago
37a8953
Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic.
by Aaron Ballman
· 11 years ago
5e2169f
clang-format: Fix bad line break with pointers to members.
by Daniel Jasper
· 11 years ago
f0c06a3
Fix crash in libclang if code completion is used with unknown flags.
by Manuel Klimek
· 11 years ago
2dbdef2
Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case.
by Aaron Ballman
· 11 years ago
b061ce2
s/BuiltinLocation/ArtificialLocation/
by Adrian Prantl
· 11 years ago
b2d1392
Instead of checking against some version of "isType()" go ahead and
by Eric Christopher
· 11 years ago
0a10323
Fix a compile error caught by bb-chapuni.
by Adrian Prantl
· 11 years ago
6e73edf
Fix a compile error caught by bb-chapuni.
by Adrian Prantl
· 11 years ago
b3f111b
Don't generate bogus line table entries for __copy_helper_block_ and
by Adrian Prantl
· 11 years ago
ed6bbe4
Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
by Adrian Prantl
· 11 years ago
18a0cd5
Clarified documentation.
by Adrian Prantl
· 11 years ago
5f4554f
Simplify logic by using the appropriate function.
by Adrian Prantl
· 11 years ago
6a04b5e
Add condition expression result to if and elif callbacks.
by John Thompson
· 11 years ago
22050f2
Reinstate r186040, with additional fixes and more test coverage (reverted in
by Richard Smith
· 11 years ago
7dab97b
80-column fixes.
by Eric Christopher
· 11 years ago
0111e4d
Even more code conformance.
by Robert Wilhelm
· 11 years ago
9a3ecb0
MS wide bitfield error check in Sema
by Reid Kleckner
· 11 years ago
e0fa4c5
clang-format: Add space in corner case.
by Daniel Jasper
· 11 years ago
76a2ea3
Constify Replacements parameter to applyAllReplacements.
by David Blaikie
· 11 years ago
8df014e
Improve idiomatic-parentheses by checking method family instead of relying on the selector name.
by Jean-Daniel Dupas
· 11 years ago
fd527a4
SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
by NAKAMURA Takumi
· 11 years ago
d4de59d
Fixed source range of C++03 access declarations.
by Enea Zaffanella
· 11 years ago
bccda13
[analyzer] Handle C++11 member initializer expressions.
by Jordan Rose
· 11 years ago
df70700
[analyzer] Handle C string default values for const char * arguments.
by Jordan Rose
· 11 years ago
be2e1b1
[analyzer] Treat std::initializer_list as opaque rather than aborting.
by Jordan Rose
· 11 years ago
b17a2c1
Option parsing tables: remove some unnecessary #defines
by Hans Wennborg
· 11 years ago
215c57f
Improve line breaking before multi-line strings.
by Daniel Jasper
· 11 years ago
671840a
Add TemplateArgument related matchers to the registry.
by Samuel Benzaquen
· 11 years ago
86e4d74
Add CXXCtorInitializer related matchers to the dynamic matcher registry.
by Samuel Benzaquen
· 11 years ago
046e79a
[analyzer] Add very limited support for temporary destructors
by Pavel Labath
· 11 years ago
ab96e56
Propagate alignment for _Complex
by JF Bastien
· 11 years ago
b470d1a
Use the simpler is_directory.
by Rafael Espindola
· 11 years ago
80f8aca
More code conformance.
by Fariborz Jahanian
· 11 years ago
e828018
ObjectiveC migrator: When adding conforming protocol,
by Fariborz Jahanian
· 11 years ago
b4b4a52
Avoid breaking non-trailing block comments.
by Alexander Kornienko
· 11 years ago
21cde05
Make Expr::isConstantInitializer match IRGen.
by Eli Friedman
· 11 years ago
ad3c2b5
[arcmt] Remove some dead code.
by Argyrios Kyrtzidis
· 11 years ago
8d8bfb3
ObjectiveC migrator. If a class implements a protocol's
by Fariborz Jahanian
· 11 years ago
10c26b2
Don't break line comments with escaped newlines.
by Alexander Kornienko
· 11 years ago
561211d
clang-format: Improve handling of unterminated string literals.
by Daniel Jasper
· 11 years ago
be6d913
Fix crash on complex constant zero.
by Eli Friedman
· 11 years ago
d965f95
Update for llvm API change.
by Rafael Espindola
· 11 years ago
e91b1b9
ObjectiveC migration: complete migrating class
by Fariborz Jahanian
· 11 years ago
0a9350f
Fix formatting. No functional change.
by Craig Topper
· 11 years ago
b5dc3f4
Revamp the formatting of C++11 braced init lists.
by Daniel Jasper
· 11 years ago
bdfacea
Add more types to ASTNodeKind. Refactor common instantiation code.
by Samuel Benzaquen
· 11 years ago
a3c6246
This patch removes unused parameter allProperties and converts remaining
by Fariborz Jahanian
· 11 years ago
a15af47
Remove unnecessary assignment.
by Manuel Klimek
· 11 years ago
5f574bf
Fixes another hard to test problem with iterator invalidation.
by Manuel Klimek
· 11 years ago
e7d3bff
clang-format: Improve detection of function types.
by Daniel Jasper
· 11 years ago
09df2b0
ARM: implement low-level intrinsics for the atomic exclusive operations.
by Tim Northover
· 11 years ago
e8caa30
Limit number of bits in size representation so that bit size fit 64 bits.
by Serge Pavlov
· 11 years ago
6afc66d
Add 'const' qualifiers to static const char* variables.
by Craig Topper
· 11 years ago
9ec4099
Merge attributes on typedef decls.
by Eli Friedman
· 11 years ago
5029bd5
Fix alignment of class derived from empty class.
by Eli Friedman
· 11 years ago
8c35583
ObjC migrator: build conforming interface declaration (not yet used). wip.
by Fariborz Jahanian
· 11 years ago
bf03b37
Fix member refs with using decl + anonymous union.
by Eli Friedman
· 11 years ago
ad4aaf1
ObjC migrator: finding conforming protocol candidates for each class. wip.
by Fariborz Jahanian
· 11 years ago
d422434
Move the "->" to "." fixit from r186128 into a separate note since
by Kaelyn Uhrain
· 11 years ago
3f84bb3
Add support for type traversal matchers.
by Samuel Benzaquen
· 11 years ago
52c2575
Re-revert r86040, which was un-reverted in r186199.
by Chandler Carruth
· 11 years ago
Next »